public class SummaryPortlet
extends com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet
Constructor and Description |
---|
SummaryPortlet() |
Modifier and Type | Method and Description |
---|---|
void |
addFriend(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
void |
deleteFriend(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected com.liferay.portal.kernel.json.JSONObject |
getExtraDataJSONObject(javax.portlet.ActionRequest actionRequest) |
void |
joinGroup(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
void |
joinOrganization(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
void |
leaveGroup(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
void |
leaveOrganization(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected void |
setExpandoValueLocalService(com.liferay.expando.kernel.service.ExpandoValueLocalService expandoValueLocalService) |
protected void |
setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService) |
protected void |
setMeetupsEntryLocalService(com.liferay.social.networking.service.MeetupsEntryLocalService meetupsEntryLocalService) |
protected void |
setMeetupsRegistrationLocalService(com.liferay.social.networking.service.MeetupsRegistrationLocalService meetupsRegistrationLocalService) |
protected void |
setOrganizationLocalService(com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService) |
protected void |
setRoleLocalService(com.liferay.portal.kernel.service.RoleLocalService roleLocalService) |
protected void |
setSocialRelationLocalService(com.liferay.social.kernel.service.SocialRelationLocalService socialRelationLocalService) |
protected void |
setSocialRequestLocalService(com.liferay.social.kernel.service.SocialRequestLocalService socialRequestLocalService) |
protected void |
setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService) |
protected void |
setWallEntryLocalService(com.liferay.social.networking.service.WallEntryLocalService wallEntryLocalService) |
void |
updateSummary(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
callActionMethod, callResourceMethod, checkPath, checkPermissions, destroy, doAbout, doConfig, doDispatch, doEdit, doEditDefaults, doEditGuest, doHelp, doPreview, doPrint, doView, getMVCPathAttributeName, getPath, hideDefaultErrorMessage, hideDefaultSuccessMessage, include, include, include, include, include, init, invokeHideDefaultSuccessMessage, invokeTaglibDiscussion, invokeTaglibDiscussionPagination, processAction, render, serveResource
addSuccessMessage, getActionMethod, getJSONContentType, getRedirect, getResourceMethod, getServletContext, getTitle, isAlwaysSendRedirect, isEmptySessionMessages, isProcessActionRequest, isProcessPortletRequest, isProcessRenderRequest, isProcessResourceRequest, isSessionErrorException, sendRedirect, translate, translate, writeJSON, writeJSON
doHeaders, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, init, processEvent
public void addFriend(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse) throws java.lang.Exception
java.lang.Exception
public void deleteFriend(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse) throws java.lang.Exception
java.lang.Exception
public void joinGroup(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse) throws java.lang.Exception
java.lang.Exception
public void joinOrganization(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse) throws java.lang.Exception
java.lang.Exception
public void leaveGroup(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse) throws java.lang.Exception
java.lang.Exception
public void leaveOrganization(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse) throws java.lang.Exception
java.lang.Exception
public void updateSummary(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse) throws java.lang.Exception
java.lang.Exception
protected com.liferay.portal.kernel.json.JSONObject getExtraDataJSONObject(javax.portlet.ActionRequest actionRequest)
protected void setExpandoValueLocalService(com.liferay.expando.kernel.service.ExpandoValueLocalService expandoValueLocalService)
protected void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
protected void setMeetupsEntryLocalService(com.liferay.social.networking.service.MeetupsEntryLocalService meetupsEntryLocalService)
protected void setMeetupsRegistrationLocalService(com.liferay.social.networking.service.MeetupsRegistrationLocalService meetupsRegistrationLocalService)
protected void setOrganizationLocalService(com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService)
protected void setRoleLocalService(com.liferay.portal.kernel.service.RoleLocalService roleLocalService)
protected void setSocialRelationLocalService(com.liferay.social.kernel.service.SocialRelationLocalService socialRelationLocalService)
protected void setSocialRequestLocalService(com.liferay.social.kernel.service.SocialRequestLocalService socialRequestLocalService)
protected void setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
protected void setWallEntryLocalService(com.liferay.social.networking.service.WallEntryLocalService wallEntryLocalService)