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 Details

    • GlProductController

      public GlProductController()
  • Method Details

    • getHandlingService

      public tech.corefinance.common.service.CommonService<String,GlProduct,?> getHandlingService()
      Specified by:
      getHandlingService in interface tech.corefinance.common.controller.CrudController<String,GlProduct,GlProductDto>