Uses of Class
com.echothree.model.data.workflow.common.pk.WorkflowDestinationStepPK
Packages that use WorkflowDestinationStepPK
Package
Description
-
Uses of WorkflowDestinationStepPK in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return WorkflowDestinationStepPK -
Uses of WorkflowDestinationStepPK in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowDestinationStepPKModifier and TypeMethodDescriptionWorkflowDestinationStepFactory.getNextPK()
WorkflowDestinationStepFactory.getPKFromQuery
(PreparedStatement ps, Object... params) WorkflowDestinationStepFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowDestinationStepPKModifier and TypeMethodDescriptionWorkflowDestinationStepFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) WorkflowDestinationStepFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) WorkflowDestinationStepFactory.getPKsFromResultSetAsList
(ResultSet rs) WorkflowDestinationStepFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowDestinationStepPKModifier and TypeMethodDescriptionWorkflowDestinationStepFactory.getEntityFromCache
(Session session, WorkflowDestinationStepPK pk) WorkflowDestinationStepFactory.getEntityFromPK
(EntityPermission entityPermission, WorkflowDestinationStepPK pk) WorkflowDestinationStepFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, WorkflowDestinationStepPK pk) WorkflowDestinationStepFactory.getValueFromPK
(Session session, WorkflowDestinationStepPK pk) void
WorkflowDestinationStepFactory.remove
(Session session, WorkflowDestinationStepPK pk) boolean
WorkflowDestinationStepFactory.validPK
(Session session, WorkflowDestinationStepPK pk) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowDestinationStepPKModifier and TypeMethodDescriptionWorkflowDestinationStepFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<WorkflowDestinationStepPK> pks) WorkflowDestinationStepFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<WorkflowDestinationStepPK> pks) WorkflowDestinationStepFactory.getValuesFromPKs
(Session session, Collection<WorkflowDestinationStepPK> pks) void
WorkflowDestinationStepFactory.remove
(Session session, Collection<WorkflowDestinationStepPK> pks) void
WorkflowDestinationStepFactory.remove
(Collection<WorkflowDestinationStepPK> pks) -
Uses of WorkflowDestinationStepPK in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return WorkflowDestinationStepPKConstructors in com.echothree.model.data.workflow.server.value with parameters of type WorkflowDestinationStepPKModifierConstructorDescriptionWorkflowDestinationStepValue
(WorkflowDestinationStepPK workflowDestinationStepPK, WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationStepValue