Class SharedCartService
java.lang.Object
com.skava.cart.orchestration.utils.SharedCartService
The Class SharedCartService
This class is used for splitting the association of shared cart- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<SharedCartService>convertToList(Map<String, List<Long>> associationMap) Split association for shared cart
-
Constructor Details
-
SharedCartService
public SharedCartService()
-
-
Method Details
-
convertToList
Split association for shared cart- Parameters:
associationMap- input data to createSharedCartServicelist.- Returns:
- a list of
SharedCartServiceinstance.
-