Class ShareProductRepositoryWrapper

java.lang.Object
org.apache.fineract.portfolio.shareproducts.domain.ShareProductRepositoryWrapper

@Service public class ShareProductRepositoryWrapper extends Object
  • Constructor Details

    • ShareProductRepositoryWrapper

      @Autowired public ShareProductRepositoryWrapper(ShareProductRepository shareProductRepository)
  • Method Details

    • findOneWithNotFoundDetection

      public ShareProduct findOneWithNotFoundDetection(Long productId)
    • save

      public void save(ShareProduct product)
    • saveAndFlush

      public void saveAndFlush(ShareProduct product)