com.yahoo.marketing.apt
Interface ImageCreativeService

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

public interface ImageCreativeService
extends java.rmi.Remote


Method Summary
 ImageCreativeResponse addImageCreative(ImageCreative imageCreative)
           
 ImageCreativeResponse[] addImageCreatives(ImageCreative[] imageCreatives)
           
 ImageCreativeResponse copyImageCreative(long imageCreativeID, long destinationFolderID)
           
 ImageCreativeResponse[] copyImageCreatives(long[] imageCreativeIDs, long destinationFolderID)
           
 BasicResponse deleteImageCreative(long imageCreativeID)
           
 BasicResponse[] deleteImageCreatives(long[] imageCreativeIDs)
           
 ImageCreative getImageCreative(long imageCreativeID)
           
 long getImageCreativeCountByAccountID()
           
 ImageCreative[] getImageCreatives(long[] imageCreativeIDs)
           
 ImageCreative[] getImageCreativesByAccountID(int startElement, int numElements)
           
 ImageCreative[] getImageCreativesByFolderID(long folderID)
           
 ImageCreativeResponse moveImageCreative(long imageCreativeID, long destinationFolderID)
           
 ImageCreativeResponse[] moveImageCreatives(long[] imageCreativeIDs, long destinationFolderID)
           
 ImageCreativeResponse updateImageCreative(ImageCreative imageCreative)
           
 ImageCreativeResponse[] updateImageCreatives(ImageCreative[] imageCreatives)
           
 

Method Detail

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