Uses of Class
com.echothree.model.data.workflow.common.pk.WorkflowDestinationPK
Packages that use WorkflowDestinationPK
Package
Description
-
Uses of WorkflowDestinationPK in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return WorkflowDestinationPKModifier and TypeMethodDescriptionWorkflowDestination.getPrimaryKey()
WorkflowDestinationDescription.getWorkflowDestinationPK()
WorkflowDestinationDetail.getWorkflowDestinationPK()
WorkflowDestinationPartyType.getWorkflowDestinationPK()
WorkflowDestinationSelector.getWorkflowDestinationPK()
WorkflowDestinationStep.getWorkflowDestinationPK()
Methods in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowDestinationPKModifier and TypeMethodDescriptionvoid
WorkflowDestinationDescription.setWorkflowDestinationPK
(WorkflowDestinationPK workflowDestinationPK) void
WorkflowDestinationDetail.setWorkflowDestinationPK
(WorkflowDestinationPK workflowDestinationPK) void
WorkflowDestinationPartyType.setWorkflowDestinationPK
(WorkflowDestinationPK workflowDestinationPK) void
WorkflowDestinationSelector.setWorkflowDestinationPK
(WorkflowDestinationPK workflowDestinationPK) void
WorkflowDestinationStep.setWorkflowDestinationPK
(WorkflowDestinationPK workflowDestinationPK) -
Uses of WorkflowDestinationPK in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowDestinationPKModifier and TypeMethodDescriptionWorkflowDestinationFactory.getNextPK()
WorkflowDestinationFactory.getPKFromQuery
(PreparedStatement ps, Object... params) WorkflowDestinationFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowDestinationPKModifier and TypeMethodDescriptionWorkflowDestinationFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) WorkflowDestinationFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) WorkflowDestinationFactory.getPKsFromResultSetAsList
(ResultSet rs) WorkflowDestinationFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowDestinationPKModifier and TypeMethodDescriptionWorkflowDestinationDescriptionFactory.create
(WorkflowDestinationPK workflowDestinationPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) WorkflowDestinationDescriptionFactory.create
(Session session, WorkflowDestinationPK workflowDestinationPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) WorkflowDestinationDetailFactory.create
(WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, String workflowDestinationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) WorkflowDestinationDetailFactory.create
(Session session, WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, String workflowDestinationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) WorkflowDestinationPartyTypeFactory.create
(WorkflowDestinationPK workflowDestinationPK, PartyTypePK partyTypePK, Long fromTime, Long thruTime) WorkflowDestinationPartyTypeFactory.create
(Session session, WorkflowDestinationPK workflowDestinationPK, PartyTypePK partyTypePK, Long fromTime, Long thruTime) WorkflowDestinationSelectorFactory.create
(WorkflowDestinationPK workflowDestinationPK, SelectorPK selectorPK, Long fromTime, Long thruTime) WorkflowDestinationSelectorFactory.create
(Session session, WorkflowDestinationPK workflowDestinationPK, SelectorPK selectorPK, Long fromTime, Long thruTime) WorkflowDestinationStepFactory.create
(WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, Long fromTime, Long thruTime) WorkflowDestinationStepFactory.create
(Session session, WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, Long fromTime, Long thruTime) WorkflowDestinationFactory.getEntityFromCache
(Session session, WorkflowDestinationPK pk) WorkflowDestinationFactory.getEntityFromPK
(EntityPermission entityPermission, WorkflowDestinationPK pk) WorkflowDestinationFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, WorkflowDestinationPK pk) WorkflowDestinationFactory.getValueFromPK
(Session session, WorkflowDestinationPK pk) void
WorkflowDestinationFactory.remove
(Session session, WorkflowDestinationPK pk) boolean
WorkflowDestinationFactory.validPK
(Session session, WorkflowDestinationPK pk) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowDestinationPKModifier and TypeMethodDescriptionWorkflowDestinationFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<WorkflowDestinationPK> pks) WorkflowDestinationFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<WorkflowDestinationPK> pks) WorkflowDestinationFactory.getValuesFromPKs
(Session session, Collection<WorkflowDestinationPK> pks) void
WorkflowDestinationFactory.remove
(Session session, Collection<WorkflowDestinationPK> pks) void
WorkflowDestinationFactory.remove
(Collection<WorkflowDestinationPK> pks) -
Uses of WorkflowDestinationPK in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return WorkflowDestinationPKModifier and TypeMethodDescriptionWorkflowDestinationValue.getPrimaryKey()
WorkflowDestinationDescriptionValue.getWorkflowDestinationPK()
WorkflowDestinationDetailValue.getWorkflowDestinationPK()
WorkflowDestinationPartyTypeValue.getWorkflowDestinationPK()
WorkflowDestinationSelectorValue.getWorkflowDestinationPK()
WorkflowDestinationStepValue.getWorkflowDestinationPK()
Methods in com.echothree.model.data.workflow.server.value with parameters of type WorkflowDestinationPKModifier and TypeMethodDescriptionvoid
WorkflowDestinationDescriptionValue.setWorkflowDestinationPK
(WorkflowDestinationPK workflowDestinationPK) void
WorkflowDestinationDetailValue.setWorkflowDestinationPK
(WorkflowDestinationPK workflowDestinationPK) void
WorkflowDestinationPartyTypeValue.setWorkflowDestinationPK
(WorkflowDestinationPK workflowDestinationPK) void
WorkflowDestinationSelectorValue.setWorkflowDestinationPK
(WorkflowDestinationPK workflowDestinationPK) void
WorkflowDestinationStepValue.setWorkflowDestinationPK
(WorkflowDestinationPK workflowDestinationPK) Constructors in com.echothree.model.data.workflow.server.value with parameters of type WorkflowDestinationPKModifierConstructorDescriptionWorkflowDestinationDescriptionValue
(WorkflowDestinationDescriptionPK workflowDestinationDescriptionPK, WorkflowDestinationPK workflowDestinationPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationDescriptionValueWorkflowDestinationDescriptionValue
(WorkflowDestinationPK workflowDestinationPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationDescriptionValueWorkflowDestinationDetailValue
(WorkflowDestinationDetailPK workflowDestinationDetailPK, WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, String workflowDestinationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationDetailValueWorkflowDestinationDetailValue
(WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, String workflowDestinationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationDetailValueWorkflowDestinationPartyTypeValue
(WorkflowDestinationPartyTypePK workflowDestinationPartyTypePK, WorkflowDestinationPK workflowDestinationPK, PartyTypePK partyTypePK, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationPartyTypeValueWorkflowDestinationPartyTypeValue
(WorkflowDestinationPK workflowDestinationPK, PartyTypePK partyTypePK, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationPartyTypeValueWorkflowDestinationSelectorValue
(WorkflowDestinationPK workflowDestinationPK, SelectorPK selectorPK, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationSelectorValueWorkflowDestinationSelectorValue
(WorkflowDestinationSelectorPK workflowDestinationSelectorPK, WorkflowDestinationPK workflowDestinationPK, SelectorPK selectorPK, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationSelectorValueWorkflowDestinationStepValue
(WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationStepValueWorkflowDestinationStepValue
(WorkflowDestinationStepPK workflowDestinationStepPK, WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationStepValueWorkflowDestinationValue
(WorkflowDestinationPK workflowDestinationPK, WorkflowDestinationDetailPK activeDetailPK, WorkflowDestinationDetailPK lastDetailPK) Creates a new instance of WorkflowDestinationValue