@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface SocialRequestService extends BaseService
SocialRequestServiceUtil
,
SocialRequestServiceBaseImpl
,
SocialRequestServiceImpl
Modifier and Type | Method and Description |
---|---|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
SocialRequest |
updateRequest(long requestId,
int status,
ThemeDisplay themeDisplay) |
String getOSGiServiceIdentifier()
SocialRequest updateRequest(long requestId, int status, ThemeDisplay themeDisplay) throws PortalException
PortalException