com.liferay.portlet.ratings.service
Class RatingsEntryServiceUtil
java.lang.Object
com.liferay.portlet.ratings.service.RatingsEntryServiceUtil
@ProviderType
public class RatingsEntryServiceUtil
- extends Object
Provides the remote service utility for RatingsEntry. This utility wraps
com.liferay.portlet.ratings.service.impl.RatingsEntryServiceImpl and is the
primary 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.
- See Also:
RatingsEntryService,
com.liferay.portlet.ratings.service.base.RatingsEntryServiceBaseImpl,
com.liferay.portlet.ratings.service.impl.RatingsEntryServiceImpl
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RatingsEntryServiceUtil
public RatingsEntryServiceUtil()
deleteEntry
public static void deleteEntry(String className,
long classPK)
throws PortalException
- Throws:
PortalException
getOSGiServiceIdentifier
public static String getOSGiServiceIdentifier()
- Returns the OSGi service identifier.
- Returns:
- the OSGi service identifier
updateEntry
public static RatingsEntry updateEntry(String className,
long classPK,
double score)
throws PortalException
- Throws:
PortalException
getService
public static RatingsEntryService getService()