com.yahoo.marketing.apt
Interface FlashCreativeService

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

public interface FlashCreativeService
extends java.rmi.Remote


Method Summary
 FlashCreativeResponse addFlashCreative(FlashCreative flashCreative)
           
 FlashCreativeResponse[] addFlashCreatives(FlashCreative[] flashCreatives)
           
 FlashCreativeResponse copyFlashCreative(long flashCreativeID, long destinationFolderID)
           
 FlashCreativeResponse[] copyFlashCreatives(long[] flashCreativeIDs, long destinationFolderID)
           
 BasicResponse deleteFlashCreative(long flashCreativeID)
           
 BasicResponse[] deleteFlashCreatives(long[] flashCreativeIDs)
           
 FlashCreative getFlashCreative(long flashCreativeID)
           
 long getFlashCreativeCountByAccountID()
           
 FlashCreative[] getFlashCreatives(long[] flashCreativeIDs)
           
 FlashCreative[] getFlashCreativesByAccountID(int startElement, int numElements)
           
 FlashCreative[] getFlashCreativesByFolderID(long folderID)
           
 FlashCreativeResponse moveFlashCreative(long flashCreativeID, long destinationFolderID)
           
 FlashCreativeResponse[] moveFlashCreatives(long[] flashCreativeIDs, long destinationFolderID)
           
 FlashCreativeResponse updateFlashCreative(FlashCreative flashCreative)
           
 FlashCreativeResponse[] updateFlashCreatives(FlashCreative[] flashCreatives)
           
 

Method Detail

addFlashCreative

FlashCreativeResponse addFlashCreative(FlashCreative flashCreative)
                                       throws java.rmi.RemoteException,
                                              ApiFault
Throws:
java.rmi.RemoteException
ApiFault

addFlashCreatives

FlashCreativeResponse[] addFlashCreatives(FlashCreative[] flashCreatives)
                                          throws java.rmi.RemoteException,
                                                 ApiFault
Throws:
java.rmi.RemoteException
ApiFault

copyFlashCreative

FlashCreativeResponse copyFlashCreative(long flashCreativeID,
                                        long destinationFolderID)
                                        throws java.rmi.RemoteException,
                                               ApiFault
Throws:
java.rmi.RemoteException
ApiFault

copyFlashCreatives

FlashCreativeResponse[] copyFlashCreatives(long[] flashCreativeIDs,
                                           long destinationFolderID)
                                           throws java.rmi.RemoteException,
                                                  ApiFault
Throws:
java.rmi.RemoteException
ApiFault

deleteFlashCreative

BasicResponse deleteFlashCreative(long flashCreativeID)
                                  throws java.rmi.RemoteException,
                                         ApiFault
Throws:
java.rmi.RemoteException
ApiFault

deleteFlashCreatives

BasicResponse[] deleteFlashCreatives(long[] flashCreativeIDs)
                                     throws java.rmi.RemoteException,
                                            ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getFlashCreative

FlashCreative getFlashCreative(long flashCreativeID)
                               throws java.rmi.RemoteException,
                                      ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getFlashCreativeCountByAccountID

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

getFlashCreatives

FlashCreative[] getFlashCreatives(long[] flashCreativeIDs)
                                  throws java.rmi.RemoteException,
                                         ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getFlashCreativesByAccountID

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

getFlashCreativesByFolderID

FlashCreative[] getFlashCreativesByFolderID(long folderID)
                                            throws java.rmi.RemoteException,
                                                   ApiFault
Throws:
java.rmi.RemoteException
ApiFault

moveFlashCreative

FlashCreativeResponse moveFlashCreative(long flashCreativeID,
                                        long destinationFolderID)
                                        throws java.rmi.RemoteException,
                                               ApiFault
Throws:
java.rmi.RemoteException
ApiFault

moveFlashCreatives

FlashCreativeResponse[] moveFlashCreatives(long[] flashCreativeIDs,
                                           long destinationFolderID)
                                           throws java.rmi.RemoteException,
                                                  ApiFault
Throws:
java.rmi.RemoteException
ApiFault

updateFlashCreative

FlashCreativeResponse updateFlashCreative(FlashCreative flashCreative)
                                          throws java.rmi.RemoteException,
                                                 ApiFault
Throws:
java.rmi.RemoteException
ApiFault

updateFlashCreatives

FlashCreativeResponse[] updateFlashCreatives(FlashCreative[] flashCreatives)
                                             throws java.rmi.RemoteException,
                                                    ApiFault
Throws:
java.rmi.RemoteException
ApiFault