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