Class CommerceJaloSession

  • All Implemented Interfaces:
    java.io.Serializable

    public class CommerceJaloSession
    extends JaloSession
    JaloSession that does not delete the cart so we have a chance to restore it later.
    See Also:
    Serialized Form
    • Constructor Detail

      • CommerceJaloSession

        public CommerceJaloSession()
    • Method Detail

      • removeCart

        public void removeCart()
        Description copied from class: JaloSession
        Removes a cart from the current session and database, if the Item.remove() fails it is always clearing the internal reference.
        Overrides:
        removeCart in class JaloSession