Interface CommerceRemoveEntriesStrategy
-
- All Known Implementing Classes:
DefaultCommerceRemoveEntriesStrategy
public interface CommerceRemoveEntriesStrategy
A strategies for removing cart entries
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
removeAllEntries(CommerceCartParameter parameter)
Removes all entries from the givenCartModel
.
-
-
-
Method Detail
-
removeAllEntries
void removeAllEntries(CommerceCartParameter parameter)
Removes all entries from the givenCartModel
.- Parameters:
parameter
- A parameter object holding theCartModel
that will be emptied
-
-