Class CollectionCommonServices

java.lang.Object
com.skava.service.impl.CollectionCommonServices
Direct Known Subclasses:
UserCommonServices

@Service public class CollectionCommonServices extends Object
This service class encapsulates all associated collection services of User micro service.
Author:
Infosys Equinox
  • Field Details

  • Constructor Details

    • CollectionCommonServices

      public CollectionCommonServices()
      Default constructor.
  • Method Details

    • loadProperty

      public String loadProperty(long collectionId, String name)
    • loadProperty

      public int loadProperty(List<CollectionAttributeEntity> collectionAttributes, Long id, String name, int defaultVlaue)
    • loadProperty

      public String loadProperty(List<CollectionAttributeEntity> collectionAttributes, Long id, String name)
    • loadProperty

      public int loadProperty(long collectionId, String name, int defaultvalue)
    • loadProperty

      public String loadProperty(Collection collection, String name)
      load collection properties from cache
      Parameters:
      collection - holds collection object
      name - holds property name
      Returns:
      collection property values
    • loadProperty

      public String loadProperty(Collection collection, List<CollectionAttributeEntity> collectionAttributes, String name)
      load collection properties from cache
      Parameters:
      collection - holds collection object
      collectionAttributes - collectionAttributes
      name - holds property name
      Returns:
      collection property values