Uses of Class
com.echothree.model.data.workflow.common.pk.WorkflowEntranceDetailPK
Packages that use WorkflowEntranceDetailPK
Package
Description
-
Uses of WorkflowEntranceDetailPK in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return WorkflowEntranceDetailPKModifier and TypeMethodDescriptionWorkflowEntrance.getActiveDetailPK()
WorkflowEntrance.getLastDetailPK()
WorkflowEntranceDetail.getPrimaryKey()
Methods in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowEntranceDetailPKModifier and TypeMethodDescriptionvoid
WorkflowEntrance.setActiveDetailPK
(WorkflowEntranceDetailPK activeDetailPK) void
WorkflowEntrance.setLastDetailPK
(WorkflowEntranceDetailPK lastDetailPK) -
Uses of WorkflowEntranceDetailPK in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowEntranceDetailPKModifier and TypeMethodDescriptionWorkflowEntranceDetailFactory.getNextPK()
WorkflowEntranceDetailFactory.getPKFromQuery
(PreparedStatement ps, Object... params) WorkflowEntranceDetailFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowEntranceDetailPKModifier and TypeMethodDescriptionWorkflowEntranceDetailFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) WorkflowEntranceDetailFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) WorkflowEntranceDetailFactory.getPKsFromResultSetAsList
(ResultSet rs) WorkflowEntranceDetailFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowEntranceDetailPKModifier and TypeMethodDescriptionWorkflowEntranceFactory.create
(WorkflowEntranceDetailPK activeDetailPK, WorkflowEntranceDetailPK lastDetailPK) WorkflowEntranceFactory.create
(Session session, WorkflowEntranceDetailPK activeDetailPK, WorkflowEntranceDetailPK lastDetailPK) WorkflowEntranceDetailFactory.getEntityFromCache
(Session session, WorkflowEntranceDetailPK pk) WorkflowEntranceDetailFactory.getEntityFromPK
(EntityPermission entityPermission, WorkflowEntranceDetailPK pk) WorkflowEntranceDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, WorkflowEntranceDetailPK pk) WorkflowEntranceDetailFactory.getValueFromPK
(Session session, WorkflowEntranceDetailPK pk) void
WorkflowEntranceDetailFactory.remove
(Session session, WorkflowEntranceDetailPK pk) boolean
WorkflowEntranceDetailFactory.validPK
(Session session, WorkflowEntranceDetailPK pk) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowEntranceDetailPKModifier and TypeMethodDescriptionWorkflowEntranceDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<WorkflowEntranceDetailPK> pks) WorkflowEntranceDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<WorkflowEntranceDetailPK> pks) WorkflowEntranceDetailFactory.getValuesFromPKs
(Session session, Collection<WorkflowEntranceDetailPK> pks) void
WorkflowEntranceDetailFactory.remove
(Session session, Collection<WorkflowEntranceDetailPK> pks) void
WorkflowEntranceDetailFactory.remove
(Collection<WorkflowEntranceDetailPK> pks) -
Uses of WorkflowEntranceDetailPK in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return WorkflowEntranceDetailPKModifier and TypeMethodDescriptionWorkflowEntranceValue.getActiveDetailPK()
WorkflowEntranceValue.getLastDetailPK()
WorkflowEntranceDetailValue.getPrimaryKey()
Methods in com.echothree.model.data.workflow.server.value with parameters of type WorkflowEntranceDetailPKModifier and TypeMethodDescriptionvoid
WorkflowEntranceValue.setActiveDetailPK
(WorkflowEntranceDetailPK activeDetailPK) void
WorkflowEntranceValue.setLastDetailPK
(WorkflowEntranceDetailPK lastDetailPK) Constructors in com.echothree.model.data.workflow.server.value with parameters of type WorkflowEntranceDetailPKModifierConstructorDescriptionWorkflowEntranceDetailValue
(WorkflowEntranceDetailPK workflowEntranceDetailPK, WorkflowEntrancePK workflowEntrancePK, WorkflowPK workflowPK, String workflowEntranceName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of WorkflowEntranceDetailValueWorkflowEntranceValue
(WorkflowEntranceDetailPK activeDetailPK, WorkflowEntranceDetailPK lastDetailPK) Creates a new instance of WorkflowEntranceValueWorkflowEntranceValue
(WorkflowEntrancePK workflowEntrancePK, WorkflowEntranceDetailPK activeDetailPK, WorkflowEntranceDetailPK lastDetailPK) Creates a new instance of WorkflowEntranceValue