Uses of Class
com.echothree.model.data.workflow.server.entity.WorkflowDestinationDescription
Packages that use WorkflowDestinationDescription
Package
Description
-
Uses of WorkflowDestinationDescription in com.echothree.model.control.workflow.server.control
Methods in com.echothree.model.control.workflow.server.control that return WorkflowDestinationDescriptionModifier and TypeMethodDescriptionWorkflowControl.createWorkflowDestinationDescription(WorkflowDestination workflowDestination, Language language, String description, BasePK createdBy) WorkflowControl.getWorkflowDestinationDescription(WorkflowDestination workflowDestination, Language language) WorkflowControl.getWorkflowDestinationDescriptionForUpdate(WorkflowDestination workflowDestination, Language language) Methods in com.echothree.model.control.workflow.server.control that return types with arguments of type WorkflowDestinationDescriptionModifier and TypeMethodDescriptionWorkflowControl.getWorkflowDestinationDescriptionsByWorkflowDestination(WorkflowDestination workflowDestination) WorkflowControl.getWorkflowDestinationDescriptionsByWorkflowDestinationForUpdate(WorkflowDestination workflowDestination) Methods in com.echothree.model.control.workflow.server.control with parameters of type WorkflowDestinationDescriptionModifier and TypeMethodDescriptionvoidWorkflowControl.deleteWorkflowDestinationDescription(WorkflowDestinationDescription workflowDestinationDescription, BasePK deletedBy) WorkflowControl.getWorkflowDestinationDescriptionTransfer(UserVisit userVisit, WorkflowDestinationDescription workflowDestinationDescription) WorkflowControl.getWorkflowDestinationDescriptionValue(WorkflowDestinationDescription workflowDestinationDescription) -
Uses of WorkflowDestinationDescription in com.echothree.model.control.workflow.server.transfer
Methods in com.echothree.model.control.workflow.server.transfer with parameters of type WorkflowDestinationDescriptionModifier and TypeMethodDescriptionWorkflowDestinationDescriptionTransferCache.getWorkflowDestinationDescriptionTransfer(UserVisit userVisit, WorkflowDestinationDescription workflowDestinationDescription) -
Uses of WorkflowDestinationDescription in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowDestinationDescriptionModifier and TypeMethodDescriptionWorkflowDestinationDescriptionFactory.create(WorkflowDestinationPK workflowDestinationPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) WorkflowDestinationDescriptionFactory.create(WorkflowDestination workflowDestination, Language language, String description, Long fromTime, Long thruTime) WorkflowDestinationDescriptionFactory.create(Session session, WorkflowDestinationPK workflowDestinationPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) WorkflowDestinationDescriptionFactory.create(Session session, WorkflowDestination workflowDestination, Language language, String description, Long fromTime, Long thruTime) WorkflowDestinationDescriptionFactory.getEntityFromCache(Session session, WorkflowDestinationDescriptionPK pk) WorkflowDestinationDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, WorkflowDestinationDescriptionPK pk) WorkflowDestinationDescriptionFactory.getEntityFromPK(Session session, EntityPermission entityPermission, WorkflowDestinationDescriptionPK pk) WorkflowDestinationDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) WorkflowDestinationDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowDestinationDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowDestinationDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowDestinationDescriptionFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowDestinationDescriptionFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowDestinationDescriptionFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowDestinationDescriptionFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) WorkflowDestinationDescriptionFactory.getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) WorkflowDestinationDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, WorkflowDestinationDescriptionValue value) WorkflowDestinationDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, WorkflowDestinationDescriptionValue value) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowDestinationDescriptionModifier and TypeMethodDescriptionWorkflowDestinationDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<WorkflowDestinationDescriptionPK> pks) WorkflowDestinationDescriptionFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<WorkflowDestinationDescriptionPK> pks) WorkflowDestinationDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) WorkflowDestinationDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowDestinationDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowDestinationDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowDestinationDescriptionFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowDestinationDescriptionFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowDestinationDescriptionFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowDestinationDescriptionFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) WorkflowDestinationDescriptionFactory.getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowDestinationDescriptionModifier and TypeMethodDescriptionvoidWorkflowDestinationDescriptionFactory.remove(Session session, WorkflowDestinationDescription entity) voidWorkflowDestinationDescriptionFactory.store(Session session, WorkflowDestinationDescription entity) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowDestinationDescriptionModifier and TypeMethodDescriptionvoidWorkflowDestinationDescriptionFactory.store(Session session, Collection<WorkflowDestinationDescription> entities) voidWorkflowDestinationDescriptionFactory.store(Collection<WorkflowDestinationDescription> entities)