com.yahoo.marketing.apt
Interface SiteClassificationService

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
SiteClassificationServiceHttpBindingStub

public interface SiteClassificationService
extends java.rmi.Remote


Method Summary
 CustomContentCategoryResponse[] addCustomContentCategories(CustomContentCategory[] customContentCategories)
           
 CustomContentCategoryResponse addCustomContentCategory(CustomContentCategory customContentCategory)
           
 CustomSectionResponse addCustomSection(CustomSection customSection)
           
 CustomSectionResponse[] addCustomSections(CustomSection[] customSections)
           
 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)
           
 

Method Detail

addCustomContentCategories

CustomContentCategoryResponse[] addCustomContentCategories(CustomContentCategory[] customContentCategories)
                                                           throws java.rmi.RemoteException,
                                                                  ApiFault
Throws:
java.rmi.RemoteException
ApiFault

addCustomContentCategory

CustomContentCategoryResponse addCustomContentCategory(CustomContentCategory customContentCategory)
                                                       throws java.rmi.RemoteException,
                                                              ApiFault
Throws:
java.rmi.RemoteException
ApiFault

addCustomSection

CustomSectionResponse addCustomSection(CustomSection customSection)
                                       throws java.rmi.RemoteException,
                                              ApiFault
Throws:
java.rmi.RemoteException
ApiFault

addCustomSections

CustomSectionResponse[] addCustomSections(CustomSection[] customSections)
                                          throws java.rmi.RemoteException,
                                                 ApiFault
Throws:
java.rmi.RemoteException
ApiFault

deleteCustomContentCategories

BasicResponse[] deleteCustomContentCategories(long[] customContentCategoryIDs)
                                              throws java.rmi.RemoteException,
                                                     ApiFault
Throws:
java.rmi.RemoteException
ApiFault

deleteCustomContentCategory

BasicResponse deleteCustomContentCategory(long customContentCategoryID)
                                          throws java.rmi.RemoteException,
                                                 ApiFault
Throws:
java.rmi.RemoteException
ApiFault

deleteCustomSection

BasicResponse deleteCustomSection(long customSectionID)
                                  throws java.rmi.RemoteException,
                                         ApiFault
Throws:
java.rmi.RemoteException
ApiFault

deleteCustomSections

BasicResponse[] deleteCustomSections(long[] customSectionIDs)
                                     throws java.rmi.RemoteException,
                                            ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getCustomContentCategories

CustomContentCategory[] getCustomContentCategories(long[] customContentCategoryIDs)
                                                   throws java.rmi.RemoteException,
                                                          ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getCustomContentCategoriesBySiteID

CustomContentCategory[] getCustomContentCategoriesBySiteID(long siteID)
                                                           throws java.rmi.RemoteException,
                                                                  ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getCustomContentCategory

CustomContentCategory getCustomContentCategory(long customContentCategoryID)
                                               throws java.rmi.RemoteException,
                                                      ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getCustomSection

CustomSection getCustomSection(long customSectionID)
                               throws java.rmi.RemoteException,
                                      ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getCustomSections

CustomSection[] getCustomSections(long[] customSectionIDs)
                                  throws java.rmi.RemoteException,
                                         ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getCustomSectionsBySiteID

CustomSection[] getCustomSectionsBySiteID(long siteID)
                                          throws java.rmi.RemoteException,
                                                 ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getV3CustomContentCategoryIDByName

long getV3CustomContentCategoryIDByName(java.lang.String name,
                                        long siteID)
                                        throws java.rmi.RemoteException,
                                               ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getV3CustomSectionIDByName

long getV3CustomSectionIDByName(java.lang.String name,
                                long siteID)
                                throws java.rmi.RemoteException,
                                       ApiFault
Throws:
java.rmi.RemoteException
ApiFault

updateCustomContentCategories

CustomContentCategoryResponse[] updateCustomContentCategories(CustomContentCategory[] customContentCategories)
                                                              throws java.rmi.RemoteException,
                                                                     ApiFault
Throws:
java.rmi.RemoteException
ApiFault

updateCustomContentCategory

CustomContentCategoryResponse updateCustomContentCategory(CustomContentCategory customContentCategory)
                                                          throws java.rmi.RemoteException,
                                                                 ApiFault
Throws:
java.rmi.RemoteException
ApiFault

updateCustomSection

CustomSectionResponse updateCustomSection(CustomSection customSection)
                                          throws java.rmi.RemoteException,
                                                 ApiFault
Throws:
java.rmi.RemoteException
ApiFault

updateCustomSections

CustomSectionResponse[] updateCustomSections(CustomSection[] customSections)
                                             throws java.rmi.RemoteException,
                                                    ApiFault
Throws:
java.rmi.RemoteException
ApiFault