public class RatingsEntryServiceUtil
extends Object
com.liferay.portlet.ratings.service.impl.RatingsEntryServiceImpl and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.RatingsEntryService| Constructor and Description |
|---|
RatingsEntryServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
deleteEntry(String className,
long classPK)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
static String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static RatingsEntryService |
getService() |
static RatingsEntry |
updateEntry(String className,
long classPK,
double score) |
public static void deleteEntry(String className,
long classPK)
throws PortalException
RatingsEntryServiceUtil to access the ratings entry remote service. Add custom service methods to com.liferay.portlet.ratings.service.impl.RatingsEntryServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.PortalExceptionpublic static String getOSGiServiceIdentifier()
public static RatingsEntry updateEntry(String className, long classPK, double score) throws PortalException
PortalExceptionpublic static RatingsEntryService getService()