Uses of Class
com.echothree.model.data.workflow.server.entity.WorkflowEntranceDescription
Packages that use WorkflowEntranceDescription
Package
Description
-
Uses of WorkflowEntranceDescription in com.echothree.model.control.workflow.server.control
Methods in com.echothree.model.control.workflow.server.control that return WorkflowEntranceDescriptionModifier and TypeMethodDescriptionWorkflowControl.createWorkflowEntranceDescription
(WorkflowEntrance workflowEntrance, Language language, String description, BasePK createdBy) WorkflowControl.getWorkflowEntranceDescription
(WorkflowEntrance workflowEntrance, Language language) WorkflowControl.getWorkflowEntranceDescriptionForUpdate
(WorkflowEntrance workflowEntrance, Language language) Methods in com.echothree.model.control.workflow.server.control that return types with arguments of type WorkflowEntranceDescriptionModifier and TypeMethodDescriptionWorkflowControl.getWorkflowEntranceDescriptionsByWorkflowEntrance
(WorkflowEntrance workflowEntrance) WorkflowControl.getWorkflowEntranceDescriptionsByWorkflowEntranceForUpdate
(WorkflowEntrance workflowEntrance) Methods in com.echothree.model.control.workflow.server.control with parameters of type WorkflowEntranceDescriptionModifier and TypeMethodDescriptionvoid
WorkflowControl.deleteWorkflowEntranceDescription
(WorkflowEntranceDescription workflowEntranceDescription, BasePK deletedBy) WorkflowControl.getWorkflowEntranceDescriptionTransfer
(UserVisit userVisit, WorkflowEntranceDescription workflowEntranceDescription) WorkflowControl.getWorkflowEntranceDescriptionValue
(WorkflowEntranceDescription workflowEntranceDescription) -
Uses of WorkflowEntranceDescription in com.echothree.model.control.workflow.server.transfer
Methods in com.echothree.model.control.workflow.server.transfer with parameters of type WorkflowEntranceDescriptionModifier and TypeMethodDescriptionWorkflowEntranceDescriptionTransferCache.getWorkflowEntranceDescriptionTransfer
(WorkflowEntranceDescription workflowEntranceDescription) -
Uses of WorkflowEntranceDescription in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowEntranceDescriptionModifier and TypeMethodDescriptionWorkflowEntranceDescriptionFactory.create
(WorkflowEntrancePK workflowEntrancePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) WorkflowEntranceDescriptionFactory.create
(WorkflowEntrance workflowEntrance, Language language, String description, Long fromTime, Long thruTime) WorkflowEntranceDescriptionFactory.create
(Session session, WorkflowEntrancePK workflowEntrancePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) WorkflowEntranceDescriptionFactory.create
(Session session, WorkflowEntrance workflowEntrance, Language language, String description, Long fromTime, Long thruTime) WorkflowEntranceDescriptionFactory.getEntityFromCache
(Session session, WorkflowEntranceDescriptionPK pk) WorkflowEntranceDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, WorkflowEntranceDescriptionPK pk) WorkflowEntranceDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, WorkflowEntranceDescriptionPK pk) WorkflowEntranceDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) WorkflowEntranceDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowEntranceDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowEntranceDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowEntranceDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowEntranceDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowEntranceDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowEntranceDescriptionFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) WorkflowEntranceDescriptionFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) WorkflowEntranceDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, WorkflowEntranceDescriptionValue value) WorkflowEntranceDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, WorkflowEntranceDescriptionValue value) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowEntranceDescriptionModifier and TypeMethodDescriptionWorkflowEntranceDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<WorkflowEntranceDescriptionPK> pks) WorkflowEntranceDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<WorkflowEntranceDescriptionPK> pks) WorkflowEntranceDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) WorkflowEntranceDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowEntranceDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowEntranceDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowEntranceDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowEntranceDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowEntranceDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowEntranceDescriptionFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) WorkflowEntranceDescriptionFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowEntranceDescriptionModifier and TypeMethodDescriptionvoid
WorkflowEntranceDescriptionFactory.remove
(Session session, WorkflowEntranceDescription entity) void
WorkflowEntranceDescriptionFactory.store
(Session session, WorkflowEntranceDescription entity) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowEntranceDescriptionModifier and TypeMethodDescriptionvoid
WorkflowEntranceDescriptionFactory.store
(Session session, Collection<WorkflowEntranceDescription> entities) void
WorkflowEntranceDescriptionFactory.store
(Collection<WorkflowEntranceDescription> entities)