Class ExchangeRateController
java.lang.Object
tech.corefinance.product.controller.ExchangeRateController
- All Implemented Interfaces:
tech.corefinance.common.controller.CrudController<String,,ExchangeRate, ExchangeRate> tech.corefinance.common.controller.CrudServiceAndController<String,,ExchangeRate, ExchangeRate, ExchangeRateRepository> tech.corefinance.common.service.CommonService<String,ExchangeRate, ExchangeRateRepository>
@RestController
@RequestMapping("/exchange-rates")
@ControllerManagedResource("exchangerate")
public class ExchangeRateController
extends Object
implements tech.corefinance.common.controller.CrudServiceAndController<String,ExchangeRate,ExchangeRate,ExchangeRateRepository>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tech.corefinance.common.service.CommonService
copyAdditionalPropertiesFromDtoToEntity, createEntityObject, createOrUpdateEntity, customEntityValidation, deleteEntity, findEntityClass, getEntityDetails, searchByTextAndPage, searchByTextAndSort, searchDataMethods inherited from interface tech.corefinance.common.controller.CrudController
createEntity, createOrUpdate, delete, getEntityConverter, search, updateEntity, viewDetailsMethods inherited from interface tech.corefinance.common.controller.CrudServiceAndController
getHandlingService
-
Constructor Details
-
ExchangeRateController
public ExchangeRateController()
-
-
Method Details
-
getRepository
- Specified by:
getRepositoryin interfacetech.corefinance.common.service.CommonService<String,ExchangeRate, ExchangeRateRepository>
-