com.yahoo.marketing.apt
Interface LibraryCustomizableFlashAdService

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

public interface LibraryCustomizableFlashAdService
extends java.rmi.Remote


Method Summary
 LibraryCustomizableFlashAdResponse addLibraryCustomizableFlashAd(LibraryCustomizableFlashAd libraryCustomizableFlashAd)
           
 LibraryCustomizableFlashAdResponse[] addLibraryCustomizableFlashAds(LibraryCustomizableFlashAd[] libraryCustomizableFlashAds)
           
 BasicResponse deleteLibraryCustomizableFlashAd(long libraryCustomizableFlashAdID)
           
 BasicResponse[] deleteLibraryCustomizableFlashAds(long[] libraryCustomizableFlashAdIDs)
           
 LibraryCustomizableFlashAd getLibraryCustomizableFlashAd(long libraryCustomizableFlashAdID)
           
 long getLibraryCustomizableFlashAdCountByAccountID()
           
 LibraryCustomizableFlashAd[] getLibraryCustomizableFlashAds(long[] libraryCustomizableFlashAdIDs)
           
 LibraryCustomizableFlashAd[] getLibraryCustomizableFlashAdsByAccountID(int startElement, int numElements)
           
 LibraryCustomizableFlashAd[] getLibraryCustomizableFlashAdsByFolderID(long folderID)
           
 LibraryCustomizableFlashAdResponse updateLibraryCustomizableFlashAd(LibraryCustomizableFlashAd libraryCustomizableFlashAd)
           
 LibraryCustomizableFlashAdResponse[] updateLibraryCustomizableFlashAds(LibraryCustomizableFlashAd[] libraryCustomizableFlashAds)
           
 

Method Detail

addLibraryCustomizableFlashAd

LibraryCustomizableFlashAdResponse addLibraryCustomizableFlashAd(LibraryCustomizableFlashAd libraryCustomizableFlashAd)
                                                                 throws java.rmi.RemoteException,
                                                                        ApiFault
Throws:
java.rmi.RemoteException
ApiFault

addLibraryCustomizableFlashAds

LibraryCustomizableFlashAdResponse[] addLibraryCustomizableFlashAds(LibraryCustomizableFlashAd[] libraryCustomizableFlashAds)
                                                                    throws java.rmi.RemoteException,
                                                                           ApiFault
Throws:
java.rmi.RemoteException
ApiFault

deleteLibraryCustomizableFlashAd

BasicResponse deleteLibraryCustomizableFlashAd(long libraryCustomizableFlashAdID)
                                               throws java.rmi.RemoteException,
                                                      ApiFault
Throws:
java.rmi.RemoteException
ApiFault

deleteLibraryCustomizableFlashAds

BasicResponse[] deleteLibraryCustomizableFlashAds(long[] libraryCustomizableFlashAdIDs)
                                                  throws java.rmi.RemoteException,
                                                         ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getLibraryCustomizableFlashAd

LibraryCustomizableFlashAd getLibraryCustomizableFlashAd(long libraryCustomizableFlashAdID)
                                                         throws java.rmi.RemoteException,
                                                                ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getLibraryCustomizableFlashAdCountByAccountID

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

getLibraryCustomizableFlashAds

LibraryCustomizableFlashAd[] getLibraryCustomizableFlashAds(long[] libraryCustomizableFlashAdIDs)
                                                            throws java.rmi.RemoteException,
                                                                   ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getLibraryCustomizableFlashAdsByAccountID

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

getLibraryCustomizableFlashAdsByFolderID

LibraryCustomizableFlashAd[] getLibraryCustomizableFlashAdsByFolderID(long folderID)
                                                                      throws java.rmi.RemoteException,
                                                                             ApiFault
Throws:
java.rmi.RemoteException
ApiFault

updateLibraryCustomizableFlashAd

LibraryCustomizableFlashAdResponse updateLibraryCustomizableFlashAd(LibraryCustomizableFlashAd libraryCustomizableFlashAd)
                                                                    throws java.rmi.RemoteException,
                                                                           ApiFault
Throws:
java.rmi.RemoteException
ApiFault

updateLibraryCustomizableFlashAds

LibraryCustomizableFlashAdResponse[] updateLibraryCustomizableFlashAds(LibraryCustomizableFlashAd[] libraryCustomizableFlashAds)
                                                                       throws java.rmi.RemoteException,
                                                                              ApiFault
Throws:
java.rmi.RemoteException
ApiFault