Uses of Class
com.echothree.model.data.content.server.entity.ContentCategory
Packages that use ContentCategory
Package
Description
-
Uses of ContentCategory in com.echothree.control.user.content.server.command
Methods in com.echothree.control.user.content.server.command that return ContentCategoryModifier and TypeMethodDescriptionEditContentCategoryCommand.getEntity
(EditContentCategoryResult result) protected ContentCategory
GetContentCategoryCommand.getEntity()
EditContentCategoryCommand.getLockEntity
(ContentCategory contentCategory) EditContentCategoryDescriptionCommand.getLockEntity
(ContentCategoryDescription contentCategoryDescription) EditContentCategoryItemCommand.getLockEntity
(ContentCategoryItem contentCategoryItem) Methods in com.echothree.control.user.content.server.command that return types with arguments of type ContentCategoryModifier and TypeMethodDescriptionprotected Collection<ContentCategory>
GetContentCategoriesCommand.getEntities()
Methods in com.echothree.control.user.content.server.command with parameters of type ContentCategoryModifier and TypeMethodDescriptionvoid
EditContentCategoryCommand.canUpdate
(ContentCategory contentCategory) void
EditContentCategoryCommand.doLock
(ContentCategoryEdit edit, ContentCategory contentCategory) void
EditContentCategoryCommand.doUpdate
(ContentCategory contentCategory) void
EditContentCategoryCommand.fillInResult
(EditContentCategoryResult result, ContentCategory contentCategory) EditContentCategoryCommand.getLockEntity
(ContentCategory contentCategory) protected BaseResult
GetContentCategoryCommand.getResult
(ContentCategory contentCategory) Method parameters in com.echothree.control.user.content.server.command with type arguments of type ContentCategoryModifier and TypeMethodDescriptionprotected BaseResult
GetContentCategoriesCommand.getResult
(Collection<ContentCategory> entities) -
Uses of ContentCategory in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentCategoryModifier and TypeMethodDescriptionContentControl.createContentCategory
(ContentCatalog contentCatalog, String contentCategoryName, ContentCategory parentContentCategory, OfferUse defaultOfferUse, Selector itemSelector, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContentControl.getContentCategoryByEntityInstance
(EntityInstance entityInstance) ContentControl.getContentCategoryByEntityInstance
(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.ContentCategoryContentControl.getContentCategoryByEntityInstanceForUpdate
(EntityInstance entityInstance) ContentControl.getContentCategoryByName
(ContentCatalog contentCatalog, String contentCategoryName) ContentControl.getContentCategoryByNameForUpdate
(ContentCatalog contentCatalog, String contentCategoryName) ContentControl.getDefaultContentCategory
(ContentCatalog contentCatalog) Methods in com.echothree.model.control.content.server.control that return types with arguments of type ContentCategoryModifier and TypeMethodDescriptionContentControl.getContentCategories
(ContentCatalog contentCatalog) ContentControl.getContentCategoriesByContentCategoryItemSelectorForUpdate
(Selector contentCategoryItemSelector) ContentControl.getContentCategoriesByDefaultOfferUse
(OfferUse defaultOfferUse) ContentControl.getContentCategoriesByDefaultOfferUseForUpdate
(OfferUse defaultOfferUse) ContentControl.getContentCategoriesByParentContentCategory
(ContentCategory parentContentCategory) ContentControl.getContentCategoriesByParentContentCategory
(Selector contentCategoryItemSelector) ContentControl.getContentCategoriesByParentContentCategoryForUpdate
(ContentCategory parentContentCategory) ContentControl.getContentCategoriesForUpdate
(ContentCatalog contentCatalog) Methods in com.echothree.model.control.content.server.control with parameters of type ContentCategoryModifier and TypeMethodDescriptionlong
ContentControl.countContentCategoriesByParentContentCategory
(ContentCategory parentContentCategory) long
ContentControl.countContentCategoryItemsByContentCategory
(ContentCategory contentCategory) ContentControl.createContentCategory
(ContentCatalog contentCatalog, String contentCategoryName, ContentCategory parentContentCategory, OfferUse defaultOfferUse, Selector itemSelector, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContentControl.createContentCategoryDescription
(ContentCategory contentCategory, Language language, String description, BasePK createdBy) ContentControl.createContentCategoryItem
(ContentCategory contentCategory, ContentCatalogItem contentCatalogItem, Boolean isDefault, Integer sortOrder, BasePK createdBy) Use the function in ContentLogic instead.void
ContentControl.deleteContentCategory
(ContentCategory contentCategory, BasePK deletedBy) void
ContentControl.deleteContentCategoryDescriptionsByContentCategory
(ContentCategory contentCategory, BasePK deletedBy) void
ContentControl.deleteContentCategoryItemsByContentCategory
(ContentCategory contentCategory, BasePK deletedBy) ContentControl.getBestContentCategoryDescription
(ContentCategory contentCategory, Language language) ContentControl.getContentCategoriesByParentContentCategory
(ContentCategory parentContentCategory) ContentControl.getContentCategoriesByParentContentCategoryForUpdate
(ContentCategory parentContentCategory) ContentControl.getContentCategoryDescription
(ContentCategory contentCategory, Language language) ContentControl.getContentCategoryDescriptionForUpdate
(ContentCategory contentCategory, Language language) ContentControl.getContentCategoryDescriptionsByContentCategory
(ContentCategory contentCategory) ContentControl.getContentCategoryDescriptionsByContentCategoryForUpdate
(ContentCategory contentCategory) ContentControl.getContentCategoryDescriptionTransfers
(UserVisit userVisit, ContentCategory contentCategory) ContentControl.getContentCategoryDescriptionValueForUpdate
(ContentCategory contentCategory, Language language) ContentControl.getContentCategoryDetailValueForUpdate
(ContentCategory contentCategory) ContentControl.getContentCategoryItem
(ContentCategory contentCategory, ContentCatalogItem contentCatalogItem) ContentControl.getContentCategoryItemForUpdate
(ContentCategory contentCategory, ContentCatalogItem contentCatalogItem) ContentControl.getContentCategoryItemsByContentCategory
(ContentCategory contentCategory) ContentControl.getContentCategoryItemsByContentCategoryForUpdate
(ContentCategory contentCategory) ContentControl.getContentCategoryItemTransfersByContentCategory
(UserVisit userVisit, ContentCategory contentCategory) ContentControl.getContentCategoryItemValueForUpdate
(ContentCategory contentCategory, ContentCatalogItem contentCatalogItem) ContentControl.getContentCategoryTransfer
(UserVisit userVisit, ContentCategory contentCategory) ContentControl.getContentCategoryTransfersByParentContentCategory
(UserVisit userVisit, ContentCategory parentContentCategory) boolean
ContentControl.isParentContentCategorySafe
(ContentCategory contentCategory, ContentCategory parentContentCategory) Method parameters in com.echothree.model.control.content.server.control with type arguments of type ContentCategoryModifier and TypeMethodDescriptionContentControl.getContentCategoryTransfers
(UserVisit userVisit, Collection<ContentCategory> contentCategories) -
Uses of ContentCategory in com.echothree.model.control.content.server.graphql
Constructors in com.echothree.model.control.content.server.graphql with parameters of type ContentCategory -
Uses of ContentCategory in com.echothree.model.control.content.server.indexer
Methods in com.echothree.model.control.content.server.indexer that return ContentCategoryModifier and TypeMethodDescriptionprotected ContentCategory
ContentCategoryIndexer.getEntity
(EntityInstance entityInstance) Methods in com.echothree.model.control.content.server.indexer with parameters of type ContentCategoryModifier and TypeMethodDescriptionprotected org.apache.lucene.document.Document
ContentCategoryIndexer.convertToDocument
(EntityInstance entityInstance, ContentCategory contentCategory) -
Uses of ContentCategory in com.echothree.model.control.content.server.logic
Methods in com.echothree.model.control.content.server.logic that return ContentCategoryModifier and TypeMethodDescriptionContentLogic.getParentContentCategoryByNonNullDefaultOfferUse
(ContentCategory startingContentCategory) Find a ContentCategory where a DefaultOfferUse is not null by following parents.Methods in com.echothree.model.control.content.server.logic with parameters of type ContentCategoryModifier and TypeMethodDescriptionContentLogic.createContentCategoryItem
(ExecutionErrorAccumulator eea, ContentCategory contentCategory, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContentLogic.getContentCategoryDefaultOfferUse
(ContentCategory contentCategory) For a given ContentCategory, find the OfferUse that is used for items added to it.ContentLogic.getParentContentCategoryByNonNullDefaultOfferUse
(ContentCategory startingContentCategory) Find a ContentCategory where a DefaultOfferUse is not null by following parents.void
ContentLogic.updateContentCatalogItemPricesByContentCategory
(ContentCategory contentCategory, BasePK updatedBy) Call when a ContentCategory is updated, and the DefaultOfferUse was modified. -
Uses of ContentCategory in com.echothree.model.control.content.server.transfer
Methods in com.echothree.model.control.content.server.transfer with parameters of type ContentCategoryModifier and TypeMethodDescriptionContentCategoryTransferCache.getContentCategoryTransfer
(ContentCategory contentCategory) -
Uses of ContentCategory in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCategoryModifier and TypeMethodDescriptionContentCategoryDescription.getContentCategory()
ContentCategoryDescription.getContentCategory
(EntityPermission entityPermission) ContentCategoryDescription.getContentCategory
(Session session) ContentCategoryDescription.getContentCategory
(Session session, EntityPermission entityPermission) ContentCategoryDetail.getContentCategory()
ContentCategoryDetail.getContentCategory
(EntityPermission entityPermission) ContentCategoryDetail.getContentCategory
(Session session) ContentCategoryDetail.getContentCategory
(Session session, EntityPermission entityPermission) ContentCategoryItem.getContentCategory()
ContentCategoryItem.getContentCategory
(EntityPermission entityPermission) ContentCategoryItem.getContentCategory
(Session session) ContentCategoryItem.getContentCategory
(Session session, EntityPermission entityPermission) ContentCategoryDescription.getContentCategoryForUpdate()
ContentCategoryDescription.getContentCategoryForUpdate
(Session session) ContentCategoryDetail.getContentCategoryForUpdate()
ContentCategoryDetail.getContentCategoryForUpdate
(Session session) ContentCategoryItem.getContentCategoryForUpdate()
ContentCategoryItem.getContentCategoryForUpdate
(Session session) ContentCategoryDetail.getParentContentCategory()
ContentCategoryDetail.getParentContentCategory
(EntityPermission entityPermission) ContentCategoryDetail.getParentContentCategory
(Session session) ContentCategoryDetail.getParentContentCategory
(Session session, EntityPermission entityPermission) ContentCategoryDetail.getParentContentCategoryForUpdate()
ContentCategoryDetail.getParentContentCategoryForUpdate
(Session session) Methods in com.echothree.model.data.content.server.entity with parameters of type ContentCategoryModifier and TypeMethodDescriptionvoid
ContentCategoryDescription.setContentCategory
(ContentCategory entity) void
ContentCategoryDetail.setContentCategory
(ContentCategory entity) void
ContentCategoryItem.setContentCategory
(ContentCategory entity) void
ContentCategoryDetail.setParentContentCategory
(ContentCategory entity) -
Uses of ContentCategory in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCategoryModifier and TypeMethodDescriptionContentCategoryFactory.create()
ContentCategoryFactory.create
(ContentCategoryDetailPK activeDetailPK, ContentCategoryDetailPK lastDetailPK) ContentCategoryFactory.create
(ContentCategoryDetail activeDetail, ContentCategoryDetail lastDetail) ContentCategoryFactory.create
(Session session, ContentCategoryDetailPK activeDetailPK, ContentCategoryDetailPK lastDetailPK) ContentCategoryFactory.create
(Session session, ContentCategoryDetail activeDetail, ContentCategoryDetail lastDetail) ContentCategoryFactory.getEntityFromCache
(Session session, ContentCategoryPK pk) ContentCategoryFactory.getEntityFromPK
(EntityPermission entityPermission, ContentCategoryPK pk) ContentCategoryFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContentCategoryPK pk) ContentCategoryFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ContentCategoryFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentCategoryFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentCategoryFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentCategoryFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentCategoryFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentCategoryFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentCategoryFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContentCategoryFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) ContentCategoryFactory.getEntityFromValue
(EntityPermission entityPermission, ContentCategoryValue value) ContentCategoryFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContentCategoryValue value) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCategoryModifier and TypeMethodDescriptionContentCategoryFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContentCategoryPK> pks) ContentCategoryFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentCategoryPK> pks) ContentCategoryFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ContentCategoryFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentCategoryFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentCategoryFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentCategoryFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentCategoryFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentCategoryFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentCategoryFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContentCategoryFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCategoryModifier and TypeMethodDescriptionContentCategoryDescriptionFactory.create
(ContentCategory contentCategory, Language language, String description, Long fromTime, Long thruTime) ContentCategoryDescriptionFactory.create
(Session session, ContentCategory contentCategory, Language language, String description, Long fromTime, Long thruTime) ContentCategoryDetailFactory.create
(ContentCategory contentCategory, ContentCatalog contentCatalog, String contentCategoryName, ContentCategory parentContentCategory, OfferUse defaultOfferUse, Selector contentCategoryItemSelector, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCategoryDetailFactory.create
(Session session, ContentCategory contentCategory, ContentCatalog contentCatalog, String contentCategoryName, ContentCategory parentContentCategory, OfferUse defaultOfferUse, Selector contentCategoryItemSelector, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCategoryItemFactory.create
(ContentCategory contentCategory, ContentCatalogItem contentCatalogItem, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCategoryItemFactory.create
(Session session, ContentCategory contentCategory, ContentCatalogItem contentCatalogItem, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) void
ContentCategoryFactory.remove
(Session session, ContentCategory entity) void
ContentCategoryFactory.store
(Session session, ContentCategory entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCategoryModifier and TypeMethodDescriptionvoid
ContentCategoryFactory.store
(Session session, Collection<ContentCategory> entities) void
ContentCategoryFactory.store
(Collection<ContentCategory> entities)