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(WorkflowDestinationSelectorPK pk) WorkflowDestinationSelectorFactory.getEntityFromPK(EntityPermission entityPermission, WorkflowDestinationSelectorPK pk) WorkflowDestinationSelectorFactory.getValueFromPK(WorkflowDestinationSelectorPK pk) voidWorkflowDestinationSelectorFactory.remove(WorkflowDestinationSelectorPK pk) booleanWorkflowDestinationSelectorFactory.validPK(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.getValuesFromPKs(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 -
Uses of WorkflowDestinationSelectorPK in com.echothree.model.jooq.server.records.workflow
Methods in com.echothree.model.jooq.server.records.workflow that return WorkflowDestinationSelectorPKModifier and TypeMethodDescriptionWorkflowDestinationSelectors.WorkflowDestinationSelector()Getter forworkflowdestinationselectors.wkfldnsl_workflowdestinationselectorid.Methods in com.echothree.model.jooq.server.records.workflow that return types with arguments of type WorkflowDestinationSelectorPKModifier and TypeMethodDescriptionorg.jooq.Record1<WorkflowDestinationSelectorPK> WorkflowDestinationSelectors.key()Methods in com.echothree.model.jooq.server.records.workflow with parameters of type WorkflowDestinationSelectorPKModifier and TypeMethodDescriptionvoidWorkflowDestinationSelectors.WorkflowDestinationSelector(WorkflowDestinationSelectorPK value) Setter forworkflowdestinationselectors.wkfldnsl_workflowdestinationselectorid.Constructors in com.echothree.model.jooq.server.records.workflow with parameters of type WorkflowDestinationSelectorPKModifierConstructorDescriptionWorkflowDestinationSelectors(WorkflowDestinationSelectorPK WorkflowDestinationSelector, WorkflowDestinationPK WorkflowDestination, SelectorPK Selector, Long FromTime, Long ThruTime) Create a detached, initialised WorkflowDestinationSelectors -
Uses of WorkflowDestinationSelectorPK in com.echothree.model.jooq.server.tables.workflow
Fields in com.echothree.model.jooq.server.tables.workflow with type parameters of type WorkflowDestinationSelectorPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<WorkflowDestinationSelectors, WorkflowDestinationSelectorPK> WorkflowDestinationSelectors.WORKFLOW_DESTINATION_SELECTORThe columnworkflowdestinationselectors.wkfldnsl_workflowdestinationselectorid.