public abstract class BaseSyncPortlet
extends com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet
| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.sync.service.SyncDeviceLocalService |
syncDeviceLocalService |
| Constructor and Description |
|---|
BaseSyncPortlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteDevice(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
void |
render(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse) |
protected void |
setIPGeocoder(com.liferay.ip.geocoder.IPGeocoder ipGeocoder) |
protected void |
setPortal(com.liferay.portal.kernel.util.Portal portal) |
protected void |
setSyncDeviceLocalService(com.liferay.sync.service.SyncDeviceLocalService syncDeviceLocalService) |
void |
updateDevice(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, 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.sync.service.SyncDeviceLocalService syncDeviceLocalService
public void deleteDevice(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
java.lang.Exceptionpublic void render(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse)
throws java.io.IOException,
javax.portlet.PortletException
render in interface javax.portlet.Portletrender in class com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortletjava.io.IOExceptionjavax.portlet.PortletExceptionpublic void updateDevice(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
java.lang.Exceptionprotected void setIPGeocoder(com.liferay.ip.geocoder.IPGeocoder ipGeocoder)
protected void setPortal(com.liferay.portal.kernel.util.Portal portal)
protected void setSyncDeviceLocalService(com.liferay.sync.service.SyncDeviceLocalService syncDeviceLocalService)