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