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.getActiveDetail
(Session session) WorkflowDestination.getActiveDetail
(Session session, EntityPermission entityPermission) WorkflowDestination.getActiveDetailForUpdate()
WorkflowDestination.getActiveDetailForUpdate
(Session session) WorkflowDestination.getLastDetail()
WorkflowDestination.getLastDetail
(EntityPermission entityPermission) WorkflowDestination.getLastDetail
(Session session) WorkflowDestination.getLastDetail
(Session session, EntityPermission entityPermission) WorkflowDestination.getLastDetailForUpdate()
WorkflowDestination.getLastDetailForUpdate
(Session session) Methods in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowDestinationDetailModifier and TypeMethodDescriptionvoid
WorkflowDestination.setActiveDetail
(WorkflowDestinationDetail entity) void
WorkflowDestination.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.create
(Session session, WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, String workflowDestinationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) WorkflowDestinationDetailFactory.create
(Session session, WorkflowDestination workflowDestination, WorkflowStep workflowStep, String workflowDestinationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) WorkflowDestinationDetailFactory.getEntityFromCache
(Session session, WorkflowDestinationDetailPK pk) WorkflowDestinationDetailFactory.getEntityFromPK
(EntityPermission entityPermission, WorkflowDestinationDetailPK pk) WorkflowDestinationDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, WorkflowDestinationDetailPK pk) WorkflowDestinationDetailFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowDestinationDetailFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowDestinationDetailFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowDestinationDetailFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) WorkflowDestinationDetailFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) WorkflowDestinationDetailFactory.getEntityFromValue
(EntityPermission entityPermission, WorkflowDestinationDetailValue value) WorkflowDestinationDetailFactory.getEntityFromValue
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<WorkflowDestinationDetailPK> pks) WorkflowDestinationDetailFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowDestinationDetailFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowDestinationDetailFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowDestinationDetailFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) WorkflowDestinationDetailFactory.getEntitiesFromResultSet
(Session session, 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) WorkflowDestinationFactory.create
(Session session, WorkflowDestinationDetail activeDetail, WorkflowDestinationDetail lastDetail) void
WorkflowDestinationDetailFactory.remove
(Session session, WorkflowDestinationDetail entity) void
WorkflowDestinationDetailFactory.store
(Session session, WorkflowDestinationDetail entity) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowDestinationDetailModifier and TypeMethodDescriptionvoid
WorkflowDestinationDetailFactory.store
(Session session, Collection<WorkflowDestinationDetail> entities) void
WorkflowDestinationDetailFactory.store
(Collection<WorkflowDestinationDetail> entities)