Uses of Class
com.echothree.model.data.chain.server.entity.ChainDescription
Packages that use ChainDescription
Package
Description
-
Uses of ChainDescription in com.echothree.control.user.chain.server.command
Methods in com.echothree.control.user.chain.server.command that return ChainDescriptionModifier and TypeMethodDescriptionEditChainDescriptionCommand.getEntity(EditChainDescriptionResult result) Methods in com.echothree.control.user.chain.server.command with parameters of type ChainDescriptionModifier and TypeMethodDescriptionvoidEditChainDescriptionCommand.doLock(ChainDescriptionEdit edit, ChainDescription chainDescription) voidEditChainDescriptionCommand.doUpdate(ChainDescription chainDescription) voidEditChainDescriptionCommand.fillInResult(EditChainDescriptionResult result, ChainDescription chainDescription) EditChainDescriptionCommand.getLockEntity(ChainDescription chainDescription) -
Uses of ChainDescription in com.echothree.model.control.chain.server.control
Methods in com.echothree.model.control.chain.server.control that return ChainDescriptionModifier and TypeMethodDescriptionChainControl.createChainDescription(Chain chain, Language language, String description, BasePK createdBy) ChainControl.getChainDescription(Chain chain, Language language) ChainControl.getChainDescriptionForUpdate(Chain chain, Language language) Methods in com.echothree.model.control.chain.server.control that return types with arguments of type ChainDescriptionModifier and TypeMethodDescriptionChainControl.getChainDescriptionsByChain(Chain chain) ChainControl.getChainDescriptionsByChainForUpdate(Chain chain) Methods in com.echothree.model.control.chain.server.control with parameters of type ChainDescriptionModifier and TypeMethodDescriptionvoidChainControl.deleteChainDescription(ChainDescription chainDescription, BasePK deletedBy) ChainControl.getChainDescriptionTransfer(UserVisit userVisit, ChainDescription chainDescription) ChainControl.getChainDescriptionValue(ChainDescription chainDescription) -
Uses of ChainDescription in com.echothree.model.control.chain.server.transfer
Methods in com.echothree.model.control.chain.server.transfer with parameters of type ChainDescriptionModifier and TypeMethodDescriptionChainDescriptionTransferCache.getChainDescriptionTransfer(UserVisit userVisit, ChainDescription chainDescription) -
Uses of ChainDescription in com.echothree.model.data.chain.server.factory
Methods in com.echothree.model.data.chain.server.factory that return ChainDescriptionModifier and TypeMethodDescriptionChainDescriptionFactory.create(ChainPK chainPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ChainDescriptionFactory.create(Chain chain, Language language, String description, Long fromTime, Long thruTime) ChainDescriptionFactory.getEntityFromCache(ChainDescriptionPK pk) ChainDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ChainDescriptionPK pk) ChainDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ChainDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ChainDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ChainDescriptionFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ChainDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, ChainDescriptionValue value) Methods in com.echothree.model.data.chain.server.factory that return types with arguments of type ChainDescriptionModifier and TypeMethodDescriptionChainDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ChainDescriptionPK> pks) ChainDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ChainDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ChainDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ChainDescriptionFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.chain.server.factory with parameters of type ChainDescriptionModifier and TypeMethodDescriptionvoidChainDescriptionFactory.remove(ChainDescription entity) voidChainDescriptionFactory.store(ChainDescription entity) Method parameters in com.echothree.model.data.chain.server.factory with type arguments of type ChainDescriptionModifier and TypeMethodDescriptionvoidChainDescriptionFactory.store(Collection<ChainDescription> entities)