com.yahoo.marketing.apt
Class CustomizableFlashCreativeServiceHttpBindingStub

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

public class CustomizableFlashCreativeServiceHttpBindingStub
extends org.apache.axis.client.Stub
implements CustomizableFlashCreativeService


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
CustomizableFlashCreativeServiceHttpBindingStub()
           
CustomizableFlashCreativeServiceHttpBindingStub(javax.xml.rpc.Service service)
           
CustomizableFlashCreativeServiceHttpBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
private static void _initOperationDesc1()
           
private static void _initOperationDesc2()
           
 CustomizableFlashCreativeResponse addCustomizableFlashCreative(CustomizableFlashCreative customizableFlashCreative)
           
 CustomizableFlashCreativeResponse[] addCustomizableFlashCreatives(CustomizableFlashCreative[] customizableFlashCreatives)
           
 CustomizableFlashCreativeResponse copyCustomizableFlashCreative(long customizableFlashCreativeID, long destinationFolderID)
           
 CustomizableFlashCreativeResponse[] copyCustomizableFlashCreatives(long[] customizableFlashCreativeIDs, long destinationFolderID)
           
protected  org.apache.axis.client.Call createCall()
           
 BasicResponse deleteCustomizableFlashCreative(long customizableFlashCreativeID)
           
 BasicResponse[] deleteCustomizableFlashCreatives(long[] customizableFlashCreativeIDs)
           
 CustomizableFlashCreative getCustomizableFlashCreative(long customizableFlashCreativeID)
           
 long getCustomizableFlashCreativeCountByAccountID()
           
 CustomizableFlashCreative[] getCustomizableFlashCreatives(long[] customizableFlashCreativeIDs)
           
 CustomizableFlashCreative[] getCustomizableFlashCreativesByAccountID(int startElement, int numElements)
           
 CustomizableFlashCreative[] getCustomizableFlashCreativesByFolderID(long folderID)
           
 CustomizableFlashCreativeResponse moveCustomizableFlashCreative(long customizableFlashCreativeID, long destinationFolderID)
           
 CustomizableFlashCreativeResponse[] moveCustomizableFlashCreatives(long[] customizableFlashCreativeIDs, long destinationFolderID)
           
 CustomizableFlashCreativeResponse updateCustomizableFlashCreative(CustomizableFlashCreative customizableFlashCreative)
           
 CustomizableFlashCreativeResponse[] updateCustomizableFlashCreatives(CustomizableFlashCreative[] customizableFlashCreatives)
           
 
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

CustomizableFlashCreativeServiceHttpBindingStub

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

CustomizableFlashCreativeServiceHttpBindingStub

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

CustomizableFlashCreativeServiceHttpBindingStub

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

createCall

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

addCustomizableFlashCreative

public CustomizableFlashCreativeResponse addCustomizableFlashCreative(CustomizableFlashCreative customizableFlashCreative)
                                                               throws java.rmi.RemoteException,
                                                                      ApiFault
Specified by:
addCustomizableFlashCreative in interface CustomizableFlashCreativeService
Throws:
java.rmi.RemoteException
ApiFault

addCustomizableFlashCreatives

public CustomizableFlashCreativeResponse[] addCustomizableFlashCreatives(CustomizableFlashCreative[] customizableFlashCreatives)
                                                                  throws java.rmi.RemoteException,
                                                                         ApiFault
Specified by:
addCustomizableFlashCreatives in interface CustomizableFlashCreativeService
Throws:
java.rmi.RemoteException
ApiFault

copyCustomizableFlashCreative

public CustomizableFlashCreativeResponse copyCustomizableFlashCreative(long customizableFlashCreativeID,
                                                                       long destinationFolderID)
                                                                throws java.rmi.RemoteException,
                                                                       ApiFault
Specified by:
copyCustomizableFlashCreative in interface CustomizableFlashCreativeService
Throws:
java.rmi.RemoteException
ApiFault

copyCustomizableFlashCreatives

public CustomizableFlashCreativeResponse[] copyCustomizableFlashCreatives(long[] customizableFlashCreativeIDs,
                                                                          long destinationFolderID)
                                                                   throws java.rmi.RemoteException,
                                                                          ApiFault
