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