|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Product in org.cocome.tradingsystem.inventory.application.store.impl |
---|
Methods in org.cocome.tradingsystem.inventory.application.store.impl with parameters of type Product | |
---|---|
static ProductTO |
FillTransferObjects.fillProductTO(Product product)
|
static ProductWithSupplierAndStockItemTO |
FillTransferObjects.fillProductWithSupplierAndStockItemTO(StoreQueryIf storequery,
long storeid,
Product product,
PersistenceContext pctx)
|
static ProductWithSupplierTO |
FillTransferObjects.fillProductWithSupplierTO(Product product)
|
Uses of Product in org.cocome.tradingsystem.inventory.data.enterprise |
---|
Methods in org.cocome.tradingsystem.inventory.data.enterprise that return types with arguments of type Product | |
---|---|
java.util.Collection<Product> |
ProductSupplier.getProducts()
|
Method parameters in org.cocome.tradingsystem.inventory.data.enterprise with type arguments of type Product | |
---|---|
void |
ProductSupplier.setProducts(java.util.Collection<Product> products)
|
Uses of Product in org.cocome.tradingsystem.inventory.data.store |
---|
Methods in org.cocome.tradingsystem.inventory.data.store that return Product | |
---|---|
Product |
StockItem.getProduct()
|
Product |
OrderEntry.getProduct()
|
Product |
StoreQueryIf.queryProductById(long productId,
PersistenceContext pctx)
|
Methods in org.cocome.tradingsystem.inventory.data.store that return types with arguments of type Product | |
---|---|
java.util.Collection<Product> |
StoreQueryIf.queryProducts(long storeId,
PersistenceContext pctx)
|
Methods in org.cocome.tradingsystem.inventory.data.store with parameters of type Product | |
---|---|
void |
StockItem.setProduct(Product product)
|
void |
OrderEntry.setProduct(Product product)
|
Uses of Product in org.cocome.tradingsystem.inventory.data.store.impl |
---|
Methods in org.cocome.tradingsystem.inventory.data.store.impl that return Product | |
---|---|
Product |
StoreQueryImpl.queryProductById(long productId,
PersistenceContext pctx)
|
Methods in org.cocome.tradingsystem.inventory.data.store.impl that return types with arguments of type Product | |
---|---|
java.util.Collection<Product> |
StoreQueryImpl.queryProducts(long storeId,
PersistenceContext pctx)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |