Interface GroupingTypesWritePlatformService

All Known Implementing Classes:
GroupingTypesWritePlatformServiceJpaRepositoryImpl

public interface GroupingTypesWritePlatformService
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    activateGroupOrCenter(Long entityId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    assignGroupOrCenterStaff(Long groupId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    associateClientsToGroup(Long groupId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    associateGroupsToCenter(Long centerId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    closeCenter(Long centerId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    closeGroup(Long groupId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    createCenter(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    createGroup(Long centerId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    deleteGroup(Long groupId)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    disassociateClientsFromGroup(Long groupId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    disassociateGroupsToCenter(Long centerId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    unassignGroupOrCenterStaff(Long groupId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    updateCenter(Long entityId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    updateGroup(Long groupId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
  • Method Details

    • createCenter

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult createCenter(org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • updateCenter

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateCenter(Long entityId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • createGroup

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult createGroup(Long centerId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • activateGroupOrCenter

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult activateGroupOrCenter(Long entityId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • updateGroup

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateGroup(Long groupId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • deleteGroup

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteGroup(Long groupId)
    • closeGroup

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult closeGroup(Long groupId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • closeCenter

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult closeCenter(Long centerId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • unassignGroupOrCenterStaff

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult unassignGroupOrCenterStaff(Long groupId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • assignGroupOrCenterStaff

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult assignGroupOrCenterStaff(Long groupId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • associateClientsToGroup

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult associateClientsToGroup(Long groupId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • disassociateClientsFromGroup

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult disassociateClientsFromGroup(Long groupId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • associateGroupsToCenter

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult associateGroupsToCenter(Long centerId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • disassociateGroupsToCenter

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult disassociateGroupsToCenter(Long centerId, org.apache.fineract.infrastructure.core.api.JsonCommand command)