com.yahoo.marketing.apt
Class AccountServiceHttpBindingStub

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

public class AccountServiceHttpBindingStub
extends org.apache.axis.client.Stub
implements AccountService


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
AccountServiceHttpBindingStub()
           
AccountServiceHttpBindingStub(javax.xml.rpc.Service service)
           
AccountServiceHttpBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
private static void _initOperationDesc1()
           
private static void _initOperationDesc2()
           
private static void _initOperationDesc3()
           
private static void _initOperationDesc4()
           
 BasicResponse addCurrencies(Currency[] currencies)
           
 AccountResponse addManagedAdvertiser(Account account)
           
 AccountResponse[] addManagedAdvertisers(Account[] accounts)
           
 AccountResponse[] addManagedAgencies(Account[] accounts)
           
 AccountResponse addManagedAgency(Account account)
           
 AccountResponse addManagedPublisher(Account account)
           
 AccountResponse[] addManagedPublishers(Account[] accounts)
           
protected  org.apache.axis.client.Call createCall()
           
 Account getAccount(java.lang.String accountID)
           
 AccountStatus getAccountStatus(java.lang.String accountID)
           
 BillingProfile getBillingProfile()
           
 BillingTermsValue[] getBillingTerms()
           
 Currency[] getCurrencies(java.lang.String accountID)
           
 long getManagedAdvertiserCountByAccountID()
           
 Account[] getManagedAdvertisersByAccountID(int startElement, int numElements)
           
 Account[] getManagedAgenciesByAccountID(int startElement, int numElements)
           
 long getManagedAgencyCountByAccountID()
           
 long getManagedPublisherCountByAccountID()
           
 double getManagedPublisherRevenueSharingPercentage(java.lang.String managedPublisherAccountID)
           
 Account[] getManagedPublishersByAccountID(int startElement, int numElements)
           
 AccountDescriptor[] searchForAccount(SearchAccountType searchType, java.lang.String name, int startElement, int numElements)
           
 BasicResponse setBillingProfile(BillingProfile billingProfile)
           
 BasicResponse setCreditLimit(java.lang.String accountID, long creditLimit, Currency currency)
           
 BasicResponse setManagedPublisherRevenueSharingPercentage(java.lang.String managedPublisherAccountID, double revenueSharingPercentage)
           
 AccountResponse updateManagedAdvertiser(Account account)
           
 AccountResponse[] updateManagedAdvertisers(Account[] accounts)
           
 AccountResponse[] updateManagedAgencies(Account[] accounts)
           
 AccountResponse updateManagedAgency(Account account)
           
 AccountResponse updateManagedPublisher(Account account)
           
 AccountResponse[] updateManagedPublishers(Account[] accounts)
           
 AccountResponse updateStatusForManagedAdvertiser(java.lang.String accountID, AccountStatus accountStatus)
           
 AccountResponse updateStatusForManagedAgency(java.lang.String accountID, AccountStatus accountStatus)
           
 AccountResponse updateStatusForManagedPublisher(java.lang.String accountID, AccountStatus accountStatus)
           
 
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

AccountServiceHttpBindingStub

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

AccountServiceHttpBindingStub

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

AccountServiceHttpBindingStub

