Uses of Class
com.echothree.model.data.content.server.entity.ContentCategoryItem
Packages that use ContentCategoryItem
Package
Description
-
Uses of ContentCategoryItem in com.echothree.control.user.content.server.command
Methods in com.echothree.control.user.content.server.command that return ContentCategoryItemModifier and TypeMethodDescriptionEditContentCategoryItemCommand.getEntity(EditContentCategoryItemResult result) protected ContentCategoryItemGetContentCategoryItemCommand.getEntity()Methods in com.echothree.control.user.content.server.command that return types with arguments of type ContentCategoryItemModifier and TypeMethodDescriptionprotected Collection<ContentCategoryItem> GetContentCategoryItemsCommand.getEntities()Methods in com.echothree.control.user.content.server.command with parameters of type ContentCategoryItemModifier and TypeMethodDescriptionvoidEditContentCategoryItemCommand.doLock(ContentCategoryItemEdit edit, ContentCategoryItem contentCategoryItem) voidEditContentCategoryItemCommand.doUpdate(ContentCategoryItem contentCategoryItem) voidEditContentCategoryItemCommand.fillInResult(EditContentCategoryItemResult result, ContentCategoryItem contentCategoryItem) EditContentCategoryItemCommand.getLockEntity(ContentCategoryItem contentCategoryItem) protected BaseResultGetContentCategoryItemCommand.getResult(ContentCategoryItem contentCategoryItem) Method parameters in com.echothree.control.user.content.server.command with type arguments of type ContentCategoryItemModifier and TypeMethodDescriptionprotected BaseResultGetContentCategoryItemsCommand.getResult(Collection<ContentCategoryItem> entities) -
Uses of ContentCategoryItem in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentCategoryItemModifier and TypeMethodDescriptionContentControl.createContentCategoryItem(ContentCategory contentCategory, ContentCatalogItem contentCatalogItem, Boolean isDefault, Integer sortOrder, BasePK createdBy) Use the function in ContentLogic instead.ContentControl.getContentCategoryItem(ContentCategory contentCategory, ContentCatalogItem contentCatalogItem) ContentControl.getContentCategoryItemForUpdate(ContentCategory contentCategory, ContentCatalogItem contentCatalogItem) ContentControl.getDefaultContentCategoryItem(ContentCatalogItem contentCatalogItem) ContentControl.getDefaultContentCategoryItemForUpdate(ContentCatalogItem contentCatalogItem) Methods in com.echothree.model.control.content.server.control that return types with arguments of type ContentCategoryItemModifier and TypeMethodDescriptionContentControl.getContentCategoryItemsByContentCatalogItem(ContentCatalogItem contentCatalogItem) ContentControl.getContentCategoryItemsByContentCatalogItemForUpdate(ContentCatalogItem contentCatalogItem) ContentControl.getContentCategoryItemsByContentCategory(ContentCategory contentCategory) ContentControl.getContentCategoryItemsByContentCategoryForUpdate(ContentCategory contentCategory) Methods in com.echothree.model.control.content.server.control with parameters of type ContentCategoryItemModifier and TypeMethodDescriptionvoidContentControl.deleteContentCategoryItem(ContentCategoryItem contentCategoryItem, BasePK deletedBy) ContentControl.getContentCategoryItemTransfer(UserVisit userVisit, ContentCategoryItem contentCategoryItem) ContentControl.getContentCategoryItemValue(ContentCategoryItem contentCategoryItem) Method parameters in com.echothree.model.control.content.server.control with type arguments of type ContentCategoryItemModifier and TypeMethodDescriptionContentControl.getContentCategoryItemTransfers(UserVisit userVisit, Collection<ContentCategoryItem> contentCategoryItems) -
Uses of ContentCategoryItem in com.echothree.model.control.content.server.graphql
Constructors in com.echothree.model.control.content.server.graphql with parameters of type ContentCategoryItem -
Uses of ContentCategoryItem in com.echothree.model.control.content.server.logic
Methods in com.echothree.model.control.content.server.logic that return ContentCategoryItemModifier and TypeMethodDescriptionContentLogic.createContentCategoryItem(ExecutionErrorAccumulator eea, ContentCategory contentCategory, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Boolean isDefault, Integer sortOrder, BasePK createdBy) Methods in com.echothree.model.control.content.server.logic with parameters of type ContentCategoryItemModifier and TypeMethodDescriptionvoidContentLogic.deleteContentCategoryItem(ContentCategoryItem contentCategoryItem, BasePK deletedBy) -
Uses of ContentCategoryItem in com.echothree.model.control.content.server.transfer
Methods in com.echothree.model.control.content.server.transfer with parameters of type ContentCategoryItemModifier and TypeMethodDescriptionContentCategoryItemTransferCache.getContentCategoryItemTransfer(UserVisit userVisit, ContentCategoryItem contentCategoryItem) -
Uses of ContentCategoryItem in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCategoryItemModifier and TypeMethodDescriptionContentCategoryItemFactory.create(ContentCategoryPK contentCategoryPK, ContentCatalogItemPK contentCatalogItemPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCategoryItemFactory.create(ContentCategory contentCategory, ContentCatalogItem contentCatalogItem, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCategoryItemFactory.getEntityFromCache(ContentCategoryItemPK pk) ContentCategoryItemFactory.getEntityFromPK(EntityPermission entityPermission, ContentCategoryItemPK pk) ContentCategoryItemFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentCategoryItemFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentCategoryItemFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentCategoryItemFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ContentCategoryItemFactory.getEntityFromValue(EntityPermission entityPermission, ContentCategoryItemValue value) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCategoryItemModifier and TypeMethodDescriptionContentCategoryItemFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentCategoryItemPK> pks) ContentCategoryItemFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentCategoryItemFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentCategoryItemFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentCategoryItemFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCategoryItemModifier and TypeMethodDescriptionvoidContentCategoryItemFactory.remove(ContentCategoryItem entity) voidContentCategoryItemFactory.store(ContentCategoryItem entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCategoryItemModifier and TypeMethodDescriptionvoidContentCategoryItemFactory.store(Collection<ContentCategoryItem> entities)