JavaScript is disabled on your browser.
All Implemented Interfaces:
tech.corefinance.common.controller.CrudController<String ,Branch ,Branch >
@RestController
@RequestMapping("/branches")
@ControllerManagedResource("branch")
public class BranchController
extends Object
implements tech.corefinance.common.controller.CrudController<String ,Branch ,Branch >
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
tech.corefinance.common.service.CommonService<String ,Branch ,?>
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Methods inherited from interface tech.corefinance.common.controller.CrudController
createEntity, createOrUpdate, delete, getEntityConverter, search, updateEntity, viewDetails
Constructor Details
BranchController
public BranchController ()
Method Details
getHandlingService
public tech.corefinance.common.service.CommonService<String ,Branch ,?> getHandlingService ()
Specified by:
getHandlingService in interface tech.corefinance.common.controller.CrudController<String ,Branch ,Branch >