com.yahoo.marketing.apt
Interface VideoCreativeService
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- VideoCreativeServiceHttpBindingStub
public interface VideoCreativeService
- extends java.rmi.Remote
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