Package tech.corefinance.product.service
Class GlProductServiceImpl
java.lang.Object
tech.corefinance.product.service.GlProductServiceImpl
- All Implemented Interfaces:
tech.corefinance.common.service.CommonService<String,,GlProduct, GlProductRepository> GlProductService,ProductService<GlProduct,GlProductRepository>
@Service
@Transactional
public class GlProductServiceImpl
extends Object
implements GlProductService
-
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, deleteEntity, findEntityClass, getEntityDetails, searchByTextAndPage, searchByTextAndSort, searchDataMethods inherited from interface tech.corefinance.product.service.ProductService
customEntityValidation
-
Constructor Details
-
GlProductServiceImpl
public GlProductServiceImpl()
-
-
Method Details
-
getRepository
- Specified by:
getRepositoryin interfacetech.corefinance.common.service.CommonService<String,GlProduct, GlProductRepository>
-