|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XPDLHistoryDataDOI
Interface implemented by XPDLHistoryDataDO Interface could also be implemented by a (hand-written) Business Layer class which uses XPDLHistoryDataDO
Method Summary | |
---|---|
void |
commit()
Deprecated. Use save() instead. |
void |
commit(com.lutris.appserver.server.sql.DBTransaction dbt)
Deprecated. Use save() instead. |
void |
delete()
Deletes the DO from its table. |
void |
delete(com.lutris.appserver.server.sql.DBTransaction dbt)
Deletes the DO from its table. |
java.math.BigDecimal |
getCNT()
Get CNT of the SHKXPDLHistoryData |
byte[] |
getXPDLClassContent()
Get XPDLClassContent of the SHKXPDLHistoryData |
byte[] |
getXPDLContent()
Get XPDLContent of the SHKXPDLHistoryData |
XPDLHistoryDO |
getXPDLHistory()
Get XPDLHistory of the SHKXPDLHistoryData |
void |
save()
Inserts/Updates the DO into its table. |
void |
save(com.lutris.appserver.server.sql.DBTransaction dbt)
Inserts/Updates the DO into its table. |
void |
setCNT(java.math.BigDecimal CNT)
Set CNT of the SHKXPDLHistoryData |
void |
setXPDLClassContent(byte[] XPDLClassContent)
Set XPDLClassContent of the SHKXPDLHistoryData |
void |
setXPDLContent(byte[] XPDLContent)
Set XPDLContent of the SHKXPDLHistoryData |
void |
setXPDLHistory(XPDLHistoryDO XPDLHistory)
Set XPDLHistory of the SHKXPDLHistoryData |
Method Detail |
---|
byte[] getXPDLContent() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setXPDLContent(byte[] XPDLContent) throws com.lutris.dods.builder.generator.query.DataObjectException
XPDLContent
- of the SHKXPDLHistoryData
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.byte[] getXPDLClassContent() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setXPDLClassContent(byte[] XPDLClassContent) throws com.lutris.dods.builder.generator.query.DataObjectException
XPDLClassContent
- of the SHKXPDLHistoryData
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.XPDLHistoryDO getXPDLHistory() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setXPDLHistory(XPDLHistoryDO XPDLHistory) throws com.lutris.dods.builder.generator.query.DataObjectException
XPDLHistory
- of the SHKXPDLHistoryData
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.math.BigDecimal getCNT() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setCNT(java.math.BigDecimal CNT) throws com.lutris.dods.builder.generator.query.DataObjectException
CNT
- of the SHKXPDLHistoryData
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void save() throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
java.sql.SQLException
- if any SQL errors occur.
com.lutris.appserver.server.sql.DatabaseManagerException
- if a Transaction can not be created.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.RefAssertionException
- thrown by okTo method.
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException
void save(com.lutris.appserver.server.sql.DBTransaction dbt) throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
dbt
- The transaction object to use for this operation.
com.lutris.appserver.server.sql.DatabaseManagerException
- if a Transaction can not be created.
com.lutris.appserver.server.sql.DBRowUpdateException
- if a version error occurs.
com.lutris.dods.builder.generator.query.RefAssertionException
- thrown by okTo method.
java.sql.SQLException
- if any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.QueryException
void commit() throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
com.lutris.appserver.server.sql.DatabaseManagerException
- if a Transaction can not be created.
com.lutris.dods.builder.generator.query.RefAssertionException
- thrown by okTo method.
java.sql.SQLException
- if any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException
void commit(com.lutris.appserver.server.sql.DBTransaction dbt) throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
dbt
- The transaction object to use for this operation.
com.lutris.appserver.server.sql.DatabaseManagerException
- if a Transaction can not be created.
com.lutris.appserver.server.sql.DBRowUpdateException
- if a version error occurs.
com.lutris.dods.builder.generator.query.RefAssertionException
- thrown by okTo method.
java.sql.SQLException
- if any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.QueryException
void delete() throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
com.lutris.appserver.server.sql.DatabaseManagerException
- if a Transaction can not be created.
com.lutris.dods.builder.generator.query.RefAssertionException
- thrown by okTo method.
java.sql.SQLException
- if any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException
void delete(com.lutris.appserver.server.sql.DBTransaction dbt) throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
dbt
- The transaction object to use for this operation.
com.lutris.appserver.server.sql.DatabaseManagerException
- if a Transaction can not be created.
com.lutris.appserver.server.sql.DBRowUpdateException
- if a version error occurs.
com.lutris.dods.builder.generator.query.RefAssertionException
- thrown by okTo method.
java.sql.SQLException
- if any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.QueryException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |