Uses of Class
com.echothree.model.data.chain.server.entity.ChainActionSetDescription
Packages that use ChainActionSetDescription
Package
Description
-
Uses of ChainActionSetDescription in com.echothree.control.user.chain.server.command
Methods in com.echothree.control.user.chain.server.command that return ChainActionSetDescriptionModifier and TypeMethodDescriptionEditChainActionSetDescriptionCommand.getEntity(EditChainActionSetDescriptionResult result) Methods in com.echothree.control.user.chain.server.command with parameters of type ChainActionSetDescriptionModifier and TypeMethodDescriptionvoidEditChainActionSetDescriptionCommand.doLock(ChainActionSetDescriptionEdit edit, ChainActionSetDescription chainActionSetDescription) voidEditChainActionSetDescriptionCommand.doUpdate(ChainActionSetDescription chainActionSetDescription) voidEditChainActionSetDescriptionCommand.fillInResult(EditChainActionSetDescriptionResult result, ChainActionSetDescription chainActionSetDescription) EditChainActionSetDescriptionCommand.getLockEntity(ChainActionSetDescription chainActionSetDescription) -
Uses of ChainActionSetDescription in com.echothree.model.control.chain.server.control
Methods in com.echothree.model.control.chain.server.control that return ChainActionSetDescriptionModifier and TypeMethodDescriptionChainControl.createChainActionSetDescription(ChainActionSet chainActionSet, Language language, String description, BasePK createdBy) ChainControl.getChainActionSetDescription(ChainActionSet chainActionSet, Language language) ChainControl.getChainActionSetDescriptionForUpdate(ChainActionSet chainActionSet, Language language) Methods in com.echothree.model.control.chain.server.control that return types with arguments of type ChainActionSetDescriptionModifier and TypeMethodDescriptionChainControl.getChainActionSetDescriptionsByChainActionSet(ChainActionSet chainActionSet) ChainControl.getChainActionSetDescriptionsByChainActionSetForUpdate(ChainActionSet chainActionSet) Methods in com.echothree.model.control.chain.server.control with parameters of type ChainActionSetDescriptionModifier and TypeMethodDescriptionvoidChainControl.deleteChainActionSetDescription(ChainActionSetDescription chainActionSetDescription, BasePK deletedBy) ChainControl.getChainActionSetDescriptionTransfer(UserVisit userVisit, ChainActionSetDescription chainActionSetDescription) ChainControl.getChainActionSetDescriptionValue(ChainActionSetDescription chainActionSetDescription) -
Uses of ChainActionSetDescription in com.echothree.model.control.chain.server.transfer
Methods in com.echothree.model.control.chain.server.transfer with parameters of type ChainActionSetDescriptionModifier and TypeMethodDescriptionChainActionSetDescriptionTransferCache.getChainActionSetDescriptionTransfer(UserVisit userVisit, ChainActionSetDescription chainActionSetDescription) -
Uses of ChainActionSetDescription in com.echothree.model.data.chain.server.factory
Methods in com.echothree.model.data.chain.server.factory that return ChainActionSetDescriptionModifier and TypeMethodDescriptionChainActionSetDescriptionFactory.create(ChainActionSetPK chainActionSetPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ChainActionSetDescriptionFactory.create(ChainActionSet chainActionSet, Language language, String description, Long fromTime, Long thruTime) ChainActionSetDescriptionFactory.getEntityFromCache(ChainActionSetDescriptionPK pk) ChainActionSetDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ChainActionSetDescriptionPK pk) ChainActionSetDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ChainActionSetDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ChainActionSetDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ChainActionSetDescriptionFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ChainActionSetDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, ChainActionSetDescriptionValue value) Methods in com.echothree.model.data.chain.server.factory that return types with arguments of type ChainActionSetDescriptionModifier and TypeMethodDescriptionChainActionSetDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ChainActionSetDescriptionPK> pks) ChainActionSetDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ChainActionSetDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ChainActionSetDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ChainActionSetDescriptionFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.chain.server.factory with parameters of type ChainActionSetDescriptionModifier and TypeMethodDescriptionvoidChainActionSetDescriptionFactory.remove(ChainActionSetDescription entity) voidChainActionSetDescriptionFactory.store(ChainActionSetDescription entity) Method parameters in com.echothree.model.data.chain.server.factory with type arguments of type ChainActionSetDescriptionModifier and TypeMethodDescriptionvoidChainActionSetDescriptionFactory.store(Collection<ChainActionSetDescription> entities)