Package com.skava.oms.flow.util
Class OrderConfigurationUtil
java.lang.Object
com.skava.oms.flow.util.OrderConfigurationUtil
The class OrderConfigurationUtil contains the configuration model of order workflow
- Author:
- Infosys Equinox
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CollectionRepository
protected OrderHelper
protected OrderRespository
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertOrderConfigurationModel
(Collection collection) This method is used to convert Order Configuration ModelgetOrderCollection
(Long collectionId) getOrderCollectiongetOrderConfigurationCollectionValue
(Collection collection, String propertyName) getOrderConfigurationCollectionValue This method used to get Order Configuration Property value from collection
-
Field Details
-
collectionRepository
-
orderRepository
-
orderHelper
-
-
Constructor Details
-
OrderConfigurationUtil
public OrderConfigurationUtil()
-
-
Method Details
-
getOrderCollection
getOrderCollection- Parameters:
collectionId
- collectionId- Returns:
- A Collection
-
getOrderConfigurationCollectionValue
getOrderConfigurationCollectionValue This method used to get Order Configuration Property value from collection- Parameters:
collection
- collectionpropertyName
- indicates the name of the property- Returns:
-
convertOrderConfigurationModel
This method is used to convert Order Configuration Model- Parameters:
collection
- holds the order collection value- Returns:
-