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 TypeMethodDescriptionvoid
EditChainDescriptionCommand.doLock
(ChainDescriptionEdit edit, ChainDescription chainDescription) void
EditChainDescriptionCommand.doUpdate
(ChainDescription chainDescription) void
EditChainDescriptionCommand.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 TypeMethodDescriptionvoid
ChainControl.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
(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.create
(Session session, ChainPK chainPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ChainDescriptionFactory.create
(Session session, Chain chain, Language language, String description, Long fromTime, Long thruTime) ChainDescriptionFactory.getEntityFromCache
(Session session, ChainDescriptionPK pk) ChainDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, ChainDescriptionPK pk) ChainDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ChainDescriptionPK pk) ChainDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ChainDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ChainDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ChainDescriptionFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) ChainDescriptionFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) ChainDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, ChainDescriptionValue value) ChainDescriptionFactory.getEntityFromValue
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ChainDescriptionPK> pks) ChainDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ChainDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ChainDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ChainDescriptionFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) ChainDescriptionFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.chain.server.factory with parameters of type ChainDescriptionModifier and TypeMethodDescriptionvoid
ChainDescriptionFactory.remove
(Session session, ChainDescription entity) void
ChainDescriptionFactory.store
(Session session, ChainDescription entity) Method parameters in com.echothree.model.data.chain.server.factory with type arguments of type ChainDescriptionModifier and TypeMethodDescriptionvoid
ChainDescriptionFactory.store
(Session session, Collection<ChainDescription> entities) void
ChainDescriptionFactory.store
(Collection<ChainDescription> entities)