Class RateSourceController

java.lang.Object
tech.corefinance.product.controller.RateSourceController
All Implemented Interfaces:
tech.corefinance.common.controller.CrudController<String,RateSource,RateSource>, tech.corefinance.common.controller.CrudServiceAndController<String,RateSource,RateSource,RateSourceRepository>, tech.corefinance.common.service.CommonService<String,RateSource,RateSourceRepository>

@RestController @RequestMapping("/rate-sources") @ControllerManagedResource("ratesource") public class RateSourceController extends Object implements tech.corefinance.common.controller.CrudServiceAndController<String,RateSource,RateSource,RateSourceRepository>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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.service.CommonService

    copyAdditionalPropertiesFromDtoToEntity, createEntityObject, createOrUpdateEntity, customEntityValidation, deleteEntity, findEntityClass, getEntityDetails, searchByTextAndPage, searchByTextAndSort, searchData

    Methods inherited from interface tech.corefinance.common.controller.CrudController

    createEntity, createOrUpdate, delete, getEntityConverter, search, updateEntity, viewDetails

    Methods inherited from interface tech.corefinance.common.controller.CrudServiceAndController

    getHandlingService