|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extentech.ExtenXLS.WorkBookHandle
com.extentech.ExtenXLS.web.MemeWorkBook
com.extentech.ExtenXLS.web.WebWorkBook
com.extentech.ExtenXLS.web.FileWebWorkBook
public class FileWebWorkBook
------------------------------------------------------------
Field Summary |
---|
Fields inherited from class com.extentech.ExtenXLS.web.MemeWorkBook |
---|
ACCESS_STATUS_PRIVATE, ACCESS_STATUS_PUBLIC, ACCESS_STATUS_SHARED |
Fields inherited from class com.extentech.ExtenXLS.WorkBookHandle |
---|
CONVERTMULBLANKS |
Fields inherited from interface com.extentech.ExtenXLS.WorkBook |
---|
ALLOWDUPES, CALCULATE_ALWAYS, CALCULATE_AUTO, CALCULATE_EXPLICIT, DEBUG_HIGH, DEBUG_LOW, DEBUG_MEDIUM, SHAREDUPES, STRING_ENCODING_AUTO, STRING_ENCODING_COMPRESSED, STRING_ENCODING_UNICODE |
Constructor Summary | |
---|---|
FileWebWorkBook(java.sql.Connection conn,
int midi)
|
|
FileWebWorkBook(java.sql.Connection conn,
int midi,
java.io.File f)
|
Method Summary | |
---|---|
void |
deleteBook(WorkBook book,
int memeid)
------------------------------------------------------------ |
WorkBook |
getBook(int memeid)
------------------------------------------------------------ |
java.util.List |
getRESTlog()
------------------------------------------------------------ |
java.io.File |
getWorkBookFile()
------------------------------------------------------------ |
java.io.InputStream |
getXMLStream(int memeid)
------------------------------------------------------------ |
void |
saveBook(int memeid)
------------------------------------------------------------ |
void |
setWorkBookFile(java.io.File w)
------------------------------------------------------------ |
int |
storeNewBook()
------------------------------------------------------------ |
WorkBook |
update()
------------------------------------------------------------ |
Methods inherited from class com.extentech.ExtenXLS.web.WebWorkBook |
---|
applyDiff, commit, convertDocumentToInputStream, getDiff, getDiffs, getLatestXML, getServerURL, getSession, getTempfile, incrementVersionNumber, init, isSaved, printDocument, revert, setOutputDir, setRESTlog, setSaved, setServerURL, setSession, setTempfile |
Methods inherited from class com.extentech.ExtenXLS.web.MemeWorkBook |
---|
addUser, appendOutputDir, bindData, getAllDiffs, getConcurrentUsers, getConnection, getCryptPass, getDataFactory, getDatamapping, getDefaultFileString, getDescription, getLatestDiff, getMemeId, getMemeType, getMessageManager, getOutputDir, getOwnerId, getRESTEmit, getSharingAccess, isPublic, isStoreAsXML, isStoreBookAsFile, loadDataDefinition, loadDataDefinition, log, log, log, main, setConnection, setCryptPass, setDataFactory, setDatamapping, setDescription, setMemeId, setMemeType, setMessageManager, setOwnerId, setSharingAccess, setStoreAsXML, setStoreBookAsFile, storeDiff |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FileWebWorkBook(java.sql.Connection conn, int midi)
public FileWebWorkBook(java.sql.Connection conn, int midi, java.io.File f)
Method Detail |
---|
public java.io.File getWorkBookFile()
public void setWorkBookFile(java.io.File w)
workBookFile
- The workBookFile to set.public java.util.List getRESTlog()
getRESTlog
in class WebWorkBook
WebWorkBook.getRESTlog()
public int storeNewBook() throws java.sql.SQLException
storeNewBook
in class WebWorkBook
java.sql.SQLException
com.extentech.ExtenXLS.web.WebWorkBook#storeBook(com.extentech.ExtenXLS.WorkBook)
public WorkBook update()
update
in class WebWorkBook
WebWorkBook.update()
public void deleteBook(WorkBook book, int memeid) throws java.sql.SQLException
deleteBook
in class MemeWorkBook
book
- WorkBookHandlememeid
- int ID of this meme database record
java.sql.SQLException
MemeWorkBook.deleteBook(com.extentech.ExtenXLS.WorkBook, int)
public WorkBook getBook(int memeid) throws java.sql.SQLException
getBook
in class MemeWorkBook
java.sql.SQLException
MemeWorkBook.getBook(int)
public java.io.InputStream getXMLStream(int memeid) throws java.sql.SQLException
getXMLStream
in class MemeWorkBook
java.sql.SQLException
MemeWorkBook.getXMLStream(int)
public void saveBook(int memeid) throws java.lang.Exception
saveBook
in class MemeWorkBook
memeid
- int ID of this meme database record
java.sql.SQLException
java.lang.Exception
com.extentech.ExtenXLS.web.MemeWorkBook#saveBook(com.extentech.ExtenXLS.WorkBook, int)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |