Uses of Class
com.broadleafcommerce.cart.client.domain.CartNote
Packages that use CartNote
-
Uses of CartNote in com.broadleafcommerce.cart.client.domain
Methods in com.broadleafcommerce.cart.client.domain that return types with arguments of type CartNoteModifier and TypeMethodDescriptionCartNote.getReplies()A list of notes representing the replies.Method parameters in com.broadleafcommerce.cart.client.domain with type arguments of type CartNoteModifier and TypeMethodDescriptionvoidCartNote.setReplies(List<CartNote> replies) A list of notes representing the replies.