Uses of Class
com.echothree.model.data.workflow.server.value.WorkflowDestinationDescriptionValue
Packages that use WorkflowDestinationDescriptionValue
Package
Description
-
Uses of WorkflowDestinationDescriptionValue in com.echothree.model.control.workflow.server.control
Methods in com.echothree.model.control.workflow.server.control that return WorkflowDestinationDescriptionValueModifier and TypeMethodDescriptionWorkflowControl.getWorkflowDestinationDescriptionValue
(WorkflowDestinationDescription workflowDestinationDescription) WorkflowControl.getWorkflowDestinationDescriptionValueForUpdate
(WorkflowDestination workflowDestination, Language language) Methods in com.echothree.model.control.workflow.server.control with parameters of type WorkflowDestinationDescriptionValueModifier and TypeMethodDescriptionvoid
WorkflowControl.updateWorkflowDestinationDescriptionFromValue
(WorkflowDestinationDescriptionValue workflowDestinationDescriptionValue, BasePK updatedBy) -
Uses of WorkflowDestinationDescriptionValue in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return WorkflowDestinationDescriptionValueModifier and TypeMethodDescriptionWorkflowDestinationDescription.getWorkflowDestinationDescriptionValue()
Methods in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowDestinationDescriptionValueModifier and TypeMethodDescriptionvoid
WorkflowDestinationDescription.setWorkflowDestinationDescriptionValue
(WorkflowDestinationDescriptionValue value) Constructors in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowDestinationDescriptionValueModifierConstructorDescriptionWorkflowDestinationDescription
(WorkflowDestinationDescriptionValue value, EntityPermission entityPermission) Creates a new instance of WorkflowDestinationDescription -
Uses of WorkflowDestinationDescriptionValue in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowDestinationDescriptionValueModifier and TypeMethodDescriptionWorkflowDestinationDescriptionFactory.getValueFromPK
(Session session, WorkflowDestinationDescriptionPK pk) WorkflowDestinationDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowDestinationDescriptionValueModifier and TypeMethodDescriptionWorkflowDestinationDescriptionFactory.getValuesFromPKs
(Session session, Collection<WorkflowDestinationDescriptionPK> pks) WorkflowDestinationDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowDestinationDescriptionValueModifier and TypeMethodDescriptionWorkflowDestinationDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, WorkflowDestinationDescriptionValue value) WorkflowDestinationDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, WorkflowDestinationDescriptionValue value) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowDestinationDescriptionValueModifier and TypeMethodDescriptionvoid
WorkflowDestinationDescriptionFactory.create
(Session session, Collection<WorkflowDestinationDescriptionValue> _values) void
WorkflowDestinationDescriptionFactory.create
(Collection<WorkflowDestinationDescriptionValue> _values) -
Uses of WorkflowDestinationDescriptionValue in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return WorkflowDestinationDescriptionValue