public class MicroblogsPortlet
extends com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet
| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.asset.kernel.service.AssetEntryLocalService |
assetEntryLocalService |
protected com.liferay.microblogs.service.MicroblogsEntryLocalService |
microblogsEntryLocalService |
protected com.liferay.microblogs.service.MicroblogsEntryService |
microblogsEntryService |
| Constructor and Description |
|---|
MicroblogsPortlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteMicroblogsEntry(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected java.lang.String[] |
getAssetTagNames(java.lang.String content) |
protected void |
setAssetEntryLocalService(com.liferay.asset.kernel.service.AssetEntryLocalService assetEntryLocalService) |
protected void |
setMicroblogsEntryLocalService(com.liferay.microblogs.service.MicroblogsEntryLocalService microblogsEntryLocalService) |
protected void |
setMicroblogsEntryService(com.liferay.microblogs.service.MicroblogsEntryService microblogsEntryService) |
void |
updateMicroblogsEntry(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
void |
updateMicroblogsEntryViewCount(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, serveResourceaddSuccessMessage, getActionMethod, getJSONContentType, getRedirect, getResourceMethod, getServletContext, getTitle, isAlwaysSendRedirect, isEmptySessionMessages, isProcessActionRequest, isProcessPortletRequest, isProcessRenderRequest, isProcessResourceRequest, isSessionErrorException, sendRedirect, translate, translate, writeJSON, writeJSONdoHeaders, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, init, processEventprotected com.liferay.asset.kernel.service.AssetEntryLocalService assetEntryLocalService
protected com.liferay.microblogs.service.MicroblogsEntryLocalService microblogsEntryLocalService
protected com.liferay.microblogs.service.MicroblogsEntryService microblogsEntryService
public void deleteMicroblogsEntry(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
java.lang.Exceptionpublic void updateMicroblogsEntry(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
java.lang.Exceptionpublic void updateMicroblogsEntryViewCount(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
java.lang.Exceptionprotected java.lang.String[] getAssetTagNames(java.lang.String content)
protected void setAssetEntryLocalService(com.liferay.asset.kernel.service.AssetEntryLocalService assetEntryLocalService)
protected void setMicroblogsEntryLocalService(com.liferay.microblogs.service.MicroblogsEntryLocalService microblogsEntryLocalService)
protected void setMicroblogsEntryService(com.liferay.microblogs.service.MicroblogsEntryService microblogsEntryService)