Class DefaultSelectiveCartDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<Wishlist2Model>
de.hybris.platform.selectivecartservices.daos.impl.DefaultSelectiveCartDao
- All Implemented Interfaces:
SelectiveCartDao,GenericDao<Wishlist2Model>
public class DefaultSelectiveCartDao
extends DefaultGenericDao<Wishlist2Model>
implements SelectiveCartDao
Default implementation of
SelectiveCartDao-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindCartEntryByCartCodeAndEntryNumber(String cartCode, Integer entryNumber) Finds cart entry by cart code and entry numberFinds invisible saved cart for selective cartDeprecated, for removal: This API element is subject to removal in a future version.since 2005findWishlistByName(UserModel user, String name) Finds wishlist by name for the current userMethods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
Field Details
-
VISIBLE
- See Also:
-
-
Constructor Details
-
DefaultSelectiveCartDao
public DefaultSelectiveCartDao()
-
-
Method Details
-
findWishlistByName
Description copied from interface:SelectiveCartDaoFinds wishlist by name for the current user- Specified by:
findWishlistByNamein interfaceSelectiveCartDao- Parameters:
user- the current username- the Wishlist2Model name- Returns:
- the Wishlist2Model
-
findCartEntryByCartCodeAndEntryNumber
Description copied from interface:SelectiveCartDaoFinds cart entry by cart code and entry number- Specified by:
findCartEntryByCartCodeAndEntryNumberin interfaceSelectiveCartDao- Parameters:
cartCode- the cart codeentryNumber- the entry number- Returns:
- the CartEntryModel
-
findSelectiveCartByUser
@Deprecated(since="2005", forRemoval=true) public Optional<CartModel> findSelectiveCartByUser(UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.since 2005Description copied from interface:SelectiveCartDaoFinds invisible saved cart for selective cart- Specified by:
findSelectiveCartByUserin interfaceSelectiveCartDao- Parameters:
user- the user- Returns:
- the Optional CartModel
-
findSelectiveCartByCode
Description copied from interface:SelectiveCartDaoFinds invisible saved cart for selective cart- Specified by:
findSelectiveCartByCodein interfaceSelectiveCartDao- Returns:
- the Optional CartModel
-