Interface RatingsEntryService
- All Superinterfaces:
BaseService
- All Known Implementing Classes:
RatingsEntryServiceWrapper
@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface RatingsEntryService
extends BaseService
Provides the remote service interface for RatingsEntry. Methods of this
service are expected to have security checks based on the propagated JAAS
credentials because this service can be accessed remotely.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteEntry
(String className, long classPK) Returns the OSGi service identifier.updateEntry
(String className, long classPK, double score)
-
Method Details
-
deleteEntry
- Throws:
PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateEntry
- Throws:
PortalException
-