Class LoanProductController
java.lang.Object
tech.corefinance.product.controller.LoanProductController
- All Implemented Interfaces:
tech.corefinance.common.controller.CrudController<String,LoanProduct, LoanProductDto>
@RestController
@RequestMapping("/loan-products")
@ControllerManagedResource("loanproduct")
public class LoanProductController
extends Object
implements tech.corefinance.common.controller.CrudController<String,LoanProduct,LoanProductDto>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontech.corefinance.common.service.CommonService<String, LoanProduct, ?> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tech.corefinance.common.controller.CrudController
createEntity, createOrUpdate, delete, getEntityConverter, search, updateEntity, viewDetails
-
Constructor Details
-
LoanProductController
public LoanProductController()
-
-
Method Details
-
getHandlingService
- Specified by:
getHandlingServicein interfacetech.corefinance.common.controller.CrudController<String,LoanProduct, LoanProductDto>
-