Class WorkflowEntityStatus
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.workflow.server.entity.WorkflowEntityStatus
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of WorkflowEntityStatusWorkflowEntityStatus(WorkflowEntityStatusValue value, EntityPermission entityPermission) Creates a new instance of WorkflowEntityStatus -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEntityInstance(EntityPermission entityPermission) getEntityInstance(Session session) getEntityInstance(Session session, EntityPermission entityPermission) getEntityInstanceForUpdate(Session session) booleanbooleanbooleangetWorkEffortScope(EntityPermission entityPermission) getWorkEffortScope(Session session) getWorkEffortScope(Session session, EntityPermission entityPermission) getWorkEffortScopeForUpdate(Session session) booleangetWorkflowStep(EntityPermission entityPermission) getWorkflowStep(Session session) getWorkflowStep(Session session, EntityPermission entityPermission) getWorkflowStepForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidsetEntityInstance(EntityInstance entity) voidsetEntityInstancePK(EntityInstancePK entityInstancePK) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) voidsetWorkEffortScope(WorkEffortScope entity) voidsetWorkEffortScopePK(WorkEffortScopePK workEffortScopePK) voidvoidsetWorkflowStep(WorkflowStep entity) voidsetWorkflowStepPK(WorkflowStepPK workflowStepPK) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
WorkflowEntityStatus
Creates a new instance of WorkflowEntityStatus- Throws:
PersistenceException
-
WorkflowEntityStatus
Creates a new instance of WorkflowEntityStatus
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getWorkflowEntityStatusValue
-
setWorkflowEntityStatusValue
public void setWorkflowEntityStatusValue(WorkflowEntityStatusValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getEntityInstancePK
-
getEntityInstance
-
getEntityInstance
-
getEntityInstance
-
getEntityInstance
-
getEntityInstanceForUpdate
-
getEntityInstanceForUpdate
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEntityInstance
-
getEntityInstancePKHasBeenModified
-
getWorkflowStepPK
-
getWorkflowStep
-
getWorkflowStep
-
getWorkflowStep
-
getWorkflowStep
-
getWorkflowStepForUpdate
-
getWorkflowStepForUpdate
-
setWorkflowStepPK
public void setWorkflowStepPK(WorkflowStepPK workflowStepPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setWorkflowStep
-
getWorkflowStepPKHasBeenModified
-
getWorkEffortScopePK
-
getWorkEffortScope
-
getWorkEffortScope
-
getWorkEffortScope
-
getWorkEffortScope
-
getWorkEffortScopeForUpdate
-
getWorkEffortScopeForUpdate
-
setWorkEffortScopePK
public void setWorkEffortScopePK(WorkEffortScopePK workEffortScopePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setWorkEffortScope
-
getWorkEffortScopePKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-