@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface RatingsEntryService extends BaseService
RatingsEntryServiceUtil| Modifier and Type | Method and Description |
|---|---|
void |
deleteEntry(String className,
long classPK)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
RatingsEntry |
updateEntry(String className,
long classPK,
double score) |
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.PortalExceptionString getOSGiServiceIdentifier()
RatingsEntry updateEntry(String className, long classPK, double score) throws PortalException
PortalException