Uses of Class
com.echothree.model.data.workflow.common.pk.WorkflowDescriptionPK
Packages that use WorkflowDescriptionPK
Package
Description
-
Uses of WorkflowDescriptionPK in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return WorkflowDescriptionPK -
Uses of WorkflowDescriptionPK in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowDescriptionPKModifier and TypeMethodDescriptionWorkflowDescriptionFactory.getNextPK()WorkflowDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) WorkflowDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowDescriptionPKModifier and TypeMethodDescriptionWorkflowDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) WorkflowDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) WorkflowDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) WorkflowDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowDescriptionPKModifier and TypeMethodDescriptionWorkflowDescriptionFactory.getEntityFromCache(WorkflowDescriptionPK pk) WorkflowDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, WorkflowDescriptionPK pk) WorkflowDescriptionFactory.getValueFromPK(WorkflowDescriptionPK pk) voidWorkflowDescriptionFactory.remove(WorkflowDescriptionPK pk) booleanWorkflowDescriptionFactory.validPK(WorkflowDescriptionPK pk) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowDescriptionPKModifier and TypeMethodDescriptionWorkflowDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<WorkflowDescriptionPK> pks) WorkflowDescriptionFactory.getValuesFromPKs(Collection<WorkflowDescriptionPK> pks) voidWorkflowDescriptionFactory.remove(Collection<WorkflowDescriptionPK> pks) -
Uses of WorkflowDescriptionPK in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return WorkflowDescriptionPKConstructors in com.echothree.model.data.workflow.server.value with parameters of type WorkflowDescriptionPKModifierConstructorDescriptionWorkflowDescriptionValue(WorkflowDescriptionPK workflowDescriptionPK, WorkflowPK workflowPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of WorkflowDescriptionValue -
Uses of WorkflowDescriptionPK in com.echothree.model.jooq.server.records.workflow
Methods in com.echothree.model.jooq.server.records.workflow that return WorkflowDescriptionPKModifier and TypeMethodDescriptionWorkflowDescriptions.WorkflowDescription()Getter forworkflowdescriptions.wkfld_workflowdescriptionid.Methods in com.echothree.model.jooq.server.records.workflow that return types with arguments of type WorkflowDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<WorkflowDescriptionPK> WorkflowDescriptions.key()Methods in com.echothree.model.jooq.server.records.workflow with parameters of type WorkflowDescriptionPKModifier and TypeMethodDescriptionvoidWorkflowDescriptions.WorkflowDescription(WorkflowDescriptionPK value) Setter forworkflowdescriptions.wkfld_workflowdescriptionid.Constructors in com.echothree.model.jooq.server.records.workflow with parameters of type WorkflowDescriptionPKModifierConstructorDescriptionWorkflowDescriptions(WorkflowDescriptionPK WorkflowDescription, WorkflowPK Workflow, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised WorkflowDescriptions -
Uses of WorkflowDescriptionPK in com.echothree.model.jooq.server.tables.workflow
Fields in com.echothree.model.jooq.server.tables.workflow with type parameters of type WorkflowDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<WorkflowDescriptions, WorkflowDescriptionPK> WorkflowDescriptions.WORKFLOW_DESCRIPTIONThe columnworkflowdescriptions.wkfld_workflowdescriptionid.