|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OldEventAuditDataDOI
Interface implemented by OldEventAuditDataDO Interface could also be implemented by a (hand-written) Business Layer class which uses OldEventAuditDataDO
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 SHKOldEventAuditData |
DataEventAuditDO |
getDataEventAudit()
Get DataEventAudit of the SHKOldEventAuditData |
int |
getOrdNo()
Get OrdNo of the SHKOldEventAuditData |
java.lang.String |
getVariableDefinitionId()
Get VariableDefinitionId of the SHKOldEventAuditData |
short |
getVariableType()
Get VariableType of the SHKOldEventAuditData |
byte[] |
getVariableValue()
Get VariableValue of the SHKOldEventAuditData |
boolean |
getVariableValueBOOL()
Get VariableValueBOOL of the SHKOldEventAuditData |
java.sql.Timestamp |
getVariableValueDATE()
Get VariableValueDATE of the SHKOldEventAuditData |
double |
getVariableValueDBL()
Get VariableValueDBL of the SHKOldEventAuditData |
long |
getVariableValueLONG()
Get VariableValueLONG of the SHKOldEventAuditData |
java.lang.String |
getVariableValueVCHAR()
Get VariableValueVCHAR of the SHKOldEventAuditData |
org.w3c.dom.Node |
getVariableValueXML()
Get VariableValueXML of the SHKOldEventAuditData |
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 SHKOldEventAuditData |
void |
setDataEventAudit(DataEventAuditDO DataEventAudit)
Set DataEventAudit of the SHKOldEventAuditData |
void |
setOrdNo(int OrdNo)
Set OrdNo of the SHKOldEventAuditData |
void |
setVariableDefinitionId(java.lang.String VariableDefinitionId)
Set VariableDefinitionId of the SHKOldEventAuditData |
void |
setVariableType(short VariableType)
Set VariableType of the SHKOldEventAuditData |
void |
setVariableValue(byte[] VariableValue)
Set VariableValue of the SHKOldEventAuditData |
void |
setVariableValueBOOL(boolean VariableValueBOOL)
Set VariableValueBOOL of the SHKOldEventAuditData |
void |
setVariableValueDATE(java.sql.Timestamp VariableValueDATE)
Set VariableValueDATE of the SHKOldEventAuditData |
void |
setVariableValueDBL(double VariableValueDBL)
Set VariableValueDBL of the SHKOldEventAuditData |
void |
setVariableValueLONG(long VariableValueLONG)
Set VariableValueLONG of the SHKOldEventAuditData |
void |
setVariableValueVCHAR(java.lang.String VariableValueVCHAR)
Set VariableValueVCHAR of the SHKOldEventAuditData |
void |
setVariableValueXML(org.w3c.dom.Node VariableValueXML)
Set VariableValueXML of the SHKOldEventAuditData |
Method Detail |
---|
DataEventAuditDO getDataEventAudit() 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 setDataEventAudit(DataEventAuditDO DataEventAudit) throws com.lutris.dods.builder.generator.query.DataObjectException
DataEventAudit
- of the SHKOldEventAuditData
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getVariableDefinitionId() 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 setVariableDefinitionId(java.lang.String VariableDefinitionId) throws com.lutris.dods.builder.generator.query.DataObjectException
VariableDefinitionId
- of the SHKOldEventAuditData
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.short getVariableType() 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 setVariableType(short VariableType) throws com.lutris.dods.builder.generator.query.DataObjectException
VariableType
- of the SHKOldEventAuditData
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.byte[] getVariableValue() 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 setVariableValue(byte[] VariableValue) throws com.lutris.dods.builder.generator.query.DataObjectException
VariableValue
- of the SHKOldEventAuditData
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.org.w3c.dom.Node getVariableValueXML() 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 setVariableValueXML(org.w3c.dom.Node VariableValueXML) throws com.lutris.dods.builder.generator.query.DataObjectException
VariableValueXML
- of the SHKOldEventAuditData
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getVariableValueVCHAR() 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 setVariableValueVCHAR(java.lang.String VariableValueVCHAR) throws com.lutris.dods.builder.generator.query.DataObjectException
VariableValueVCHAR
- of the SHKOldEventAuditData
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.double getVariableValueDBL() 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 setVariableValueDBL(double VariableValueDBL) throws com.lutris.dods.builder.generator.query.DataObjectException
VariableValueDBL
- of the SHKOldEventAuditData
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getVariableValueLONG() 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 setVariableValueLONG(long VariableValueLONG) throws com.lutris.dods.builder.generator.query.DataObjectException
VariableValueLONG
- of the SHKOldEventAuditData
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.sql.Timestamp getVariableValueDATE() 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 setVariableValueDATE(java.sql.Timestamp VariableValueDATE) throws com.lutris.dods.builder.generator.query.DataObjectException
VariableValueDATE
- of the SHKOldEventAuditData
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.boolean getVariableValueBOOL() 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 setVariableValueBOOL(boolean VariableValueBOOL) throws com.lutris.dods.builder.generator.query.DataObjectException
VariableValueBOOL
- of the SHKOldEventAuditData
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.int getOrdNo() 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 setOrdNo(int OrdNo) throws com.lutris.dods.builder.generator.query.DataObjectException
OrdNo
- of the SHKOldEventAuditData
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 SHKOldEventAuditData
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 |