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 TypeMethodDescriptionvoidEditContentCategoryDescriptionCommand.doLock(ContentCategoryDescriptionEdit edit, ContentCategoryDescription contentCategoryDescription) voidEditContentCategoryDescriptionCommand.doUpdate(ContentCategoryDescription contentCategoryDescription) voidEditContentCategoryDescriptionCommand.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 TypeMethodDescriptionvoidContentControl.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(UserVisit userVisit, 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.getEntityFromCache(ContentCategoryDescriptionPK pk) ContentCategoryDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ContentCategoryDescriptionPK pk) 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.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ContentCategoryDescriptionFactory.getEntityFromValue(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.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.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCategoryDescriptionModifier and TypeMethodDescriptionvoidContentCategoryDescriptionFactory.remove(ContentCategoryDescription entity) voidContentCategoryDescriptionFactory.store(ContentCategoryDescription entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCategoryDescriptionModifier and TypeMethodDescriptionvoidContentCategoryDescriptionFactory.store(Collection<ContentCategoryDescription> entities)