org.salespointframework.web.movestrategies
Class DBMoveStrategyHelper

java.lang.Object
  extended by org.salespointframework.web.movestrategies.DBMoveStrategyHelper

abstract class DBMoveStrategyHelper
extends java.lang.Object

Helper to move DB.

Author:
Lars Kreisz, Uwe Schmidt

Field Summary
static java.lang.String CATALOGITEM
           
static java.lang.String STOCKITEM
           
 
Constructor Summary
DBMoveStrategyHelper()
           
 
Method Summary
static java.util.Map<DataBasketEntry,java.lang.Integer> getDeletableDBEs(java.lang.String itemName, DataBasket db, int count, java.lang.String DBMoveStrategyType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CATALOGITEM

public static final java.lang.String CATALOGITEM
See Also:
Constant Field Values

STOCKITEM

public static final java.lang.String STOCKITEM
See Also:
Constant Field Values
Constructor Detail

DBMoveStrategyHelper

DBMoveStrategyHelper()
Method Detail

getDeletableDBEs

public static java.util.Map<DataBasketEntry,java.lang.Integer> getDeletableDBEs(java.lang.String itemName,
                                                                                DataBasket db,
                                                                                int count,
                                                                                java.lang.String DBMoveStrategyType)