Interface SaveAbstractOrderStrategy<O>
-
- All Known Implementing Classes:
DefaultSaveAbstractOrderStrategy
public interface SaveAbstractOrderStrategy<O>Strategy for saving order and order entries. Should define a logic that saves the order and order entries and returned refreshed order model. Such strategy may be usefull for some special cases where you need a special routine in order to handle order entries save. I.e if you need to save an order/cart entry at a specifiv entryNumber position.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OsaveOrder(O order)Saves the given order model and the order entries.
-