Class CurrencyController
java.lang.Object
tech.corefinance.product.controller.CurrencyController
- All Implemented Interfaces:
tech.corefinance.common.controller.CrudController<String,,Currency, Currency> tech.corefinance.common.controller.CrudServiceAndController<String,,Currency, Currency, CurrencyRepository> tech.corefinance.common.service.CommonService<String,Currency, CurrencyRepository>
@RestController
@RequestMapping("/currencies")
@ControllerManagedResource("currency")
public class CurrencyController
extends Object
implements tech.corefinance.common.controller.CrudServiceAndController<String,Currency,Currency,CurrencyRepository>
-
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
-
CurrencyController
public CurrencyController()
-
-
Method Details
-
getRepository
- Specified by:
getRepositoryin interfacetech.corefinance.common.service.CommonService<String,Currency, CurrencyRepository>
-