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 TypeMethodDescriptionvoidWorkflowControl.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 TypeMethodDescriptionvoidWorkflowDestinationDescription.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(WorkflowDestinationDescriptionPK pk) WorkflowDestinationDescriptionFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowDestinationDescriptionValueModifier and TypeMethodDescriptionWorkflowDestinationDescriptionFactory.getValuesFromPKs(Collection<WorkflowDestinationDescriptionPK> pks) WorkflowDestinationDescriptionFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowDestinationDescriptionValueModifier and TypeMethodDescriptionWorkflowDestinationDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, WorkflowDestinationDescriptionValue value) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowDestinationDescriptionValueModifier and TypeMethodDescriptionvoidWorkflowDestinationDescriptionFactory.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