Package tech.corefinance.product.service
Class LoanProductServiceImpl
java.lang.Object
tech.corefinance.product.service.LoanProductServiceImpl
- All Implemented Interfaces:
tech.corefinance.common.service.CommonService<String,,LoanProduct, LoanProductRepository> LoanProductService,ProductService<LoanProduct,LoanProductRepository>
@Transactional
@Service
public class LoanProductServiceImpl
extends Object
implements LoanProductService
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tech.corefinance.common.service.CommonService
copyAdditionalPropertiesFromDtoToEntity, createEntityObject, createOrUpdateEntity, deleteEntity, findEntityClass, getEntityDetails, searchByTextAndPage, searchByTextAndSort, searchDataMethods inherited from interface tech.corefinance.product.service.ProductService
customEntityValidation
-
Constructor Details
-
LoanProductServiceImpl
public LoanProductServiceImpl()
-
-
Method Details
-
getRepository
- Specified by:
getRepositoryin interfacetech.corefinance.common.service.CommonService<String,LoanProduct, LoanProductRepository>
-