com.yahoo.marketing.apt
Interface LibraryFlashAdService

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

public interface LibraryFlashAdService
extends java.rmi.Remote


Method Summary
 LibraryFlashAdResponse addLibraryFlashAd(LibraryFlashAd libraryFlashAd)
           
 LibraryFlashAdResponse[] addLibraryFlashAds(LibraryFlashAd[] libraryFlashAds)
           
 BasicResponse deleteLibraryFlashAd(long libraryFlashAdID)
           
 BasicResponse[] deleteLibraryFlashAds(long[] libraryFlashAdIDs)
           
 LibraryFlashAd getLibraryFlashAd(long libraryFlashAdID)
           
 long getLibraryFlashAdCountByAccountID()
           
 LibraryFlashAd[] getLibraryFlashAds(long[] libraryFlashAdIDs)
           
 LibraryFlashAd[] getLibraryFlashAdsByAccountID(int startElement, int numElements)
           
 LibraryFlashAd[] getLibraryFlashAdsByFolderID(long folderID)
           
 LibraryFlashAdResponse updateLibraryFlashAd(LibraryFlashAd libraryFlashAd)
           
 LibraryFlashAdResponse[] updateLibraryFlashAds(LibraryFlashAd[] libraryFlashAds)
           
 

Method Detail

addLibraryFlashAd

LibraryFlashAdResponse addLibraryFlashAd(LibraryFlashAd libraryFlashAd)
                                         throws java.rmi.RemoteException,
                                                ApiFault
Throws:
java.rmi.RemoteException
ApiFault

addLibraryFlashAds

LibraryFlashAdResponse[] addLibraryFlashAds(LibraryFlashAd[] libraryFlashAds)
                                            throws java.rmi.RemoteException,
                                                   ApiFault
Throws:
java.rmi.RemoteException
ApiFault

deleteLibraryFlashAd

BasicResponse deleteLibraryFlashAd(long libraryFlashAdID)
                                   throws java.rmi.RemoteException,
                                          ApiFault
Throws:
java.rmi.RemoteException
ApiFault

deleteLibraryFlashAds

BasicResponse[] deleteLibraryFlashAds(long[] libraryFlashAdIDs)
                                      throws java.rmi.RemoteException,
                                             ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getLibraryFlashAd

LibraryFlashAd getLibraryFlashAd(long libraryFlashAdID)
                                 throws java.rmi.RemoteException,
                                        ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getLibraryFlashAdCountByAccountID

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

getLibraryFlashAds

LibraryFlashAd[] getLibraryFlashAds(long[] libraryFlashAdIDs)
                                    throws java.rmi.RemoteException,
                                           ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getLibraryFlashAdsByAccountID

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

getLibraryFlashAdsByFolderID

LibraryFlashAd[] getLibraryFlashAdsByFolderID(long folderID)
                                              throws java.rmi.RemoteException,
                                                     ApiFault
Throws:
java.rmi.RemoteException
ApiFault

updateLibraryFlashAd

LibraryFlashAdResponse updateLibraryFlashAd(LibraryFlashAd libraryFlashAd)
                                            throws java.rmi.RemoteException,
                                                   ApiFault
Throws:
java.rmi.RemoteException
ApiFault

updateLibraryFlashAds

LibraryFlashAdResponse[] updateLibraryFlashAds(LibraryFlashAd[] libraryFlashAds)
                                               throws java.rmi.RemoteException,
                                                      ApiFault
Throws:
java.rmi.RemoteException
ApiFault