Class PortletServiceImpl

Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.PortletServiceBaseImpl
com.liferay.portal.service.impl.PortletServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.PortletService

@JSONWebService(mode=MANUAL) public class PortletServiceImpl extends PortletServiceBaseImpl
Author:
Brian Wing Shun Chan
  • Constructor Details

    • PortletServiceImpl

      public PortletServiceImpl()
  • Method Details

    • getWARPortlets

      public com.liferay.portal.kernel.json.JSONArray getWARPortlets()
    • hasPortlet

      @JSONWebService public boolean hasPortlet(long companyId, String portletId)
    • updatePortlet

      public com.liferay.portal.kernel.model.Portlet updatePortlet(long companyId, String portletId, String roles, boolean active) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException