Class PortletItemLocalServiceImpl

Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portal.service.base.PortletItemLocalServiceBaseImpl
com.liferay.portal.service.impl.PortletItemLocalServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.PersistedModelLocalService, com.liferay.portal.kernel.service.PortletItemLocalService

public class PortletItemLocalServiceImpl extends PortletItemLocalServiceBaseImpl
Author:
Jorge Ferrer
  • Constructor Details

    • PortletItemLocalServiceImpl

      public PortletItemLocalServiceImpl()
  • Method Details

    • addPortletItem

      public com.liferay.portal.kernel.model.PortletItem addPortletItem(long userId, long groupId, String name, String portletId, String className) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getPortletItem

      public com.liferay.portal.kernel.model.PortletItem getPortletItem(long groupId, String name, String portletId, String className) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getPortletItems

      public List<com.liferay.portal.kernel.model.PortletItem> getPortletItems(long groupId, String className)
    • getPortletItems

      public List<com.liferay.portal.kernel.model.PortletItem> getPortletItems(long groupId, String portletId, String className)
    • updatePortletItem

      public com.liferay.portal.kernel.model.PortletItem updatePortletItem(long userId, long groupId, String name, String portletId, String className) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • validate

      protected void validate(String name) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException