com.yahoo.marketing.apt
Interface CustomizableFlashCreativeService

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

public interface CustomizableFlashCreativeService
extends java.rmi.Remote


Method Summary
 CustomizableFlashCreativeResponse addCustomizableFlashCreative(CustomizableFlashCreative customizableFlashCreative)
           
 CustomizableFlashCreativeResponse[] addCustomizableFlashCreatives(CustomizableFlashCreative[] customizableFlashCreatives)
           
 CustomizableFlashCreativeResponse copyCustomizableFlashCreative(long customizableFlashCreativeID, long destinationFolderID)
           
 CustomizableFlashCreativeResponse[] copyCustomizableFlashCreatives(long[] customizableFlashCreativeIDs, long destinationFolderID)
           
 BasicResponse deleteCustomizableFlashCreative(long customizableFlashCreativeID)
           
 BasicResponse[] deleteCustomizableFlashCreatives(long[] customizableFlashCreativeIDs)
           
 CustomizableFlashCreative getCustomizableFlashCreative(long customizableFlashCreativeID)
           
 long getCustomizableFlashCreativeCountByAccountID()
           
 CustomizableFlashCreative[] getCustomizableFlashCreatives(long[] customizableFlashCreativeIDs)
           
 CustomizableFlashCreative[] getCustomizableFlashCreativesByAccountID(int startElement, int numElements)
           
 CustomizableFlashCreative[] getCustomizableFlashCreativesByFolderID(long folderID)
           
 CustomizableFlashCreativeResponse moveCustomizableFlashCreative(long customizableFlashCreativeID, long destinationFolderID)
           
 CustomizableFlashCreativeResponse[] moveCustomizableFlashCreatives(long[] customizableFlashCreativeIDs, long destinationFolderID)
           
 CustomizableFlashCreativeResponse updateCustomizableFlashCreative(CustomizableFlashCreative customizableFlashCreative)
           
 CustomizableFlashCreativeResponse[] updateCustomizableFlashCreatives(CustomizableFlashCreative[] customizableFlashCreatives)
           
 

Method Detail

addCustomizableFlashCreative

CustomizableFlashCreativeResponse addCustomizableFlashCreative(CustomizableFlashCreative customizableFlashCreative)
                                                               throws java.rmi.RemoteException,
                                                                      ApiFault
Throws:
java.rmi.RemoteException
ApiFault

addCustomizableFlashCreatives

CustomizableFlashCreativeResponse[] addCustomizableFlashCreatives(CustomizableFlashCreative[] customizableFlashCreatives)
                                                                  throws java.rmi.RemoteException,
                                                                         ApiFault
Throws:
java.rmi.RemoteException
ApiFault

copyCustomizableFlashCreative

CustomizableFlashCreativeResponse copyCustomizableFlashCreative(long customizableFlashCreativeID,
                                                                long destinationFolderID)
                                                                throws java.rmi.RemoteException,
                                                                       ApiFault
Throws:
java.rmi.RemoteException
ApiFault

copyCustomizableFlashCreatives

CustomizableFlashCreativeResponse[] copyCustomizableFlashCreatives(long[] customizableFlashCreativeIDs,
                                                                   long destinationFolderID)
                                                                   throws java.rmi.RemoteException,
                                                                          ApiFault
Throws:
java.rmi.RemoteException
ApiFault

deleteCustomizableFlashCreative

BasicResponse deleteCustomizableFlashCreative(long customizableFlashCreativeID)
                                              throws java.rmi.RemoteException,
                                                     ApiFault
Throws:
java.rmi.RemoteException
ApiFault

deleteCustomizableFlashCreatives

BasicResponse[] deleteCustomizableFlashCreatives(long[] customizableFlashCreativeIDs)
                                                 throws java.rmi.RemoteException,
                                                        ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getCustomizableFlashCreative

CustomizableFlashCreative getCustomizableFlashCreative(long customizableFlashCreativeID)
                                                       throws java.rmi.RemoteException,
                                                              ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getCustomizableFlashCreativeCountByAccountID

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

getCustomizableFlashCreatives

CustomizableFlashCreative[] getCustomizableFlashCreatives(long[] customizableFlashCreativeIDs)
                                                          throws java.rmi.RemoteException,
                                                                 ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getCustomizableFlashCreativesByAccountID

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

getCustomizableFlashCreativesByFolderID

CustomizableFlashCreative[] getCustomizableFlashCreativesByFolderID(long folderID)
                                                                    throws java.rmi.RemoteException,
                                                                           ApiFault
Throws:
java.rmi.RemoteException
ApiFault

moveCustomizableFlashCreative

CustomizableFlashCreativeResponse moveCustomizableFlashCreative(long customizableFlashCreativeID,
                                                                long destinationFolderID)
                                                                throws java.rmi.RemoteException,
                                                                       ApiFault
Throws:
java.rmi.RemoteException
ApiFault

moveCustomizableFlashCreatives

CustomizableFlashCreativeResponse[] moveCustomizableFlashCreatives(long[] customizableFlashCreativeIDs,
                                                                   long destinationFolderID)
                                                                   throws java.rmi.RemoteException,
                                                                          ApiFault
Throws:
java.rmi.RemoteException
ApiFault

updateCustomizableFlashCreative

CustomizableFlashCreativeResponse updateCustomizableFlashCreative(CustomizableFlashCreative customizableFlashCreative)
                                                                  throws java.rmi.RemoteException,
                                                                         ApiFault
Throws:
java.rmi.RemoteException
ApiFault

updateCustomizableFlashCreatives

CustomizableFlashCreativeResponse[] updateCustomizableFlashCreatives(CustomizableFlashCreative[] customizableFlashCreatives)
                                                                     throws java.rmi.RemoteException,
                                                                            ApiFault
Throws:
java.rmi.RemoteException
ApiFault