Specified by:
copyCustomizableFlashCreatives in interface CustomizableFlashCreativeService
Throws:
java.rmi.RemoteException
ApiFault

deleteCustomizableFlashCreative

public BasicResponse deleteCustomizableFlashCreative(long customizableFlashCreativeID)
                                              throws java.rmi.RemoteException,
                                                     ApiFault
Specified by:
deleteCustomizableFlashCreative in interface CustomizableFlashCreativeService
Throws:
java.rmi.RemoteException
ApiFault

deleteCustomizableFlashCreatives

public BasicResponse[] deleteCustomizableFlashCreatives(long[] customizableFlashCreativeIDs)
                                                 throws java.rmi.RemoteException,
                                                        ApiFault
Specified by:
deleteCustomizableFlashCreatives in interface CustomizableFlashCreativeService
Throws:
java.rmi.RemoteException
ApiFault

getCustomizableFlashCreative

public CustomizableFlashCreative getCustomizableFlashCreative(long customizableFlashCreativeID)
                                                       throws java.rmi.RemoteException,
                                                              ApiFault
Specified by:
getCustomizableFlashCreative in interface CustomizableFlashCreativeService
Throws:
java.rmi.RemoteException
ApiFault

getCustomizableFlashCreativeCountByAccountID

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

getCustomizableFlashCreatives

public CustomizableFlashCreative[] getCustomizableFlashCreatives(long[] customizableFlashCreativeIDs)
                                                          throws java.rmi.RemoteException,
                                                                 ApiFault
Specified by:
getCustomizableFlashCreatives in interface CustomizableFlashCreativeService
Throws:
java.rmi.RemoteException
ApiFault

getCustomizableFlashCreativesByAccountID

public CustomizableFlashCreative[] getCustomizableFlashCreativesByAccountID(int startElement,
                                                                            int numElements)
                                                                     throws java.rmi.RemoteException,
                                                                            ApiFault
Specified by:
getCustomizableFlashCreativesByAccountID in interface CustomizableFlashCreativeService
Throws:
java.rmi.RemoteException
ApiFault

getCustomizableFlashCreativesByFolderID

public CustomizableFlashCreative[] getCustomizableFlashCreativesByFolderID(long folderID)
                                                                    throws java.rmi.RemoteException,
                                                                           ApiFault
Specified by:
getCustomizableFlashCreativesByFolderID in interface CustomizableFlashCreativeService
Throws:
java.rmi.RemoteException
ApiFault

moveCustomizableFlashCreative

public CustomizableFlashCreativeResponse moveCustomizableFlashCreative(long customizableFlashCreativeID,
                                                                       long destinationFolderID)
                                                                throws java.rmi.RemoteException,
                                                                       ApiFault
Specified by:
moveCustomizableFlashCreative in interface CustomizableFlashCreativeService
Throws:
java.rmi.RemoteException
ApiFault

moveCustomizableFlashCreatives

public CustomizableFlashCreativeResponse[] moveCustomizableFlashCreatives(long[] customizableFlashCreativeIDs,
                                                                          long destinationFolderID)
                                                                   throws java.rmi.RemoteException,
                                                                          ApiFault
Specified by:
moveCustomizableFlashCreatives in interface CustomizableFlashCreativeService
Throws:
java.rmi.RemoteException
ApiFault

updateCustomizableFlashCreative

public CustomizableFlashCreativeResponse updateCustomizableFlashCreative(CustomizableFlashCreative customizableFlashCreative)
                                                                  throws java.rmi.RemoteException,
                                                                         ApiFault
Specified by:
updateCustomizableFlashCreative in interface CustomizableFlashCreativeService
Throws:
java.rmi.RemoteException
ApiFault

updateCustomizableFlashCreatives

public CustomizableFlashCreativeResponse[] updateCustomizableFlashCreatives(CustomizableFlashCreative[] customizableFlashCreatives)
                                                                     throws java.rmi.RemoteException,
                                                                            ApiFault
Specified by:
updateCustomizableFlashCreatives in interface CustomizableFlashCreativeService
Throws:
java.rmi.RemoteException
ApiFault