Class WorkflowDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.workflow.server.entity.WorkflowDetail
- 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 WorkflowDetailWorkflowDetail
(WorkflowDetailValue value, EntityPermission entityPermission) Creates a new instance of WorkflowDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
getSecurityRoleGroup
(EntityPermission entityPermission) getSecurityRoleGroup
(Session session) getSecurityRoleGroup
(Session session, EntityPermission entityPermission) getSecurityRoleGroupForUpdate
(Session session) boolean
getSelectorType
(EntityPermission entityPermission) getSelectorType
(Session session) getSelectorType
(Session session, EntityPermission entityPermission) getSelectorTypeForUpdate
(Session session) boolean
boolean
boolean
getWorkflow
(EntityPermission entityPermission) getWorkflow
(Session session) getWorkflow
(Session session, EntityPermission entityPermission) getWorkflowForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setFromTime
(Long fromTime) void
void
setSecurityRoleGroupPK
(SecurityRoleGroupPK securityRoleGroupPK) void
setSelectorType
(SelectorType entity) void
setSelectorTypePK
(SelectorTypePK selectorTypePK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
setWorkflow
(Workflow entity) void
void
setWorkflowName
(String workflowName) void
setWorkflowPK
(WorkflowPK workflowPK) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
WorkflowDetail
Creates a new instance of WorkflowDetail- Throws:
PersistenceException
-
WorkflowDetail
Creates a new instance of WorkflowDetail
-
-
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
-
getWorkflowDetailValue
-
setWorkflowDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getWorkflowPK
-
getWorkflow
-
getWorkflow
-
getWorkflow
-
getWorkflow
-
getWorkflowForUpdate
-
getWorkflowForUpdate
-
setWorkflowPK
public void setWorkflowPK(WorkflowPK workflowPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setWorkflow
-
getWorkflowPKHasBeenModified
-
getWorkflowName
-
setWorkflowName
public void setWorkflowName(String workflowName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getWorkflowNameHasBeenModified
-
getSelectorTypePK
-
getSelectorType
-
getSelectorType
-
getSelectorType
-
getSelectorType
-
getSelectorTypeForUpdate
-
getSelectorTypeForUpdate
-
setSelectorTypePK
public void setSelectorTypePK(SelectorTypePK selectorTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSelectorType
-
getSelectorTypePKHasBeenModified
-
getSecurityRoleGroupPK
-
getSecurityRoleGroup
-
getSecurityRoleGroup
-
getSecurityRoleGroup
-
getSecurityRoleGroup
-
getSecurityRoleGroupForUpdate
-
getSecurityRoleGroupForUpdate
-
setSecurityRoleGroupPK
public void setSecurityRoleGroupPK(SecurityRoleGroupPK securityRoleGroupPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSecurityRoleGroup
-
getSecurityRoleGroupPKHasBeenModified
-
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
-