com.yahoo.marketing.apt
Interface LibraryThirdPartyAdService

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

public interface LibraryThirdPartyAdService
extends java.rmi.Remote


Method Summary
 LibraryThirdPartyAdResponse addLibraryThirdPartyAd(LibraryThirdPartyAd libraryThirdPartyAd)
           
 LibraryThirdPartyAdResponse[] addLibraryThirdPartyAds(LibraryThirdPartyAd[] libraryThirdPartyAds)
           
 BasicResponse deleteLibraryThirdPartyAd(long libraryThirdPartyAdID)
           
 BasicResponse[] deleteLibraryThirdPartyAds(long[] libraryThirdPartyAdIDs)
           
 LibraryThirdPartyAd getLibraryThirdPartyAd(long libraryThirdPartyAdID)
           
 long getLibraryThirdPartyAdCountByAccountID()
           
 LibraryThirdPartyAd[] getLibraryThirdPartyAds(long[] libraryThirdPartyAdIDs)
           
 LibraryThirdPartyAd[] getLibraryThirdPartyAdsByAccountID(int startElement, int numElements)
           
 LibraryThirdPartyAd[] getLibraryThirdPartyAdsByFolderID(long folderID)
           
 LibraryThirdPartyAdResponse updateLibraryThirdPartyAd(LibraryThirdPartyAd libraryThirdPartyAd)
           
 LibraryThirdPartyAdResponse[] updateLibraryThirdPartyAds(LibraryThirdPartyAd[] libraryThirdPartyAds)
           
 

Method Detail

addLibraryThirdPartyAd

LibraryThirdPartyAdResponse addLibraryThirdPartyAd(LibraryThirdPartyAd libraryThirdPartyAd)
                                                   throws java.rmi.RemoteException,
                                                          ApiFault
Throws:
java.rmi.RemoteException
ApiFault

addLibraryThirdPartyAds

LibraryThirdPartyAdResponse[] addLibraryThirdPartyAds(LibraryThirdPartyAd[] libraryThirdPartyAds)
                                                      throws java.rmi.RemoteException,
                                                             ApiFault
Throws:
java.rmi.RemoteException
ApiFault

deleteLibraryThirdPartyAd

BasicResponse deleteLibraryThirdPartyAd(long libraryThirdPartyAdID)
                                        throws java.rmi.RemoteException,
                                               ApiFault
Throws:
java.rmi.RemoteException
ApiFault

deleteLibraryThirdPartyAds

BasicResponse[] deleteLibraryThirdPartyAds(long[] libraryThirdPartyAdIDs)
                                           throws java.rmi.RemoteException,
                                                  ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getLibraryThirdPartyAd

LibraryThirdPartyAd getLibraryThirdPartyAd(long libraryThirdPartyAdID)
                                           throws java.rmi.RemoteException,
                                                  ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getLibraryThirdPartyAdCountByAccountID

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

getLibraryThirdPartyAds

LibraryThirdPartyAd[] getLibraryThirdPartyAds(long[] libraryThirdPartyAdIDs)
                                              throws java.rmi.RemoteException,
                                                     ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getLibraryThirdPartyAdsByAccountID

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

getLibraryThirdPartyAdsByFolderID

LibraryThirdPartyAd[] getLibraryThirdPartyAdsByFolderID(long folderID)
                                                        throws java.rmi.RemoteException,
                                                               ApiFault
Throws:
java.rmi.RemoteException
ApiFault

updateLibraryThirdPartyAd

LibraryThirdPartyAdResponse updateLibraryThirdPartyAd(LibraryThirdPartyAd libraryThirdPartyAd)
                                                      throws java.rmi.RemoteException,
                                                             ApiFault
Throws:
java.rmi.RemoteException
ApiFault

updateLibraryThirdPartyAds

LibraryThirdPartyAdResponse[] updateLibraryThirdPartyAds(LibraryThirdPartyAd[] libraryThirdPartyAds)
                                                         throws java.rmi.RemoteException,
                                                                ApiFault
Throws:
java.rmi.RemoteException
ApiFault