com.yahoo.marketing.apt
Interface VideoCreativeService

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

public interface VideoCreativeService
extends java.rmi.Remote


Method Summary
 VideoCreativeAddResponse addVideoCreative(VideoCreativeAddRequest videoCreative)
           
 VideoCreativeAddResponse[] addVideoCreatives(VideoCreativeAddRequest[] videoCreatives)
           
 VideoCreativeResponse copyVideoCreative(long videoCreativeID, long destinationFolderID)
           
 VideoCreativeResponse[] copyVideoCreatives(long[] videoCreativeIDs, long destinationFolderID)
           
 BasicResponse deleteVideoCreative(long videoCreativeID)
           
 BasicResponse[] deleteVideoCreatives(long[] videoCreativeIDs)
           
 VideoCreative getVideoCreative(long videoCreativeID)
           
 long getVideoCreativeCountByAccountID()
           
 VideoCreative[] getVideoCreatives(long[] videoCreativeIDs)
           
 VideoCreative[] getVideoCreativesByAccountID(int startElement, int numElements)
           
 VideoCreative[] getVideoCreativesByFolderID(long folderID)
           
 VideoCreativeResponse moveVideoCreative(long videoCreativeID, long destinationFolderID)
           
 VideoCreativeResponse[] moveVideoCreatives(long[] videoCreativeIDs, long destinationFolderID)
           
 VideoCreativeResponse updateVideoCreative(VideoCreative videoCreative)
           
 VideoCreativeResponse[] updateVideoCreatives(VideoCreative[] videoCreatives)
           
 

Method Detail

addVideoCreative

VideoCreativeAddResponse addVideoCreative(VideoCreativeAddRequest videoCreative)
                                          throws java.rmi.RemoteException,
                                                 ApiFault
Throws:
java.rmi.RemoteException
ApiFault

addVideoCreatives

VideoCreativeAddResponse[] addVideoCreatives(VideoCreativeAddRequest[] videoCreatives)
                                             throws java.rmi.RemoteException,
                                                    ApiFault
Throws:
java.rmi.RemoteException
ApiFault

copyVideoCreative

VideoCreativeResponse copyVideoCreative(long videoCreativeID,
                                        long destinationFolderID)
                                        throws java.rmi.RemoteException,
                                               ApiFault
Throws:
java.rmi.RemoteException
ApiFault

copyVideoCreatives

VideoCreativeResponse[] copyVideoCreatives(long[] videoCreativeIDs,
                                           long destinationFolderID)
                                           throws java.rmi.RemoteException,
                                                  ApiFault
Throws:
java.rmi.RemoteException
ApiFault

deleteVideoCreative

BasicResponse deleteVideoCreative(long videoCreativeID)
                                  throws java.rmi.RemoteException,
                                         ApiFault
Throws:
java.rmi.RemoteException
ApiFault

deleteVideoCreatives

BasicResponse[] deleteVideoCreatives(long[] videoCreativeIDs)
                                     throws java.rmi.RemoteException,
                                            ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getVideoCreative

VideoCreative getVideoCreative(long videoCreativeID)
                               throws java.rmi.RemoteException,
                                      ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getVideoCreativeCountByAccountID

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

getVideoCreatives

VideoCreative[] getVideoCreatives(long[] videoCreativeIDs)
                                  throws java.rmi.RemoteException,
                                         ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getVideoCreativesByAccountID

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

getVideoCreativesByFolderID

VideoCreative[] getVideoCreativesByFolderID(long folderID)
                                            throws java.rmi.RemoteException,
                                                   ApiFault
Throws:
java.rmi.RemoteException
ApiFault

moveVideoCreative

VideoCreativeResponse moveVideoCreative(long videoCreativeID,
                                        long destinationFolderID)
                                        throws java.rmi.RemoteException,
                                               ApiFault
Throws:
java.rmi.RemoteException
ApiFault

moveVideoCreatives

VideoCreativeResponse[] moveVideoCreatives(long[] videoCreativeIDs,
                                           long destinationFolderID)
                                           throws java.rmi.RemoteException,
                                                  ApiFault
Throws:
java.rmi.RemoteException
ApiFault

updateVideoCreative

VideoCreativeResponse updateVideoCreative(VideoCreative videoCreative)
                                          throws java.rmi.RemoteException,
                                                 ApiFault
Throws:
java.rmi.RemoteException
ApiFault

updateVideoCreatives

VideoCreativeResponse[] updateVideoCreatives(VideoCreative[] videoCreatives)
                                             throws java.rmi.RemoteException,
                                                    ApiFault
Throws:
java.rmi.RemoteException
ApiFault