Uses of Class
com.echothree.model.data.index.server.entity.IndexDescription
Packages that use IndexDescription
Package
Description
-
Uses of IndexDescription in com.echothree.control.user.index.server.command
Methods in com.echothree.control.user.index.server.command that return IndexDescriptionModifier and TypeMethodDescriptionEditIndexDescriptionCommand.getEntity
(EditIndexDescriptionResult result) Methods in com.echothree.control.user.index.server.command with parameters of type IndexDescriptionModifier and TypeMethodDescriptionvoid
EditIndexDescriptionCommand.doLock
(IndexDescriptionEdit edit, IndexDescription indexDescription) void
EditIndexDescriptionCommand.doUpdate
(IndexDescription indexDescription) void
EditIndexDescriptionCommand.fillInResult
(EditIndexDescriptionResult result, IndexDescription indexDescription) EditIndexDescriptionCommand.getLockEntity
(IndexDescription indexDescription) -
Uses of IndexDescription in com.echothree.model.control.index.server.control
Methods in com.echothree.model.control.index.server.control that return IndexDescriptionModifier and TypeMethodDescriptionIndexControl.createIndexDescription
(Index index, Language language, String description, BasePK createdBy) IndexControl.getIndexDescription
(Index index, Language language) IndexControl.getIndexDescriptionForUpdate
(Index index, Language language) Methods in com.echothree.model.control.index.server.control that return types with arguments of type IndexDescriptionModifier and TypeMethodDescriptionIndexControl.getIndexDescriptionsByIndex
(Index index) IndexControl.getIndexDescriptionsByIndexForUpdate
(Index index) Methods in com.echothree.model.control.index.server.control with parameters of type IndexDescriptionModifier and TypeMethodDescriptionvoid
IndexControl.deleteIndexDescription
(IndexDescription indexDescription, BasePK deletedBy) IndexControl.getIndexDescriptionTransfer
(UserVisit userVisit, IndexDescription indexDescription) IndexControl.getIndexDescriptionValue
(IndexDescription indexDescription) -
Uses of IndexDescription in com.echothree.model.control.index.server.transfer
Methods in com.echothree.model.control.index.server.transfer with parameters of type IndexDescriptionModifier and TypeMethodDescriptionIndexDescriptionTransferCache.getIndexDescriptionTransfer
(IndexDescription indexDescription) -
Uses of IndexDescription in com.echothree.model.data.index.server.factory
Methods in com.echothree.model.data.index.server.factory that return IndexDescriptionModifier and TypeMethodDescriptionIndexDescriptionFactory.create
(IndexPK indexPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) IndexDescriptionFactory.create
(Index index, Language language, String description, Long fromTime, Long thruTime) IndexDescriptionFactory.create
(Session session, IndexPK indexPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) IndexDescriptionFactory.create
(Session session, Index index, Language language, String description, Long fromTime, Long thruTime) IndexDescriptionFactory.getEntityFromCache
(Session session, IndexDescriptionPK pk) IndexDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, IndexDescriptionPK pk) IndexDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, IndexDescriptionPK pk) IndexDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) IndexDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) IndexDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) IndexDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) IndexDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) IndexDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) IndexDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) IndexDescriptionFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) IndexDescriptionFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) IndexDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, IndexDescriptionValue value) IndexDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, IndexDescriptionValue value) Methods in com.echothree.model.data.index.server.factory that return types with arguments of type IndexDescriptionModifier and TypeMethodDescriptionIndexDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<IndexDescriptionPK> pks) IndexDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<IndexDescriptionPK> pks) IndexDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) IndexDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) IndexDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) IndexDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) IndexDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) IndexDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) IndexDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) IndexDescriptionFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) IndexDescriptionFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.index.server.factory with parameters of type IndexDescriptionModifier and TypeMethodDescriptionvoid
IndexDescriptionFactory.remove
(Session session, IndexDescription entity) void
IndexDescriptionFactory.store
(Session session, IndexDescription entity) Method parameters in com.echothree.model.data.index.server.factory with type arguments of type IndexDescriptionModifier and TypeMethodDescriptionvoid
IndexDescriptionFactory.store
(Session session, Collection<IndexDescription> entities) void
IndexDescriptionFactory.store
(Collection<IndexDescription> entities)