|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessDOI
Interface implemented by ProcessDO Interface could also be implemented by a (hand-written) Business Layer class which uses ProcessDO
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.lang.String |
getActivityRequesterId()
Get ActivityRequesterId of the SHKProcesses |
java.lang.String |
getActivityRequesterProcessId()
Get ActivityRequesterProcessId of the SHKProcesses |
long |
getCreated()
Get Created of the SHKProcesses |
long |
getCreatedTZO()
Get CreatedTZO of the SHKProcesses |
java.lang.String |
getDescription()
Get Description of the SHKProcesses |
java.lang.String |
getExternalRequesterClassName()
Get ExternalRequesterClassName of the SHKProcesses |
java.lang.String |
getId()
Get Id of the SHKProcesses |
long |
getLastStateTime()
Get LastStateTime of the SHKProcesses |
long |
getLastStateTimeTZO()
Get LastStateTimeTZO of the SHKProcesses |
long |
getLimitTime()
Get LimitTime of the SHKProcesses |
long |
getLimitTimeTZO()
Get LimitTimeTZO of the SHKProcesses |
java.lang.String |
getName()
Get Name of the SHKProcesses |
java.lang.String |
getPDefName()
Get PDefName of the SHKProcesses |
short |
getPriority()
Get Priority of the SHKProcesses |
ProcessDefinitionDO |
getProcessDefinition()
Get ProcessDefinition of the SHKProcesses |
java.lang.String |
getResourceRequesterId()
Get ResourceRequesterId of the SHKProcesses |
long |
getStarted()
Get Started of the SHKProcesses |
long |
getStartedTZO()
Get StartedTZO of the SHKProcesses |
ProcessStateDO |
getState()
Get State of the SHKProcesses |
long |
getSyncVersion()
Get SyncVersion of the SHKProcesses |
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 |
setActivityRequesterId(java.lang.String ActivityRequesterId)
Set ActivityRequesterId of the SHKProcesses |
void |
setActivityRequesterProcessId(java.lang.String ActivityRequesterProcessId)
Set ActivityRequesterProcessId of the SHKProcesses |
void |
setCreated(long Created)
Set Created of the SHKProcesses |
void |
setCreatedTZO(long CreatedTZO)
Set CreatedTZO of the SHKProcesses |
void |
setDescription(java.lang.String Description)
Set Description of the SHKProcesses |
void |
setExternalRequesterClassName(java.lang.String ExternalRequesterClassName)
Set ExternalRequesterClassName of the SHKProcesses |
void |
setId(java.lang.String Id)
Set Id of the SHKProcesses |
void |
setLastStateTime(long LastStateTime)
Set LastStateTime of the SHKProcesses |
void |
setLastStateTimeTZO(long LastStateTimeTZO)
Set LastStateTimeTZO of the SHKProcesses |
void |
setLimitTime(long LimitTime)
Set LimitTime of the SHKProcesses |
void |
setLimitTimeTZO(long LimitTimeTZO)
Set LimitTimeTZO of the SHKProcesses |
void |
setName(java.lang.String Name)
Set Name of the SHKProcesses |
void |
setPDefName(java.lang.String PDefName)
Set PDefName of the SHKProcesses |
void |
setPriority(short Priority)
Set Priority of the SHKProcesses |
void |
setProcessDefinition(ProcessDefinitionDO ProcessDefinition)
Set ProcessDefinition of the SHKProcesses |
void |
setResourceRequesterId(java.lang.String ResourceRequesterId)
Set ResourceRequesterId of the SHKProcesses |
void |
setStarted(long Started)
Set Started of the SHKProcesses |
void |
setStartedTZO(long StartedTZO)
Set StartedTZO of the SHKProcesses |
void |
setState(ProcessStateDO State)
Set State of the SHKProcesses |
void |
setSyncVersion(long SyncVersion)
Set SyncVersion of the SHKProcesses |
Method Detail |
---|
long getSyncVersion() 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 setSyncVersion(long SyncVersion) throws com.lutris.dods.builder.generator.query.DataObjectException
SyncVersion
- of the SHKProcesses
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getId() 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 setId(java.lang.String Id) throws com.lutris.dods.builder.generator.query.DataObjectException
Id
- of the SHKProcesses
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.ProcessDefinitionDO getProcessDefinition() 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 setProcessDefinition(ProcessDefinitionDO ProcessDefinition) throws com.lutris.dods.builder.generator.query.DataObjectException
ProcessDefinition
- of the SHKProcesses
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getPDefName() 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 setPDefName(java.lang.String PDefName) throws com.lutris.dods.builder.generator.query.DataObjectException
PDefName
- of the SHKProcesses
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getActivityRequesterId() 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 setActivityRequesterId(java.lang.String ActivityRequesterId) throws com.lutris.dods.builder.generator.query.DataObjectException
ActivityRequesterId
- of the SHKProcesses
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getActivityRequesterProcessId() 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 setActivityRequesterProcessId(java.lang.String ActivityRequesterProcessId) throws com.lutris.dods.builder.generator.query.DataObjectException
ActivityRequesterProcessId
- of the SHKProcesses
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getResourceRequesterId() 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 setResourceRequesterId(java.lang.String ResourceRequesterId) throws com.lutris.dods.builder.generator.query.DataObjectException
ResourceRequesterId
- of the SHKProcesses
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getExternalRequesterClassName() 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 setExternalRequesterClassName(java.lang.String ExternalRequesterClassName) throws com.lutris.dods.builder.generator.query.DataObjectException
ExternalRequesterClassName
- of the SHKProcesses
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.ProcessStateDO getState() 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 setState(ProcessStateDO State) throws com.lutris.dods.builder.generator.query.DataObjectException
State
- of the SHKProcesses
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.short getPriority() 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 setPriority(short Priority) throws com.lutris.dods.builder.generator.query.DataObjectException
Priority
- of the SHKProcesses
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getName() 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 setName(java.lang.String Name) throws com.lutris.dods.builder.generator.query.DataObjectException
Name
- of the SHKProcesses
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getCreated() 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 setCreated(long Created) throws com.lutris.dods.builder.generator.query.DataObjectException
Created
- of the SHKProcesses
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getCreatedTZO() 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 setCreatedTZO(long CreatedTZO) throws com.lutris.dods.builder.generator.query.DataObjectException
CreatedTZO
- of the SHKProcesses
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getStarted() 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 setStarted(long Started) throws com.lutris.dods.builder.generator.query.DataObjectException
Started
- of the SHKProcesses
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getStartedTZO() 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 setStartedTZO(long StartedTZO) throws com.lutris.dods.builder.generator.query.DataObjectException
StartedTZO
- of the SHKProcesses
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getLastStateTime() 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 setLastStateTime(long LastStateTime) throws com.lutris.dods.builder.generator.query.DataObjectException
LastStateTime
- of the SHKProcesses
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getLastStateTimeTZO() 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 setLastStateTimeTZO(long LastStateTimeTZO) throws com.lutris.dods.builder.generator.query.DataObjectException
LastStateTimeTZO
- of the SHKProcesses
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getLimitTime() 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 setLimitTime(long LimitTime) throws com.lutris.dods.builder.generator.query.DataObjectException
LimitTime
- of the SHKProcesses
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getLimitTimeTZO() 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 setLimitTimeTZO(long LimitTimeTZO) throws com.lutris.dods.builder.generator.query.DataObjectException
LimitTimeTZO
- of the SHKProcesses
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getDescription() 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 setDescription(java.lang.String Description) throws com.lutris.dods.builder.generator.query.DataObjectException
Description
- of the SHKProcesses
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 |