Class DefaultB2bTmaProductDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<ProductModel>
de.hybris.platform.product.daos.impl.DefaultProductDao
de.hybris.platform.b2ctelcoservices.daos.impl.DefaultTmaProductDao
de.hybris.platform.b2btelcoservices.daos.impl.DefaultB2bTmaProductDao
- All Implemented Interfaces:
TmaProductDao,de.hybris.platform.product.daos.ProductDao,de.hybris.platform.servicelayer.internal.dao.Dao,de.hybris.platform.servicelayer.internal.dao.GenericDao<ProductModel>
Default implementation of
TmaProductDao- Since:
- 2105
-
Field Summary
Fields inherited from class de.hybris.platform.b2ctelcoservices.daos.impl.DefaultTmaProductDao
PRODUCT_OFFERING_CODE_CATALOG_QUERY, PRODUCT_OFFERING_CODE_QUERY, PRODUCT_OFFERING_GROUP_CODE_CATALOG_QUERY, PRODUCT_OFFERING_GROUP_CODE_QUERY -
Constructor Summary
ConstructorsConstructorDescriptionDefaultB2bTmaProductDao(String typecode, de.hybris.platform.servicelayer.user.UserService userService, de.hybris.platform.servicelayer.session.SessionService sessionService) -
Method Summary
Modifier and TypeMethodDescriptionfindProductsByCode(String code) protected de.hybris.platform.servicelayer.session.SessionServiceprotected de.hybris.platform.servicelayer.user.UserServiceMethods inherited from class de.hybris.platform.b2ctelcoservices.daos.impl.DefaultTmaProductDao
findProductOfferingGroupsByCode, findProductOfferingGroupsByCode, findProductOfferingGroupsByPattern, findProductOfferingsByCode, findProductOfferingsByCode, findProductOfferingsByPattern, getOperationalProductOffering, getProductOfferingsMethods inherited from class de.hybris.platform.product.daos.impl.DefaultProductDao
findAllProductsCountByCategory, findOfflineProductsByCategory, findOnlineProductsByCategory, findProducts, findProductsByCatalogVersion, findProductsByCategory, findProductsByCode, findProductsCountByCategoryMethods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.product.daos.ProductDao
findAllProductsCountByCategory, findOfflineProductsByCategory, findOnlineProductsByCategory, findProducts, findProductsByCatalogVersion, findProductsByCategory, findProductsByCode, findProductsCountByCategory
-
Constructor Details
-
DefaultB2bTmaProductDao
public DefaultB2bTmaProductDao(String typecode, de.hybris.platform.servicelayer.user.UserService userService, de.hybris.platform.servicelayer.session.SessionService sessionService)
-
-
Method Details
-
findProductsByCode
- Specified by:
findProductsByCodein interfacede.hybris.platform.product.daos.ProductDao- Overrides:
findProductsByCodein classde.hybris.platform.product.daos.impl.DefaultProductDao
-
getUserService
protected de.hybris.platform.servicelayer.user.UserService getUserService() -
getSessionService
protected de.hybris.platform.servicelayer.session.SessionService getSessionService()
-