com.yahoo.marketing.apt
Interface ImageCreativeService
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- ImageCreativeServiceHttpBindingStub
public interface ImageCreativeService
- extends java.rmi.Remote
addImageCreative
ImageCreativeResponse addImageCreative(ImageCreative imageCreative)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
addImageCreatives
ImageCreativeResponse[] addImageCreatives(ImageCreative[] imageCreatives)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
copyImageCreative
ImageCreativeResponse copyImageCreative(long imageCreativeID,
long destinationFolderID)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
copyImageCreatives
ImageCreativeResponse[] copyImageCreatives(long[] imageCreativeIDs,
long destinationFolderID)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
deleteImageCreative
BasicResponse deleteImageCreative(long imageCreativeID)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
deleteImageCreatives
BasicResponse[] deleteImageCreatives(long[] imageCreativeIDs)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
getImageCreative
ImageCreative getImageCreative(long imageCreativeID)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
getImageCreativeCountByAccountID
long getImageCreativeCountByAccountID()
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
getImageCreatives
ImageCreative[] getImageCreatives(long[] imageCreativeIDs)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
getImageCreativesByAccountID
ImageCreative[] getImageCreativesByAccountID(int startElement,
int numElements)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
getImageCreativesByFolderID
ImageCreative[] getImageCreativesByFolderID(long folderID)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
moveImageCreative
ImageCreativeResponse moveImageCreative(long imageCreativeID,
long destinationFolderID)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
moveImageCreatives
ImageCreativeResponse[] moveImageCreatives(long[] imageCreativeIDs,
long destinationFolderID)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
updateImageCreative
ImageCreativeResponse updateImageCreative(ImageCreative imageCreative)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
updateImageCreatives
ImageCreativeResponse[] updateImageCreatives(ImageCreative[] imageCreatives)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault