Uses of Class
com.echothree.model.data.workflow.server.entity.WorkflowDestinationDetail
Packages that use WorkflowDestinationDetail
Package
Description
-
Uses of WorkflowDestinationDetail in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return WorkflowDestinationDetailModifier and TypeMethodDescriptionWorkflowDestination.getActiveDetail()WorkflowDestination.getActiveDetail(EntityPermission entityPermission) WorkflowDestination.getActiveDetailForUpdate()WorkflowDestination.getLastDetail()WorkflowDestination.getLastDetail(EntityPermission entityPermission) WorkflowDestination.getLastDetailForUpdate()Methods in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowDestinationDetailModifier and TypeMethodDescriptionvoidWorkflowDestination.setActiveDetail(WorkflowDestinationDetail entity) voidWorkflowDestination.setLastDetail(WorkflowDestinationDetail entity) -
Uses of WorkflowDestinationDetail in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowDestinationDetailModifier and TypeMethodDescriptionWorkflowDestinationDetailFactory.create(WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, String workflowDestinationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) WorkflowDestinationDetailFactory.create(WorkflowDestination workflowDestination, WorkflowStep workflowStep, String workflowDestinationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) WorkflowDestinationDetailFactory.getEntityFromCache(WorkflowDestinationDetailPK pk) WorkflowDestinationDetailFactory.getEntityFromPK(EntityPermission entityPermission, WorkflowDestinationDetailPK pk) WorkflowDestinationDetailFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowDestinationDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowDestinationDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowDestinationDetailFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) WorkflowDestinationDetailFactory.getEntityFromValue(EntityPermission entityPermission, WorkflowDestinationDetailValue value) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowDestinationDetailModifier and TypeMethodDescriptionWorkflowDestinationDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<WorkflowDestinationDetailPK> pks) WorkflowDestinationDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowDestinationDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowDestinationDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowDestinationDetailFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowDestinationDetailModifier and TypeMethodDescriptionWorkflowDestinationFactory.create(WorkflowDestinationDetail activeDetail, WorkflowDestinationDetail lastDetail) voidWorkflowDestinationDetailFactory.remove(WorkflowDestinationDetail entity) voidWorkflowDestinationDetailFactory.store(WorkflowDestinationDetail entity) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowDestinationDetailModifier and TypeMethodDescriptionvoidWorkflowDestinationDetailFactory.store(Collection<WorkflowDestinationDetail> entities)