com.yahoo.marketing.apt
Class SiteClassificationServiceHttpBindingStub

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

public class SiteClassificationServiceHttpBindingStub
extends org.apache.axis.client.Stub
implements SiteClassificationService


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
SiteClassificationServiceHttpBindingStub()
           
SiteClassificationServiceHttpBindingStub(javax.xml.rpc.Service service)
           
SiteClassificationServiceHttpBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
private static void _initOperationDesc1()
           
private static void _initOperationDesc2()
           
 CustomContentCategoryResponse[] addCustomContentCategories(CustomContentCategory[] customContentCategories)
           
 CustomContentCategoryResponse addCustomContentCategory(CustomContentCategory customContentCategory)
           
 CustomSectionResponse addCustomSection(CustomSection customSection)
           
 CustomSectionResponse[] addCustomSections(CustomSection[] customSections)
           
protected  org.apache.axis.client.Call createCall()
           
 BasicResponse[] deleteCustomContentCategories(long[] customContentCategoryIDs)
           
 BasicResponse deleteCustomContentCategory(long customContentCategoryID)
           
 BasicResponse deleteCustomSection(long customSectionID)
           
 BasicResponse[] deleteCustomSections(long[] customSectionIDs)
           
 CustomContentCategory[] getCustomContentCategories(long[] customContentCategoryIDs)
           
 CustomContentCategory[] getCustomContentCategoriesBySiteID(long siteID)
           
 CustomContentCategory getCustomContentCategory(long customContentCategoryID)
           
 CustomSection getCustomSection(long customSectionID)
           
 CustomSection[] getCustomSections(long[] customSectionIDs)
           
 CustomSection[] getCustomSectionsBySiteID(long siteID)
           
 long getV3CustomContentCategoryIDByName(java.lang.String name, long siteID)
           
 long getV3CustomSectionIDByName(java.lang.String name, long siteID)
           
 CustomContentCategoryResponse[] updateCustomContentCategories(CustomContentCategory[] customContentCategories)
           
 CustomContentCategoryResponse updateCustomContentCategory(CustomContentCategory customContentCategory)
           
 CustomSectionResponse updateCustomSection(CustomSection customSection)
           
 CustomSectionResponse[] updateCustomSections(CustomSection[] customSections)
           
 
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

SiteClassificationServiceHttpBindingStub

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

SiteClassificationServiceHttpBindingStub

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

SiteClassificationServiceHttpBindingStub

