Uses of Class
com.echothree.model.data.workflow.common.pk.WorkflowDestinationDescriptionPK
Packages that use WorkflowDestinationDescriptionPK
Package
Description
-
Uses of WorkflowDestinationDescriptionPK in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return WorkflowDestinationDescriptionPK -
Uses of WorkflowDestinationDescriptionPK in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowDestinationDescriptionPKModifier and TypeMethodDescriptionWorkflowDestinationDescriptionFactory.getNextPK()WorkflowDestinationDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) WorkflowDestinationDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowDestinationDescriptionPKModifier and TypeMethodDescriptionWorkflowDestinationDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) WorkflowDestinationDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) WorkflowDestinationDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) WorkflowDestinationDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowDestinationDescriptionPKModifier and TypeMethodDescriptionWorkflowDestinationDescriptionFactory.getEntityFromCache(WorkflowDestinationDescriptionPK pk) WorkflowDestinationDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, WorkflowDestinationDescriptionPK pk) WorkflowDestinationDescriptionFactory.getValueFromPK(WorkflowDestinationDescriptionPK pk) voidWorkflowDestinationDescriptionFactory.remove(WorkflowDestinationDescriptionPK pk) booleanWorkflowDestinationDescriptionFactory.validPK(WorkflowDestinationDescriptionPK pk) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowDestinationDescriptionPKModifier and TypeMethodDescriptionWorkflowDestinationDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<WorkflowDestinationDescriptionPK> pks) WorkflowDestinationDescriptionFactory.getValuesFromPKs(Collection<WorkflowDestinationDescriptionPK> pks) voidWorkflowDestinationDescriptionFactory.remove(Collection<WorkflowDestinationDescriptionPK> pks) -
Uses of WorkflowDestinationDescriptionPK in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return WorkflowDestinationDescriptionPKConstructors in com.echothree.model.data.workflow.server.value with parameters of type WorkflowDestinationDescriptionPKModifierConstructorDescriptionWorkflowDestinationDescriptionValue(WorkflowDestinationDescriptionPK workflowDestinationDescriptionPK, WorkflowDestinationPK workflowDestinationPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationDescriptionValue -
Uses of WorkflowDestinationDescriptionPK in com.echothree.model.jooq.server.records.workflow
Methods in com.echothree.model.jooq.server.records.workflow that return WorkflowDestinationDescriptionPKModifier and TypeMethodDescriptionWorkflowDestinationDescriptions.WorkflowDestinationDescription()Getter forworkflowdestinationdescriptions.wkfldnd_workflowdestinationdescriptionid.Methods in com.echothree.model.jooq.server.records.workflow that return types with arguments of type WorkflowDestinationDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<WorkflowDestinationDescriptionPK> WorkflowDestinationDescriptions.key()Methods in com.echothree.model.jooq.server.records.workflow with parameters of type WorkflowDestinationDescriptionPKModifier and TypeMethodDescriptionvoidWorkflowDestinationDescriptions.WorkflowDestinationDescription(WorkflowDestinationDescriptionPK value) Setter forworkflowdestinationdescriptions.wkfldnd_workflowdestinationdescriptionid.Constructors in com.echothree.model.jooq.server.records.workflow with parameters of type WorkflowDestinationDescriptionPKModifierConstructorDescriptionWorkflowDestinationDescriptions(WorkflowDestinationDescriptionPK WorkflowDestinationDescription, WorkflowDestinationPK WorkflowDestination, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised WorkflowDestinationDescriptions -
Uses of WorkflowDestinationDescriptionPK in com.echothree.model.jooq.server.tables.workflow
Fields in com.echothree.model.jooq.server.tables.workflow with type parameters of type WorkflowDestinationDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<WorkflowDestinationDescriptions, WorkflowDestinationDescriptionPK> WorkflowDestinationDescriptions.WORKFLOW_DESTINATION_DESCRIPTIONThe columnworkflowdestinationdescriptions.wkfldnd_workflowdestinationdescriptionid.