Uses of Interface
com.elasticpath.domain.order.OrderNote

Packages that use OrderNote
com.elasticpath.cmweb.ajaxservice   
com.elasticpath.cmweb.ajaxservice.impl   
com.elasticpath.domain.order   
com.elasticpath.domain.order.impl   
 

Uses of OrderNote in com.elasticpath.cmweb.ajaxservice
 

Methods in com.elasticpath.cmweb.ajaxservice with parameters of type OrderNote
 Order OrderAjaxService.addOrderNote(long orderUid, OrderNote newOrderNote)
          Add an orderNote.
 

Uses of OrderNote in com.elasticpath.cmweb.ajaxservice.impl
 

Methods in com.elasticpath.cmweb.ajaxservice.impl with parameters of type OrderNote
 Order OrderAjaxServiceImpl.addOrderNote(long orderUid, OrderNote newOrderNote)
          Add an orderNote.
 

Uses of OrderNote in com.elasticpath.domain.order
 

Methods in com.elasticpath.domain.order with parameters of type OrderNote
 void Order.addOrderNote(OrderNote orderNote)
          Add a order note.
 

Uses of OrderNote in com.elasticpath.domain.order.impl
 

Classes in com.elasticpath.domain.order.impl that implement OrderNote
 class OrderNoteImpl
          Represents order note added to an order.
 

Methods in com.elasticpath.domain.order.impl with parameters of type OrderNote
 void OrderImpl.addOrderNote(OrderNote orderNote)
          Add a order note.