com.yahoo.marketing.apt
Interface LibraryImageAdService

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

public interface LibraryImageAdService
extends java.rmi.Remote


Method Summary
 LibraryImageAdResponse addLibraryImageAd(LibraryImageAd libraryImageAd)
           
 LibraryImageAdResponse[] addLibraryImageAds(LibraryImageAd[] libraryImageAds)
           
 BasicResponse deleteLibraryImageAd(long libraryImageAdID)
           
 BasicResponse[] deleteLibraryImageAds(long[] libraryImageAdIDs)
           
 LibraryImageAd getLibraryImageAd(long libraryImageAdID)
           
 long getLibraryImageAdCountByAccountID()
           
 LibraryImageAd[] getLibraryImageAds(long[] libraryImageAdIDs)
           
 LibraryImageAd[] getLibraryImageAdsByAccountID(int startElement, int numElements)
           
 LibraryImageAd[] getLibraryImageAdsByFolderID(long folderID)
           
 LibraryImageAdResponse updateLibraryImageAd(LibraryImageAd libraryImageAd)
           
 LibraryImageAdResponse[] updateLibraryImageAds(LibraryImageAd[] libraryImageAds)
           
 

Method Detail

addLibraryImageAd

LibraryImageAdResponse addLibraryImageAd(LibraryImageAd libraryImageAd)
                                         throws java.rmi.RemoteException,
                                                ApiFault
Throws:
java.rmi.RemoteException
ApiFault

addLibraryImageAds

LibraryImageAdResponse[] addLibraryImageAds(LibraryImageAd[] libraryImageAds)
                                            throws java.rmi.RemoteException,
                                                   ApiFault
Throws:
java.rmi.RemoteException
ApiFault

deleteLibraryImageAd

BasicResponse deleteLibraryImageAd(long libraryImageAdID)
                                   throws java.rmi.RemoteException,
                                          ApiFault
Throws:
java.rmi.RemoteException
ApiFault

deleteLibraryImageAds

BasicResponse[] deleteLibraryImageAds(long[] libraryImageAdIDs)
                                      throws java.rmi.RemoteException,
                                             ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getLibraryImageAd

LibraryImageAd getLibraryImageAd(long libraryImageAdID)
                                 throws java.rmi.RemoteException,
                                        ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getLibraryImageAdCountByAccountID

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

getLibraryImageAds

LibraryImageAd[] getLibraryImageAds(long[] libraryImageAdIDs)
                                    throws java.rmi.RemoteException,
                                           ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getLibraryImageAdsByAccountID

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

getLibraryImageAdsByFolderID

LibraryImageAd[] getLibraryImageAdsByFolderID(long folderID)
                                              throws java.rmi.RemoteException,
                                                     ApiFault
Throws:
java.rmi.RemoteException
ApiFault

updateLibraryImageAd

LibraryImageAdResponse updateLibraryImageAd(LibraryImageAd libraryImageAd)
                                            throws java.rmi.RemoteException,
                                                   ApiFault
Throws:
java.rmi.RemoteException
ApiFault

updateLibraryImageAds

LibraryImageAdResponse[] updateLibraryImageAds(LibraryImageAd[] libraryImageAds)
                                               throws java.rmi.RemoteException,
                                                      ApiFault
Throws:
java.rmi.RemoteException
ApiFault