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 TypeMethodDescriptionvoidWorkflowDestinationDescription.setWorkflowDestinationPK(WorkflowDestinationPK workflowDestinationPK) voidWorkflowDestinationDetail.setWorkflowDestinationPK(WorkflowDestinationPK workflowDestinationPK) voidWorkflowDestinationPartyType.setWorkflowDestinationPK(WorkflowDestinationPK workflowDestinationPK) voidWorkflowDestinationSelector.setWorkflowDestinationPK(WorkflowDestinationPK workflowDestinationPK) voidWorkflowDestinationStep.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) WorkflowDestinationDetailFactory.create(WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, String workflowDestinationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) WorkflowDestinationPartyTypeFactory.create(WorkflowDestinationPK workflowDestinationPK, PartyTypePK partyTypePK, Long fromTime, Long thruTime) WorkflowDestinationSelectorFactory.create(WorkflowDestinationPK workflowDestinationPK, SelectorPK selectorPK, Long fromTime, Long thruTime) WorkflowDestinationStepFactory.create(WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, Long fromTime, Long thruTime) WorkflowDestinationFactory.getEntityFromCache(WorkflowDestinationPK pk) WorkflowDestinationFactory.getEntityFromPK(EntityPermission entityPermission, WorkflowDestinationPK pk) WorkflowDestinationFactory.getValueFromPK(WorkflowDestinationPK pk) voidWorkflowDestinationFactory.remove(WorkflowDestinationPK pk) booleanWorkflowDestinationFactory.validPK(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.getValuesFromPKs(Collection<WorkflowDestinationPK> pks) voidWorkflowDestinationFactory.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 TypeMethodDescriptionvoidWorkflowDestinationDescriptionValue.setWorkflowDestinationPK(WorkflowDestinationPK workflowDestinationPK) voidWorkflowDestinationDetailValue.setWorkflowDestinationPK(WorkflowDestinationPK workflowDestinationPK) voidWorkflowDestinationPartyTypeValue.setWorkflowDestinationPK(WorkflowDestinationPK workflowDestinationPK) voidWorkflowDestinationSelectorValue.setWorkflowDestinationPK(WorkflowDestinationPK workflowDestinationPK) voidWorkflowDestinationStepValue.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