Class DefaultMarketplaceProductDao
- java.lang.Object
-
- de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
-
- de.hybris.platform.marketplaceservices.dao.impl.DefaultMarketplaceProductDao
-
- All Implemented Interfaces:
MarketplaceProductDao,Dao
public class DefaultMarketplaceProductDao extends AbstractItemDao implements MarketplaceProductDao
Default implementation forMarketplaceProductDao.
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringFIND_ALL_PRODUCT_BY_VENDORprotected static java.lang.StringPRODUCT_APPROVALSTATUSprotected static java.lang.StringPRODUCT_SALEABLEprotected static java.lang.StringVENDOR_CODE-
Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService
-
-
Constructor Summary
Constructors Constructor Description DefaultMarketplaceProductDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ProductModel>findAllProductByVendor(java.lang.String vendorCode)Find all product by vendor-
Methods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
-
-
-
Field Detail
-
PRODUCT_SALEABLE
protected static final java.lang.String PRODUCT_SALEABLE
- See Also:
- Constant Field Values
-
PRODUCT_APPROVALSTATUS
protected static final java.lang.String PRODUCT_APPROVALSTATUS
- See Also:
- Constant Field Values
-
VENDOR_CODE
protected static final java.lang.String VENDOR_CODE
- See Also:
- Constant Field Values
-
FIND_ALL_PRODUCT_BY_VENDOR
protected static final java.lang.String FIND_ALL_PRODUCT_BY_VENDOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
findAllProductByVendor
public java.util.List<ProductModel> findAllProductByVendor(java.lang.String vendorCode)
Description copied from interface:MarketplaceProductDaoFind all product by vendor- Specified by:
findAllProductByVendorin interfaceMarketplaceProductDao- Returns:
- list of products belong to given vendor
-
-