Interface FineractEntityAccessWriteService

All Known Implementing Classes:
FineractEntityAccessWriteServiceImpl

public interface FineractEntityAccessWriteService
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addNewEntityAccess(String entityType, Long entityId, org.apache.fineract.infrastructure.codes.domain.CodeValue accessType, String secondEntityType, Long secondEntityId)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    createEntityAccess(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    createEntityToEntityMapping(Long relId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    updateEntityToEntityMapping(Long mapId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
  • Method Details

    • createEntityAccess

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult createEntityAccess(org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • createEntityToEntityMapping

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult createEntityToEntityMapping(Long relId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • updateEntityToEntityMapping

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateEntityToEntityMapping(Long mapId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • deleteEntityToEntityMapping

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteEntityToEntityMapping(Long mapId)
    • addNewEntityAccess

      void addNewEntityAccess(String entityType, Long entityId, org.apache.fineract.infrastructure.codes.domain.CodeValue accessType, String secondEntityType, Long secondEntityId)