Uses of Class
com.echothree.model.control.accounting.common.transfer.ItemAccountingCategoryTransfer
Packages that use ItemAccountingCategoryTransfer
Package
Description
-
Uses of ItemAccountingCategoryTransfer in com.echothree.control.user.accounting.common.result
Methods in com.echothree.control.user.accounting.common.result that return ItemAccountingCategoryTransferModifier and TypeMethodDescriptionGetItemAccountingCategoryDescriptionsResult.getItemAccountingCategory()
GetItemAccountingCategoryResult.getItemAccountingCategory()
Methods in com.echothree.control.user.accounting.common.result that return types with arguments of type ItemAccountingCategoryTransferModifier and TypeMethodDescriptionGetItemAccountingCategoriesResult.getItemAccountingCategories()
Methods in com.echothree.control.user.accounting.common.result with parameters of type ItemAccountingCategoryTransferModifier and TypeMethodDescriptionvoid
GetItemAccountingCategoryDescriptionsResult.setItemAccountingCategory
(ItemAccountingCategoryTransfer itemAccountingCategory) void
GetItemAccountingCategoryResult.setItemAccountingCategory
(ItemAccountingCategoryTransfer itemAccountingCategory) Method parameters in com.echothree.control.user.accounting.common.result with type arguments of type ItemAccountingCategoryTransferModifier and TypeMethodDescriptionvoid
GetItemAccountingCategoriesResult.setItemAccountingCategories
(List<ItemAccountingCategoryTransfer> itemAccountingCategories) -
Uses of ItemAccountingCategoryTransfer in com.echothree.model.control.accounting.common.transfer
Methods in com.echothree.model.control.accounting.common.transfer that return ItemAccountingCategoryTransferModifier and TypeMethodDescriptionItemAccountingCategoryDescriptionTransfer.getItemAccountingCategory()
ItemAccountingCategoryTransfer.getParentItemAccountingCategory()
Methods in com.echothree.model.control.accounting.common.transfer with parameters of type ItemAccountingCategoryTransferModifier and TypeMethodDescriptionvoid
ItemAccountingCategoryDescriptionTransfer.setItemAccountingCategory
(ItemAccountingCategoryTransfer itemAccountingCategory) void
ItemAccountingCategoryTransfer.setParentItemAccountingCategory
(ItemAccountingCategoryTransfer parentItemAccountingCategory) Constructors in com.echothree.model.control.accounting.common.transfer with parameters of type ItemAccountingCategoryTransferModifierConstructorDescriptionItemAccountingCategoryDescriptionTransfer
(LanguageTransfer language, ItemAccountingCategoryTransfer itemAccountingCategory, String description) Creates a new instance of ItemAccountingCategoryDescriptionTransferItemAccountingCategoryTransfer
(String itemAccountingCategoryName, ItemAccountingCategoryTransfer parentItemAccountingCategory, GlAccountTransfer inventoryGlAccount, GlAccountTransfer salesGlAccount, GlAccountTransfer returnsGlAccount, GlAccountTransfer cogsGlAccount, GlAccountTransfer returnsCogsGlAccount, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ItemAccountingCategoryTransfer -
Uses of ItemAccountingCategoryTransfer in com.echothree.model.control.accounting.server.control
Methods in com.echothree.model.control.accounting.server.control that return ItemAccountingCategoryTransferModifier and TypeMethodDescriptionAccountingControl.getItemAccountingCategoryTransfer
(UserVisit userVisit, ItemAccountingCategory itemAccountingCategory) Methods in com.echothree.model.control.accounting.server.control that return types with arguments of type ItemAccountingCategoryTransferModifier and TypeMethodDescriptionAccountingControl.getItemAccountingCategoryTransfers
(UserVisit userVisit) AccountingControl.getItemAccountingCategoryTransfers
(UserVisit userVisit, Collection<ItemAccountingCategory> itemAccountingCategories) -
Uses of ItemAccountingCategoryTransfer in com.echothree.model.control.accounting.server.transfer
Methods in com.echothree.model.control.accounting.server.transfer that return ItemAccountingCategoryTransferModifier and TypeMethodDescriptionItemAccountingCategoryTransferCache.getTransfer
(ItemAccountingCategory itemAccountingCategory) -
Uses of ItemAccountingCategoryTransfer in com.echothree.model.control.inventory.common.transfer
Methods in com.echothree.model.control.inventory.common.transfer that return ItemAccountingCategoryTransferModifier and TypeMethodDescriptionInventoryConditionGlAccountTransfer.getItemAccountingCategory()
Methods in com.echothree.model.control.inventory.common.transfer with parameters of type ItemAccountingCategoryTransferModifier and TypeMethodDescriptionvoid
InventoryConditionGlAccountTransfer.setItemAccountingCategory
(ItemAccountingCategoryTransfer itemAccountingCategory) Constructors in com.echothree.model.control.inventory.common.transfer with parameters of type ItemAccountingCategoryTransferModifierConstructorDescriptionInventoryConditionGlAccountTransfer
(InventoryConditionTransfer inventoryCondition, ItemAccountingCategoryTransfer itemAccountingCategory, GlAccountTransfer inventoryGlAccount, GlAccountTransfer salesGlAccount, GlAccountTransfer returnsGlAccount, GlAccountTransfer cogsGlAccount, GlAccountTransfer returnsCogsGlAccount) Creates a new instance of InventoryConditionGlAccountTransfer -
Uses of ItemAccountingCategoryTransfer in com.echothree.model.control.item.common.transfer
Methods in com.echothree.model.control.item.common.transfer that return ItemAccountingCategoryTransferModifier and TypeMethodDescriptionItemTransfer.getItemAccountingCategory()
Returns the itemAccountingCategory.Methods in com.echothree.model.control.item.common.transfer with parameters of type ItemAccountingCategoryTransferModifier and TypeMethodDescriptionvoid
ItemTransfer.setItemAccountingCategory
(ItemAccountingCategoryTransfer itemAccountingCategory) Sets the itemAccountingCategory.Constructors in com.echothree.model.control.item.common.transfer with parameters of type ItemAccountingCategoryTransferModifierConstructorDescriptionItemTransfer
(String itemName, ItemTypeTransfer itemType, ItemUseTypeTransfer itemUseType, ItemCategoryTransfer itemCategory, ItemAccountingCategoryTransfer itemAccountingCategory, ItemPurchasingCategoryTransfer itemPurchasingCategory, CompanyTransfer company, ItemDeliveryTypeTransfer itemDeliveryType, ItemInventoryTypeTransfer itemInventoryType, Boolean inventorySerialized, SequenceTransfer serialNumberSequence, Boolean shippingChargeExempt, Long unformattedShippingStartTime, String shippingStartTime, Long unformattedShippingEndTime, String shippingEndTime, Long unformattedSalesOrderStartTime, String salesOrderStartTime, Long unformattedSalesOrderEndTime, String salesOrderEndTime, Long unformattedPurchaseOrderStartTime, String purchaseOrderStartTime, Long unformattedPurchaseOrderEndTime, String purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKindTransfer unitOfMeasureKind, ItemPriceTypeTransfer itemPriceType, CancellationPolicyTransfer cancellationPolicy, ReturnPolicyTransfer returnPolicy, String description, WorkflowEntityStatusTransfer itemStatus) Creates a new instance of ItemTransfer