com.yahoo.marketing.apt
Interface LibraryAdInformationService

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

public interface LibraryAdInformationService
extends java.rmi.Remote


Method Summary
 LibraryAdCommentResponse addLibraryAdComment(LibraryAdComment comment)
           
 LibraryAdCommentResponse[] addLibraryAdComments(LibraryAdComment[] comments)
           
 long getLibraryAdCommentCountByLibraryAdID(long libraryAdID)
           
 LibraryAdComment[] getLibraryAdCommentsByLibraryAdID(long libraryAdID, int startElement, int numElements)
           
 

Method Detail

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