Uses of Class
com.yahoo.marketing.apt.OrderContact

Packages that use OrderContact
com.yahoo.marketing.apt   
 

Uses of OrderContact in com.yahoo.marketing.apt
 

Methods in com.yahoo.marketing.apt that return OrderContact
 OrderContact[] OrderServiceHttpBindingStub.getOrderContacts(long orderID)
           
 OrderContact[] OrderService.getOrderContacts(long orderID)
           
 

Methods in com.yahoo.marketing.apt with parameters of type OrderContact
 BasicResponse OrderServiceHttpBindingStub.setOrderContacts(long orderID, OrderContact[] orderContacts)
           
 BasicResponse OrderService.setOrderContacts(long orderID, OrderContact[] orderContacts)