Class RateRepositoryWrapper

java.lang.Object
org.apache.fineract.portfolio.rate.domain.RateRepositoryWrapper

@Service public class RateRepositoryWrapper extends Object
  • Constructor Details

    • RateRepositoryWrapper

      @Autowired public RateRepositoryWrapper(RateRepository repository)
  • Method Details

    • findOneWithNotFoundDetection

      public org.apache.fineract.portfolio.rate.domain.Rate findOneWithNotFoundDetection(Long rateId)
    • findMultipleWithNotFoundDetection

      public List<org.apache.fineract.portfolio.rate.domain.Rate> findMultipleWithNotFoundDetection(List<Long> rateIds)