Package com.skava.auth.repository
Interface UserRoleRepository.UserRolePrivilegeProjection
- Enclosing interface:
- UserRoleRepository
@ProjectedPayload
public static interface UserRoleRepository.UserRolePrivilegeProjection
UserRoleProjection interface.
This interface acts as a container for role business id projection.- Version:
- $Id: $Id
- Author:
- Infosys Equinox
-
Method Summary
-
Method Details
-
getPrivilegeId
Long getPrivilegeId()- Returns:
- a
Long
object.
-
getEntity
String getEntity()- Returns:
- a
String
object.
-
getPrivilegeService
String getPrivilegeService()- Returns:
- a
String
object.
-
getAction
String getAction()- Returns:
- a
String
object.
-
getBusinessId
Long getBusinessId()- Returns:
- a
Long
object.
-
getServiceCollectionId
Long getServiceCollectionId()- Returns:
- a
Long
object.
-
getRoleService
String getRoleService()- Returns:
- a
Long
object.
-
getType
String getType()- Returns:
- a
Long
object.
-
getAttribute
String getAttribute()- Returns:
- a
Long
object.
-
getRoleName
String getRoleName()- Returns:
- a
Long
object.
-
getAccountId
Long getAccountId()- Returns:
- a
Long
object.
-