Class DefaultSelectiveCartDao

    • Constructor Detail

      • DefaultSelectiveCartDao

        public DefaultSelectiveCartDao()
    • Method Detail

      • findCartEntryByCartCodeAndEntryNumber

        public CartEntryModel findCartEntryByCartCodeAndEntryNumber​(java.lang.String cartCode,
                                                                    java.lang.Integer entryNumber)
        Description copied from interface: SelectiveCartDao
        Finds cart entry by cart code and entry number
        Specified by:
        findCartEntryByCartCodeAndEntryNumber in interface SelectiveCartDao
        Parameters:
        cartCode - the cart code
        entryNumber - the entry number
        Returns:
        the CartEntryModel
      • findSelectiveCartByUser

        @Deprecated(since="2005",
                    forRemoval=true)
        public java.util.Optional<CartModel> findSelectiveCartByUser​(UserModel user)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 2005
        Description copied from interface: SelectiveCartDao
        Finds invisible saved cart for selective cart
        Specified by:
        findSelectiveCartByUser in interface SelectiveCartDao
        Parameters:
        user - the user
        Returns:
        the Optional CartModel