Package com.skava.auth.repository
Interface PrivilegeRepository.CollectionLevelPrivilegesProjection
- Enclosing interface:
- PrivilegeRepository
public static interface PrivilegeRepository.CollectionLevelPrivilegesProjection
CollectionLevelPrivilegesProjection interface.
This interface acts as a container for collection level privilege projection.- Version:
- $Id: $Id
- Author:
- Infosys Equinox
-
Method Summary
Modifier and TypeMethodDescriptiongetActiongetBusinessIdgetCollectionIdgetEntitygetPrivilegeIdgetService
-
Method Details
-
getBusinessId
Long getBusinessId()getBusinessId
- Returns:
- a
Long
object.
-
getPrivilegeId
Long getPrivilegeId()getPrivilegeId
- Returns:
- a
Long
object.
-
getCollectionId
Long getCollectionId()getCollectionId
- Returns:
- a
Long
object.
-
getService
String getService()getService
- Returns:
- a
String
object.
-
getAction
String getAction()getAction
- Returns:
- a
String
object.
-
getEntity
String getEntity()getEntity
- Returns:
- a
String
object.
-