org.cocome.tradingsystem.inventory.application.store.impl
Class FillTransferObjects
java.lang.Object
org.cocome.tradingsystem.inventory.application.store.impl.FillTransferObjects
public class FillTransferObjects
- extends java.lang.Object
Helper class to transfer the data from
the persistent objects to the transfer objects
- Author:
- Yannick Welsch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FillTransferObjects
public FillTransferObjects()
fillComplexOrderEntry
public static ComplexOrderEntryTO fillComplexOrderEntry(OrderEntry orderentry)
fillComplexOrderTO
public static ComplexOrderTO fillComplexOrderTO(ProductOrder order)
fillEnterpriseTO
public static EnterpriseTO fillEnterpriseTO(TradingEnterprise enterprise)
fillOrderEntryTO
public static OrderEntryTO fillOrderEntryTO(OrderEntry orderentry)
fillOrderTO
public static OrderTO fillOrderTO(ProductOrder order)
fillProductTO
public static ProductTO fillProductTO(Product product)
fillProductWithStockItemTO
public static ProductWithStockItemTO fillProductWithStockItemTO(StockItem stockitem)
fillProductWithSupplierAndStockItemTO
public static ProductWithSupplierAndStockItemTO fillProductWithSupplierAndStockItemTO(StoreQueryIf storequery,
long storeid,
Product product,
PersistenceContext pctx)
fillProductWithSupplierTO
public static ProductWithSupplierTO fillProductWithSupplierTO(Product product)
fillStockItemTO
public static StockItemTO fillStockItemTO(StockItem stockitem)
fillStoreTO
public static StoreTO fillStoreTO(Store store)
fillStoreWithEnterpriseTO
public static StoreWithEnterpriseTO fillStoreWithEnterpriseTO(Store store)
fillSupplierTO
public static SupplierTO fillSupplierTO(ProductSupplier supplier)