Class LayoutPageTemplateEntryServiceUtil

java.lang.Object
com.liferay.layout.page.template.service.LayoutPageTemplateEntryServiceUtil

public class LayoutPageTemplateEntryServiceUtil extends Object
Provides the remote service utility for LayoutPageTemplateEntry. This utility wraps com.liferay.layout.page.template.service.impl.LayoutPageTemplateEntryServiceImpl 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

    • LayoutPageTemplateEntryServiceUtil

      public LayoutPageTemplateEntryServiceUtil()
  • Method Details

    • addLayoutPageTemplateEntry

      public static LayoutPageTemplateEntry addLayoutPageTemplateEntry(String externalReferenceCode, long groupId, long layoutPageTemplateCollectionId, String layoutPageTemplateEntryKey, long classNameId, long classTypeId, String name, int type, long previewFileEntryId, boolean defaultTemplate, long layoutPrototypeId, long plid, long masterLayoutPlid, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addLayoutPageTemplateEntry

      public static LayoutPageTemplateEntry addLayoutPageTemplateEntry(String externalReferenceCode, long groupId, long layoutPageTemplateCollectionId, String layoutPageTemplateEntryKey, long classNameId, long classTypeId, String name, long masterLayoutPlid, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addLayoutPageTemplateEntry

      public static LayoutPageTemplateEntry addLayoutPageTemplateEntry(String externalReferenceCode, long groupId, long layoutPageTemplateCollectionId, String layoutPageTemplateEntryKey, String name, int type, long masterLayoutPlid, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • copyLayoutPageTemplateEntry

      public static LayoutPageTemplateEntry copyLayoutPageTemplateEntry(long groupId, long layoutPageTemplateCollectionId, long sourceLayoutPageTemplateEntryId, boolean copyPermissions, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws Exception
      Throws:
      Exception
    • createLayoutPageTemplateEntryFromLayout

      public static LayoutPageTemplateEntry createLayoutPageTemplateEntryFromLayout(long segmentsExperienceId, com.liferay.portal.kernel.model.Layout sourceLayout, String name, long targetLayoutPageTemplateCollectionId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws Exception
      Throws:
      Exception
    • deleteLayoutPageTemplateEntries

      public static void deleteLayoutPageTemplateEntries(long[] layoutPageTemplateEntryIds) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteLayoutPageTemplateEntry

      public static LayoutPageTemplateEntry deleteLayoutPageTemplateEntry(long layoutPageTemplateEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteLayoutPageTemplateEntry

      public static LayoutPageTemplateEntry deleteLayoutPageTemplateEntry(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchDefaultLayoutPageTemplateEntry

      public static LayoutPageTemplateEntry fetchDefaultLayoutPageTemplateEntry(long groupId, int type, int status)
    • fetchDefaultLayoutPageTemplateEntry

      public static LayoutPageTemplateEntry fetchDefaultLayoutPageTemplateEntry(long groupId, long classNameId, long classTypeId)
    • fetchLayoutPageTemplateEntry

      public static LayoutPageTemplateEntry fetchLayoutPageTemplateEntry(long layoutPageTemplateEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchLayoutPageTemplateEntry

      public static LayoutPageTemplateEntry fetchLayoutPageTemplateEntry(long groupId, long layoutPageTemplateCollectionId, String name, int type) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchLayoutPageTemplateEntryByExternalReferenceCode

      public static LayoutPageTemplateEntry fetchLayoutPageTemplateEntryByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchLayoutPageTemplateEntryByUuidAndGroupId

      public static LayoutPageTemplateEntry fetchLayoutPageTemplateEntryByUuidAndGroupId(String uuid, long groupId)
    • getLayoutPageCollectionsAndLayoutPageTemplateEntries

      public static List<Object> getLayoutPageCollectionsAndLayoutPageTemplateEntries(long groupId, long layoutPageTemplateCollectionId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Object> orderByComparator)
    • getLayoutPageCollectionsAndLayoutPageTemplateEntries

      public static List<Object> getLayoutPageCollectionsAndLayoutPageTemplateEntries(long groupId, long layoutPageTemplateCollectionId, long classNameId, long classTypeId, String name, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Object> orderByComparator)
    • getLayoutPageCollectionsAndLayoutPageTemplateEntriesCount

      public static int getLayoutPageCollectionsAndLayoutPageTemplateEntriesCount(long groupId, long layoutPageTemplateCollectionId, int type)
    • getLayoutPageCollectionsAndLayoutPageTemplateEntriesCount

      public static int getLayoutPageCollectionsAndLayoutPageTemplateEntriesCount(long groupId, long layoutPageTemplateCollectionId, long classNameId, long classTypeId, String name, int type, int status)
    • getLayoutPageTemplateEntries

      public static List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, int status)
    • getLayoutPageTemplateEntries

      public static List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
    • getLayoutPageTemplateEntries

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

      public static List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, int[] types, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
    • getLayoutPageTemplateEntries

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

      public static List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long layoutPageTemplateCollectionId, int status)
    • getLayoutPageTemplateEntries

      public static List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long classNameId, int type, boolean defaultTemplate)
    • getLayoutPageTemplateEntries

      public static List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long layoutPageTemplateCollectionId, int start, int end)
    • getLayoutPageTemplateEntries

      public static List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long layoutPageTemplateCollectionId, int status, int start, int end)
    • getLayoutPageTemplateEntries

      public static List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long layoutPageTemplateCollectionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
    • getLayoutPageTemplateEntries

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

      public static List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long classNameId, long classTypeId, int type)
    • getLayoutPageTemplateEntries

      public static List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long classNameId, long classTypeId, int type, int status)
    • getLayoutPageTemplateEntries

      public static List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long classNameId, long classTypeId, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
    • getLayoutPageTemplateEntries

      public static List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long classNameId, long classTypeId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
    • getLayoutPageTemplateEntries

      public static List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long classNameId, long classTypeId, String name, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
    • getLayoutPageTemplateEntries

      public static List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long classNameId, long classTypeId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
    • getLayoutPageTemplateEntries

      public static List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long layoutPageTemplateCollectionId, String name, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
    • getLayoutPageTemplateEntries

      public static List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long layoutPageTemplateCollectionId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
    • getLayoutPageTemplateEntries

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

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

      public static List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, String name, int[] types, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
    • getLayoutPageTemplateEntries

      public static List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, String name, int[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
    • getLayoutPageTemplateEntriesByType

      public static List<LayoutPageTemplateEntry> getLayoutPageTemplateEntriesByType(long groupId, long layoutPageTemplateCollectionId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
    • getLayoutPageTemplateEntriesCount

      public static int getLayoutPageTemplateEntriesCount(long groupId, int type)
    • getLayoutPageTemplateEntriesCount

      public static int getLayoutPageTemplateEntriesCount(long groupId, int type, int status)
    • getLayoutPageTemplateEntriesCount

      public static int getLayoutPageTemplateEntriesCount(long groupId, int[] types)
    • getLayoutPageTemplateEntriesCount

      public static int getLayoutPageTemplateEntriesCount(long groupId, int[] types, int status)
    • getLayoutPageTemplateEntriesCount

      public static int getLayoutPageTemplateEntriesCount(long groupId, long layoutPageTemplateCollectionId)
    • getLayoutPageTemplateEntriesCount

      public static int getLayoutPageTemplateEntriesCount(long groupId, long layoutPageTemplateCollectionId, int status)
    • getLayoutPageTemplateEntriesCount

      public static int getLayoutPageTemplateEntriesCount(long groupId, long classNameId, long classTypeId, int type)
    • getLayoutPageTemplateEntriesCount

      public static int getLayoutPageTemplateEntriesCount(long groupId, long classNameId, long classTypeId, int type, int status)
    • getLayoutPageTemplateEntriesCount

      public static int getLayoutPageTemplateEntriesCount(long groupId, long classNameId, long classTypeId, String name, int type)
    • getLayoutPageTemplateEntriesCount

      public static int getLayoutPageTemplateEntriesCount(long groupId, long classNameId, long classTypeId, String name, int type, int status)
    • getLayoutPageTemplateEntriesCount

      public static int getLayoutPageTemplateEntriesCount(long groupId, long layoutPageTemplateCollectionId, String name)
    • getLayoutPageTemplateEntriesCount

      public static int getLayoutPageTemplateEntriesCount(long groupId, long layoutPageTemplateCollectionId, String name, int status)
    • getLayoutPageTemplateEntriesCount

      public static int getLayoutPageTemplateEntriesCount(long groupId, String name, int type)
    • getLayoutPageTemplateEntriesCount

      public static int getLayoutPageTemplateEntriesCount(long groupId, String name, int type, int status)
    • getLayoutPageTemplateEntriesCount

      public static int getLayoutPageTemplateEntriesCount(long groupId, String name, int[] types)
    • getLayoutPageTemplateEntriesCount

      public static int getLayoutPageTemplateEntriesCount(long groupId, String name, int[] types, int status)
    • getLayoutPageTemplateEntriesCountByType

      public static int getLayoutPageTemplateEntriesCountByType(long groupId, long layoutPageTemplateCollectionId, int type)
    • getLayoutPageTemplateEntry

      public static LayoutPageTemplateEntry getLayoutPageTemplateEntry(long layoutPageTemplateEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getLayoutPageTemplateEntry

      public static LayoutPageTemplateEntry getLayoutPageTemplateEntry(long groupId, String layoutPageTemplateEntryKey) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getLayoutPageTemplateEntryByExternalReferenceCode

      public static LayoutPageTemplateEntry getLayoutPageTemplateEntryByExternalReferenceCode(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
    • moveLayoutPageTemplateEntry

      public static LayoutPageTemplateEntry moveLayoutPageTemplateEntry(long layoutPageTemplateEntryId, long targetLayoutPageTemplateCollectionId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateLayoutPageTemplateEntry

      public static LayoutPageTemplateEntry updateLayoutPageTemplateEntry(long layoutPageTemplateEntryId, boolean defaultTemplate) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateLayoutPageTemplateEntry

      public static LayoutPageTemplateEntry updateLayoutPageTemplateEntry(long layoutPageTemplateEntryId, long previewFileEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateLayoutPageTemplateEntry

      public static LayoutPageTemplateEntry updateLayoutPageTemplateEntry(long layoutPageTemplateEntryId, long classNameId, long classTypeId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateLayoutPageTemplateEntry

      public static LayoutPageTemplateEntry updateLayoutPageTemplateEntry(long layoutPageTemplateEntryId, String name) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateStatus

      public static LayoutPageTemplateEntry updateStatus(long layoutPageTemplateEntryId, int status) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static LayoutPageTemplateEntryService getService()