Uses of Class
com.echothree.model.data.workflow.common.pk.WorkflowDestinationDetailPK
Packages that use WorkflowDestinationDetailPK
Package
Description
-
Uses of WorkflowDestinationDetailPK in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return WorkflowDestinationDetailPKModifier and TypeMethodDescriptionWorkflowDestination.getActiveDetailPK()WorkflowDestination.getLastDetailPK()WorkflowDestinationDetail.getPrimaryKey()Methods in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowDestinationDetailPKModifier and TypeMethodDescriptionvoidWorkflowDestination.setActiveDetailPK(WorkflowDestinationDetailPK activeDetailPK) voidWorkflowDestination.setLastDetailPK(WorkflowDestinationDetailPK lastDetailPK) -
Uses of WorkflowDestinationDetailPK in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowDestinationDetailPKModifier and TypeMethodDescriptionWorkflowDestinationDetailFactory.getNextPK()WorkflowDestinationDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) WorkflowDestinationDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowDestinationDetailPKModifier and TypeMethodDescriptionWorkflowDestinationDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) WorkflowDestinationDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) WorkflowDestinationDetailFactory.getPKsFromResultSetAsList(ResultSet rs) WorkflowDestinationDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowDestinationDetailPKModifier and TypeMethodDescriptionWorkflowDestinationFactory.create(WorkflowDestinationDetailPK activeDetailPK, WorkflowDestinationDetailPK lastDetailPK) WorkflowDestinationDetailFactory.getEntityFromCache(WorkflowDestinationDetailPK pk) WorkflowDestinationDetailFactory.getEntityFromPK(EntityPermission entityPermission, WorkflowDestinationDetailPK pk) WorkflowDestinationDetailFactory.getValueFromPK(WorkflowDestinationDetailPK pk) voidWorkflowDestinationDetailFactory.remove(WorkflowDestinationDetailPK pk) booleanWorkflowDestinationDetailFactory.validPK(WorkflowDestinationDetailPK pk) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowDestinationDetailPKModifier and TypeMethodDescriptionWorkflowDestinationDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<WorkflowDestinationDetailPK> pks) WorkflowDestinationDetailFactory.getValuesFromPKs(Collection<WorkflowDestinationDetailPK> pks) voidWorkflowDestinationDetailFactory.remove(Collection<WorkflowDestinationDetailPK> pks) -
Uses of WorkflowDestinationDetailPK in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return WorkflowDestinationDetailPKModifier and TypeMethodDescriptionWorkflowDestinationValue.getActiveDetailPK()WorkflowDestinationValue.getLastDetailPK()WorkflowDestinationDetailValue.getPrimaryKey()Methods in com.echothree.model.data.workflow.server.value with parameters of type WorkflowDestinationDetailPKModifier and TypeMethodDescriptionvoidWorkflowDestinationValue.setActiveDetailPK(WorkflowDestinationDetailPK activeDetailPK) voidWorkflowDestinationValue.setLastDetailPK(WorkflowDestinationDetailPK lastDetailPK) Constructors in com.echothree.model.data.workflow.server.value with parameters of type WorkflowDestinationDetailPKModifierConstructorDescriptionWorkflowDestinationDetailValue(WorkflowDestinationDetailPK workflowDestinationDetailPK, WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, String workflowDestinationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationDetailValueWorkflowDestinationValue(WorkflowDestinationDetailPK activeDetailPK, WorkflowDestinationDetailPK lastDetailPK) Creates a new instance of WorkflowDestinationValueWorkflowDestinationValue(WorkflowDestinationPK workflowDestinationPK, WorkflowDestinationDetailPK activeDetailPK, WorkflowDestinationDetailPK lastDetailPK) Creates a new instance of WorkflowDestinationValue -
Uses of WorkflowDestinationDetailPK in com.echothree.model.jooq.server.records.workflow
Methods in com.echothree.model.jooq.server.records.workflow that return WorkflowDestinationDetailPKModifier and TypeMethodDescriptionWorkflowDestinations.ActiveDetail()Getter forworkflowdestinations.wkfldn_activedetailid.WorkflowDestinations.LastDetail()Getter forworkflowdestinations.wkfldn_lastdetailid.WorkflowDestinationDetails.WorkflowDestinationDetail()Getter forworkflowdestinationdetails.wkfldndt_workflowdestinationdetailid.Methods in com.echothree.model.jooq.server.records.workflow that return types with arguments of type WorkflowDestinationDetailPKModifier and TypeMethodDescriptionorg.jooq.Record1<WorkflowDestinationDetailPK> WorkflowDestinationDetails.key()Methods in com.echothree.model.jooq.server.records.workflow with parameters of type WorkflowDestinationDetailPKModifier and TypeMethodDescriptionvoidWorkflowDestinations.ActiveDetail(WorkflowDestinationDetailPK value) Setter forworkflowdestinations.wkfldn_activedetailid.voidWorkflowDestinations.LastDetail(WorkflowDestinationDetailPK value) Setter forworkflowdestinations.wkfldn_lastdetailid.voidWorkflowDestinationDetails.WorkflowDestinationDetail(WorkflowDestinationDetailPK value) Setter forworkflowdestinationdetails.wkfldndt_workflowdestinationdetailid.Constructors in com.echothree.model.jooq.server.records.workflow with parameters of type WorkflowDestinationDetailPKModifierConstructorDescriptionWorkflowDestinationDetails(WorkflowDestinationDetailPK WorkflowDestinationDetail, WorkflowDestinationPK WorkflowDestination, WorkflowStepPK WorkflowStep, String WorkflowDestinationName, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised WorkflowDestinationDetailsWorkflowDestinations(WorkflowDestinationPK WorkflowDestination, WorkflowDestinationDetailPK ActiveDetail, WorkflowDestinationDetailPK LastDetail) Create a detached, initialised WorkflowDestinations -
Uses of WorkflowDestinationDetailPK in com.echothree.model.jooq.server.tables.workflow
Fields in com.echothree.model.jooq.server.tables.workflow with type parameters of type WorkflowDestinationDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<WorkflowDestinations, WorkflowDestinationDetailPK> WorkflowDestinations.ACTIVE_DETAILThe columnworkflowdestinations.wkfldn_activedetailid.final org.jooq.TableField<WorkflowDestinations, WorkflowDestinationDetailPK> WorkflowDestinations.LAST_DETAILThe columnworkflowdestinations.wkfldn_lastdetailid.final org.jooq.TableField<WorkflowDestinationDetails, WorkflowDestinationDetailPK> WorkflowDestinationDetails.WORKFLOW_DESTINATION_DETAILThe columnworkflowdestinationdetails.wkfldndt_workflowdestinationdetailid.