Class DefaultCartEntryDao
- java.lang.Object
-
- de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
-
- de.hybris.platform.configurablebundleservices.daos.impl.AbstractOrderEntryDao<CartModel,CartEntryModel>
-
- de.hybris.platform.configurablebundleservices.daos.impl.DefaultCartEntryDao
-
- All Implemented Interfaces:
OrderEntryDao<CartModel,CartEntryModel>
,Dao
@Deprecated(since="1905", forRemoval=true) public class DefaultCartEntryDao extends AbstractOrderEntryDao<CartModel,CartEntryModel>
Deprecated, for removal: This API element is subject to removal in a future version.since 1905Default implementation of theOrderEntryDao
for sub-typeCartEntryModel
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService
-
-
Constructor Summary
Constructors Constructor Description DefaultCartEntryDao()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description PK
getItemType()
Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class de.hybris.platform.configurablebundleservices.daos.impl.AbstractOrderEntryDao
findEntriesByMasterCartAndBundleNo, findEntriesByMasterCartAndBundleNoAndProduct, findEntriesByMasterCartAndBundleNoAndTemplate, getTypeService, setTypeService
-
Methods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
-
-
-
Method Detail
-
getItemType
public PK getItemType()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getItemType
in classAbstractOrderEntryDao<CartModel,CartEntryModel>
-
-