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

Packages that use LinkResponse
com.yahoo.marketing.apt   
 

Uses of LinkResponse in com.yahoo.marketing.apt
 

Methods in com.yahoo.marketing.apt that return LinkResponse
 LinkResponse LinkingServiceHttpBindingStub.addGuaranteedDealToLink(long linkID, GuaranteedDeal guaranteedDeal)
           
 LinkResponse LinkingService.addGuaranteedDealToLink(long linkID, GuaranteedDeal guaranteedDeal)
           
 LinkResponse LinkingServiceHttpBindingStub.addNonGuaranteedDealToLink(long linkID, NonGuaranteedDeal nonGuaranteedDeal)
           
 LinkResponse LinkingService.addNonGuaranteedDealToLink(long linkID, NonGuaranteedDeal nonGuaranteedDeal)
           
 LinkResponse LinkingServiceHttpBindingStub.manageLink(LinkApproval linkApproval)
           
 LinkResponse LinkingService.manageLink(LinkApproval linkApproval)
           
 LinkResponse[] LinkingServiceHttpBindingStub.manageLinks(LinkApproval[] linkApprovals)
           
 LinkResponse[] LinkingService.manageLinks(LinkApproval[] linkApprovals)
           
 LinkResponse LinkingServiceHttpBindingStub.proposeBuyerLink(java.lang.String buyerCompanyAccountID, Link proposedLink)
           
 LinkResponse LinkingService.proposeBuyerLink(java.lang.String buyerCompanyAccountID, Link proposedLink)
           
 LinkResponse LinkingServiceHttpBindingStub.proposeSellerLink(java.lang.String sellerCompanyAccountID, Link proposedLink)
           
 LinkResponse LinkingService.proposeSellerLink(java.lang.String sellerCompanyAccountID, Link proposedLink)