Uses of Class
com.echothree.model.data.content.server.entity.ContentCatalog
Packages that use ContentCatalog
Package
Description
-
Uses of ContentCatalog in com.echothree.control.user.content.server.command
Methods in com.echothree.control.user.content.server.command that return ContentCatalogModifier and TypeMethodDescriptionEditContentCatalogCommand.getEntity(EditContentCatalogResult result) protected ContentCatalogGetContentCatalogCommand.getEntity()EditContentCatalogCommand.getLockEntity(ContentCatalog contentCatalog) EditContentCatalogDescriptionCommand.getLockEntity(ContentCatalogDescription contentCatalogDescription) Methods in com.echothree.control.user.content.server.command that return types with arguments of type ContentCatalogModifier and TypeMethodDescriptionprotected Collection<ContentCatalog> GetContentCatalogsCommand.getEntities()Methods in com.echothree.control.user.content.server.command with parameters of type ContentCatalogModifier and TypeMethodDescriptionvoidEditContentCatalogCommand.canUpdate(ContentCatalog contentCatalog) voidEditContentCatalogCommand.doLock(ContentCatalogEdit edit, ContentCatalog contentCatalog) voidEditContentCatalogCommand.doUpdate(ContentCatalog contentCatalog) voidEditContentCatalogCommand.fillInResult(EditContentCatalogResult result, ContentCatalog contentCatalog) EditContentCatalogCommand.getLockEntity(ContentCatalog contentCatalog) protected BaseResultGetContentCatalogCommand.getResult(ContentCatalog contentCatalog) Method parameters in com.echothree.control.user.content.server.command with type arguments of type ContentCatalogModifier and TypeMethodDescriptionprotected BaseResultGetContentCatalogsCommand.getResult(Collection<ContentCatalog> entities) -
Uses of ContentCatalog in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentCatalogModifier and TypeMethodDescriptionContentControl.createContentCatalog(ContentCollection contentCollection, String contentCatalogName, OfferUse defaultOfferUse, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContentControl.getContentCatalogByEntityInstance(EntityInstance entityInstance) ContentControl.getContentCatalogByEntityInstance(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.ContentCatalogContentControl.getContentCatalogByEntityInstanceForUpdate(EntityInstance entityInstance) ContentControl.getContentCatalogByName(ContentCollection contentCollection, String contentCatalogName) ContentControl.getContentCatalogByNameForUpdate(ContentCollection contentCollection, String contentCatalogName) ContentControl.getContentCatalogByPK(ContentCatalogPK contentCatalogPK) ContentControl.getDefaultContentCatalog(ContentCollection contentCollection) Methods in com.echothree.model.control.content.server.control that return types with arguments of type ContentCatalogModifier and TypeMethodDescriptionContentControl.getContentCatalogs(ContentCollection contentCollection) ContentControl.getContentCatalogsForUpdate(ContentCollection contentCollection) Methods in com.echothree.model.control.content.server.control with parameters of type ContentCatalogModifier and TypeMethodDescriptionlongContentControl.countContentCatalogItemsByContentCatalog(ContentCatalog contentCatalog) longContentControl.countContentCategoriesByContentCatalog(ContentCatalog contentCatalog) ContentControl.createContentCatalogDescription(ContentCatalog contentCatalog, Language language, String description, BasePK createdBy) ContentControl.createContentCatalogItem(ContentCatalog contentCatalog, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, BasePK createdBy) ContentControl.createContentCategory(ContentCatalog contentCatalog, String contentCategoryName, ContentCategory parentContentCategory, OfferUse defaultOfferUse, Selector itemSelector, Boolean isDefault, Integer sortOrder, BasePK createdBy) voidContentControl.deleteContentCatalog(ContentCatalog contentCatalog, BasePK deletedBy) voidContentControl.deleteContentCatalogDescriptionsByContentCatalog(ContentCatalog contentCatalog, BasePK deletedBy) voidContentControl.deleteContentCatalogItemsByContentCatalog(ContentCatalog contentCatalog, BasePK deletedBy) voidContentControl.deleteContentCategoriesByContentCatalog(ContentCatalog contentCatalog, BasePK deletedBy) ContentControl.getBestContentCatalogDescription(ContentCatalog contentCatalog, Language language) ContentControl.getContentCatalogDescription(ContentCatalog contentCatalog, Language language) ContentControl.getContentCatalogDescriptionForUpdate(ContentCatalog contentCatalog, Language language) ContentControl.getContentCatalogDescriptionsByContentCatalog(ContentCatalog contentCatalog) ContentControl.getContentCatalogDescriptionsByContentCatalogForUpdate(ContentCatalog contentCatalog) ContentControl.getContentCatalogDescriptionTransfers(UserVisit userVisit, ContentCatalog contentCatalog) ContentControl.getContentCatalogDescriptionValueForUpdate(ContentCatalog contentCatalog, Language language) ContentControl.getContentCatalogDetailValueForUpdate(ContentCatalog contentCatalog) ContentControl.getContentCatalogItem(ContentCatalog contentCatalog, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) ContentControl.getContentCatalogItemForUpdate(ContentCatalog contentCatalog, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) ContentControl.getContentCatalogItemsByContentCatalog(ContentCatalog contentCatalog) ContentControl.getContentCatalogItemsByContentCatalogAndItem(ContentCatalog contentCatalog, Item item) ContentControl.getContentCatalogItemsByContentCatalogAndItemForUpdate(ContentCatalog contentCatalog, Item item) ContentControl.getContentCatalogItemsByContentCatalogForUpdate(ContentCatalog contentCatalog) ContentControl.getContentCatalogItemTransfers(UserVisit userVisit, ContentCatalog contentCatalog) ContentControl.getContentCatalogTransfer(UserVisit userVisit, ContentCatalog contentCatalog) ContentControl.getContentCategories(ContentCatalog contentCatalog) ContentControl.getContentCategoriesForUpdate(ContentCatalog contentCatalog) ContentControl.getContentCategoryByName(ContentCatalog contentCatalog, String contentCategoryName) ContentControl.getContentCategoryByNameForUpdate(ContentCatalog contentCatalog, String contentCategoryName) ContentControl.getContentCategoryChoices(ContentCatalog contentCatalog, String defaultContentCategoryChoice, Language language, boolean allowNullChoice) ContentControl.getContentCategoryDetailValueByNameForUpdate(ContentCatalog contentCatalog, String contentCategoryName) ContentControl.getContentCategoryTransfers(UserVisit userVisit, ContentCatalog contentCatalog) ContentControl.getDefaultContentCategory(ContentCatalog contentCatalog) ContentControl.getDefaultContentCategoryDetailValueForUpdate(ContentCatalog contentCatalog) Method parameters in com.echothree.model.control.content.server.control with type arguments of type ContentCatalogModifier and TypeMethodDescriptionContentControl.getContentCatalogTransfers(UserVisit userVisit, Collection<ContentCatalog> contentCatalogs) -
Uses of ContentCatalog in com.echothree.model.control.content.server.graphql
Constructors in com.echothree.model.control.content.server.graphql with parameters of type ContentCatalog -
Uses of ContentCatalog in com.echothree.model.control.content.server.indexer
Methods in com.echothree.model.control.content.server.indexer that return ContentCatalogModifier and TypeMethodDescriptionprotected ContentCatalogContentCatalogIndexer.getEntity(EntityInstance entityInstance) Methods in com.echothree.model.control.content.server.indexer with parameters of type ContentCatalogModifier and TypeMethodDescriptionprotected org.apache.lucene.document.DocumentContentCatalogIndexer.convertToDocument(EntityInstance entityInstance, ContentCatalog contentCatalog) -
Uses of ContentCatalog in com.echothree.model.control.content.server.transfer
Methods in com.echothree.model.control.content.server.transfer with parameters of type ContentCatalogModifier and TypeMethodDescriptionContentCatalogTransferCache.getContentCatalogTransfer(UserVisit userVisit, ContentCatalog contentCatalog) -
Uses of ContentCatalog in com.echothree.model.control.search.server.graphql
Constructors in com.echothree.model.control.search.server.graphql with parameters of type ContentCatalog -
Uses of ContentCatalog in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCatalogModifier and TypeMethodDescriptionContentCatalogDescription.getContentCatalog()ContentCatalogDescription.getContentCatalog(EntityPermission entityPermission) ContentCatalogDescription.getContentCatalog(Session session) ContentCatalogDescription.getContentCatalog(Session session, EntityPermission entityPermission) ContentCatalogDetail.getContentCatalog()ContentCatalogDetail.getContentCatalog(EntityPermission entityPermission) ContentCatalogDetail.getContentCatalog(Session session) ContentCatalogDetail.getContentCatalog(Session session, EntityPermission entityPermission) ContentCatalogItem.getContentCatalog()ContentCatalogItem.getContentCatalog(EntityPermission entityPermission) ContentCatalogItem.getContentCatalog(Session session) ContentCatalogItem.getContentCatalog(Session session, EntityPermission entityPermission) ContentCategoryDetail.getContentCatalog()ContentCategoryDetail.getContentCatalog(EntityPermission entityPermission) ContentCategoryDetail.getContentCatalog(Session session) ContentCategoryDetail.getContentCatalog(Session session, EntityPermission entityPermission) ContentCatalogDescription.getContentCatalogForUpdate()ContentCatalogDescription.getContentCatalogForUpdate(Session session) ContentCatalogDetail.getContentCatalogForUpdate()ContentCatalogDetail.getContentCatalogForUpdate(Session session) ContentCatalogItem.getContentCatalogForUpdate()ContentCatalogItem.getContentCatalogForUpdate(Session session) ContentCategoryDetail.getContentCatalogForUpdate()ContentCategoryDetail.getContentCatalogForUpdate(Session session) Methods in com.echothree.model.data.content.server.entity with parameters of type ContentCatalogModifier and TypeMethodDescriptionvoidContentCatalogDescription.setContentCatalog(ContentCatalog entity) voidContentCatalogDetail.setContentCatalog(ContentCatalog entity) voidContentCatalogItem.setContentCatalog(ContentCatalog entity) voidContentCategoryDetail.setContentCatalog(ContentCatalog entity) -
Uses of ContentCatalog in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCatalogModifier and TypeMethodDescriptionContentCatalogFactory.create()ContentCatalogFactory.create(ContentCatalogDetailPK activeDetailPK, ContentCatalogDetailPK lastDetailPK) ContentCatalogFactory.create(ContentCatalogDetail activeDetail, ContentCatalogDetail lastDetail) ContentCatalogFactory.create(Session session, ContentCatalogDetailPK activeDetailPK, ContentCatalogDetailPK lastDetailPK) ContentCatalogFactory.create(Session session, ContentCatalogDetail activeDetail, ContentCatalogDetail lastDetail) ContentCatalogFactory.getEntityFromCache(Session session, ContentCatalogPK pk) ContentCatalogFactory.getEntityFromPK(EntityPermission entityPermission, ContentCatalogPK pk) ContentCatalogFactory.getEntityFromPK(Session session, EntityPermission entityPermission, ContentCatalogPK pk) ContentCatalogFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) ContentCatalogFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentCatalogFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentCatalogFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentCatalogFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentCatalogFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentCatalogFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentCatalogFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ContentCatalogFactory.getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) ContentCatalogFactory.getEntityFromValue(EntityPermission entityPermission, ContentCatalogValue value) ContentCatalogFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ContentCatalogValue value) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCatalogModifier and TypeMethodDescriptionContentCatalogFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentCatalogPK> pks) ContentCatalogFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ContentCatalogPK> pks) ContentCatalogFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) ContentCatalogFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentCatalogFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentCatalogFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentCatalogFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentCatalogFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentCatalogFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentCatalogFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) ContentCatalogFactory.getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCatalogModifier and TypeMethodDescriptionContentCatalogDescriptionFactory.create(ContentCatalog contentCatalog, Language language, String description, Long fromTime, Long thruTime) ContentCatalogDescriptionFactory.create(Session session, ContentCatalog contentCatalog, Language language, String description, Long fromTime, Long thruTime) ContentCatalogDetailFactory.create(ContentCatalog contentCatalog, ContentCollection contentCollection, String contentCatalogName, OfferUse defaultOfferUse, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCatalogDetailFactory.create(Session session, ContentCatalog contentCatalog, ContentCollection contentCollection, String contentCatalogName, OfferUse defaultOfferUse, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCatalogItemFactory.create(ContentCatalog contentCatalog, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Long fromTime, Long thruTime) ContentCatalogItemFactory.create(Session session, ContentCatalog contentCatalog, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, 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) voidContentCatalogFactory.remove(Session session, ContentCatalog entity) voidContentCatalogFactory.store(Session session, ContentCatalog entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCatalogModifier and TypeMethodDescriptionvoidContentCatalogFactory.store(Session session, Collection<ContentCatalog> entities) voidContentCatalogFactory.store(Collection<ContentCatalog> entities)