Class LayoutPageTemplateCollectionServiceUtil

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

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

    • LayoutPageTemplateCollectionServiceUtil

      public LayoutPageTemplateCollectionServiceUtil()
  • Method Details

    • addLayoutPageTemplateCollection

      public static LayoutPageTemplateCollection addLayoutPageTemplateCollection(String externalReferenceCode, long groupId, long parentLayoutPageTemplateCollectionId, String layoutPageTemplateCollectionKey, String name, String description, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • copyLayoutPageTemplateCollection

      public static LayoutPageTemplateCollection copyLayoutPageTemplateCollection(long groupId, long sourceLayoutPageTemplateCollectionId, long layoutParentPageTemplateCollectionId, boolean copyPermissions, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws Exception
      Throws:
      Exception
    • deleteLayoutPageTemplateCollection

      public static LayoutPageTemplateCollection deleteLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteLayoutPageTemplateCollection

      public static LayoutPageTemplateCollection deleteLayoutPageTemplateCollection(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteLayoutPageTemplateCollections

      public static void deleteLayoutPageTemplateCollections(long[] layoutPageTemplateCollectionIds) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchLayoutPageTemplateCollection

      public static LayoutPageTemplateCollection fetchLayoutPageTemplateCollection(long layoutPageTemplateCollectionId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchLayoutPageTemplateCollection

      public static LayoutPageTemplateCollection fetchLayoutPageTemplateCollection(long groupId, String name, long parentLayoutPageTemplateCollectionId, int type) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchLayoutPageTemplateCollection

      public static LayoutPageTemplateCollection fetchLayoutPageTemplateCollection(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getLayoutPageTemplateCollection

      public static LayoutPageTemplateCollection getLayoutPageTemplateCollection(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getLayoutPageTemplateCollections

      public static List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, int type)
    • getLayoutPageTemplateCollections

      public static List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, int type, int start, int end)
    • getLayoutPageTemplateCollections

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

      public static List<LayoutPageTemplateCollection> getLayoutPageTemplateCollections(long groupId, long layoutPageTemplateCollectionId)
    • getLayoutPageTemplateCollections

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

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

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

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

      public static LayoutPageTemplateCollection moveLayoutPageTemplateCollection(long layoutPageTemplateCollectionId, long targetLayoutPageTemplateCollectionId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateLayoutPageTemplateCollection

      public static LayoutPageTemplateCollection updateLayoutPageTemplateCollection(long layoutPageTemplateCollectionId, String name) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateLayoutPageTemplateCollection

      public static LayoutPageTemplateCollection updateLayoutPageTemplateCollection(long layoutPageTemplateCollectionId, String name, String description) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static LayoutPageTemplateCollectionService getService()