Uses of Class
com.echothree.model.data.workflow.common.pk.WorkflowDestinationSelectorPK
Packages that use WorkflowDestinationSelectorPK
Package
Description
-
Uses of WorkflowDestinationSelectorPK in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return WorkflowDestinationSelectorPK -
Uses of WorkflowDestinationSelectorPK in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowDestinationSelectorPKModifier and TypeMethodDescriptionWorkflowDestinationSelectorFactory.getNextPK()WorkflowDestinationSelectorFactory.getPKFromQuery(PreparedStatement ps, Object... params) WorkflowDestinationSelectorFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowDestinationSelectorPKModifier and TypeMethodDescriptionWorkflowDestinationSelectorFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) WorkflowDestinationSelectorFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) WorkflowDestinationSelectorFactory.getPKsFromResultSetAsList(ResultSet rs) WorkflowDestinationSelectorFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowDestinationSelectorPKModifier and TypeMethodDescriptionWorkflowDestinationSelectorFactory.getEntityFromCache(Session session, WorkflowDestinationSelectorPK pk) WorkflowDestinationSelectorFactory.getEntityFromPK(EntityPermission entityPermission, WorkflowDestinationSelectorPK pk) WorkflowDestinationSelectorFactory.getEntityFromPK(Session session, EntityPermission entityPermission, WorkflowDestinationSelectorPK pk) WorkflowDestinationSelectorFactory.getValueFromPK(Session session, WorkflowDestinationSelectorPK pk) voidWorkflowDestinationSelectorFactory.remove(Session session, WorkflowDestinationSelectorPK pk) booleanWorkflowDestinationSelectorFactory.validPK(Session session, WorkflowDestinationSelectorPK pk) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowDestinationSelectorPKModifier and TypeMethodDescriptionWorkflowDestinationSelectorFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<WorkflowDestinationSelectorPK> pks) WorkflowDestinationSelectorFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<WorkflowDestinationSelectorPK> pks) WorkflowDestinationSelectorFactory.getValuesFromPKs(Session session, Collection<WorkflowDestinationSelectorPK> pks) voidWorkflowDestinationSelectorFactory.remove(Session session, Collection<WorkflowDestinationSelectorPK> pks) voidWorkflowDestinationSelectorFactory.remove(Collection<WorkflowDestinationSelectorPK> pks) -
Uses of WorkflowDestinationSelectorPK in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return WorkflowDestinationSelectorPKConstructors in com.echothree.model.data.workflow.server.value with parameters of type WorkflowDestinationSelectorPKModifierConstructorDescriptionWorkflowDestinationSelectorValue(WorkflowDestinationSelectorPK workflowDestinationSelectorPK, WorkflowDestinationPK workflowDestinationPK, SelectorPK selectorPK, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationSelectorValue