com.yahoo.marketing.apt
Interface LibraryAdInformationService
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- LibraryAdInformationServiceHttpBindingStub
public interface LibraryAdInformationService
- extends java.rmi.Remote
addLibraryAdComment
LibraryAdCommentResponse addLibraryAdComment(LibraryAdComment comment)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
addLibraryAdComments
LibraryAdCommentResponse[] addLibraryAdComments(LibraryAdComment[] comments)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
getLibraryAdCommentCountByLibraryAdID
long getLibraryAdCommentCountByLibraryAdID(long libraryAdID)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
getLibraryAdCommentsByLibraryAdID
LibraryAdComment[] getLibraryAdCommentsByLibraryAdID(long libraryAdID,
int startElement,
int numElements)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault