Package com.skava.oms.helper
Class CollectionHelper
java.lang.Object
com.skava.oms.helper.CollectionHelper
The class contains the helper for collection
- Author:
- Infosys Equinox
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCollectionPropertyByName
(String collectionId, String name) This method helps to get the value of the given property name under given colleciton id
-
Field Details
-
findCollectionPropertiesService
-
-
Constructor Details
-
CollectionHelper
protected CollectionHelper()
-
-
Method Details
-
getCollectionPropertyByName
This method helps to get the value of the given property name under given colleciton id- Parameters:
collectionId
- - id of the collectionname
- - name of the property- Returns:
- - the value of the property, null if not available
-