Uses of Class
com.echothree.model.data.content.server.entity.ContentCategoryDescription
Packages that use ContentCategoryDescription
Package
Description
-
Uses of ContentCategoryDescription in com.echothree.control.user.content.server.command
Methods in com.echothree.control.user.content.server.command that return ContentCategoryDescriptionModifier and TypeMethodDescriptionEditContentCategoryDescriptionCommand.getEntity
(EditContentCategoryDescriptionResult result) Methods in com.echothree.control.user.content.server.command with parameters of type ContentCategoryDescriptionModifier and TypeMethodDescriptionvoid
EditContentCategoryDescriptionCommand.doLock
(ContentCategoryDescriptionEdit edit, ContentCategoryDescription contentCategoryDescription) void
EditContentCategoryDescriptionCommand.doUpdate
(ContentCategoryDescription contentCategoryDescription) void
EditContentCategoryDescriptionCommand.fillInResult
(EditContentCategoryDescriptionResult result, ContentCategoryDescription contentCategoryDescription) EditContentCategoryDescriptionCommand.getLockEntity
(ContentCategoryDescription contentCategoryDescription) -
Uses of ContentCategoryDescription in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentCategoryDescriptionModifier and TypeMethodDescriptionContentControl.createContentCategoryDescription
(ContentCategory contentCategory, Language language, String description, BasePK createdBy) ContentControl.getContentCategoryDescription
(ContentCategory contentCategory, Language language) ContentControl.getContentCategoryDescriptionForUpdate
(ContentCategory contentCategory, Language language) Methods in com.echothree.model.control.content.server.control that return types with arguments of type ContentCategoryDescriptionModifier and TypeMethodDescriptionContentControl.getContentCategoryDescriptionsByContentCategory
(ContentCategory contentCategory) ContentControl.getContentCategoryDescriptionsByContentCategoryForUpdate
(ContentCategory contentCategory) Methods in com.echothree.model.control.content.server.control with parameters of type ContentCategoryDescriptionModifier and TypeMethodDescriptionvoid
ContentControl.deleteContentCategoryDescription
(ContentCategoryDescription contentCategoryDescription, BasePK deletedBy) ContentControl.getContentCategoryDescriptionTransfer
(UserVisit userVisit, ContentCategoryDescription contentCategoryDescription) ContentControl.getContentCategoryDescriptionValue
(ContentCategoryDescription contentCategoryDescription) -
Uses of ContentCategoryDescription in com.echothree.model.control.content.server.transfer
Methods in com.echothree.model.control.content.server.transfer with parameters of type ContentCategoryDescriptionModifier and TypeMethodDescriptionContentCategoryDescriptionTransferCache.getContentCategoryDescriptionTransfer
(ContentCategoryDescription contentCategoryDescription) -
Uses of ContentCategoryDescription in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCategoryDescriptionModifier and TypeMethodDescriptionContentCategoryDescriptionFactory.create
(ContentCategoryPK contentCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ContentCategoryDescriptionFactory.create
(ContentCategory contentCategory, Language language, String description, Long fromTime, Long thruTime) ContentCategoryDescriptionFactory.create
(Session session, ContentCategoryPK contentCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ContentCategoryDescriptionFactory.create
(Session session, ContentCategory contentCategory, Language language, String description, Long fromTime, Long thruTime) ContentCategoryDescriptionFactory.getEntityFromCache
(Session session, ContentCategoryDescriptionPK pk) ContentCategoryDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, ContentCategoryDescriptionPK pk) ContentCategoryDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContentCategoryDescriptionPK pk) ContentCategoryDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ContentCategoryDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentCategoryDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentCategoryDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentCategoryDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentCategoryDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentCategoryDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentCategoryDescriptionFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContentCategoryDescriptionFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) ContentCategoryDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, ContentCategoryDescriptionValue value) ContentCategoryDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContentCategoryDescriptionValue value) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCategoryDescriptionModifier and TypeMethodDescriptionContentCategoryDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContentCategoryDescriptionPK> pks) ContentCategoryDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentCategoryDescriptionPK> pks) ContentCategoryDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ContentCategoryDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentCategoryDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentCategoryDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentCategoryDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentCategoryDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentCategoryDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentCategoryDescriptionFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContentCategoryDescriptionFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCategoryDescriptionModifier and TypeMethodDescriptionvoid
ContentCategoryDescriptionFactory.remove
(Session session, ContentCategoryDescription entity) void
ContentCategoryDescriptionFactory.store
(Session session, ContentCategoryDescription entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCategoryDescriptionModifier and TypeMethodDescriptionvoid
ContentCategoryDescriptionFactory.store
(Session session, Collection<ContentCategoryDescription> entities) void
ContentCategoryDescriptionFactory.store
(Collection<ContentCategoryDescription> entities)