public AccountServiceHttpBindingStub(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()

_initOperationDesc4

private static void _initOperationDesc4()

createCall

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

addCurrencies

public BasicResponse addCurrencies(Currency[] currencies)
                            throws java.rmi.RemoteException,
                                   ApiFault
Specified by:
addCurrencies in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

addManagedAdvertiser

public AccountResponse addManagedAdvertiser(Account account)
                                     throws java.rmi.RemoteException,
                                            ApiFault
Specified by:
addManagedAdvertiser in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

addManagedAdvertisers

public AccountResponse[] addManagedAdvertisers(Account[] accounts)
                                        throws java.rmi.RemoteException,
                                               ApiFault
Specified by:
addManagedAdvertisers in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

addManagedAgencies

public AccountResponse[] addManagedAgencies(Account[] accounts)
                                     throws java.rmi.RemoteException,
                                            ApiFault
Specified by:
addManagedAgencies in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

addManagedAgency

public AccountResponse addManagedAgency(Account account)
                                 throws java.rmi.RemoteException,
                                        ApiFault
Specified by:
addManagedAgency in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

addManagedPublisher

public AccountResponse addManagedPublisher(Account account)
                                    throws java.rmi.RemoteException,
                                           ApiFault
Specified by:
addManagedPublisher in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

addManagedPublishers

public AccountResponse[] addManagedPublishers(Account[] accounts)
                                       throws java.rmi.RemoteException,
                                              ApiFault
Specified by:
addManagedPublishers in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

getAccount

public Account getAccount(java.lang.String accountID)
                   throws java.rmi.RemoteException,
                          ApiFault
Specified by:
getAccount in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

getAccountStatus

public AccountStatus getAccountStatus(java.lang.String accountID)
                               throws java.rmi.RemoteException,
                                      ApiFault
Specified by:
getAccountStatus in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

getBillingProfile

public BillingProfile getBillingProfile()
                                 throws java.rmi.RemoteException,
                                        ApiFault
Specified by:
getBillingProfile in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

getBillingTerms

public BillingTermsValue[] getBillingTerms()
                                    throws java.rmi.RemoteException,
                                           ApiFault
Specified by:
getBillingTerms in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

getCurrencies

public Currency[] getCurrencies(java.lang.String accountID)
                         throws java.rmi.RemoteException,
                                ApiFault
Specified by:
getCurrencies in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

getManagedAdvertiserCountByAccountID

public long getManagedAdvertiserCountByAccountID()
                                          throws java.rmi.RemoteException,
                                                 ApiFault
Specified by:
getManagedAdvertiserCountByAccountID in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

getManagedAdvertisersByAccountID

public Account[] getManagedAdvertisersByAccountID(int startElement,
                                                  int numElements)
                                           throws java.rmi.RemoteException,
                                                  ApiFault
Specified by:
getManagedAdvertisersByAccountID in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

getManagedAgenciesByAccountID

public Account[] getManagedAgenciesByAccountID(int startElement,
                                               int numElements)
                                        throws java.rmi.RemoteException,
                                               ApiFault
Specified by:
getManagedAgenciesByAccountID in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

getManagedAgencyCountByAccountID

public long getManagedAgencyCountByAccountID()
                                      throws java.rmi.RemoteException,
                                             ApiFault
Specified by:
getManagedAgencyCountByAccountID in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

getManagedPublisherCountByAccountID

public long getManagedPublisherCountByAccountID()
                                         throws java.rmi.RemoteException,
                                                ApiFault
Specified by:
getManagedPublisherCountByAccountID in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

getManagedPublisherRevenueSharingPercentage

public double getManagedPublisherRevenueSharingPercentage(java.lang.String managedPublisherAccountID)
                                                   throws java.rmi.RemoteException,
                                                          ApiFault
Specified by:
getManagedPublisherRevenueSharingPercentage in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

getManagedPublishersByAccountID

public Account[] getManagedPublishersByAccountID(int startElement,
                                                 int numElements)
                                          throws java.rmi.RemoteException,
                                                 ApiFault
Specified by:
getManagedPublishersByAccountID in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

searchForAccount

public AccountDescriptor[] searchForAccount(SearchAccountType searchType,
                                            java.lang.String name,
                                            int startElement,
                                            int numElements)
                                     throws java.rmi.RemoteException,
                                            ApiFault
Specified by:
searchForAccount in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

setBillingProfile

public BasicResponse setBillingProfile(BillingProfile billingProfile)
                                throws java.rmi.RemoteException,
                                       ApiFault
Specified by:
setBillingProfile in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

setCreditLimit

public BasicResponse setCreditLimit(java.lang.String accountID,
                                    long creditLimit,
                                    Currency currency)
                             throws java.rmi.RemoteException,
                                    ApiFault
Specified by:
setCreditLimit in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

setManagedPublisherRevenueSharingPercentage

public BasicResponse setManagedPublisherRevenueSharingPercentage(java.lang.String managedPublisherAccountID,
                                                                 double revenueSharingPercentage)
                                                          throws java.rmi.RemoteException,
                                                                 ApiFault
Specified by:
setManagedPublisherRevenueSharingPercentage in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

updateManagedAdvertiser

public AccountResponse updateManagedAdvertiser(Account account)
                                        throws java.rmi.RemoteException,
                                               ApiFault
Specified by:
updateManagedAdvertiser in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

updateManagedAdvertisers

public AccountResponse[] updateManagedAdvertisers(Account[] accounts)
                                           throws java.rmi.RemoteException,
                                                  ApiFault
Specified by:
updateManagedAdvertisers in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

updateManagedAgencies

public AccountResponse[] updateManagedAgencies(Account[] accounts)
                                        throws java.rmi.RemoteException,
                                               ApiFault
Specified by:
updateManagedAgencies in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

updateManagedAgency

public AccountResponse updateManagedAgency(Account account)
                                    throws java.rmi.RemoteException,
                                           ApiFault
Specified by:
updateManagedAgency in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

updateManagedPublisher

public AccountResponse updateManagedPublisher(Account account)
                                       throws java.rmi.RemoteException,
                                              ApiFault
Specified by:
updateManagedPublisher in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

updateManagedPublishers

public AccountResponse[] updateManagedPublishers(Account[] accounts)
                                          throws java.rmi.RemoteException,
                                                 ApiFault
Specified by:
updateManagedPublishers in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

updateStatusForManagedAdvertiser

public AccountResponse updateStatusForManagedAdvertiser(java.lang.String accountID,
                                                        AccountStatus accountStatus)
                                                 throws java.rmi.RemoteException,
                                                        ApiFault
Specified by:
updateStatusForManagedAdvertiser in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

updateStatusForManagedAgency

public AccountResponse updateStatusForManagedAgency(java.lang.String accountID,
                                                    AccountStatus accountStatus)
                                             throws java.rmi.RemoteException,
                                                    ApiFault
Specified by:
updateStatusForManagedAgency in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault

updateStatusForManagedPublisher

public AccountResponse updateStatusForManagedPublisher(java.lang.String accountID,
                                                       AccountStatus accountStatus)
                                                throws java.rmi.RemoteException,
                                                       ApiFault
Specified by:
updateStatusForManagedPublisher in interface AccountService
Throws:
java.rmi.RemoteException
ApiFault