Class WorkflowDestinationStep
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.workflow.server.entity.WorkflowDestinationStep
- 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 WorkflowDestinationStepWorkflowDestinationStep(WorkflowDestinationStepValue value, EntityPermission entityPermission) Creates a new instance of WorkflowDestinationStep -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleangetWorkflowDestination(EntityPermission entityPermission) getWorkflowDestination(Session session) getWorkflowDestination(Session session, EntityPermission entityPermission) getWorkflowDestinationForUpdate(Session session) booleangetWorkflowStep(EntityPermission entityPermission) getWorkflowStep(Session session) getWorkflowStep(Session session, EntityPermission entityPermission) getWorkflowStepForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) voidvoidsetWorkflowDestinationPK(WorkflowDestinationPK workflowDestinationPK) voidvoidsetWorkflowStep(WorkflowStep entity) voidsetWorkflowStepPK(WorkflowStepPK workflowStepPK) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
WorkflowDestinationStep
Creates a new instance of WorkflowDestinationStep- Throws:
PersistenceException
-
WorkflowDestinationStep
public WorkflowDestinationStep(WorkflowDestinationStepValue value, EntityPermission entityPermission) Creates a new instance of WorkflowDestinationStep
-
-
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
-
getWorkflowDestinationStepValue
-
setWorkflowDestinationStepValue
public void setWorkflowDestinationStepValue(WorkflowDestinationStepValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getWorkflowDestinationPK
-
getWorkflowDestination
public WorkflowDestination getWorkflowDestination(Session session, EntityPermission entityPermission) -
getWorkflowDestination
-
getWorkflowDestination
-
getWorkflowDestination
-
getWorkflowDestinationForUpdate
-
getWorkflowDestinationForUpdate
-
setWorkflowDestinationPK
public void setWorkflowDestinationPK(WorkflowDestinationPK workflowDestinationPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setWorkflowDestination
-
getWorkflowDestinationPKHasBeenModified
-
getWorkflowStepPK
-
getWorkflowStep
-
getWorkflowStep
-
getWorkflowStep
-
getWorkflowStep
-
getWorkflowStepForUpdate
-
getWorkflowStepForUpdate
-
setWorkflowStepPK
public void setWorkflowStepPK(WorkflowStepPK workflowStepPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setWorkflowStep
-
getWorkflowStepPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-