Interface GroupingTypesWritePlatformService
- All Known Implementing Classes:
GroupingTypesWritePlatformServiceJpaRepositoryImpl
public interface GroupingTypesWritePlatformService
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultactivateGroupOrCenter(Long entityId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultassignGroupOrCenterStaff(Long groupId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultassociateClientsToGroup(Long groupId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultassociateGroupsToCenter(Long centerId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultcloseCenter(Long centerId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultcloseGroup(Long groupId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultcreateCenter(org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultcreateGroup(Long centerId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultdeleteGroup(Long groupId) org.apache.fineract.infrastructure.core.data.CommandProcessingResultdisassociateClientsFromGroup(Long groupId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultdisassociateGroupsToCenter(Long centerId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultunassignGroupOrCenterStaff(Long groupId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateCenter(Long entityId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateGroup(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
-
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)
-