Class VendorTransferCaches
java.lang.Object
com.echothree.util.server.transfer.BaseTransferCaches
com.echothree.model.control.vendor.server.transfer.VendorTransferCaches
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ItemPurchasingCategoryTransferCache
protected VendorControl
protected VendorItemCostTransferCache
protected VendorItemTransferCache
protected VendorTransferCache
protected VendorTypeDescriptionTransferCache
protected VendorTypeTransferCache
Fields inherited from class com.echothree.util.server.transfer.BaseTransferCaches
userVisit
-
Constructor Summary
ConstructorsConstructorDescriptionVendorTransferCaches
(UserVisit userVisit, VendorControl vendorControl) Creates a new instance of VendorTransferCaches -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
vendorControl
-
vendorTypeTransferCache
-
vendorTypeDescriptionTransferCache
-
vendorTransferCache
-
vendorItemTransferCache
-
vendorItemCostTransferCache
-
itemPurchasingCategoryDescriptionTransferCache
-
itemPurchasingCategoryTransferCache
-
-
Constructor Details
-
VendorTransferCaches
Creates a new instance of VendorTransferCaches
-
-
Method Details
-
getVendorTypeTransferCache
-
getVendorTypeDescriptionTransferCache
-
getVendorTransferCache
-
getVendorItemTransferCache
-
getVendorItemCostTransferCache
-
getItemPurchasingCategoryDescriptionTransferCache
-
getItemPurchasingCategoryTransferCache
-