@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface RatingsEntryService extends BaseService
RatingsEntryServiceUtil
,
RatingsEntryServiceBaseImpl
,
RatingsEntryServiceImpl
Modifier and Type | Method and Description |
---|---|
void |
deleteEntry(String className,
long classPK) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
RatingsEntry |
updateEntry(String className,
long classPK,
double score) |
void deleteEntry(String className, long classPK) throws PortalException
PortalException
String getOSGiServiceIdentifier()
RatingsEntry updateEntry(String className, long classPK, double score) throws PortalException
PortalException