org.salespointframework.web.transferstrategies
Class CatalogToCatalogTransferStrategy<T extends CatalogItem>
java.lang.Object
org.salespointframework.desktop.strategies.FormSheetStrategy
org.salespointframework.desktop.strategies.dataexchangeformsheet.MoveStrategy
org.salespointframework.desktop.strategies.dataexchangeformsheet.CCStrategy
org.salespointframework.web.transferstrategies.CatalogToCatalogTransferStrategy<T>
- All Implemented Interfaces:
- ProcessErrorCodes, ITransferStrategy<T>
public class CatalogToCatalogTransferStrategy<T extends CatalogItem>
- extends CCStrategy
- implements ITransferStrategy<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CatalogToCatalogTransferStrategy
public CatalogToCatalogTransferStrategy()
areItemsInList
public boolean areItemsInList()
- Specified by:
areItemsInList
in interface ITransferStrategy<T extends CatalogItem>
moveToDestination
public void moveToDestination()
- Specified by:
moveToDestination
in interface ITransferStrategy<T extends CatalogItem>
moveToSource
public void moveToSource()
- Specified by:
moveToSource
in interface ITransferStrategy<T extends CatalogItem>
setItems
public void setItems(java.util.List<T> itemList)
- Specified by:
setItems
in interface ITransferStrategy<T extends CatalogItem>
setSourceCatalog
public void setSourceCatalog(Catalog<T> sourceCatalog)
setDestinationCatalog
public void setDestinationCatalog(Catalog<T> destinationCatalog)
setDataBasket
public void setDataBasket(DataBasket dataBasket)