@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface SocialRequestService extends BaseService
SocialRequestServiceUtil,
com.liferay.portlet.social.service.base.SocialRequestServiceBaseImpl,
com.liferay.portlet.social.service.impl.SocialRequestServiceImpl| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
SocialRequest |
updateRequest(long requestId,
int status,
ThemeDisplay themeDisplay) |
java.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanSocialRequest updateRequest(long requestId, int status, ThemeDisplay themeDisplay) throws PortalException
PortalException