Package com.skava.auth.util
Class CollectionPropertyUtil
java.lang.Object
com.skava.auth.util.CollectionPropertyUtil
- Version:
- $Id: $Id
- Author:
- Infosys Equinox
-
Method Summary
Modifier and TypeMethodDescriptionstatic CollectionProperty
getcollectionProperty
(long collectionId, String propertyName, CollectionPropertyRepository collectionPropertyRepository)
-
Method Details
-
getcollectionProperty
public static CollectionProperty getcollectionProperty(long collectionId, String propertyName, CollectionPropertyRepository collectionPropertyRepository) - Parameters:
collectionId
- aLong
object.propertyName
- aString
object.collectionPropertyRepository
- aCollectionPropertyRepository
object.- Returns:
- a
CollectionProperty
object.
-