Class GlProductController
java.lang.Object
tech.corefinance.product.controller.GlProductController
- All Implemented Interfaces:
tech.corefinance.common.controller.CrudController<String,GlProduct, GlProductDto>
@RestController
@RequestMapping("/gl-products")
@ControllerManagedResource("glproduct")
public class GlProductController
extends Object
implements tech.corefinance.common.controller.CrudController<String,GlProduct,GlProductDto>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods 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
-
GlProductController
public GlProductController()
-
-
Method Details
-
getHandlingService
- Specified by:
getHandlingServicein interfacetech.corefinance.common.controller.CrudController<String,GlProduct, GlProductDto>
-