com.yahoo.marketing.apt
Interface LibraryCustomHTMLAdService
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- LibraryCustomHTMLAdServiceHttpBindingStub
public interface LibraryCustomHTMLAdService
- extends java.rmi.Remote
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