Interface FineractEntityAccessReadService
- All Known Implementing Classes:
FineractEntityAccessReadServiceImpl
public interface FineractEntityAccessReadService
-
Method Summary
Modifier and TypeMethodDescriptiongetSQLQueryInClause_WithListOfIDsForEntityAccess(FineractEntityType firstEntityType, Long relId, Long fromEntityId, boolean includeAllOffices) getSQLQueryInClauseIDList_ForChargesForOffice(Long officeId, boolean includeAllOffices) getSQLQueryInClauseIDList_ForLoanProductsForOffice(Long loanProductId, boolean includeAllOffices) getSQLQueryInClauseIDList_ForSavingsProductsForOffice(Long savingsProductId, boolean includeAllOffices) retrieveEntityAccessFor(FineractEntityType firstEntityType, Long relId, Long fromEntityId, boolean includeAllSubOffices) retrieveEntityToEntityMappings(Long mapId, Long fromoId, Long toId) retrieveOneMapping(Long mapId)
-
Method Details
-
retrieveEntityAccessFor
Collection<FineractEntityToEntityMappingData> retrieveEntityAccessFor(FineractEntityType firstEntityType, Long relId, Long fromEntityId, boolean includeAllSubOffices) -
getSQLQueryInClause_WithListOfIDsForEntityAccess
String getSQLQueryInClause_WithListOfIDsForEntityAccess(FineractEntityType firstEntityType, Long relId, Long fromEntityId, boolean includeAllOffices) -
getSQLQueryInClauseIDList_ForLoanProductsForOffice
-
getSQLQueryInClauseIDList_ForSavingsProductsForOffice
-
getSQLQueryInClauseIDList_ForChargesForOffice
-
retrieveAllSupportedMappingTypes
Collection<FineractEntityRelationData> retrieveAllSupportedMappingTypes() -
retrieveOneMapping
-
retrieveEntityToEntityMappings
Collection<FineractEntityToEntityMappingData> retrieveEntityToEntityMappings(Long mapId, Long fromoId, Long toId)
-