Class WorkflowDestinationDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.workflow.server.entity.WorkflowDestinationDetail
- 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 WorkflowDestinationDetailWorkflowDestinationDetail
(WorkflowDestinationDetailValue value, EntityPermission entityPermission) Creates a new instance of WorkflowDestinationDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
getWorkflowDestination
(EntityPermission entityPermission) getWorkflowDestination
(Session session) getWorkflowDestination
(Session session, EntityPermission entityPermission) getWorkflowDestinationForUpdate
(Session session) boolean
boolean
getWorkflowStep
(EntityPermission entityPermission) getWorkflowStep
(Session session) getWorkflowStep
(Session session, EntityPermission entityPermission) getWorkflowStepForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
void
void
setWorkflowDestinationName
(String workflowDestinationName) void
setWorkflowDestinationPK
(WorkflowDestinationPK workflowDestinationPK) 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
-
WorkflowDestinationDetail
Creates a new instance of WorkflowDestinationDetail- Throws:
PersistenceException
-
WorkflowDestinationDetail
public WorkflowDestinationDetail(WorkflowDestinationDetailValue value, EntityPermission entityPermission) Creates a new instance of WorkflowDestinationDetail
-
-
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
-
getWorkflowDestinationDetailValue
-
setWorkflowDestinationDetailValue
public void setWorkflowDestinationDetailValue(WorkflowDestinationDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-
getWorkflowDestinationName
-
setWorkflowDestinationName
public void setWorkflowDestinationName(String workflowDestinationName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getWorkflowDestinationNameHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-