|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActivityHistoryDetailsDOI
Interface implemented by ActivityHistoryDetailsDO Interface could also be implemented by a (hand-written) Business Layer class which uses ActivityHistoryDetailsDO
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. |
ActivityHistoryInfoDO |
getActivityHistoryInfo()
Get ActivityHistoryInfo of the SHKActivityHistoryDetails |
java.lang.String |
getActivityId()
Get ActivityId of the SHKActivityHistoryDetails |
java.math.BigDecimal |
getCNT()
Get CNT of the SHKActivityHistoryDetails |
int |
getOrdNo()
Get OrdNo of the SHKActivityHistoryDetails |
java.lang.String |
getReassignFrom()
Get ReassignFrom of the SHKActivityHistoryDetails |
java.lang.String |
getReassignTo()
Get ReassignTo of the SHKActivityHistoryDetails |
long |
getRecordedTime()
Get RecordedTime of the SHKActivityHistoryDetails |
long |
getRecordedTimeTZO()
Get RecordedTimeTZO of the SHKActivityHistoryDetails |
short |
getTheType()
Get TheType of the SHKActivityHistoryDetails |
java.lang.String |
getTheUsername()
Get TheUsername of the SHKActivityHistoryDetails |
java.lang.String |
getVariableDefinitionId()
Get VariableDefinitionId of the SHKActivityHistoryDetails |
short |
getVariableType()
Get VariableType of the SHKActivityHistoryDetails |
byte[] |
getVariableValue()
Get VariableValue of the SHKActivityHistoryDetails |
boolean |
getVariableValueBOOL()
Get VariableValueBOOL of the SHKActivityHistoryDetails |
java.sql.Timestamp |
getVariableValueDATE()
Get VariableValueDATE of the SHKActivityHistoryDetails |
double |
getVariableValueDBL()
Get VariableValueDBL of the SHKActivityHistoryDetails |
long |
getVariableValueLONG()
Get VariableValueLONG of the SHKActivityHistoryDetails |
java.lang.String |
getVariableValueVCHAR()
Get VariableValueVCHAR of the SHKActivityHistoryDetails |
org.w3c.dom.Node |
getVariableValueXML()
Get VariableValueXML of the SHKActivityHistoryDetails |
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 |
setActivityHistoryInfo(ActivityHistoryInfoDO ActivityHistoryInfo)
Set ActivityHistoryInfo of the SHKActivityHistoryDetails |
void |
setActivityId(java.lang.String ActivityId)
Set ActivityId of the SHKActivityHistoryDetails |
void |
setCNT(java.math.BigDecimal CNT)
Set CNT of the SHKActivityHistoryDetails |
void |
setOrdNo(int OrdNo)
Set OrdNo of the SHKActivityHistoryDetails |
void |
setReassignFrom(java.lang.String ReassignFrom)
Set ReassignFrom of the SHKActivityHistoryDetails |
void |
setReassignTo(java.lang.String ReassignTo)
Set ReassignTo of the SHKActivityHistoryDetails |
void |
setRecordedTime(long RecordedTime)
Set RecordedTime of the SHKActivityHistoryDetails |
void |
setRecordedTimeTZO(long RecordedTimeTZO)
Set RecordedTimeTZO of the SHKActivityHistoryDetails |
void |
setTheType(short TheType)
Set TheType of the SHKActivityHistoryDetails |
void |
setTheUsername(java.lang.String TheUsername)
Set TheUsername of the SHKActivityHistoryDetails |
void |
setVariableDefinitionId(java.lang.String VariableDefinitionId)
Set VariableDefinitionId of the SHKActivityHistoryDetails |
void |
setVariableType(short VariableType)
Set VariableType of the SHKActivityHistoryDetails |
void |
setVariableValue(byte[] VariableValue)
Set VariableValue of the SHKActivityHistoryDetails |
void |
setVariableValueBOOL(boolean VariableValueBOOL)
Set VariableValueBOOL of the SHKActivityHistoryDetails |
void |
setVariableValueDATE(java.sql.Timestamp VariableValueDATE)
Set VariableValueDATE of the SHKActivityHistoryDetails |
void |
setVariableValueDBL(double VariableValueDBL)
Set VariableValueDBL of the SHKActivityHistoryDetails |
void |
setVariableValueLONG(long VariableValueLONG)
Set VariableValueLONG of the SHKActivityHistoryDetails |
void |
setVariableValueVCHAR(java.lang.String VariableValueVCHAR)
Set VariableValueVCHAR of the SHKActivityHistoryDetails |
void |
setVariableValueXML(org.w3c.dom.Node VariableValueXML)
Set VariableValueXML of the SHKActivityHistoryDetails |
Method Detail |
---|
java.lang.String getActivityId() 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 setActivityId(java.lang.String ActivityId) throws com.lutris.dods.builder.generator.query.DataObjectException
ActivityId
- of the SHKActivityHistoryDetails
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.ActivityHistoryInfoDO getActivityHistoryInfo() 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 setActivityHistoryInfo(ActivityHistoryInfoDO ActivityHistoryInfo) throws com.lutris.dods.builder.generator.query.DataObjectException
ActivityHistoryInfo
- of the SHKActivityHistoryDetails
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.short getTheType() 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 setTheType(short TheType) throws com.lutris.dods.builder.generator.query.DataObjectException
TheType
- of the SHKActivityHistoryDetails
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getRecordedTime() 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 setRecordedTime(long RecordedTime) throws com.lutris.dods.builder.generator.query.DataObjectException
RecordedTime
- of the SHKActivityHistoryDetails
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getRecordedTimeTZO() 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 setRecordedTimeTZO(long RecordedTimeTZO) throws com.lutris.dods.builder.generator.query.DataObjectException
RecordedTimeTZO
- of the SHKActivityHistoryDetails
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getTheUsername() 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 setTheUsername(java.lang.String TheUsername) throws com.lutris.dods.builder.generator.query.DataObjectException
TheUsername
- of the SHKActivityHistoryDetails
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getReassignFrom() 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 setReassignFrom(java.lang.String ReassignFrom) throws com.lutris.dods.builder.generator.query.DataObjectException
ReassignFrom
- of the SHKActivityHistoryDetails
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getReassignTo() 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 setReassignTo(java.lang.String ReassignTo) throws com.lutris.dods.builder.generator.query.DataObjectException
ReassignTo
- of the SHKActivityHistoryDetails
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 SHKActivityHistoryDetails
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 SHKActivityHistoryDetails
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 SHKActivityHistoryDetails
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 SHKActivityHistoryDetails
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 SHKActivityHistoryDetails
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 SHKActivityHistoryDetails
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 SHKActivityHistoryDetails
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 SHKActivityHistoryDetails
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 SHKActivityHistoryDetails
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 SHKActivityHistoryDetails
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 SHKActivityHistoryDetails
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 |