Class CollectionHelper

java.lang.Object
com.skava.oms.helper.CollectionHelper

@Component public class CollectionHelper extends Object
The class contains the helper for collection
Author:
Infosys Equinox
  • Field Details

  • Constructor Details

    • CollectionHelper

      protected CollectionHelper()
  • Method Details

    • getCollectionPropertyByName

      public String getCollectionPropertyByName(String collectionId, String name)
      This method helps to get the value of the given property name under given colleciton id
      Parameters:
      collectionId - - id of the collection
      name - - name of the property
      Returns:
      - the value of the property, null if not available