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 TypeMethodDescriptionboolean
getEntityInstance
(EntityPermission entityPermission) getEntityInstance
(Session session) getEntityInstance
(Session session, EntityPermission entityPermission) getEntityInstanceForUpdate
(Session session) boolean
boolean
boolean
getWorkEffortScope
(EntityPermission entityPermission) getWorkEffortScope
(Session session) getWorkEffortScope
(Session session, EntityPermission entityPermission) getWorkEffortScopeForUpdate
(Session session) boolean
getWorkflowStep
(EntityPermission entityPermission) getWorkflowStep
(Session session) getWorkflowStep
(Session session, EntityPermission entityPermission) getWorkflowStepForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
setEntityInstance
(EntityInstance entity) void
setEntityInstancePK
(EntityInstancePK entityInstancePK) void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) void
setWorkEffortScope
(WorkEffortScope entity) void
setWorkEffortScopePK
(WorkEffortScopePK workEffortScopePK) void
void
setWorkflowStep
(WorkflowStep entity) void
setWorkflowStepPK
(WorkflowStepPK workflowStepPK) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getWorkflowEntityStatusValue
-
setWorkflowEntityStatusValue
public void setWorkflowEntityStatusValue(WorkflowEntityStatusValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-