Class DefaultCartPopulator<SOURCE extends Basket,​TARGET extends CartData>

  • Type Parameters:
    SOURCE - BOL representation of a cart
    TARGET - DAO representation of a cart
    All Implemented Interfaces:
    Populator<SOURCE,​TARGET>

    public class DefaultCartPopulator<SOURCE extends Basket,​TARGET extends CartData>
    extends DefaultAbstractOrderPopulator<SOURCE,​TARGET>
    Populates a cart from the BOL representation to its DAO counterpart