Uses of Class
com.echothree.model.data.chain.server.entity.ChainActionSet
Packages that use ChainActionSet
Package
Description
-
Uses of ChainActionSet in com.echothree.control.user.chain.server.command
Methods in com.echothree.control.user.chain.server.command that return ChainActionSetModifier and TypeMethodDescriptionEditChainActionSetCommand.getEntity(EditChainActionSetResult result) protected ChainActionSetGetChainActionSetCommand.getEntity()EditChainActionSetCommand.getLockEntity(ChainActionSet chainActionSet) EditChainActionSetDescriptionCommand.getLockEntity(ChainActionSetDescription chainActionSetDescription) Methods in com.echothree.control.user.chain.server.command that return types with arguments of type ChainActionSetModifier and TypeMethodDescriptionprotected Collection<ChainActionSet> GetChainActionSetsCommand.getEntities()Methods in com.echothree.control.user.chain.server.command with parameters of type ChainActionSetModifier and TypeMethodDescriptionvoidEditChainActionSetCommand.canUpdate(ChainActionSet chainActionSet) voidEditChainActionSetCommand.doLock(ChainActionSetEdit edit, ChainActionSet chainActionSet) voidEditChainActionSetCommand.doUpdate(ChainActionSet chainActionSet) voidEditChainActionSetCommand.fillInResult(EditChainActionSetResult result, ChainActionSet chainActionSet) EditChainActionSetCommand.getLockEntity(ChainActionSet chainActionSet) protected BaseResultGetChainActionSetCommand.getResult(ChainActionSet chainActionSet) Method parameters in com.echothree.control.user.chain.server.command with type arguments of type ChainActionSetModifier and TypeMethodDescriptionprotected BaseResultGetChainActionSetsCommand.getResult(Collection<ChainActionSet> entities) -
Uses of ChainActionSet in com.echothree.model.control.chain.server.control
Methods in com.echothree.model.control.chain.server.control that return ChainActionSetModifier and TypeMethodDescriptionChainControl.createChainActionSet(Chain chain, String chainActionSetName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ChainControl.getChainActionSetByEntityInstance(EntityInstance entityInstance) ChainControl.getChainActionSetByEntityInstance(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.ChainActionSetChainControl.getChainActionSetByEntityInstanceForUpdate(EntityInstance entityInstance) ChainControl.getChainActionSetByName(Chain chain, String chainActionSetName) ChainControl.getChainActionSetByName(Chain chain, String chainActionSetName, EntityPermission entityPermission) ChainControl.getChainActionSetByNameForUpdate(Chain chain, String chainActionSetName) ChainControl.getDefaultChainActionSet(Chain chain) ChainControl.getDefaultChainActionSet(Chain chain, EntityPermission entityPermission) ChainControl.getDefaultChainActionSetForUpdate(Chain chain) Methods in com.echothree.model.control.chain.server.control that return types with arguments of type ChainActionSetModifier and TypeMethodDescriptionChainControl.getChainActionSetsByChain(Chain chain) ChainControl.getChainActionSetsByChainForUpdate(Chain chain) Methods in com.echothree.model.control.chain.server.control with parameters of type ChainActionSetModifier and TypeMethodDescriptionlongChainControl.countChainActionsByChainActionSet(ChainActionSet chainActionSet) ChainControl.createChainAction(ChainActionSet chainActionSet, String chainActionName, ChainActionType chainActionType, Integer sortOrder, BasePK createdBy) ChainControl.createChainActionChainActionSet(ChainAction chainAction, ChainActionSet nextChainActionSet, Long delayTime, BasePK createdBy) ChainControl.createChainActionSetDescription(ChainActionSet chainActionSet, Language language, String description, BasePK createdBy) ChainControl.createChainInstance(String chainInstanceName, ChainActionSet defaultChainActionSet, BasePK createdBy) ChainControl.createChainInstanceStatus(ChainInstance chainInstance, ChainActionSet defaultChainActionSet) ChainControl.createChainInstanceStatus(ChainInstance chainInstance, ChainActionSet nextChainActionSet, Long nextChainActionSetTime) voidChainControl.deleteChainActionsByChainActionSet(ChainActionSet chainActionSet, BasePK deletedBy) voidChainControl.deleteChainActionSet(ChainActionSet chainActionSet, BasePK deletedBy) voidChainControl.deleteChainActionSetDescriptionsByChainActionSet(ChainActionSet chainActionSet, BasePK deletedBy) voidChainControl.deleteChainInstancesByNextChainActionSet(ChainActionSet nextChainActionSet, BasePK deletedBy) ChainControl.getBestChainActionSetDescription(ChainActionSet chainActionSet, Language language) ChainControl.getChainActionByName(ChainActionSet chainActionSet, String chainActionName) ChainControl.getChainActionByNameForUpdate(ChainActionSet chainActionSet, String chainActionName) ChainControl.getChainActionDetailValueByNameForUpdate(ChainActionSet chainActionSet, String chainActionName) ChainControl.getChainActionsByChainActionSet(ChainActionSet chainActionSet) ChainControl.getChainActionsByChainActionSetForUpdate(ChainActionSet chainActionSet) ChainControl.getChainActionSetDescription(ChainActionSet chainActionSet, Language language) ChainControl.getChainActionSetDescriptionForUpdate(ChainActionSet chainActionSet, Language language) ChainControl.getChainActionSetDescriptionsByChainActionSet(ChainActionSet chainActionSet) ChainControl.getChainActionSetDescriptionsByChainActionSetForUpdate(ChainActionSet chainActionSet) ChainControl.getChainActionSetDescriptionTransfersByChainActionSet(UserVisit userVisit, ChainActionSet chainActionSet) ChainControl.getChainActionSetDescriptionValueForUpdate(ChainActionSet chainActionSet, Language language) ChainControl.getChainActionSetDetailValueForUpdate(ChainActionSet chainActionSet) ChainControl.getChainActionSetTransfer(UserVisit userVisit, ChainActionSet chainActionSet) ChainControl.getChainActionTransfersByChainActionSet(UserVisit userVisit, ChainActionSet chainActionSet) ChainControl.getChainInstanceStatusesByNextChainActionSet(ChainActionSet nextChainActionSet) ChainControl.getChainInstanceStatusesByNextChainActionSet(ChainActionSet nextChainActionSet, EntityPermission entityPermission) ChainControl.getChainInstanceStatusesByNextChainActionSetForUpdate(ChainActionSet nextChainActionSet) Method parameters in com.echothree.model.control.chain.server.control with type arguments of type ChainActionSetModifier and TypeMethodDescriptionvoidChainControl.deleteChainActionSets(List<ChainActionSet> chainActionSets, BasePK deletedBy) -
Uses of ChainActionSet in com.echothree.model.control.chain.server.graphql
Constructors in com.echothree.model.control.chain.server.graphql with parameters of type ChainActionSet -
Uses of ChainActionSet in com.echothree.model.control.chain.server.logic
Methods in com.echothree.model.control.chain.server.logic that return ChainActionSetModifier and TypeMethodDescriptionChainActionSetLogic.getChainActionSetByName(ExecutionErrorAccumulator eea, Chain chain, String chainActionSetName) ChainActionSetLogic.getChainActionSetByName(ExecutionErrorAccumulator eea, Chain chain, String chainActionSetName, EntityPermission entityPermission) ChainActionSetLogic.getChainActionSetByName(ExecutionErrorAccumulator eea, String chainKindName, String chainTypeName, String chainName, String chainActionSetName) ChainActionSetLogic.getChainActionSetByName(ExecutionErrorAccumulator eea, String chainKindName, String chainTypeName, String chainName, String chainActionSetName, EntityPermission entityPermission) ChainActionSetLogic.getChainActionSetByNameForUpdate(ExecutionErrorAccumulator eea, Chain chain, String chainActionSetName) ChainActionSetLogic.getChainActionSetByNameForUpdate(ExecutionErrorAccumulator eea, String chainKindName, String chainTypeName, String chainName, String chainActionSetName) ChainActionSetLogic.getChainActionSetByUniversalSpec(ExecutionErrorAccumulator eea, ChainActionSetUniversalSpec universalSpec, boolean allowDefault) ChainActionSetLogic.getChainActionSetByUniversalSpec(ExecutionErrorAccumulator eea, ChainActionSetUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) ChainActionSetLogic.getChainActionSetByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, ChainActionSetUniversalSpec universalSpec, boolean allowDefault) Methods in com.echothree.model.control.chain.server.logic with parameters of type ChainActionSetModifier and TypeMethodDescriptionChainActionLogic.getChainActionByName(ExecutionErrorAccumulator eea, ChainActionSet chainActionSet, String chainActionName) ChainActionLogic.getChainActionByName(ExecutionErrorAccumulator eea, ChainActionSet chainActionSet, String chainActionName, EntityPermission entityPermission) ChainActionLogic.getChainActionByNameForUpdate(ExecutionErrorAccumulator eea, ChainActionSet chainActionSet, String chainActionName) -
Uses of ChainActionSet in com.echothree.model.control.chain.server.transfer
Methods in com.echothree.model.control.chain.server.transfer with parameters of type ChainActionSetModifier and TypeMethodDescriptionChainActionSetTransferCache.getChainActionSetTransfer(UserVisit userVisit, ChainActionSet chainActionSet) -
Uses of ChainActionSet in com.echothree.model.data.chain.server.entity
Methods in com.echothree.model.data.chain.server.entity that return ChainActionSetModifier and TypeMethodDescriptionChainActionDetail.getChainActionSet()ChainActionDetail.getChainActionSet(EntityPermission entityPermission) ChainActionSetDescription.getChainActionSet()ChainActionSetDescription.getChainActionSet(EntityPermission entityPermission) ChainActionSetDetail.getChainActionSet()ChainActionSetDetail.getChainActionSet(EntityPermission entityPermission) ChainActionDetail.getChainActionSetForUpdate()ChainActionSetDescription.getChainActionSetForUpdate()ChainActionSetDetail.getChainActionSetForUpdate()ChainActionChainActionSet.getNextChainActionSet()ChainActionChainActionSet.getNextChainActionSet(EntityPermission entityPermission) ChainInstanceStatus.getNextChainActionSet()ChainInstanceStatus.getNextChainActionSet(EntityPermission entityPermission) ChainActionChainActionSet.getNextChainActionSetForUpdate()ChainInstanceStatus.getNextChainActionSetForUpdate()Methods in com.echothree.model.data.chain.server.entity with parameters of type ChainActionSetModifier and TypeMethodDescriptionvoidChainActionDetail.setChainActionSet(ChainActionSet entity) voidChainActionSetDescription.setChainActionSet(ChainActionSet entity) voidChainActionSetDetail.setChainActionSet(ChainActionSet entity) voidChainActionChainActionSet.setNextChainActionSet(ChainActionSet entity) voidChainInstanceStatus.setNextChainActionSet(ChainActionSet entity) -
Uses of ChainActionSet in com.echothree.model.data.chain.server.factory
Methods in com.echothree.model.data.chain.server.factory that return ChainActionSetModifier and TypeMethodDescriptionChainActionSetFactory.create()ChainActionSetFactory.create(ChainActionSetDetailPK activeDetailPK, ChainActionSetDetailPK lastDetailPK) ChainActionSetFactory.create(ChainActionSetDetail activeDetail, ChainActionSetDetail lastDetail) ChainActionSetFactory.getEntityFromCache(ChainActionSetPK pk) ChainActionSetFactory.getEntityFromPK(EntityPermission entityPermission, ChainActionSetPK pk) ChainActionSetFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ChainActionSetFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ChainActionSetFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ChainActionSetFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ChainActionSetFactory.getEntityFromValue(EntityPermission entityPermission, ChainActionSetValue value) Methods in com.echothree.model.data.chain.server.factory that return types with arguments of type ChainActionSetModifier and TypeMethodDescriptionChainActionSetFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ChainActionSetPK> pks) ChainActionSetFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ChainActionSetFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ChainActionSetFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ChainActionSetFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.chain.server.factory with parameters of type ChainActionSetModifier and TypeMethodDescriptionChainActionChainActionSetFactory.create(ChainAction chainAction, ChainActionSet nextChainActionSet, Long delayTime, Long fromTime, Long thruTime) ChainActionDetailFactory.create(ChainAction chainAction, ChainActionSet chainActionSet, String chainActionName, ChainActionType chainActionType, Integer sortOrder, Long fromTime, Long thruTime) ChainActionSetDescriptionFactory.create(ChainActionSet chainActionSet, Language language, String description, Long fromTime, Long thruTime) ChainActionSetDetailFactory.create(ChainActionSet chainActionSet, Chain chain, String chainActionSetName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ChainInstanceStatusFactory.create(ChainInstance chainInstance, ChainActionSet nextChainActionSet, Long nextChainActionSetTime, Integer queuedLetterSequence) voidChainActionSetFactory.remove(ChainActionSet entity) voidChainActionSetFactory.store(ChainActionSet entity) Method parameters in com.echothree.model.data.chain.server.factory with type arguments of type ChainActionSetModifier and TypeMethodDescriptionvoidChainActionSetFactory.store(Collection<ChainActionSet> entities)