Interface RoleRepository.UserRoleProjection

All Superinterfaces:
RoleRepository.RoleBusinessIdProjection
Enclosing interface:
RoleRepository

@ProjectedPayload public static interface RoleRepository.UserRoleProjection extends RoleRepository.RoleBusinessIdProjection

UserRoleProjection interface.

This interface acts as a container for role business id projection.
Version:
$Id: $Id
Author:
Infosys Equinox
  • Method Details

    • getUserId

      Long getUserId()
      Returns:
      a Long object.
    • getPrivilegeId

      Long getPrivilegeId()
      Returns:
      a Long object.
    • getEntity

      String getEntity()
      Returns:
      a String object.
    • getService

      String getService()
      Returns:
      a String object.
    • getAction

      String getAction()
      Returns:
      a String object.