Class DefaultMarketplaceProductDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.marketplaceservices.dao.impl.DefaultMarketplaceProductDao
- All Implemented Interfaces:
MarketplaceProductDao,Dao
Default implementation for
MarketplaceProductDao.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final Stringprotected static final StringFields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindAllProductByVendor(String vendorCode) Find all product by vendorMethods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Field Details
-
PRODUCT_SALEABLE
- See Also:
-
PRODUCT_APPROVALSTATUS
- See Also:
-
VENDOR_CODE
- See Also:
-
FIND_ALL_PRODUCT_BY_VENDOR
- See Also:
-
-
Constructor Details
-
DefaultMarketplaceProductDao
public DefaultMarketplaceProductDao()
-
-
Method Details
-
findAllProductByVendor
Description copied from interface:MarketplaceProductDaoFind all product by vendor- Specified by:
findAllProductByVendorin interfaceMarketplaceProductDao- Returns:
- list of products belong to given vendor
-