Interface GroupRolesReadPlatformService

All Known Implementing Classes:
GroupRolesReadPlatformServiceImpl

public interface GroupRolesReadPlatformService
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.portfolio.group.data.GroupRoleData
    retrieveGroupRole(Long groupId, Long roleId)
     
    Collection<org.apache.fineract.portfolio.group.data.GroupRoleData>
     
  • Method Details

    • retrieveGroupRoles

      Collection<org.apache.fineract.portfolio.group.data.GroupRoleData> retrieveGroupRoles(Long groupId)
    • retrieveGroupRole

      org.apache.fineract.portfolio.group.data.GroupRoleData retrieveGroupRole(Long groupId, Long roleId)