Package tech.corefinance.product.service
Interface ProductCategoryService
- All Superinterfaces:
tech.corefinance.common.service.CommonService<String,ProductCategory, ProductCategoryRepository>
- All Known Implementing Classes:
ProductCategoryServiceImpl
public interface ProductCategoryService
extends tech.corefinance.common.service.CommonService<String,ProductCategory,ProductCategoryRepository>
-
Method Summary
Methods inherited from interface tech.corefinance.common.service.CommonService
copyAdditionalPropertiesFromDtoToEntity, createEntityObject, createOrUpdateEntity, customEntityValidation, deleteEntity, findEntityClass, getEntityDetails, getRepository, searchByTextAndPage, searchByTextAndSort, searchData
-
Method Details
-
loadByType
-