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 ContentCategoryItem
GetContentCategoryItemCommand.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 TypeMethodDescriptionvoid
EditContentCategoryItemCommand.doLock
(ContentCategoryItemEdit edit, ContentCategoryItem contentCategoryItem) void
EditContentCategoryItemCommand.doUpdate
(ContentCategoryItem contentCategoryItem) void
EditContentCategoryItemCommand.fillInResult
(EditContentCategoryItemResult result, ContentCategoryItem contentCategoryItem) EditContentCategoryItemCommand.getLockEntity
(ContentCategoryItem contentCategoryItem) protected BaseResult
GetContentCategoryItemCommand.getResult
(ContentCategoryItem contentCategoryItem) Method parameters in com.echothree.control.user.content.server.command with type arguments of type ContentCategoryItemModifier and TypeMethodDescriptionprotected BaseResult
GetContentCategoryItemsCommand.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 TypeMethodDescriptionvoid
ContentControl.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 TypeMethodDescriptionvoid
ContentLogic.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
(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.create
(Session session, ContentCategoryPK contentCategoryPK, ContentCatalogItemPK contentCatalogItemPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCategoryItemFactory.create
(Session session, ContentCategory contentCategory, ContentCatalogItem contentCatalogItem, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCategoryItemFactory.getEntityFromCache
(Session session, ContentCategoryItemPK pk) ContentCategoryItemFactory.getEntityFromPK
(EntityPermission entityPermission, ContentCategoryItemPK pk) ContentCategoryItemFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContentCategoryItemPK pk) ContentCategoryItemFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentCategoryItemFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentCategoryItemFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentCategoryItemFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContentCategoryItemFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) ContentCategoryItemFactory.getEntityFromValue
(EntityPermission entityPermission, ContentCategoryItemValue value) ContentCategoryItemFactory.getEntityFromValue
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentCategoryItemPK> pks) ContentCategoryItemFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentCategoryItemFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentCategoryItemFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentCategoryItemFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContentCategoryItemFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCategoryItemModifier and TypeMethodDescriptionvoid
ContentCategoryItemFactory.remove
(Session session, ContentCategoryItem entity) void
ContentCategoryItemFactory.store
(Session session, ContentCategoryItem entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCategoryItemModifier and TypeMethodDescriptionvoid
ContentCategoryItemFactory.store
(Session session, Collection<ContentCategoryItem> entities) void
ContentCategoryItemFactory.store
(Collection<ContentCategoryItem> entities)