@ProviderType public class RatingsEntryServiceUtil extends Object
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.RatingsEntryService,
RatingsEntryServiceBaseImpl,
RatingsEntryServiceImpl| Constructor and Description |
|---|
RatingsEntryServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
deleteEntry(String className,
long classPK) |
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
PortalExceptionpublic static String getOSGiServiceIdentifier()
public static RatingsEntry updateEntry(String className, long classPK, double score) throws PortalException
PortalExceptionpublic static RatingsEntryService getService()