Class ClientChargeRepositoryWrapper
java.lang.Object
org.apache.fineract.portfolio.client.domain.ClientChargeRepositoryWrapper
-
Constructor Summary
ConstructorsConstructorDescriptionClientChargeRepositoryWrapper(ClientChargeRepository repository, org.apache.fineract.organisation.monetary.domain.OrganisationCurrencyRepositoryWrapper organisationCurrencyRepositoryWrapper) -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete(ClientCharge clientCharge) voidsave(ClientCharge clientCharge) voidsaveAndFlush(ClientCharge clientCharge)
-
Constructor Details
-
ClientChargeRepositoryWrapper
@Autowired public ClientChargeRepositoryWrapper(ClientChargeRepository repository, org.apache.fineract.organisation.monetary.domain.OrganisationCurrencyRepositoryWrapper organisationCurrencyRepositoryWrapper)
-
-
Method Details
-
findOneWithNotFoundDetection
-
save
-
saveAndFlush
-
delete
-