public SiteClassificationServiceHttpBindingStub(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

addCustomContentCategories

public CustomContentCategoryResponse[] addCustomContentCategories(CustomContentCategory[] customContentCategories)
                                                           throws java.rmi.RemoteException,
                                                                  ApiFault
Specified by:
addCustomContentCategories in interface SiteClassificationService
Throws:
java.rmi.RemoteException
ApiFault

addCustomContentCategory

public CustomContentCategoryResponse addCustomContentCategory(CustomContentCategory customContentCategory)
                                                       throws java.rmi.RemoteException,
                                                              ApiFault
Specified by:
addCustomContentCategory in interface SiteClassificationService
Throws:
java.rmi.RemoteException
ApiFault

addCustomSection

public CustomSectionResponse addCustomSection(CustomSection customSection)
                                       throws java.rmi.RemoteException,
                                              ApiFault
Specified by:
addCustomSection in interface SiteClassificationService
Throws:
java.rmi.RemoteException
ApiFault

addCustomSections

public CustomSectionResponse[] addCustomSections(CustomSection[] customSections)
                                          throws java.rmi.RemoteException,
                                                 ApiFault
Specified by:
addCustomSections in interface SiteClassificationService
Throws:
java.rmi.RemoteException
ApiFault

deleteCustomContentCategories

public BasicResponse[] deleteCustomContentCategories(long[] customContentCategoryIDs)
                                              throws java.rmi.RemoteException,
                                                     ApiFault
Specified by:
deleteCustomContentCategories in interface SiteClassificationService
Throws:
java.rmi.RemoteException
ApiFault

deleteCustomContentCategory

public BasicResponse deleteCustomContentCategory(long customContentCategoryID)
                                          throws java.rmi.RemoteException,
                                                 ApiFault
Specified by:
deleteCustomContentCategory in interface SiteClassificationService
Throws:
java.rmi.RemoteException
ApiFault

deleteCustomSection

public BasicResponse deleteCustomSection(long customSectionID)
                                  throws java.rmi.RemoteException,
                                         ApiFault
Specified by:
deleteCustomSection in interface SiteClassificationService
Throws:
java.rmi.RemoteException
ApiFault

deleteCustomSections

public BasicResponse[] deleteCustomSections(long[] customSectionIDs)
                                     throws java.rmi.RemoteException,
                                            ApiFault
Specified by:
deleteCustomSections in interface SiteClassificationService
Throws:
java.rmi.RemoteException
ApiFault

getCustomContentCategories

public CustomContentCategory[] getCustomContentCategories(long[] customContentCategoryIDs)
                                                   throws java.rmi.RemoteException,
                                                          ApiFault
Specified by:
getCustomContentCategories in interface SiteClassificationService
Throws:
java.rmi.RemoteException
ApiFault

getCustomContentCategoriesBySiteID

public CustomContentCategory[] getCustomContentCategoriesBySiteID(long siteID)
                                                           throws java.rmi.RemoteException,
                                                                  ApiFault
Specified by:
getCustomContentCategoriesBySiteID in interface SiteClassificationService
Throws:
java.rmi.RemoteException
ApiFault

getCustomContentCategory

public CustomContentCategory getCustomContentCategory(long customContentCategoryID)
                                               throws java.rmi.RemoteException,
                                                      ApiFault
Specified by:
getCustomContentCategory in interface SiteClassificationService
Throws:
java.rmi.RemoteException
ApiFault

getCustomSection

public CustomSection getCustomSection(long customSectionID)
                               throws java.rmi.RemoteException,
                                      ApiFault
Specified by:
getCustomSection in interface SiteClassificationService
Throws:
java.rmi.RemoteException
ApiFault

getCustomSections

public CustomSection[] getCustomSections(long[] customSectionIDs)
                                  throws java.rmi.RemoteException,
                                         ApiFault
Specified by:
getCustomSections in interface SiteClassificationService
Throws:
java.rmi.RemoteException
ApiFault

getCustomSectionsBySiteID

public CustomSection[] getCustomSectionsBySiteID(long siteID)
                                          throws java.rmi.RemoteException,
                                                 ApiFault
Specified by:
getCustomSectionsBySiteID in interface SiteClassificationService
Throws:
java.rmi.RemoteException
ApiFault

getV3CustomContentCategoryIDByName

public long getV3CustomContentCategoryIDByName(java.lang.String name,
                                               long siteID)
                                        throws java.rmi.RemoteException,
                                               ApiFault
Specified by:
getV3CustomContentCategoryIDByName in interface SiteClassificationService
Throws:
java.rmi.RemoteException
ApiFault

getV3CustomSectionIDByName

public long getV3CustomSectionIDByName(java.lang.String name,
                                       long siteID)
                                throws java.rmi.RemoteException,
                                       ApiFault
Specified by:
getV3CustomSectionIDByName in interface SiteClassificationService
Throws:
java.rmi.RemoteException
ApiFault

updateCustomContentCategories

public CustomContentCategoryResponse[] updateCustomContentCategories(CustomContentCategory[] customContentCategories)
                                                              throws java.rmi.RemoteException,
                                                                     ApiFault
Specified by:
updateCustomContentCategories in interface SiteClassificationService
Throws:
java.rmi.RemoteException
ApiFault

updateCustomContentCategory

public CustomContentCategoryResponse updateCustomContentCategory(CustomContentCategory customContentCategory)
                                                          throws java.rmi.RemoteException,
                                                                 ApiFault
Specified by:
updateCustomContentCategory in interface SiteClassificationService
Throws:
java.rmi.RemoteException
ApiFault

updateCustomSection

public CustomSectionResponse updateCustomSection(CustomSection customSection)
                                          throws java.rmi.RemoteException,
                                                 ApiFault
Specified by:
updateCustomSection in interface SiteClassificationService
Throws:
java.rmi.RemoteException
ApiFault

updateCustomSections

public CustomSectionResponse[] updateCustomSections(CustomSection[] customSections)
                                             throws java.rmi.RemoteException,
                                                    ApiFault
Specified by:
updateCustomSections in interface SiteClassificationService
Throws:
java.rmi.RemoteException
ApiFault