Uses of Class
com.echothree.model.data.chain.server.entity.ChainAction
Packages that use ChainAction
Package
Description
-
Uses of ChainAction in com.echothree.control.user.chain.server.command
Methods in com.echothree.control.user.chain.server.command that return ChainActionModifier and TypeMethodDescriptionEditChainActionCommand.getEntity(EditChainActionResult result) protected ChainActionGetChainActionCommand.getEntity()EditChainActionCommand.getLockEntity(ChainAction chainAction) EditChainActionDescriptionCommand.getLockEntity(ChainActionDescription chainActionDescription) Methods in com.echothree.control.user.chain.server.command that return types with arguments of type ChainActionModifier and TypeMethodDescriptionprotected Collection<ChainAction> GetChainActionsCommand.getEntities()Methods in com.echothree.control.user.chain.server.command with parameters of type ChainActionModifier and TypeMethodDescriptionvoidEditChainActionCommand.canUpdate(ChainAction chainAction) voidEditChainActionCommand.doLock(ChainActionEdit edit, ChainAction chainAction) voidEditChainActionCommand.doUpdate(ChainAction chainAction) voidEditChainActionCommand.fillInResult(EditChainActionResult result, ChainAction chainAction) EditChainActionCommand.getLockEntity(ChainAction chainAction) protected BaseResultGetChainActionCommand.getResult(ChainAction chainAction) Method parameters in com.echothree.control.user.chain.server.command with type arguments of type ChainActionModifier and TypeMethodDescriptionprotected BaseResultGetChainActionsCommand.getResult(Collection<ChainAction> entities) -
Uses of ChainAction in com.echothree.model.control.chain.server.control
Methods in com.echothree.model.control.chain.server.control that return ChainActionModifier and TypeMethodDescriptionChainControl.createChainAction(ChainActionSet chainActionSet, String chainActionName, ChainActionType chainActionType, Integer sortOrder, BasePK createdBy) ChainControl.getChainActionByEntityInstance(EntityInstance entityInstance) ChainControl.getChainActionByEntityInstance(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.ChainActionChainControl.getChainActionByEntityInstanceForUpdate(EntityInstance entityInstance) ChainControl.getChainActionByName(ChainActionSet chainActionSet, String chainActionName) ChainControl.getChainActionByNameForUpdate(ChainActionSet chainActionSet, String chainActionName) Methods in com.echothree.model.control.chain.server.control that return types with arguments of type ChainActionModifier and TypeMethodDescriptionChainControl.getChainActionsByChainActionSet(ChainActionSet chainActionSet) ChainControl.getChainActionsByChainActionSetForUpdate(ChainActionSet chainActionSet) Methods in com.echothree.model.control.chain.server.control with parameters of type ChainActionModifier and TypeMethodDescriptionlongChainControl.countChainActionChainActionSetsByChainAction(ChainAction chainAction) longChainControl.countChainActionChainActionSetsByNextChainAction(ChainAction nextChainActionSet) longChainControl.countChainActionSetsByChainAction(ChainAction chainAction) longChainControl.countChainActionSurverysByChainAction(ChainAction chainAction) ChainControl.createChainActionChainActionSet(ChainAction chainAction, ChainActionSet nextChainActionSet, Long delayTime, BasePK createdBy) ChainControl.createChainActionDescription(ChainAction chainAction, Language language, String description, BasePK createdBy) ChainControl.createChainActionLetter(ChainAction chainAction, Letter letter, BasePK createdBy) ChainControl.createChainActionSurvey(ChainAction chainAction, Survey survey, BasePK createdBy) voidChainControl.deleteChainAction(ChainAction chainAction, BasePK deletedBy) voidChainControl.deleteChainActionDescriptionsByChainAction(ChainAction chainAction, BasePK deletedBy) ChainControl.getBestChainActionDescription(ChainAction chainAction, Language language) ChainControl.getChainActionChainActionSet(ChainAction chainAction) ChainControl.getChainActionChainActionSetForUpdate(ChainAction chainAction) ChainControl.getChainActionChainActionSetTransfer(UserVisit userVisit, ChainAction chainAction) ChainControl.getChainActionChainActionSetValueForUpdate(ChainAction chainAction) ChainControl.getChainActionDescription(ChainAction chainAction, Language language) ChainControl.getChainActionDescriptionForUpdate(ChainAction chainAction, Language language) ChainControl.getChainActionDescriptionsByChainAction(ChainAction chainAction) ChainControl.getChainActionDescriptionsByChainActionForUpdate(ChainAction chainAction) ChainControl.getChainActionDescriptionTransfersByChainAction(UserVisit userVisit, ChainAction chainAction) ChainControl.getChainActionDescriptionValueForUpdate(ChainAction chainAction, Language language) ChainControl.getChainActionDetailValueForUpdate(ChainAction chainAction) ChainControl.getChainActionLetter(ChainAction chainAction) ChainControl.getChainActionLetterForUpdate(ChainAction chainAction) ChainControl.getChainActionLetterTransfer(UserVisit userVisit, ChainAction chainAction) ChainControl.getChainActionLetterValueForUpdate(ChainAction chainAction) ChainControl.getChainActionSurvey(ChainAction chainAction) ChainControl.getChainActionSurveyForUpdate(ChainAction chainAction) ChainControl.getChainActionSurveyTransfer(UserVisit userVisit, ChainAction chainAction) ChainControl.getChainActionSurveyValueForUpdate(ChainAction chainAction) ChainControl.getChainActionTransfer(UserVisit userVisit, ChainAction chainAction) Method parameters in com.echothree.model.control.chain.server.control with type arguments of type ChainActionModifier and TypeMethodDescriptionvoidChainControl.deleteChainActions(List<ChainAction> chainActions, BasePK deletedBy) -
Uses of ChainAction in com.echothree.model.control.chain.server.graphql
Constructors in com.echothree.model.control.chain.server.graphql with parameters of type ChainAction -
Uses of ChainAction in com.echothree.model.control.chain.server.logic
Methods in com.echothree.model.control.chain.server.logic that return ChainActionModifier and TypeMethodDescriptionChainActionLogic.getChainActionByName(ExecutionErrorAccumulator eea, ChainActionSet chainActionSet, String chainActionName) ChainActionLogic.getChainActionByName(ExecutionErrorAccumulator eea, ChainActionSet chainActionSet, String chainActionName, EntityPermission entityPermission) ChainActionLogic.getChainActionByName(ExecutionErrorAccumulator eea, String chainKindName, String chainTypeName, String chainName, String chainActionSetName, String chainActionName) ChainActionLogic.getChainActionByName(ExecutionErrorAccumulator eea, String chainKindName, String chainTypeName, String chainName, String chainActionSetName, String chainActionName, EntityPermission entityPermission) ChainActionLogic.getChainActionByNameForUpdate(ExecutionErrorAccumulator eea, ChainActionSet chainActionSet, String chainActionName) ChainActionLogic.getChainActionByNameForUpdate(ExecutionErrorAccumulator eea, String chainKindName, String chainTypeName, String chainName, String chainActionSetName, String chainActionName) ChainActionLogic.getChainActionByUniversalSpec(ExecutionErrorAccumulator eea, ChainActionUniversalSpec universalSpec, boolean allowDefault) ChainActionLogic.getChainActionByUniversalSpec(ExecutionErrorAccumulator eea, ChainActionUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) ChainActionLogic.getChainActionByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, ChainActionUniversalSpec universalSpec, boolean allowDefault) -
Uses of ChainAction in com.echothree.model.control.chain.server.transfer
Methods in com.echothree.model.control.chain.server.transfer with parameters of type ChainActionModifier and TypeMethodDescriptionChainActionTransferCache.getChainActionTransfer(UserVisit userVisit, ChainAction chainAction) -
Uses of ChainAction in com.echothree.model.data.chain.server.entity
Methods in com.echothree.model.data.chain.server.entity that return ChainActionModifier and TypeMethodDescriptionChainActionChainActionSet.getChainAction()ChainActionChainActionSet.getChainAction(EntityPermission entityPermission) ChainActionDescription.getChainAction()ChainActionDescription.getChainAction(EntityPermission entityPermission) ChainActionDetail.getChainAction()ChainActionDetail.getChainAction(EntityPermission entityPermission) ChainActionLetter.getChainAction()ChainActionLetter.getChainAction(EntityPermission entityPermission) ChainActionSurvey.getChainAction()ChainActionSurvey.getChainAction(EntityPermission entityPermission) ChainActionChainActionSet.getChainActionForUpdate()ChainActionDescription.getChainActionForUpdate()ChainActionDetail.getChainActionForUpdate()ChainActionLetter.getChainActionForUpdate()ChainActionSurvey.getChainActionForUpdate()Methods in com.echothree.model.data.chain.server.entity with parameters of type ChainActionModifier and TypeMethodDescriptionvoidChainActionChainActionSet.setChainAction(ChainAction entity) voidChainActionDescription.setChainAction(ChainAction entity) voidChainActionDetail.setChainAction(ChainAction entity) voidChainActionLetter.setChainAction(ChainAction entity) voidChainActionSurvey.setChainAction(ChainAction entity) -
Uses of ChainAction in com.echothree.model.data.chain.server.factory
Methods in com.echothree.model.data.chain.server.factory that return ChainActionModifier and TypeMethodDescriptionChainActionFactory.create()ChainActionFactory.create(ChainActionDetailPK activeDetailPK, ChainActionDetailPK lastDetailPK) ChainActionFactory.create(ChainActionDetail activeDetail, ChainActionDetail lastDetail) ChainActionFactory.getEntityFromCache(ChainActionPK pk) ChainActionFactory.getEntityFromPK(EntityPermission entityPermission, ChainActionPK pk) ChainActionFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ChainActionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ChainActionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ChainActionFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ChainActionFactory.getEntityFromValue(EntityPermission entityPermission, ChainActionValue value) Methods in com.echothree.model.data.chain.server.factory that return types with arguments of type ChainActionModifier and TypeMethodDescriptionChainActionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ChainActionPK> pks) ChainActionFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ChainActionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ChainActionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ChainActionFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.chain.server.factory with parameters of type ChainActionModifier and TypeMethodDescriptionChainActionChainActionSetFactory.create(ChainAction chainAction, ChainActionSet nextChainActionSet, Long delayTime, Long fromTime, Long thruTime) ChainActionDescriptionFactory.create(ChainAction chainAction, Language language, String description, Long fromTime, Long thruTime) ChainActionDetailFactory.create(ChainAction chainAction, ChainActionSet chainActionSet, String chainActionName, ChainActionType chainActionType, Integer sortOrder, Long fromTime, Long thruTime) ChainActionLetterFactory.create(ChainAction chainAction, Letter letter, Long fromTime, Long thruTime) ChainActionSurveyFactory.create(ChainAction chainAction, Survey survey, Long fromTime, Long thruTime) voidChainActionFactory.remove(ChainAction entity) voidChainActionFactory.store(ChainAction entity) Method parameters in com.echothree.model.data.chain.server.factory with type arguments of type ChainActionModifier and TypeMethodDescriptionvoidChainActionFactory.store(Collection<ChainAction> entities)