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 -
Uses of WorkflowDestinationPK in com.echothree.model.jooq.server.records.workflow
Methods in com.echothree.model.jooq.server.records.workflow that return WorkflowDestinationPKModifier and TypeMethodDescriptionWorkflowDestinationDescriptions.WorkflowDestination()Getter forworkflowdestinationdescriptions.wkfldnd_wkfldn_workflowdestinationid.WorkflowDestinationDetails.WorkflowDestination()Getter forworkflowdestinationdetails.wkfldndt_wkfldn_workflowdestinationid.WorkflowDestinationPartyTypes.WorkflowDestination()Getter forworkflowdestinationpartytypes.wkfldnptyp_wkfldn_workflowdestinationid.WorkflowDestinations.WorkflowDestination()Getter forworkflowdestinations.wkfldn_workflowdestinationid.WorkflowDestinationSelectors.WorkflowDestination()Getter forworkflowdestinationselectors.wkfldnsl_wkfldn_workflowdestinationid.WorkflowDestinationSteps.WorkflowDestination()Getter forworkflowdestinationsteps.wkfldns_wkfldn_workflowdestinationid.Methods in com.echothree.model.jooq.server.records.workflow that return types with arguments of type WorkflowDestinationPKModifier and TypeMethodDescriptionorg.jooq.Record1<WorkflowDestinationPK> WorkflowDestinations.key()Methods in com.echothree.model.jooq.server.records.workflow with parameters of type WorkflowDestinationPKModifier and TypeMethodDescriptionvoidWorkflowDestinationDescriptions.WorkflowDestination(WorkflowDestinationPK value) Setter forworkflowdestinationdescriptions.wkfldnd_wkfldn_workflowdestinationid.voidWorkflowDestinationDetails.WorkflowDestination(WorkflowDestinationPK value) Setter forworkflowdestinationdetails.wkfldndt_wkfldn_workflowdestinationid.voidWorkflowDestinationPartyTypes.WorkflowDestination(WorkflowDestinationPK value) Setter forworkflowdestinationpartytypes.wkfldnptyp_wkfldn_workflowdestinationid.voidWorkflowDestinations.WorkflowDestination(WorkflowDestinationPK value) Setter forworkflowdestinations.wkfldn_workflowdestinationid.voidWorkflowDestinationSelectors.WorkflowDestination(WorkflowDestinationPK value) Setter forworkflowdestinationselectors.wkfldnsl_wkfldn_workflowdestinationid.voidWorkflowDestinationSteps.WorkflowDestination(WorkflowDestinationPK value) Setter forworkflowdestinationsteps.wkfldns_wkfldn_workflowdestinationid.Constructors in com.echothree.model.jooq.server.records.workflow with parameters of type WorkflowDestinationPKModifierConstructorDescriptionWorkflowDestinationDescriptions(WorkflowDestinationDescriptionPK WorkflowDestinationDescription, WorkflowDestinationPK WorkflowDestination, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised WorkflowDestinationDescriptionsWorkflowDestinationDetails(WorkflowDestinationDetailPK WorkflowDestinationDetail, WorkflowDestinationPK WorkflowDestination, WorkflowStepPK WorkflowStep, String WorkflowDestinationName, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised WorkflowDestinationDetailsWorkflowDestinationPartyTypes(WorkflowDestinationPartyTypePK WorkflowDestinationPartyType, WorkflowDestinationPK WorkflowDestination, PartyTypePK PartyType, Long FromTime, Long ThruTime) Create a detached, initialised WorkflowDestinationPartyTypesWorkflowDestinations(WorkflowDestinationPK WorkflowDestination, WorkflowDestinationDetailPK ActiveDetail, WorkflowDestinationDetailPK LastDetail) Create a detached, initialised WorkflowDestinationsWorkflowDestinationSelectors(WorkflowDestinationSelectorPK WorkflowDestinationSelector, WorkflowDestinationPK WorkflowDestination, SelectorPK Selector, Long FromTime, Long ThruTime) Create a detached, initialised WorkflowDestinationSelectorsWorkflowDestinationSteps(WorkflowDestinationStepPK WorkflowDestinationStep, WorkflowDestinationPK WorkflowDestination, WorkflowStepPK WorkflowStep, Long FromTime, Long ThruTime) Create a detached, initialised WorkflowDestinationSteps -
Uses of WorkflowDestinationPK in com.echothree.model.jooq.server.tables.workflow
Fields in com.echothree.model.jooq.server.tables.workflow with type parameters of type WorkflowDestinationPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<WorkflowDestinationDescriptions, WorkflowDestinationPK> WorkflowDestinationDescriptions.WORKFLOW_DESTINATIONThe columnworkflowdestinationdescriptions.wkfldnd_wkfldn_workflowdestinationid.final org.jooq.TableField<WorkflowDestinationDetails, WorkflowDestinationPK> WorkflowDestinationDetails.WORKFLOW_DESTINATIONThe columnworkflowdestinationdetails.wkfldndt_wkfldn_workflowdestinationid.final org.jooq.TableField<WorkflowDestinationPartyTypes, WorkflowDestinationPK> WorkflowDestinationPartyTypes.WORKFLOW_DESTINATIONThe columnworkflowdestinationpartytypes.wkfldnptyp_wkfldn_workflowdestinationid.final org.jooq.TableField<WorkflowDestinations, WorkflowDestinationPK> WorkflowDestinations.WORKFLOW_DESTINATIONThe columnworkflowdestinations.wkfldn_workflowdestinationid.final org.jooq.TableField<WorkflowDestinationSelectors, WorkflowDestinationPK> WorkflowDestinationSelectors.WORKFLOW_DESTINATIONThe columnworkflowdestinationselectors.wkfldnsl_wkfldn_workflowdestinationid.final org.jooq.TableField<WorkflowDestinationSteps, WorkflowDestinationPK> WorkflowDestinationSteps.WORKFLOW_DESTINATIONThe columnworkflowdestinationsteps.wkfldns_wkfldn_workflowdestinationid.