|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessHistoryDetailsDOI
Interface implemented by ProcessHistoryDetailsDO Interface could also be implemented by a (hand-written) Business Layer class which uses ProcessHistoryDetailsDO
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 SHKProcessHistoryDetails |
int |
getOrdNo()
Get OrdNo of the SHKProcessHistoryDetails |
ProcessHistoryInfoDO |
getProcessHistoryInfo()
Get ProcessHistoryInfo of the SHKProcessHistoryDetails |
java.lang.String |
getProcessId()
Get ProcessId of the SHKProcessHistoryDetails |
long |
getRecordedTime()
Get RecordedTime of the SHKProcessHistoryDetails |
long |
getRecordedTimeTZO()
Get RecordedTimeTZO of the SHKProcessHistoryDetails |
short |
getTheType()
Get TheType of the SHKProcessHistoryDetails |
java.lang.String |
getTheUsername()
Get TheUsername of the SHKProcessHistoryDetails |
java.lang.String |
getVariableDefinitionId()
Get VariableDefinitionId of the SHKProcessHistoryDetails |
short |
getVariableType()
Get VariableType of the SHKProcessHistoryDetails |
byte[] |
getVariableValue()
Get VariableValue of the SHKProcessHistoryDetails |
boolean |
getVariableValueBOOL()
Get VariableValueBOOL of the SHKProcessHistoryDetails |
java.sql.Timestamp |
getVariableValueDATE()
Get VariableValueDATE of the SHKProcessHistoryDetails |
double |
getVariableValueDBL()
Get VariableValueDBL of the SHKProcessHistoryDetails |
long |
getVariableValueLONG()
Get VariableValueLONG of the SHKProcessHistoryDetails |
java.lang.String |
getVariableValueVCHAR()
Get VariableValueVCHAR of the SHKProcessHistoryDetails |
org.w3c.dom.Node |
getVariableValueXML()
Get VariableValueXML of the SHKProcessHistoryDetails |
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 SHKProcessHistoryDetails |
void |
setOrdNo(int OrdNo)
Set OrdNo of the SHKProcessHistoryDetails |
void |
setProcessHistoryInfo(ProcessHistoryInfoDO ProcessHistoryInfo)
Set ProcessHistoryInfo of the SHKProcessHistoryDetails |
void |
setProcessId(java.lang.String ProcessId)
Set ProcessId of the SHKProcessHistoryDetails |
void |
setRecordedTime(long RecordedTime)
Set RecordedTime of the SHKProcessHistoryDetails |
void |
setRecordedTimeTZO(long RecordedTimeTZO)
Set RecordedTimeTZO of the SHKProcessHistoryDetails |
void |
setTheType(short TheType)
Set TheType of the SHKProcessHistoryDetails |
void |
setTheUsername(java.lang.String TheUsername)
Set TheUsername of the SHKProcessHistoryDetails |
void |
setVariableDefinitionId(java.lang.String VariableDefinitionId)
Set VariableDefinitionId of the SHKProcessHistoryDetails |
void |
setVariableType(short VariableType)
Set VariableType of the SHKProcessHistoryDetails |
void |
setVariableValue(byte[] VariableValue)
Set VariableValue of the SHKProcessHistoryDetails |
void |
setVariableValueBOOL(boolean VariableValueBOOL)
Set VariableValueBOOL of the SHKProcessHistoryDetails |
void |
setVariableValueDATE(java.sql.Timestamp VariableValueDATE)
Set VariableValueDATE of the SHKProcessHistoryDetails |
void |
setVariableValueDBL(double VariableValueDBL)
Set VariableValueDBL of the SHKProcessHistoryDetails |
void |
setVariableValueLONG(long VariableValueLONG)
Set VariableValueLONG of the SHKProcessHistoryDetails |
void |
setVariableValueVCHAR(java.lang.String VariableValueVCHAR)
Set VariableValueVCHAR of the SHKProcessHistoryDetails |
void |
setVariableValueXML(org.w3c.dom.Node VariableValueXML)
Set VariableValueXML of the SHKProcessHistoryDetails |
Method Detail |
---|
java.lang.String getProcessId() 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 setProcessId(java.lang.String ProcessId) throws com.lutris.dods.builder.generator.query.DataObjectException
ProcessId
- of the SHKProcessHistoryDetails
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.ProcessHistoryInfoDO getProcessHistoryInfo() 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 setProcessHistoryInfo(ProcessHistoryInfoDO ProcessHistoryInfo) throws com.lutris.dods.builder.generator.query.DataObjectException
ProcessHistoryInfo
- of the SHKProcessHistoryDetails
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 SHKProcessHistoryDetails
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 SHKProcessHistoryDetails
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 SHKProcessHistoryDetails
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 SHKProcessHistoryDetails
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 SHKProcessHistoryDetails
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 SHKProcessHistoryDetails
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 SHKProcessHistoryDetails
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 SHKProcessHistoryDetails
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 SHKProcessHistoryDetails
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 SHKProcessHistoryDetails
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 SHKProcessHistoryDetails
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 SHKProcessHistoryDetails
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 SHKProcessHistoryDetails
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 SHKProcessHistoryDetails
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 SHKProcessHistoryDetails
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 |