|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProductTO | |
---|---|
org.cocome.tradingsystem.inventory.application.store | |
org.cocome.tradingsystem.inventory.application.store.impl |
Uses of ProductTO in org.cocome.tradingsystem.inventory.application.store |
---|
Subclasses of ProductTO in org.cocome.tradingsystem.inventory.application.store | |
---|---|
class |
ProductWithStockItemTO
ProductWithStockItemTO is used as transfer object class for transferring basic product information and additional stock item information. |
class |
ProductWithSupplierAndStockItemTO
ProductWithSupplierAndStockItemTO is used as transfer object class for transferring basic product, stockitem and additional supplier
information between client and the service-oriented application layer. |
class |
ProductWithSupplierTO
ProductWithSupplierTO is used as transfer object class for transferring basic product and additional supplier
information between client and the service-oriented application layer. |
Methods in org.cocome.tradingsystem.inventory.application.store that return ProductTO | |
---|---|
ProductTO |
ProductAmountTO.getProduct()
Product |
Methods in org.cocome.tradingsystem.inventory.application.store with parameters of type ProductTO | |
---|---|
ComplexOrderEntryTO[] |
StoreIf.getStockItems(ProductTO[] requiredProductTOs)
|
void |
ProductAmountTO.setProduct(ProductTO product)
Product |
Uses of ProductTO in org.cocome.tradingsystem.inventory.application.store.impl |
---|
Methods in org.cocome.tradingsystem.inventory.application.store.impl that return ProductTO | |
---|---|
static ProductTO |
FillTransferObjects.fillProductTO(Product product)
|
Methods in org.cocome.tradingsystem.inventory.application.store.impl with parameters of type ProductTO | |
---|---|
ComplexOrderEntryTO[] |
StoreImpl.getStockItems(ProductTO[] requiredProductTOs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |