|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface implemented by ActivityDO Interface could also be implemented by a (hand-written) Business Layer class which uses ActivityDO
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. |
long |
getAccepted()
Get Accepted of the SHKActivities |
long |
getAcceptedTZO()
Get AcceptedTZO of the SHKActivities |
long |
getActivated()
Get Activated of the SHKActivities |
long |
getActivatedTZO()
Get ActivatedTZO of the SHKActivities |
java.lang.String |
getActivityDefinitionId()
Get ActivityDefinitionId of the SHKActivities |
java.lang.String |
getActivitySetDefinitionId()
Get ActivitySetDefinitionId of the SHKActivities |
java.lang.String |
getBlockActivityId()
Get BlockActivityId of the SHKActivities |
java.lang.String |
getDescription()
Get Description of the SHKActivities |
java.lang.String |
getId()
Get Id of the SHKActivities |
boolean |
getIsPerformerAsynchronous()
Get IsPerformerAsynchronous of the SHKActivities |
long |
getLastStateTime()
Get LastStateTime of the SHKActivities |
long |
getLastStateTimeTZO()
Get LastStateTimeTZO of the SHKActivities |
long |
getLimitTime()
Get LimitTime of the SHKActivities |
long |
getLimitTimeTZO()
Get LimitTimeTZO of the SHKActivities |
java.lang.String |
getName()
Get Name of the SHKActivities |
java.lang.String |
getPDefName()
Get PDefName of the SHKActivities |
java.lang.String |
getPerformer()
Get Performer of the SHKActivities |
short |
getPriority()
Get Priority of the SHKActivities |
ProcessDO |
getProcess()
Get Process of the SHKActivities |
java.lang.String |
getProcessId()
Get ProcessId of the SHKActivities |
java.lang.String |
getResourceId()
Get ResourceId of the SHKActivities |
ActivityStateDO |
getState()
Get State of the SHKActivities |
ResourceDO |
getTheResource()
Get TheResource of the SHKActivities |
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 |
setAccepted(long Accepted)
Set Accepted of the SHKActivities |
void |
setAcceptedTZO(long AcceptedTZO)
Set AcceptedTZO of the SHKActivities |
void |
setActivated(long Activated)
Set Activated of the SHKActivities |
void |
setActivatedTZO(long ActivatedTZO)
Set ActivatedTZO of the SHKActivities |
void |
setActivityDefinitionId(java.lang.String ActivityDefinitionId)
Set ActivityDefinitionId of the SHKActivities |
void |
setActivitySetDefinitionId(java.lang.String ActivitySetDefinitionId)
Set ActivitySetDefinitionId of the SHKActivities |
void |
setBlockActivityId(java.lang.String BlockActivityId)
Set BlockActivityId of the SHKActivities |
void |
setDescription(java.lang.String Description)
Set Description of the SHKActivities |
void |
setId(java.lang.String Id)
Set Id of the SHKActivities |
void |
setIsPerformerAsynchronous(boolean IsPerformerAsynchronous)
Set IsPerformerAsynchronous of the SHKActivities |
void |
setLastStateTime(long LastStateTime)
Set LastStateTime of the SHKActivities |
void |
setLastStateTimeTZO(long LastStateTimeTZO)
Set LastStateTimeTZO of the SHKActivities |
void |
setLimitTime(long LimitTime)
Set LimitTime of the SHKActivities |
void |
setLimitTimeTZO(long LimitTimeTZO)
Set LimitTimeTZO of the SHKActivities |
void |
setName(java.lang.String Name)
Set Name of the SHKActivities |
void |
setPDefName(java.lang.String PDefName)
Set PDefName of the SHKActivities |
void |
setPerformer(java.lang.String Performer)
Set Performer of the SHKActivities |
void |
setPriority(short Priority)
Set Priority of the SHKActivities |
void |
setProcess(ProcessDO Process)
Set Process of the SHKActivities |
void |
setProcessId(java.lang.String ProcessId)
Set ProcessId of the SHKActivities |
void |
setResourceId(java.lang.String ResourceId)
Set ResourceId of the SHKActivities |
void |
setState(ActivityStateDO State)
Set State of the SHKActivities |
void |
setTheResource(ResourceDO TheResource)
Set TheResource of the SHKActivities |
Method Detail |
public 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.public void setId(java.lang.String Id) throws com.lutris.dods.builder.generator.query.DataObjectException
Id
- of the SHKActivities
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public java.lang.String getActivitySetDefinitionId() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public void setActivitySetDefinitionId(java.lang.String ActivitySetDefinitionId) throws com.lutris.dods.builder.generator.query.DataObjectException
ActivitySetDefinitionId
- of the SHKActivities
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public java.lang.String getActivityDefinitionId() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public void setActivityDefinitionId(java.lang.String ActivityDefinitionId) throws com.lutris.dods.builder.generator.query.DataObjectException
ActivityDefinitionId
- of the SHKActivities
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public ProcessDO getProcess() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public void setProcess(ProcessDO Process) throws com.lutris.dods.builder.generator.query.DataObjectException
Process
- of the SHKActivities
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public ResourceDO getTheResource() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public void setTheResource(ResourceDO TheResource) throws com.lutris.dods.builder.generator.query.DataObjectException
TheResource
- of the SHKActivities
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public 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.public void setPDefName(java.lang.String PDefName) throws com.lutris.dods.builder.generator.query.DataObjectException
PDefName
- of the SHKActivities
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public 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.public void setProcessId(java.lang.String ProcessId) throws com.lutris.dods.builder.generator.query.DataObjectException
ProcessId
- of the SHKActivities
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public java.lang.String getResourceId() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public void setResourceId(java.lang.String ResourceId) throws com.lutris.dods.builder.generator.query.DataObjectException
ResourceId
- of the SHKActivities
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public ActivityStateDO 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.public void setState(ActivityStateDO State) throws com.lutris.dods.builder.generator.query.DataObjectException
State
- of the SHKActivities
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public java.lang.String getBlockActivityId() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public void setBlockActivityId(java.lang.String BlockActivityId) throws com.lutris.dods.builder.generator.query.DataObjectException
BlockActivityId
- of the SHKActivities
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public java.lang.String getPerformer() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public void setPerformer(java.lang.String Performer) throws com.lutris.dods.builder.generator.query.DataObjectException
Performer
- of the SHKActivities
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public boolean getIsPerformerAsynchronous() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public void setIsPerformerAsynchronous(boolean IsPerformerAsynchronous) throws com.lutris.dods.builder.generator.query.DataObjectException
IsPerformerAsynchronous
- of the SHKActivities
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public 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.public void setPriority(short Priority) throws com.lutris.dods.builder.generator.query.DataObjectException
Priority
- of the SHKActivities
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public 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.public void setName(java.lang.String Name) throws com.lutris.dods.builder.generator.query.DataObjectException
Name
- of the SHKActivities
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public long getActivated() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public void setActivated(long Activated) throws com.lutris.dods.builder.generator.query.DataObjectException
Activated
- of the SHKActivities
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public long getActivatedTZO() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public void setActivatedTZO(long ActivatedTZO) throws com.lutris.dods.builder.generator.query.DataObjectException
ActivatedTZO
- of the SHKActivities
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public long getAccepted() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public void setAccepted(long Accepted) throws com.lutris.dods.builder.generator.query.DataObjectException
Accepted
- of the SHKActivities
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public long getAcceptedTZO() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public void setAcceptedTZO(long AcceptedTZO) throws com.lutris.dods.builder.generator.query.DataObjectException
AcceptedTZO
- of the SHKActivities
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public 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.public void setLastStateTime(long LastStateTime) throws com.lutris.dods.builder.generator.query.DataObjectException
LastStateTime
- of the SHKActivities
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public 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.public void setLastStateTimeTZO(long LastStateTimeTZO) throws com.lutris.dods.builder.generator.query.DataObjectException
LastStateTimeTZO
- of the SHKActivities
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public 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.public void setLimitTime(long LimitTime) throws com.lutris.dods.builder.generator.query.DataObjectException
LimitTime
- of the SHKActivities
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public 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.public void setLimitTimeTZO(long LimitTimeTZO) throws com.lutris.dods.builder.generator.query.DataObjectException
LimitTimeTZO
- of the SHKActivities
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public 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.public void setDescription(java.lang.String Description) throws com.lutris.dods.builder.generator.query.DataObjectException
Description
- of the SHKActivities
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public 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
public 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
public 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
public 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
public 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
public 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 |