Class GroupRolesWritePlatformServiceJpaRepositoryImpl
java.lang.Object
org.apache.fineract.portfolio.group.service.GroupRolesWritePlatformServiceJpaRepositoryImpl
- All Implemented Interfaces:
GroupRolesWritePlatformService
public class GroupRolesWritePlatformServiceJpaRepositoryImpl
extends Object
implements GroupRolesWritePlatformService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultcreateRole(org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultdeleteRole(Long ruleId) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateRole(org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Constructor Details
-
GroupRolesWritePlatformServiceJpaRepositoryImpl
public GroupRolesWritePlatformServiceJpaRepositoryImpl()
-
-
Method Details
-
createRole
public org.apache.fineract.infrastructure.core.data.CommandProcessingResult createRole(org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
createRolein interfaceGroupRolesWritePlatformService
-
updateRole
public org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateRole(org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
updateRolein interfaceGroupRolesWritePlatformService
-
deleteRole
- Specified by:
deleteRolein interfaceGroupRolesWritePlatformService
-