com.yahoo.marketing.apt
Interface LibraryCustomHTMLAdService

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

public interface LibraryCustomHTMLAdService
extends java.rmi.Remote


Method Summary
 LibraryCustomHTMLAdResponse addLibraryCustomHTMLAd(LibraryCustomHTMLAd libraryCustomHTMLAd)
           
 LibraryCustomHTMLAdResponse[] addLibraryCustomHTMLAds(LibraryCustomHTMLAd[] libraryCustomHTMLAds)
           
 BasicResponse deleteLibraryCustomHTMLAd(long libraryCustomHTMLAdID)
           
 BasicResponse[] deleteLibraryCustomHTMLAds(long[] libraryCustomHTMLAdIDs)
           
 LibraryCustomHTMLAd getLibraryCustomHTMLAd(long libraryCustomHTMLAdID)
           
 long getLibraryCustomHTMLAdCountByAccountID()
           
 LibraryCustomHTMLAd[] getLibraryCustomHTMLAds(long[] libraryCustomHTMLAdIDs)
           
 LibraryCustomHTMLAd[] getLibraryCustomHTMLAdsByAccountID(int startElement, int numElements)
           
 LibraryCustomHTMLAd[] getLibraryCustomHTMLAdsByFolderID(long folderID)
           
 LibraryCustomHTMLAdResponse updateLibraryCustomHTMLAd(LibraryCustomHTMLAd libraryCustomHTMLAd)
           
 LibraryCustomHTMLAdResponse[] updateLibraryCustomHTMLAds(LibraryCustomHTMLAd[] libraryCustomHTMLAds)
           
 

Method Detail

addLibraryCustomHTMLAd

LibraryCustomHTMLAdResponse addLibraryCustomHTMLAd(LibraryCustomHTMLAd libraryCustomHTMLAd)
                                                   throws java.rmi.RemoteException,
                                                          ApiFault
Throws:
java.rmi.RemoteException
ApiFault

addLibraryCustomHTMLAds

LibraryCustomHTMLAdResponse[] addLibraryCustomHTMLAds(LibraryCustomHTMLAd[] libraryCustomHTMLAds)
                                                      throws java.rmi.RemoteException,
                                                             ApiFault
Throws:
java.rmi.RemoteException
ApiFault

deleteLibraryCustomHTMLAd

BasicResponse deleteLibraryCustomHTMLAd(long libraryCustomHTMLAdID)
                                        throws java.rmi.RemoteException,
                                               ApiFault
Throws:
java.rmi.RemoteException
ApiFault

deleteLibraryCustomHTMLAds

BasicResponse[] deleteLibraryCustomHTMLAds(long[] libraryCustomHTMLAdIDs)
                                           throws java.rmi.RemoteException,
                                                  ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getLibraryCustomHTMLAd

LibraryCustomHTMLAd getLibraryCustomHTMLAd(long libraryCustomHTMLAdID)
                                           throws java.rmi.RemoteException,
                                                  ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getLibraryCustomHTMLAdCountByAccountID

long getLibraryCustomHTMLAdCountByAccountID()
                                            throws java.rmi.RemoteException,
                                                   ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getLibraryCustomHTMLAds

LibraryCustomHTMLAd[] getLibraryCustomHTMLAds(long[] libraryCustomHTMLAdIDs)
                                              throws java.rmi.RemoteException,
                                                     ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getLibraryCustomHTMLAdsByAccountID

LibraryCustomHTMLAd[] getLibraryCustomHTMLAdsByAccountID(int startElement,
                                                         int numElements)
                                                         throws java.rmi.RemoteException,
                                                                ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getLibraryCustomHTMLAdsByFolderID

LibraryCustomHTMLAd[] getLibraryCustomHTMLAdsByFolderID(long folderID)
                                                        throws java.rmi.RemoteException,
                                                               ApiFault
Throws:
java.rmi.RemoteException
ApiFault

updateLibraryCustomHTMLAd

LibraryCustomHTMLAdResponse updateLibraryCustomHTMLAd(LibraryCustomHTMLAd libraryCustomHTMLAd)
                                                      throws java.rmi.RemoteException,
                                                             ApiFault
Throws:
java.rmi.RemoteException
ApiFault

updateLibraryCustomHTMLAds

LibraryCustomHTMLAdResponse[] updateLibraryCustomHTMLAds(LibraryCustomHTMLAd[] libraryCustomHTMLAds)
                                                         throws java.rmi.RemoteException,
                                                                ApiFault
Throws:
java.rmi.RemoteException
ApiFault