Uses of Class
com.echothree.model.data.workflow.common.pk.WorkflowDetailPK
Packages that use WorkflowDetailPK
Package
Description
-
Uses of WorkflowDetailPK in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return WorkflowDetailPKModifier and TypeMethodDescriptionWorkflow.getActiveDetailPK()Workflow.getLastDetailPK()WorkflowDetail.getPrimaryKey()Methods in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowDetailPKModifier and TypeMethodDescriptionvoidWorkflow.setActiveDetailPK(WorkflowDetailPK activeDetailPK) voidWorkflow.setLastDetailPK(WorkflowDetailPK lastDetailPK) -
Uses of WorkflowDetailPK in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowDetailPKModifier and TypeMethodDescriptionWorkflowDetailFactory.getNextPK()WorkflowDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) WorkflowDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowDetailPKModifier and TypeMethodDescriptionWorkflowDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) WorkflowDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) WorkflowDetailFactory.getPKsFromResultSetAsList(ResultSet rs) WorkflowDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowDetailPKModifier and TypeMethodDescriptionWorkflowFactory.create(WorkflowDetailPK activeDetailPK, WorkflowDetailPK lastDetailPK) WorkflowDetailFactory.getEntityFromCache(WorkflowDetailPK pk) WorkflowDetailFactory.getEntityFromPK(EntityPermission entityPermission, WorkflowDetailPK pk) WorkflowDetailFactory.getValueFromPK(WorkflowDetailPK pk) voidWorkflowDetailFactory.remove(WorkflowDetailPK pk) booleanWorkflowDetailFactory.validPK(WorkflowDetailPK pk) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowDetailPKModifier and TypeMethodDescriptionWorkflowDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<WorkflowDetailPK> pks) WorkflowDetailFactory.getValuesFromPKs(Collection<WorkflowDetailPK> pks) voidWorkflowDetailFactory.remove(Collection<WorkflowDetailPK> pks) -
Uses of WorkflowDetailPK in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return WorkflowDetailPKModifier and TypeMethodDescriptionWorkflowValue.getActiveDetailPK()WorkflowValue.getLastDetailPK()WorkflowDetailValue.getPrimaryKey()Methods in com.echothree.model.data.workflow.server.value with parameters of type WorkflowDetailPKModifier and TypeMethodDescriptionvoidWorkflowValue.setActiveDetailPK(WorkflowDetailPK activeDetailPK) voidWorkflowValue.setLastDetailPK(WorkflowDetailPK lastDetailPK) Constructors in com.echothree.model.data.workflow.server.value with parameters of type WorkflowDetailPKModifierConstructorDescriptionWorkflowDetailValue(WorkflowDetailPK workflowDetailPK, WorkflowPK workflowPK, String workflowName, SelectorTypePK selectorTypePK, SecurityRoleGroupPK securityRoleGroupPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of WorkflowDetailValueWorkflowValue(WorkflowDetailPK activeDetailPK, WorkflowDetailPK lastDetailPK) Creates a new instance of WorkflowValueWorkflowValue(WorkflowPK workflowPK, WorkflowDetailPK activeDetailPK, WorkflowDetailPK lastDetailPK) Creates a new instance of WorkflowValue -
Uses of WorkflowDetailPK in com.echothree.model.jooq.server.records.workflow
Methods in com.echothree.model.jooq.server.records.workflow that return WorkflowDetailPKModifier and TypeMethodDescriptionWorkflows.ActiveDetail()Getter forworkflows.wkfl_activedetailid.Workflows.LastDetail()Getter forworkflows.wkfl_lastdetailid.WorkflowDetails.WorkflowDetail()Getter forworkflowdetails.wkfldt_workflowdetailid.Methods in com.echothree.model.jooq.server.records.workflow that return types with arguments of type WorkflowDetailPKMethods in com.echothree.model.jooq.server.records.workflow with parameters of type WorkflowDetailPKModifier and TypeMethodDescriptionvoidWorkflows.ActiveDetail(WorkflowDetailPK value) Setter forworkflows.wkfl_activedetailid.voidWorkflows.LastDetail(WorkflowDetailPK value) Setter forworkflows.wkfl_lastdetailid.voidWorkflowDetails.WorkflowDetail(WorkflowDetailPK value) Setter forworkflowdetails.wkfldt_workflowdetailid.Constructors in com.echothree.model.jooq.server.records.workflow with parameters of type WorkflowDetailPKModifierConstructorDescriptionWorkflowDetails(WorkflowDetailPK WorkflowDetail, WorkflowPK Workflow, String WorkflowName, SelectorTypePK SelectorType, SecurityRoleGroupPK SecurityRoleGroup, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised WorkflowDetailsWorkflows(WorkflowPK Workflow, WorkflowDetailPK ActiveDetail, WorkflowDetailPK LastDetail) Create a detached, initialised Workflows -
Uses of WorkflowDetailPK in com.echothree.model.jooq.server.tables.workflow
Fields in com.echothree.model.jooq.server.tables.workflow with type parameters of type WorkflowDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<Workflows, WorkflowDetailPK> Workflows.ACTIVE_DETAILThe columnworkflows.wkfl_activedetailid.final org.jooq.TableField<Workflows, WorkflowDetailPK> Workflows.LAST_DETAILThe columnworkflows.wkfl_lastdetailid.final org.jooq.TableField<WorkflowDetails, WorkflowDetailPK> WorkflowDetails.WORKFLOW_DETAILThe columnworkflowdetails.wkfldt_workflowdetailid.