Class GroupRolesReadPlatformServiceImpl
java.lang.Object
org.apache.fineract.portfolio.group.service.GroupRolesReadPlatformServiceImpl
- All Implemented Interfaces:
GroupRolesReadPlatformService
public class GroupRolesReadPlatformServiceImpl
extends Object
implements GroupRolesReadPlatformService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.portfolio.group.data.GroupRoleDataretrieveGroupRole(Long groupId, Long roleId) Collection<org.apache.fineract.portfolio.group.data.GroupRoleData> retrieveGroupRoles(Long groupId)
-
Constructor Details
-
GroupRolesReadPlatformServiceImpl
public GroupRolesReadPlatformServiceImpl()
-
-
Method Details
-
retrieveGroupRoles
public Collection<org.apache.fineract.portfolio.group.data.GroupRoleData> retrieveGroupRoles(Long groupId) - Specified by:
retrieveGroupRolesin interfaceGroupRolesReadPlatformService
-
retrieveGroupRole
public org.apache.fineract.portfolio.group.data.GroupRoleData retrieveGroupRole(Long groupId, Long roleId) - Specified by:
retrieveGroupRolein interfaceGroupRolesReadPlatformService
-