com.yahoo.marketing.apt
Class LinkingServiceHttpBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by com.yahoo.marketing.apt.LinkingServiceHttpBindingStub
All Implemented Interfaces:
LinkingService, java.rmi.Remote, javax.xml.rpc.Stub

public class LinkingServiceHttpBindingStub
extends org.apache.axis.client.Stub
implements LinkingService


Field Summary
(package private) static org.apache.axis.description.OperationDesc[] _operations
           
private  java.util.Vector cachedDeserFactories
           
private  java.util.Vector cachedSerClasses
           
private  java.util.Vector cachedSerFactories
           
private  java.util.Vector cachedSerQNames
           
 
Fields inherited from class org.apache.axis.client.Stub
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
LinkingServiceHttpBindingStub()
           
LinkingServiceHttpBindingStub(javax.xml.rpc.Service service)
           
LinkingServiceHttpBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
private static void _initOperationDesc1()
           
private static void _initOperationDesc2()
           
private static void _initOperationDesc3()
           
 LinkResponse addGuaranteedDealToLink(long linkID, GuaranteedDeal guaranteedDeal)
           
 LinkResponse addNonGuaranteedDealToLink(long linkID, NonGuaranteedDeal nonGuaranteedDeal)
           
protected  org.apache.axis.client.Call createCall()
           
 AgencyContract getAgencyContract(long agencyContractID)
           
 AgencyContract getAgencyContractByLinkID(long linkID, boolean activeOnly)
           
 AgencyContract[] getAgencyContracts(long[] agencyContractIDs)
           
 CompanyLink[] getAllCompanyLinks()
           
 BusinessProfile getBusinessProfileByAccountID(java.lang.String companyAccountID)
           
 BuyerProfile getBuyerProfileByAccountID(java.lang.String companyAccountID)
           
 CompanyLink getCompanyLinkByAccountID(java.lang.String companyAccountID)
           
 Link getLink(long linkID)
           
 Link[] getLinks(long[] linkIDs)
           
 Link[] getLinksPendingMyApproval()
           
 Link[] getLinksPendingPartnerApproval()
           
 Link[] getMyActiveLinks()
           
 AgencyContract[] getMyAgencyContracts(boolean activeOnly)
           
 Link[] getMyDeniedLinks()
           
 Link[] getMyLinks()
           
 SellerProfile getSellerProfileByAccountID(java.lang.String companyAccountID)
           
 LinkResponse manageLink(LinkApproval linkApproval)
           
 LinkResponse[] manageLinks(LinkApproval[] linkApprovals)
           
 LinkResponse proposeBuyerLink(java.lang.String buyerCompanyAccountID, Link proposedLink)
           
 LinkResponse proposeSellerLink(java.lang.String sellerCompanyAccountID, Link proposedLink)
           
 
Methods inherited from class org.apache.axis.client.Stub
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cachedSerClasses

private java.util.Vector cachedSerClasses

cachedSerQNames

private java.util.Vector cachedSerQNames

cachedSerFactories

private java.util.Vector cachedSerFactories

cachedDeserFactories

private java.util.Vector cachedDeserFactories

_operations

static org.apache.axis.description.OperationDesc[] _operations
Constructor Detail

LinkingServiceHttpBindingStub

public LinkingServiceHttpBindingStub()
                              throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

LinkingServiceHttpBindingStub

public LinkingServiceHttpBindingStub(java.net.URL endpointURL,
                                     javax.xml.rpc.Service service)
                              throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

LinkingServiceHttpBindingStub

public LinkingServiceHttpBindingStub(javax.xml.rpc.Service service)
                              throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault
Method Detail

_initOperationDesc1

private static void _initOperationDesc1()

_initOperationDesc2

private static void _initOperationDesc2()

_initOperationDesc3

private static void _initOperationDesc3()

createCall

protected org.apache.axis.client.Call createCall()
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addGuaranteedDealToLink

public LinkResponse addGuaranteedDealToLink(long linkID,
                                            GuaranteedDeal guaranteedDeal)
                                     throws java.rmi.RemoteException,
                                            ApiFault
Specified by:
addGuaranteedDealToLink in interface LinkingService
Throws:
java.rmi.RemoteException
ApiFault

addNonGuaranteedDealToLink

public LinkResponse addNonGuaranteedDealToLink(long linkID,
                                               NonGuaranteedDeal nonGuaranteedDeal)
                                        throws java.rmi.RemoteException,
                                               ApiFault
Specified by:
addNonGuaranteedDealToLink in interface LinkingService
Throws:
java.rmi.RemoteException
ApiFault

getAgencyContract

public AgencyContract getAgencyContract(long agencyContractID)
                                 throws java.rmi.RemoteException,
                                        ApiFault
Specified by:
getAgencyContract in interface LinkingService
Throws:
java.rmi.RemoteException
ApiFault

getAgencyContractByLinkID

public AgencyContract getAgencyContractByLinkID(long linkID,
                                                boolean activeOnly)
                                         throws java.rmi.RemoteException,
                                                ApiFault
