Uses of Class
com.echothree.model.data.content.server.entity.ContentCatalogItem
Packages that use ContentCatalogItem
Package
Description
-
Uses of ContentCatalogItem in com.echothree.control.user.content.server.command
Methods in com.echothree.control.user.content.server.command that return ContentCatalogItemModifier and TypeMethodDescriptionprotected ContentCatalogItem
GetContentCatalogItemCommand.getEntity()
Methods in com.echothree.control.user.content.server.command that return types with arguments of type ContentCatalogItemModifier and TypeMethodDescriptionprotected Collection<ContentCatalogItem>
GetContentCatalogItemsCommand.getEntities()
Methods in com.echothree.control.user.content.server.command with parameters of type ContentCatalogItemModifier and TypeMethodDescriptionprotected BaseResult
GetContentCatalogItemCommand.getResult
(ContentCatalogItem contentCatalogItem) Method parameters in com.echothree.control.user.content.server.command with type arguments of type ContentCatalogItemModifier and TypeMethodDescriptionprotected BaseResult
GetContentCatalogItemsCommand.getResult
(Collection<ContentCatalogItem> entities) -
Uses of ContentCatalogItem in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentCatalogItemModifier and TypeMethodDescriptionContentControl.createContentCatalogItem
(ContentCatalog contentCatalog, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, BasePK createdBy) ContentControl.getContentCatalogItem
(ContentCatalog contentCatalog, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) ContentControl.getContentCatalogItemByEntityInstance
(EntityInstance entityInstance) ContentControl.getContentCatalogItemByEntityInstance
(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.ContentCatalogItemContentControl.getContentCatalogItemByEntityInstanceForUpdate
(EntityInstance entityInstance) ContentControl.getContentCatalogItemForUpdate
(ContentCatalog contentCatalog, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency) Methods in com.echothree.model.control.content.server.control that return types with arguments of type ContentCatalogItemModifier and TypeMethodDescriptionContentControl.getContentCatalogItemsByContentCatalog
(ContentCatalog contentCatalog) ContentControl.getContentCatalogItemsByContentCatalogAndItem
(ContentCatalog contentCatalog, Item item) ContentControl.getContentCatalogItemsByContentCatalogAndItemForUpdate
(ContentCatalog contentCatalog, Item item) ContentControl.getContentCatalogItemsByContentCatalogForUpdate
(ContentCatalog contentCatalog) ContentControl.getContentCatalogItemsByInventoryCondition
(InventoryCondition inventoryCondition) ContentControl.getContentCatalogItemsByInventoryConditionForUpdate
(InventoryCondition inventoryCondition) ContentControl.getContentCatalogItemsByItem
(Item item) ContentControl.getContentCatalogItemsByItemForUpdate
(Item item) ContentControl.getContentCatalogItemsByUnitOfMeasureType
(UnitOfMeasureType unitOfMeasureType) ContentControl.getContentCatalogItemsByUnitOfMeasureTypeForUpdate
(UnitOfMeasureType unitOfMeasureType) Methods in com.echothree.model.control.content.server.control with parameters of type ContentCatalogItemModifier and TypeMethodDescriptionlong
ContentControl.countContentCategoryItemsByContentCatalogItem
(ContentCatalogItem contentCatalogItem) ContentControl.createContentCatalogItemFixedPrice
(ContentCatalogItem contentCatalogItem, Long unitPrice, BasePK createdBy) ContentControl.createContentCatalogItemVariablePrice
(ContentCatalogItem contentCatalogItem, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, BasePK createdBy) ContentControl.createContentCategoryItem
(ContentCategory contentCategory, ContentCatalogItem contentCatalogItem, Boolean isDefault, Integer sortOrder, BasePK createdBy) Use the function in ContentLogic instead.void
ContentControl.deleteContentCatalogItem
(ContentCatalogItem contentCatalogItem, BasePK deletedBy) ContentControl.getContentCatalogItemFixedPrice
(ContentCatalogItem contentCatalogItem) ContentControl.getContentCatalogItemFixedPriceForUpdate
(ContentCatalogItem contentCatalogItem) ContentControl.getContentCatalogItemFixedPriceValueForUpdate
(ContentCatalogItem contentCatalogItem) ContentControl.getContentCatalogItemTransfer
(UserVisit userVisit, ContentCatalogItem contentCatalogItem) ContentControl.getContentCatalogItemVariablePrice
(ContentCatalogItem contentCatalogItem) ContentControl.getContentCatalogItemVariablePriceForUpdate
(ContentCatalogItem contentCatalogItem) ContentControl.getContentCatalogItemVariablePriceValueForUpdate
(ContentCatalogItem contentCatalogItem) ContentControl.getContentCategoryItem
(ContentCategory contentCategory, ContentCatalogItem contentCatalogItem) ContentControl.getContentCategoryItemForUpdate
(ContentCategory contentCategory, ContentCatalogItem contentCatalogItem) ContentControl.getContentCategoryItemsByContentCatalogItem
(ContentCatalogItem contentCatalogItem) ContentControl.getContentCategoryItemsByContentCatalogItemForUpdate
(ContentCatalogItem contentCatalogItem) ContentControl.getContentCategoryItemValueForUpdate
(ContentCategory contentCategory, ContentCatalogItem contentCatalogItem) ContentControl.getDefaultContentCategoryItem
(ContentCatalogItem contentCatalogItem) ContentControl.getDefaultContentCategoryItemForUpdate
(ContentCatalogItem contentCatalogItem) ContentControl.getDefaultContentCategoryItemValueForUpdate
(ContentCatalogItem contentCatalogItem) Method parameters in com.echothree.model.control.content.server.control with type arguments of type ContentCatalogItemModifier and TypeMethodDescriptionvoid
ContentControl.deleteContentCatalogItems
(List<ContentCatalogItem> contentCatalogItems, BasePK deletedBy) ContentControl.getContentCatalogItemTransfers
(UserVisit userVisit, Collection<ContentCatalogItem> contentCatalogItems) -
Uses of ContentCatalogItem in com.echothree.model.control.content.server.graphql
Constructors in com.echothree.model.control.content.server.graphql with parameters of type ContentCatalogItem -
Uses of ContentCatalogItem in com.echothree.model.control.content.server.logic
Methods in com.echothree.model.control.content.server.logic with parameters of type ContentCatalogItemModifier and TypeMethodDescriptionvoid
ContentLogic.updateContentCatalogItemPriceByContentCatalogItem
(ContentCatalogItem contentCatalogItem, BasePK updatedBy) Check to make sure the ContentCatalogItem has the lower price possible in the ContentCatalog, or if it is no longer used, delete it.Method parameters in com.echothree.model.control.content.server.logic with type arguments of type ContentCatalogItemModifier and TypeMethodDescriptionvoid
ContentLogic.updateContentCatalogItemPrices
(Iterable<ContentCatalogItem> contentCatalogItems, BasePK updatedBy) For all ContentCatalogItem in the Set, verify they have the lower price possible in their ContentCatalog. -
Uses of ContentCatalogItem in com.echothree.model.control.content.server.transfer
Methods in com.echothree.model.control.content.server.transfer with parameters of type ContentCatalogItemModifier and TypeMethodDescriptionContentCatalogItemTransferCache.getContentCatalogItemTransfer
(ContentCatalogItem contentCatalogItem) -
Uses of ContentCatalogItem in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCatalogItemModifier and TypeMethodDescriptionContentCatalogItemFixedPrice.getContentCatalogItem()
ContentCatalogItemFixedPrice.getContentCatalogItem
(EntityPermission entityPermission) ContentCatalogItemFixedPrice.getContentCatalogItem
(Session session) ContentCatalogItemFixedPrice.getContentCatalogItem
(Session session, EntityPermission entityPermission) ContentCatalogItemVariablePrice.getContentCatalogItem()
ContentCatalogItemVariablePrice.getContentCatalogItem
(EntityPermission entityPermission) ContentCatalogItemVariablePrice.getContentCatalogItem
(Session session) ContentCatalogItemVariablePrice.getContentCatalogItem
(Session session, EntityPermission entityPermission) ContentCategoryItem.getContentCatalogItem()
ContentCategoryItem.getContentCatalogItem
(EntityPermission entityPermission) ContentCategoryItem.getContentCatalogItem
(Session session) ContentCategoryItem.getContentCatalogItem
(Session session, EntityPermission entityPermission) ContentCatalogItemFixedPrice.getContentCatalogItemForUpdate()
ContentCatalogItemFixedPrice.getContentCatalogItemForUpdate
(Session session) ContentCatalogItemVariablePrice.getContentCatalogItemForUpdate()
ContentCatalogItemVariablePrice.getContentCatalogItemForUpdate
(Session session) ContentCategoryItem.getContentCatalogItemForUpdate()
ContentCategoryItem.getContentCatalogItemForUpdate
(Session session) Methods in com.echothree.model.data.content.server.entity with parameters of type ContentCatalogItemModifier and TypeMethodDescriptionvoid
ContentCatalogItemFixedPrice.setContentCatalogItem
(ContentCatalogItem entity) void
ContentCatalogItemVariablePrice.setContentCatalogItem
(ContentCatalogItem entity) void
ContentCategoryItem.setContentCatalogItem
(ContentCatalogItem entity) -
Uses of ContentCatalogItem in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCatalogItemModifier and TypeMethodDescriptionContentCatalogItemFactory.create
(ContentCatalogPK contentCatalogPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, CurrencyPK currencyPK, Long fromTime, Long thruTime) ContentCatalogItemFactory.create
(ContentCatalog contentCatalog, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Long fromTime, Long thruTime) ContentCatalogItemFactory.create
(Session session, ContentCatalogPK contentCatalogPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, CurrencyPK currencyPK, Long fromTime, Long thruTime) ContentCatalogItemFactory.create
(Session session, ContentCatalog contentCatalog, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Long fromTime, Long thruTime) ContentCatalogItemFactory.getEntityFromCache
(Session session, ContentCatalogItemPK pk) ContentCatalogItemFactory.getEntityFromPK
(EntityPermission entityPermission, ContentCatalogItemPK pk) ContentCatalogItemFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContentCatalogItemPK pk) ContentCatalogItemFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ContentCatalogItemFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentCatalogItemFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentCatalogItemFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentCatalogItemFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentCatalogItemFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentCatalogItemFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentCatalogItemFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContentCatalogItemFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) ContentCatalogItemFactory.getEntityFromValue
(EntityPermission entityPermission, ContentCatalogItemValue value) ContentCatalogItemFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContentCatalogItemValue value) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCatalogItemModifier and TypeMethodDescriptionContentCatalogItemFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContentCatalogItemPK> pks) ContentCatalogItemFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentCatalogItemPK> pks) ContentCatalogItemFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ContentCatalogItemFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentCatalogItemFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentCatalogItemFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentCatalogItemFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentCatalogItemFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentCatalogItemFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentCatalogItemFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContentCatalogItemFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCatalogItemModifier and TypeMethodDescriptionContentCatalogItemFixedPriceFactory.create
(ContentCatalogItem contentCatalogItem, Long unitPrice, Long fromTime, Long thruTime) ContentCatalogItemFixedPriceFactory.create
(Session session, ContentCatalogItem contentCatalogItem, Long unitPrice, Long fromTime, Long thruTime) ContentCatalogItemVariablePriceFactory.create
(ContentCatalogItem contentCatalogItem, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, Long fromTime, Long thruTime) ContentCatalogItemVariablePriceFactory.create
(Session session, ContentCatalogItem contentCatalogItem, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, 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
ContentCatalogItemFactory.remove
(Session session, ContentCatalogItem entity) void
ContentCatalogItemFactory.store
(Session session, ContentCatalogItem entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCatalogItemModifier and TypeMethodDescriptionvoid
ContentCatalogItemFactory.store
(Session session, Collection<ContentCatalogItem> entities) void
ContentCatalogItemFactory.store
(Collection<ContentCatalogItem> entities)