Class FineractEntityAccessUtil
java.lang.Object
org.apache.fineract.infrastructure.entityaccess.service.FineractEntityAccessUtil
-
Constructor Summary
ConstructorsConstructorDescriptionFineractEntityAccessUtil(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, GlobalConfigurationRepositoryWrapper globalConfigurationRepository, FineractEntityAccessWriteService fineractEntityAccessWriteService, org.apache.fineract.infrastructure.codes.service.CodeValueReadPlatformService codeValueReadPlatformService, org.apache.fineract.infrastructure.codes.domain.CodeValueRepositoryWrapper codeValueRepository, FineractEntityAccessReadService fineractEntityAccessReadService, FineractEntityRelationRepositoryWrapper fineractEntityRelationRepositoryWrapper, FineractEntityToEntityMappingRepository fineractEntityToEntityMappingRepository) -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckConfigurationAndAddProductResrictionsForUserOffice(FineractEntityAccessType fineractEntityAccessType, Long productOrChargeId) getSQLWhereClauseForProductIDsForUserOffice_ifGlobalConfigEnabled(FineractEntityType fineractEntityType)
-
Constructor Details
-
FineractEntityAccessUtil
@Autowired public FineractEntityAccessUtil(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, GlobalConfigurationRepositoryWrapper globalConfigurationRepository, FineractEntityAccessWriteService fineractEntityAccessWriteService, org.apache.fineract.infrastructure.codes.service.CodeValueReadPlatformService codeValueReadPlatformService, org.apache.fineract.infrastructure.codes.domain.CodeValueRepositoryWrapper codeValueRepository, FineractEntityAccessReadService fineractEntityAccessReadService, FineractEntityRelationRepositoryWrapper fineractEntityRelationRepositoryWrapper, FineractEntityToEntityMappingRepository fineractEntityToEntityMappingRepository)
-
-
Method Details
-
checkConfigurationAndAddProductResrictionsForUserOffice
@Transactional public void checkConfigurationAndAddProductResrictionsForUserOffice(FineractEntityAccessType fineractEntityAccessType, Long productOrChargeId) -
getSQLWhereClauseForProductIDsForUserOffice_ifGlobalConfigEnabled
public String getSQLWhereClauseForProductIDsForUserOffice_ifGlobalConfigEnabled(FineractEntityType fineractEntityType)
-