Specified by:
getAgencyContractByLinkID in interface LinkingService
Throws:
java.rmi.RemoteException
ApiFault

getAgencyContracts

public AgencyContract[] getAgencyContracts(long[] agencyContractIDs)
                                    throws java.rmi.RemoteException,
                                           ApiFault
Specified by:
getAgencyContracts in interface LinkingService
Throws:
java.rmi.RemoteException
ApiFault

getAllCompanyLinks

public CompanyLink[] getAllCompanyLinks()
                                 throws java.rmi.RemoteException,
                                        ApiFault
Specified by:
getAllCompanyLinks in interface LinkingService
Throws:
java.rmi.RemoteException
ApiFault

getBusinessProfileByAccountID

public BusinessProfile getBusinessProfileByAccountID(java.lang.String companyAccountID)
                                              throws java.rmi.RemoteException,
                                                     ApiFault
Specified by:
getBusinessProfileByAccountID in interface LinkingService
Throws:
java.rmi.RemoteException
ApiFault

getBuyerProfileByAccountID

public BuyerProfile getBuyerProfileByAccountID(java.lang.String companyAccountID)
                                        throws java.rmi.RemoteException,
                                               ApiFault
Specified by:
getBuyerProfileByAccountID in interface LinkingService
Throws:
java.rmi.RemoteException
ApiFault

getCompanyLinkByAccountID

public CompanyLink getCompanyLinkByAccountID(java.lang.String companyAccountID)
                                      throws java.rmi.RemoteException,
                                             ApiFault
Specified by:
getCompanyLinkByAccountID in interface LinkingService
Throws:
java.rmi.RemoteException
ApiFault

getLink

public Link getLink(long linkID)
             throws java.rmi.RemoteException,
                    ApiFault
Specified by:
getLink in interface LinkingService
Throws:
java.rmi.RemoteException
ApiFault

getLinks

public Link[] getLinks(long[] linkIDs)
                throws java.rmi.RemoteException,
                       ApiFault
Specified by:
getLinks in interface LinkingService
Throws:
java.rmi.RemoteException
ApiFault

getLinksPendingMyApproval

public Link[] getLinksPendingMyApproval()
                                 throws java.rmi.RemoteException,
                                        ApiFault
Specified by:
getLinksPendingMyApproval in interface LinkingService
Throws:
java.rmi.RemoteException
ApiFault

getLinksPendingPartnerApproval

public Link[] getLinksPendingPartnerApproval()
                                      throws java.rmi.RemoteException,
                                             ApiFault
Specified by:
getLinksPendingPartnerApproval in interface LinkingService
Throws:
java.rmi.RemoteException
ApiFault

getMyActiveLinks

public Link[] getMyActiveLinks()
                        throws java.rmi.RemoteException,
                               ApiFault
Specified by:
getMyActiveLinks in interface LinkingService
Throws:
java.rmi.RemoteException
ApiFault

getMyAgencyContracts

public AgencyContract[] getMyAgencyContracts(boolean activeOnly)
                                      throws java.rmi.RemoteException,
                                             ApiFault
Specified by:
getMyAgencyContracts in interface LinkingService
Throws:
java.rmi.RemoteException
ApiFault

getMyDeniedLinks

public Link[] getMyDeniedLinks()
                        throws java.rmi.RemoteException,
                               ApiFault
Specified by:
getMyDeniedLinks in interface LinkingService
Throws:
java.rmi.RemoteException
ApiFault

getMyLinks

public Link[] getMyLinks()
                  throws java.rmi.RemoteException,
                         ApiFault
Specified by:
getMyLinks in interface LinkingService
Throws:
java.rmi.RemoteException
ApiFault

getSellerProfileByAccountID

public SellerProfile getSellerProfileByAccountID(java.lang.String companyAccountID)
                                          throws java.rmi.RemoteException,
                                                 ApiFault
Specified by:
getSellerProfileByAccountID in interface LinkingService
Throws:
java.rmi.RemoteException
ApiFault

manageLink

public LinkResponse manageLink(LinkApproval linkApproval)
                        throws java.rmi.RemoteException,
                               ApiFault
Specified by:
manageLink in interface LinkingService
Throws:
java.rmi.RemoteException
ApiFault

manageLinks

public LinkResponse[] manageLinks(LinkApproval[] linkApprovals)
                           throws java.rmi.RemoteException,
                                  ApiFault
Specified by:
manageLinks in interface LinkingService
Throws:
java.rmi.RemoteException
ApiFault

proposeBuyerLink

public LinkResponse proposeBuyerLink(java.lang.String buyerCompanyAccountID,
                                     Link proposedLink)
                              throws java.rmi.RemoteException,
                                     ApiFault
Specified by:
proposeBuyerLink in interface LinkingService
Throws:
java.rmi.RemoteException
ApiFault

proposeSellerLink

public LinkResponse proposeSellerLink(java.lang.String sellerCompanyAccountID,
                                      Link proposedLink)
                               throws java.rmi.RemoteException,
                                      ApiFault
Specified by:
proposeSellerLink in interface LinkingService
Throws:
java.rmi.RemoteException
ApiFault