Class LayoutUtilityPageEntryServiceUtil

java.lang.Object
com.liferay.layout.utility.page.service.LayoutUtilityPageEntryServiceUtil

public class LayoutUtilityPageEntryServiceUtil extends Object
Provides the remote service utility for LayoutUtilityPageEntry. This utility wraps com.liferay.layout.utility.page.service.impl.LayoutUtilityPageEntryServiceImpl and is an access point for service operations in application layer code running on a remote server. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
See Also:
Generated:
  • Constructor Details

    • LayoutUtilityPageEntryServiceUtil

      public LayoutUtilityPageEntryServiceUtil()
  • Method Details

    • addLayoutUtilityPageEntry

      public static LayoutUtilityPageEntry addLayoutUtilityPageEntry(String externalReferenceCode, long groupId, long plid, long previewFileEntryId, boolean defaultLayoutUtilityPageEntry, String name, String type, long masterLayoutPlid, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • copyLayoutUtilityPageEntry

      public static LayoutUtilityPageEntry copyLayoutUtilityPageEntry(long groupId, long sourceLayoutUtilityPageEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws Exception
      Throws:
      Exception
    • deleteLayoutUtilityPageEntry

      public static LayoutUtilityPageEntry deleteLayoutUtilityPageEntry(long layoutUtilityPageEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteLayoutUtilityPageEntry

      public static LayoutUtilityPageEntry deleteLayoutUtilityPageEntry(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchLayoutUtilityPageEntry

      public static LayoutUtilityPageEntry fetchLayoutUtilityPageEntry(long layoutUtilityPageEntryId)
    • fetchLayoutUtilityPageEntryByExternalReferenceCode

      public static LayoutUtilityPageEntry fetchLayoutUtilityPageEntryByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDefaultLayoutUtilityPageEntry

      public static LayoutUtilityPageEntry getDefaultLayoutUtilityPageEntry(long groupId, String type) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getLayoutUtilityPageEntries

      public static List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId)
    • getLayoutUtilityPageEntries

      public static List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
    • getLayoutUtilityPageEntries

      public static List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
    • getLayoutUtilityPageEntries

      public static List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId, String keyword, String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
    • getLayoutUtilityPageEntries

      public static List<LayoutUtilityPageEntry> getLayoutUtilityPageEntries(long groupId, String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
    • getLayoutUtilityPageEntriesCount

      public static int getLayoutUtilityPageEntriesCount(long groupId)
    • getLayoutUtilityPageEntriesCount

      public static int getLayoutUtilityPageEntriesCount(long groupId, String keyword, String[] types)
    • getLayoutUtilityPageEntriesCount

      public static int getLayoutUtilityPageEntriesCount(long groupId, String[] types)
    • getLayoutUtilityPageEntryByExternalReferenceCode

      public static LayoutUtilityPageEntry getLayoutUtilityPageEntryByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public static String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier
    • setDefaultLayoutUtilityPageEntry

      public static LayoutUtilityPageEntry setDefaultLayoutUtilityPageEntry(long layoutUtilityPageEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • unsetDefaultLayoutUtilityPageEntry

      public static LayoutUtilityPageEntry unsetDefaultLayoutUtilityPageEntry(long layoutUtilityPageEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateLayoutUtilityPageEntry

      public static LayoutUtilityPageEntry updateLayoutUtilityPageEntry(long layoutUtilityPageEntryId, long previewFileEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateLayoutUtilityPageEntry

      public static LayoutUtilityPageEntry updateLayoutUtilityPageEntry(long layoutUtilityPageEntryId, String name) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static LayoutUtilityPageEntryService getService()