Uses of Class
com.echothree.model.data.item.server.entity.ItemCategory
Packages that use ItemCategory
Package
Description
-
Uses of ItemCategory in com.echothree.control.user.item.server.command
Methods in com.echothree.control.user.item.server.command that return ItemCategoryModifier and TypeMethodDescriptionEditItemCategoryCommand.getEntity
(EditItemCategoryResult result) protected ItemCategory
GetItemCategoryCommand.getEntity()
EditItemCategoryCommand.getLockEntity
(ItemCategory itemCategory) EditItemCategoryDescriptionCommand.getLockEntity
(ItemCategoryDescription itemCategoryDescription) Methods in com.echothree.control.user.item.server.command that return types with arguments of type ItemCategoryModifier and TypeMethodDescriptionprotected Collection<ItemCategory>
GetItemCategoriesCommand.getEntities()
Methods in com.echothree.control.user.item.server.command with parameters of type ItemCategoryModifier and TypeMethodDescriptionvoid
EditItemCategoryCommand.canUpdate
(ItemCategory itemCategory) void
EditItemCategoryCommand.doLock
(ItemCategoryEdit edit, ItemCategory itemCategory) void
EditItemCategoryCommand.doUpdate
(ItemCategory itemCategory) void
EditItemCategoryCommand.fillInResult
(EditItemCategoryResult result, ItemCategory itemCategory) EditItemCategoryCommand.getLockEntity
(ItemCategory itemCategory) protected BaseResult
GetItemCategoryCommand.getResult
(ItemCategory itemCategory) Method parameters in com.echothree.control.user.item.server.command with type arguments of type ItemCategoryModifier and TypeMethodDescriptionprotected BaseResult
GetItemCategoriesCommand.getResult
(Collection<ItemCategory> entities) -
Uses of ItemCategory in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return ItemCategoryModifier and TypeMethodDescriptionItemControl.createItemCategory
(String itemCategoryName, ItemCategory parentItemCategory, Sequence itemSequence, Boolean isDefault, Integer sortOrder, BasePK createdBy) ItemControl.getDefaultItemCategory()
ItemControl.getDefaultItemCategoryForUpdate()
ItemControl.getItemCategoryByEntityInstance
(EntityInstance entityInstance) ItemControl.getItemCategoryByEntityInstance
(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.ItemCategoryItemControl.getItemCategoryByEntityInstanceForUpdate
(EntityInstance entityInstance) ItemControl.getItemCategoryByName
(String itemCategoryName) ItemControl.getItemCategoryByName
(String itemCategoryName, EntityPermission entityPermission) ItemControl.getItemCategoryByNameForUpdate
(String itemCategoryName) Methods in com.echothree.model.control.item.server.control that return types with arguments of type ItemCategoryModifier and TypeMethodDescriptionItemControl.getItemCategories()
ItemControl.getItemCategoriesByParentItemCategory
(ItemCategory parentItemCategory) ItemControl.getItemCategoriesByParentItemCategoryForUpdate
(ItemCategory parentItemCategory) ItemControl.getItemCategoriesForUpdate()
Methods in com.echothree.model.control.item.server.control with parameters of type ItemCategoryModifier and TypeMethodDescriptionlong
ItemControl.countItemsByItemCategory
(ItemCategory itemCategory) ItemControl.createItem
(String itemName, ItemType itemType, ItemUseType itemUseType, ItemCategory itemCategory, ItemAccountingCategory itemAccountingCategory, ItemPurchasingCategory itemPurchasingCategory, Party companyParty, ItemDeliveryType itemDeliveryType, ItemInventoryType itemInventoryType, Boolean inventorySerialized, Sequence serialNumberSequence, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKind unitOfMeasureKind, ItemPriceType itemPriceType, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, StylePath stylePath, BasePK createdBy) ItemControl.createItemCategory
(String itemCategoryName, ItemCategory parentItemCategory, Sequence itemSequence, Boolean isDefault, Integer sortOrder, BasePK createdBy) ItemControl.createItemCategoryDescription
(ItemCategory itemCategory, Language language, String description, BasePK createdBy) void
ItemControl.deleteItemCategory
(ItemCategory itemCategory, BasePK deletedBy) void
ItemControl.deleteItemCategoryDescriptionsByItemCategory
(ItemCategory itemCategory, BasePK deletedBy) ItemControl.getBestItemCategoryDescription
(ItemCategory itemCategory, Language language) ItemControl.getItemCategoriesByParentItemCategory
(ItemCategory parentItemCategory) ItemControl.getItemCategoriesByParentItemCategoryForUpdate
(ItemCategory parentItemCategory) ItemControl.getItemCategoryDescription
(ItemCategory itemCategory, Language language) ItemControl.getItemCategoryDescriptionForUpdate
(ItemCategory itemCategory, Language language) ItemControl.getItemCategoryDescriptionsByItemCategory
(ItemCategory itemCategory) ItemControl.getItemCategoryDescriptionsByItemCategoryForUpdate
(ItemCategory itemCategory) ItemControl.getItemCategoryDescriptionTransfersByItemCategory
(UserVisit userVisit, ItemCategory itemCategory) ItemControl.getItemCategoryDescriptionValueForUpdate
(ItemCategory itemCategory, Language language) ItemControl.getItemCategoryDetailValueForUpdate
(ItemCategory itemCategory) ItemControl.getItemCategoryTransfer
(UserVisit userVisit, ItemCategory itemCategory) ItemControl.getItemCategoryTransfersByParentItemCategory
(UserVisit userVisit, ItemCategory parentItemCategory) ItemControl.getItemsByItemCategory
(ItemCategory itemCategory) ItemControl.getItemsByItemCategoryForUpdate
(ItemCategory itemCategory) boolean
ItemControl.isParentItemCategorySafe
(ItemCategory itemCategory, ItemCategory parentItemCategory) Method parameters in com.echothree.model.control.item.server.control with type arguments of type ItemCategoryModifier and TypeMethodDescriptionvoid
ItemControl.deleteItemCategories
(List<ItemCategory> itemCategories, BasePK deletedBy) ItemControl.getItemCategoryTransfers
(UserVisit userVisit, Collection<ItemCategory> itemCategories) -
Uses of ItemCategory in com.echothree.model.control.item.server.graphql
Constructors in com.echothree.model.control.item.server.graphql with parameters of type ItemCategory -
Uses of ItemCategory in com.echothree.model.control.item.server.logic
Methods in com.echothree.model.control.item.server.logic that return ItemCategoryModifier and TypeMethodDescriptionItemCategoryLogic.getDefaultItemCategory
(ExecutionErrorAccumulator eea) ItemCategoryLogic.getItemCategoryByName
(ExecutionErrorAccumulator eea, String itemCategoryName) ItemCategoryLogic.getItemCategoryByName
(ExecutionErrorAccumulator eea, String itemCategoryName, EntityPermission entityPermission) ItemCategoryLogic.getItemCategoryByNameForUpdate
(ExecutionErrorAccumulator eea, String itemCategoryName) Methods in com.echothree.model.control.item.server.logic with parameters of type ItemCategoryModifier and TypeMethodDescriptionvoid
ItemCategoryLogic.checkDeleteItemCategory
(ExecutionErrorAccumulator ema, ItemCategory itemCategory) ItemLogic.createItem
(ExecutionErrorAccumulator eea, String itemName, ItemType itemType, ItemUseType itemUseType, ItemCategory itemCategory, ItemAccountingCategory itemAccountingCategory, ItemPurchasingCategory itemPurchasingCategory, Party companyParty, ItemDeliveryType itemDeliveryType, ItemInventoryType itemInventoryType, Boolean inventorySerialized, Sequence serialNumberSequence, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKind unitOfMeasureKind, ItemPriceType itemPriceType, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, StylePath stylePath, BasePK createdBy) void
ItemCategoryLogic.deleteItemCategory
(ItemCategory itemCategory, BasePK deletedBy) -
Uses of ItemCategory in com.echothree.model.control.item.server.transfer
Methods in com.echothree.model.control.item.server.transfer with parameters of type ItemCategoryModifier and TypeMethodDescriptionItemCategoryTransferCache.getTransfer
(ItemCategory itemCategory) -
Uses of ItemCategory in com.echothree.model.control.selector.server.control
Methods in com.echothree.model.control.selector.server.control with parameters of type ItemCategoryModifier and TypeMethodDescriptionSelectorControl.createSelectorNodeItemCategory
(SelectorNode selectorNode, ItemCategory itemCategory, Boolean checkParents, BasePK createdBy) -
Uses of ItemCategory in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemCategoryModifier and TypeMethodDescriptionItemCategoryDescription.getItemCategory()
ItemCategoryDescription.getItemCategory
(EntityPermission entityPermission) ItemCategoryDescription.getItemCategory
(Session session) ItemCategoryDescription.getItemCategory
(Session session, EntityPermission entityPermission) ItemCategoryDetail.getItemCategory()
ItemCategoryDetail.getItemCategory
(EntityPermission entityPermission) ItemCategoryDetail.getItemCategory
(Session session) ItemCategoryDetail.getItemCategory
(Session session, EntityPermission entityPermission) ItemDetail.getItemCategory()
ItemDetail.getItemCategory
(EntityPermission entityPermission) ItemDetail.getItemCategory
(Session session) ItemDetail.getItemCategory
(Session session, EntityPermission entityPermission) ItemCategoryDescription.getItemCategoryForUpdate()
ItemCategoryDescription.getItemCategoryForUpdate
(Session session) ItemCategoryDetail.getItemCategoryForUpdate()
ItemCategoryDetail.getItemCategoryForUpdate
(Session session) ItemDetail.getItemCategoryForUpdate()
ItemDetail.getItemCategoryForUpdate
(Session session) ItemCategoryDetail.getParentItemCategory()
ItemCategoryDetail.getParentItemCategory
(EntityPermission entityPermission) ItemCategoryDetail.getParentItemCategory
(Session session) ItemCategoryDetail.getParentItemCategory
(Session session, EntityPermission entityPermission) ItemCategoryDetail.getParentItemCategoryForUpdate()
ItemCategoryDetail.getParentItemCategoryForUpdate
(Session session) Methods in com.echothree.model.data.item.server.entity with parameters of type ItemCategoryModifier and TypeMethodDescriptionvoid
ItemCategoryDescription.setItemCategory
(ItemCategory entity) void
ItemCategoryDetail.setItemCategory
(ItemCategory entity) void
ItemDetail.setItemCategory
(ItemCategory entity) void
ItemCategoryDetail.setParentItemCategory
(ItemCategory entity) -
Uses of ItemCategory in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemCategoryModifier and TypeMethodDescriptionItemCategoryFactory.create()
ItemCategoryFactory.create
(ItemCategoryDetailPK activeDetailPK, ItemCategoryDetailPK lastDetailPK) ItemCategoryFactory.create
(ItemCategoryDetail activeDetail, ItemCategoryDetail lastDetail) ItemCategoryFactory.create
(Session session, ItemCategoryDetailPK activeDetailPK, ItemCategoryDetailPK lastDetailPK) ItemCategoryFactory.create
(Session session, ItemCategoryDetail activeDetail, ItemCategoryDetail lastDetail) ItemCategoryFactory.getEntityFromCache
(Session session, ItemCategoryPK pk) ItemCategoryFactory.getEntityFromPK
(EntityPermission entityPermission, ItemCategoryPK pk) ItemCategoryFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ItemCategoryPK pk) ItemCategoryFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ItemCategoryFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemCategoryFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemCategoryFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemCategoryFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemCategoryFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemCategoryFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemCategoryFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) ItemCategoryFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) ItemCategoryFactory.getEntityFromValue
(EntityPermission entityPermission, ItemCategoryValue value) ItemCategoryFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ItemCategoryValue value) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemCategoryModifier and TypeMethodDescriptionItemCategoryFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ItemCategoryPK> pks) ItemCategoryFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ItemCategoryPK> pks) ItemCategoryFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ItemCategoryFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemCategoryFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemCategoryFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemCategoryFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemCategoryFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemCategoryFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemCategoryFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) ItemCategoryFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemCategoryModifier and TypeMethodDescriptionItemCategoryDescriptionFactory.create
(ItemCategory itemCategory, Language language, String description, Long fromTime, Long thruTime) ItemCategoryDescriptionFactory.create
(Session session, ItemCategory itemCategory, Language language, String description, Long fromTime, Long thruTime) ItemCategoryDetailFactory.create
(ItemCategory itemCategory, String itemCategoryName, ItemCategory parentItemCategory, Sequence itemSequence, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ItemCategoryDetailFactory.create
(Session session, ItemCategory itemCategory, String itemCategoryName, ItemCategory parentItemCategory, Sequence itemSequence, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ItemDetailFactory.create
(Item item, String itemName, ItemType itemType, ItemUseType itemUseType, ItemCategory itemCategory, ItemAccountingCategory itemAccountingCategory, ItemPurchasingCategory itemPurchasingCategory, Party companyParty, ItemDeliveryType itemDeliveryType, ItemInventoryType itemInventoryType, Boolean inventorySerialized, Sequence serialNumberSequence, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKind unitOfMeasureKind, ItemPriceType itemPriceType, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, StylePath stylePath, Long fromTime, Long thruTime) ItemDetailFactory.create
(Session session, Item item, String itemName, ItemType itemType, ItemUseType itemUseType, ItemCategory itemCategory, ItemAccountingCategory itemAccountingCategory, ItemPurchasingCategory itemPurchasingCategory, Party companyParty, ItemDeliveryType itemDeliveryType, ItemInventoryType itemInventoryType, Boolean inventorySerialized, Sequence serialNumberSequence, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKind unitOfMeasureKind, ItemPriceType itemPriceType, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, StylePath stylePath, Long fromTime, Long thruTime) void
ItemCategoryFactory.remove
(Session session, ItemCategory entity) void
ItemCategoryFactory.store
(Session session, ItemCategory entity) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemCategoryModifier and TypeMethodDescriptionvoid
ItemCategoryFactory.store
(Session session, Collection<ItemCategory> entities) void
ItemCategoryFactory.store
(Collection<ItemCategory> entities) -
Uses of ItemCategory in com.echothree.model.data.selector.server.entity
Methods in com.echothree.model.data.selector.server.entity that return ItemCategoryModifier and TypeMethodDescriptionSelectorNodeItemCategory.getItemCategory()
SelectorNodeItemCategory.getItemCategory
(EntityPermission entityPermission) SelectorNodeItemCategory.getItemCategory
(Session session) SelectorNodeItemCategory.getItemCategory
(Session session, EntityPermission entityPermission) SelectorNodeItemCategory.getItemCategoryForUpdate()
SelectorNodeItemCategory.getItemCategoryForUpdate
(Session session) Methods in com.echothree.model.data.selector.server.entity with parameters of type ItemCategoryModifier and TypeMethodDescriptionvoid
SelectorNodeItemCategory.setItemCategory
(ItemCategory entity) -
Uses of ItemCategory in com.echothree.model.data.selector.server.factory
Methods in com.echothree.model.data.selector.server.factory with parameters of type ItemCategoryModifier and TypeMethodDescriptionSelectorNodeItemCategoryFactory.create
(SelectorNode selectorNode, ItemCategory itemCategory, Boolean checkParents, Long fromTime, Long thruTime) SelectorNodeItemCategoryFactory.create
(Session session, SelectorNode selectorNode, ItemCategory itemCategory, Boolean checkParents, Long fromTime, Long thruTime)