com.liferay.client.soap.portlet.ratings.service.http
Interface RatingsEntryServiceSoap
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Portlet_Ratings_RatingsEntryServiceSoapBindingImpl, Portlet_Ratings_RatingsEntryServiceSoapBindingStub
public interface RatingsEntryServiceSoap
- extends java.rmi.Remote
deleteEntry
void deleteEntry(java.lang.String className,
long classPK)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateEntry
RatingsEntrySoap updateEntry(java.lang.String className,
long classPK,
double score)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException