Uses of Class
com.echothree.model.control.accounting.common.transfer.ItemAccountingCategoryDescriptionTransfer
Packages that use ItemAccountingCategoryDescriptionTransfer
Package
Description
-
Uses of ItemAccountingCategoryDescriptionTransfer in com.echothree.control.user.accounting.common.result
Methods in com.echothree.control.user.accounting.common.result that return ItemAccountingCategoryDescriptionTransferModifier and TypeMethodDescriptionEditItemAccountingCategoryDescriptionResult.getItemAccountingCategoryDescription()GetItemAccountingCategoryDescriptionResult.getItemAccountingCategoryDescription()Methods in com.echothree.control.user.accounting.common.result that return types with arguments of type ItemAccountingCategoryDescriptionTransferModifier and TypeMethodDescriptionGetItemAccountingCategoryDescriptionsResult.getItemAccountingCategoryDescriptions()Methods in com.echothree.control.user.accounting.common.result with parameters of type ItemAccountingCategoryDescriptionTransferModifier and TypeMethodDescriptionvoidEditItemAccountingCategoryDescriptionResult.setItemAccountingCategoryDescription(ItemAccountingCategoryDescriptionTransfer itemAccountingCategoryDescription) voidGetItemAccountingCategoryDescriptionResult.setItemAccountingCategoryDescription(ItemAccountingCategoryDescriptionTransfer itemAccountingCategoryDescription) Method parameters in com.echothree.control.user.accounting.common.result with type arguments of type ItemAccountingCategoryDescriptionTransferModifier and TypeMethodDescriptionvoidGetItemAccountingCategoryDescriptionsResult.setItemAccountingCategoryDescriptions(List<ItemAccountingCategoryDescriptionTransfer> itemAccountingCategoryDescriptions) -
Uses of ItemAccountingCategoryDescriptionTransfer in com.echothree.model.control.accounting.server.control
Methods in com.echothree.model.control.accounting.server.control that return ItemAccountingCategoryDescriptionTransferModifier and TypeMethodDescriptionAccountingControl.getItemAccountingCategoryDescriptionTransfer(UserVisit userVisit, ItemAccountingCategoryDescription itemAccountingCategoryDescription) Methods in com.echothree.model.control.accounting.server.control that return types with arguments of type ItemAccountingCategoryDescriptionTransferModifier and TypeMethodDescriptionAccountingControl.getItemAccountingCategoryDescriptionTransfersByItemAccountingCategory(UserVisit userVisit, ItemAccountingCategory itemAccountingCategory) -
Uses of ItemAccountingCategoryDescriptionTransfer in com.echothree.model.control.accounting.server.transfer
Methods in com.echothree.model.control.accounting.server.transfer that return ItemAccountingCategoryDescriptionTransferModifier and TypeMethodDescriptionItemAccountingCategoryDescriptionTransferCache.getTransfer(UserVisit userVisit, ItemAccountingCategoryDescription itemAccountingCategoryDescription)