|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MoveStrategy
General Interface for Web-MoveStrategies
| Method Summary | |
|---|---|
boolean |
moveToDestination(java.lang.Object source,
java.lang.Object destination,
java.lang.String itemName,
DataBasket db,
int count)
moves the item with the given name from source to destination |
boolean |
moveToSource(java.lang.Object source,
java.lang.Object destination,
java.lang.String itemName,
DataBasket db,
int count)
moves the item with the given name from destination to source |
| Method Detail |
|---|
boolean moveToDestination(java.lang.Object source,
java.lang.Object destination,
java.lang.String itemName,
DataBasket db,
int count)
throws java.lang.ClassCastException
source - source aggregatedestination - destination aggregateitemName - name of item that should be moveddb - databasket used for movementcount - number of items that should be moved
java.lang.ClassCastException
boolean moveToSource(java.lang.Object source,
java.lang.Object destination,
java.lang.String itemName,
DataBasket db,
int count)
throws java.lang.ClassCastException
source - source aggregatedestination - destination aggregateitemName - name of item that should be moveddb - databasket used for movementcount - number of items that should be moved
java.lang.ClassCastException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||