|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CreateProcessEventAuditDOI
Interface implemented by CreateProcessEventAuditDO Interface could also be implemented by a (hand-written) Business Layer class which uses CreateProcessEventAuditDO
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 SHKCreateProcessEventAudits |
java.lang.String |
getPackageId()
Get PackageId of the SHKCreateProcessEventAudits |
java.lang.String |
getPActivityDefinitionId()
Get PActivityDefinitionId of the SHKCreateProcessEventAudits |
java.lang.String |
getPActivityDefinitionName()
Get PActivityDefinitionName of the SHKCreateProcessEventAudits |
java.lang.String |
getPActivityId()
Get PActivityId of the SHKCreateProcessEventAudits |
java.lang.String |
getPPackageId()
Get PPackageId of the SHKCreateProcessEventAudits |
java.lang.String |
getPProcessDefinitionId()
Get PProcessDefinitionId of the SHKCreateProcessEventAudits |
java.lang.String |
getPProcessDefinitionName()
Get PProcessDefinitionName of the SHKCreateProcessEventAudits |
java.lang.String |
getPProcessFactoryName()
Get PProcessFactoryName of the SHKCreateProcessEventAudits |
java.lang.String |
getPProcessFactoryVersion()
Get PProcessFactoryVersion of the SHKCreateProcessEventAudits |
java.lang.String |
getPProcessId()
Get PProcessId of the SHKCreateProcessEventAudits |
java.lang.String |
getPProcessName()
Get PProcessName of the SHKCreateProcessEventAudits |
java.lang.String |
getProcessDefinitionId()
Get ProcessDefinitionId of the SHKCreateProcessEventAudits |
java.lang.String |
getProcessDefinitionName()
Get ProcessDefinitionName of the SHKCreateProcessEventAudits |
java.lang.String |
getProcessFactoryName()
Get ProcessFactoryName of the SHKCreateProcessEventAudits |
java.lang.String |
getProcessFactoryVersion()
Get ProcessFactoryVersion of the SHKCreateProcessEventAudits |
java.lang.String |
getProcessId()
Get ProcessId of the SHKCreateProcessEventAudits |
java.lang.String |
getProcessName()
Get ProcessName of the SHKCreateProcessEventAudits |
long |
getRecordedTime()
Get RecordedTime of the SHKCreateProcessEventAudits |
long |
getRecordedTimeTZO()
Get RecordedTimeTZO of the SHKCreateProcessEventAudits |
EventTypeDO |
getTheType()
Get TheType of the SHKCreateProcessEventAudits |
java.lang.String |
getTheUsername()
Get TheUsername of the SHKCreateProcessEventAudits |
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 SHKCreateProcessEventAudits |
void |
setPackageId(java.lang.String PackageId)
Set PackageId of the SHKCreateProcessEventAudits |
void |
setPActivityDefinitionId(java.lang.String PActivityDefinitionId)
Set PActivityDefinitionId of the SHKCreateProcessEventAudits |
void |
setPActivityDefinitionName(java.lang.String PActivityDefinitionName)
Set PActivityDefinitionName of the SHKCreateProcessEventAudits |
void |
setPActivityId(java.lang.String PActivityId)
Set PActivityId of the SHKCreateProcessEventAudits |
void |
setPPackageId(java.lang.String PPackageId)
Set PPackageId of the SHKCreateProcessEventAudits |
void |
setPProcessDefinitionId(java.lang.String PProcessDefinitionId)
Set PProcessDefinitionId of the SHKCreateProcessEventAudits |
void |
setPProcessDefinitionName(java.lang.String PProcessDefinitionName)
Set PProcessDefinitionName of the SHKCreateProcessEventAudits |
void |
setPProcessFactoryName(java.lang.String PProcessFactoryName)
Set PProcessFactoryName of the SHKCreateProcessEventAudits |
void |
setPProcessFactoryVersion(java.lang.String PProcessFactoryVersion)
Set PProcessFactoryVersion of the SHKCreateProcessEventAudits |
void |
setPProcessId(java.lang.String PProcessId)
Set PProcessId of the SHKCreateProcessEventAudits |
void |
setPProcessName(java.lang.String PProcessName)
Set PProcessName of the SHKCreateProcessEventAudits |
void |
setProcessDefinitionId(java.lang.String ProcessDefinitionId)
Set ProcessDefinitionId of the SHKCreateProcessEventAudits |
void |
setProcessDefinitionName(java.lang.String ProcessDefinitionName)
Set ProcessDefinitionName of the SHKCreateProcessEventAudits |
void |
setProcessFactoryName(java.lang.String ProcessFactoryName)
Set ProcessFactoryName of the SHKCreateProcessEventAudits |
void |
setProcessFactoryVersion(java.lang.String ProcessFactoryVersion)
Set ProcessFactoryVersion of the SHKCreateProcessEventAudits |
void |
setProcessId(java.lang.String ProcessId)
Set ProcessId of the SHKCreateProcessEventAudits |
void |
setProcessName(java.lang.String ProcessName)
Set ProcessName of the SHKCreateProcessEventAudits |
void |
setRecordedTime(long RecordedTime)
Set RecordedTime of the SHKCreateProcessEventAudits |
void |
setRecordedTimeTZO(long RecordedTimeTZO)
Set RecordedTimeTZO of the SHKCreateProcessEventAudits |
void |
setTheType(EventTypeDO TheType)
Set TheType of the SHKCreateProcessEventAudits |
void |
setTheUsername(java.lang.String TheUsername)
Set TheUsername of the SHKCreateProcessEventAudits |
Method Detail |
---|
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 SHKCreateProcessEventAudits
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 SHKCreateProcessEventAudits
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 SHKCreateProcessEventAudits
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.EventTypeDO 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(EventTypeDO TheType) throws com.lutris.dods.builder.generator.query.DataObjectException
TheType
- of the SHKCreateProcessEventAudits
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.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 SHKCreateProcessEventAudits
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getProcessName() 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 setProcessName(java.lang.String ProcessName) throws com.lutris.dods.builder.generator.query.DataObjectException
ProcessName
- of the SHKCreateProcessEventAudits
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getProcessFactoryName() 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 setProcessFactoryName(java.lang.String ProcessFactoryName) throws com.lutris.dods.builder.generator.query.DataObjectException
ProcessFactoryName
- of the SHKCreateProcessEventAudits
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getProcessFactoryVersion() 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 setProcessFactoryVersion(java.lang.String ProcessFactoryVersion) throws com.lutris.dods.builder.generator.query.DataObjectException
ProcessFactoryVersion
- of the SHKCreateProcessEventAudits
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getProcessDefinitionId() 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 setProcessDefinitionId(java.lang.String ProcessDefinitionId) throws com.lutris.dods.builder.generator.query.DataObjectException
ProcessDefinitionId
- of the SHKCreateProcessEventAudits
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getProcessDefinitionName() 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 setProcessDefinitionName(java.lang.String ProcessDefinitionName) throws com.lutris.dods.builder.generator.query.DataObjectException
ProcessDefinitionName
- of the SHKCreateProcessEventAudits
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getPackageId() 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 setPackageId(java.lang.String PackageId) throws com.lutris.dods.builder.generator.query.DataObjectException
PackageId
- of the SHKCreateProcessEventAudits
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getPActivityId() 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 setPActivityId(java.lang.String PActivityId) throws com.lutris.dods.builder.generator.query.DataObjectException
PActivityId
- of the SHKCreateProcessEventAudits
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getPProcessId() 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 setPProcessId(java.lang.String PProcessId) throws com.lutris.dods.builder.generator.query.DataObjectException
PProcessId
- of the SHKCreateProcessEventAudits
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getPProcessName() 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 setPProcessName(java.lang.String PProcessName) throws com.lutris.dods.builder.generator.query.DataObjectException
PProcessName
- of the SHKCreateProcessEventAudits
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getPProcessFactoryName() 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 setPProcessFactoryName(java.lang.String PProcessFactoryName) throws com.lutris.dods.builder.generator.query.DataObjectException
PProcessFactoryName
- of the SHKCreateProcessEventAudits
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getPProcessFactoryVersion() 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 setPProcessFactoryVersion(java.lang.String PProcessFactoryVersion) throws com.lutris.dods.builder.generator.query.DataObjectException
PProcessFactoryVersion
- of the SHKCreateProcessEventAudits
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getPActivityDefinitionId() 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 setPActivityDefinitionId(java.lang.String PActivityDefinitionId) throws com.lutris.dods.builder.generator.query.DataObjectException
PActivityDefinitionId
- of the SHKCreateProcessEventAudits
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getPActivityDefinitionName() 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 setPActivityDefinitionName(java.lang.String PActivityDefinitionName) throws com.lutris.dods.builder.generator.query.DataObjectException
PActivityDefinitionName
- of the SHKCreateProcessEventAudits
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getPProcessDefinitionId() 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 setPProcessDefinitionId(java.lang.String PProcessDefinitionId) throws com.lutris.dods.builder.generator.query.DataObjectException
PProcessDefinitionId
- of the SHKCreateProcessEventAudits
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getPProcessDefinitionName() 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 setPProcessDefinitionName(java.lang.String PProcessDefinitionName) throws com.lutris.dods.builder.generator.query.DataObjectException
PProcessDefinitionName
- of the SHKCreateProcessEventAudits
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getPPackageId() 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 setPPackageId(java.lang.String PPackageId) throws com.lutris.dods.builder.generator.query.DataObjectException
PPackageId
- of the SHKCreateProcessEventAudits
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 SHKCreateProcessEventAudits
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 |