Class GroupRolesWritePlatformServiceJpaRepositoryImpl

java.lang.Object
org.apache.fineract.portfolio.group.service.GroupRolesWritePlatformServiceJpaRepositoryImpl
All Implemented Interfaces:
GroupRolesWritePlatformService

public class GroupRolesWritePlatformServiceJpaRepositoryImpl extends Object implements GroupRolesWritePlatformService
  • 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:
      createRole in interface GroupRolesWritePlatformService
    • updateRole

      public org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateRole(org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      updateRole in interface GroupRolesWritePlatformService
    • deleteRole

      public org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteRole(Long ruleId)
      Specified by:
      deleteRole in interface GroupRolesWritePlatformService