Package tech.corefinance.product.service
Class BranchServiceImpl
java.lang.Object
tech.corefinance.product.service.BranchServiceImpl
- All Implemented Interfaces:
tech.corefinance.common.service.CommonService<String,,Branch, BranchRepository> BranchService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<D extends tech.corefinance.common.model.CreateUpdateDto<String>>
voidcopyAdditionalPropertiesFromDtoToEntity(D source, Branch dest) 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
createEntityObject, createOrUpdateEntity, customEntityValidation, deleteEntity, findEntityClass, getEntityDetails, searchByTextAndPage, searchByTextAndSort, searchData
-
Constructor Details
-
BranchServiceImpl
public BranchServiceImpl()
-
-
Method Details
-
getRepository
- Specified by:
getRepositoryin interfacetech.corefinance.common.service.CommonService<String,Branch, BranchRepository>
-
copyAdditionalPropertiesFromDtoToEntity
public <D extends tech.corefinance.common.model.CreateUpdateDto<String>> void copyAdditionalPropertiesFromDtoToEntity(D source, Branch dest) - Specified by:
copyAdditionalPropertiesFromDtoToEntityin interfacetech.corefinance.common.service.CommonService<String,Branch, BranchRepository>
-