Interface LayoutPageTemplateEntryService

All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
All Known Implementing Classes:
LayoutPageTemplateEntryServiceWrapper

@AccessControlled @CTAware @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class}) public interface LayoutPageTemplateEntryService extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for LayoutPageTemplateEntry. 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:
  • Method Details

    • addLayoutPageTemplateEntry

      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

      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

      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

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

      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

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

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

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

      @Transactional(propagation=SUPPORTS, readOnly=true) LayoutPageTemplateEntry fetchDefaultLayoutPageTemplateEntry(long groupId, int type, int status)
    • fetchDefaultLayoutPageTemplateEntry

      @Transactional(propagation=SUPPORTS, readOnly=true) LayoutPageTemplateEntry fetchDefaultLayoutPageTemplateEntry(long groupId, long classNameId, long classTypeId)
    • fetchLayoutPageTemplateEntry

      @Transactional(propagation=SUPPORTS, readOnly=true) LayoutPageTemplateEntry fetchLayoutPageTemplateEntry(long layoutPageTemplateEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchLayoutPageTemplateEntry

      @Transactional(propagation=SUPPORTS, readOnly=true) 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

      @Transactional(propagation=SUPPORTS, readOnly=true) LayoutPageTemplateEntry fetchLayoutPageTemplateEntryByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchLayoutPageTemplateEntryByUuidAndGroupId

      @Transactional(propagation=SUPPORTS, readOnly=true) LayoutPageTemplateEntry fetchLayoutPageTemplateEntryByUuidAndGroupId(String uuid, long groupId)
    • getLayoutPageCollectionsAndLayoutPageTemplateEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<Object> getLayoutPageCollectionsAndLayoutPageTemplateEntries(long groupId, long layoutPageTemplateCollectionId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Object> orderByComparator)
    • getLayoutPageCollectionsAndLayoutPageTemplateEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) 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

      @Transactional(propagation=SUPPORTS, readOnly=true) int getLayoutPageCollectionsAndLayoutPageTemplateEntriesCount(long groupId, long layoutPageTemplateCollectionId, int type)
    • getLayoutPageCollectionsAndLayoutPageTemplateEntriesCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getLayoutPageCollectionsAndLayoutPageTemplateEntriesCount(long groupId, long layoutPageTemplateCollectionId, long classNameId, long classTypeId, String name, int type, int status)
    • getLayoutPageTemplateEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, int status)
    • getLayoutPageTemplateEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
    • getLayoutPageTemplateEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
    • getLayoutPageTemplateEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, int[] types, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
    • getLayoutPageTemplateEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, int[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
    • getLayoutPageTemplateEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long layoutPageTemplateCollectionId, int status)
    • getLayoutPageTemplateEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long classNameId, int type, boolean defaultTemplate)
    • getLayoutPageTemplateEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long layoutPageTemplateCollectionId, int start, int end)
    • getLayoutPageTemplateEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long layoutPageTemplateCollectionId, int status, int start, int end)
    • getLayoutPageTemplateEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long layoutPageTemplateCollectionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
    • getLayoutPageTemplateEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long layoutPageTemplateCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
    • getLayoutPageTemplateEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long classNameId, long classTypeId, int type)
    • getLayoutPageTemplateEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long classNameId, long classTypeId, int type, int status)
    • getLayoutPageTemplateEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) 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

      @Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long classNameId, long classTypeId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
    • getLayoutPageTemplateEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) 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

      @Transactional(propagation=SUPPORTS, readOnly=true) 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

      @Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long layoutPageTemplateCollectionId, String name, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
    • getLayoutPageTemplateEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, long layoutPageTemplateCollectionId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
    • getLayoutPageTemplateEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, String name, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
    • getLayoutPageTemplateEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, String name, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
    • getLayoutPageTemplateEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, String name, int[] types, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
    • getLayoutPageTemplateEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutPageTemplateEntry> getLayoutPageTemplateEntries(long groupId, String name, int[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
    • getLayoutPageTemplateEntriesByType

      @Transactional(propagation=SUPPORTS, readOnly=true) List<LayoutPageTemplateEntry> getLayoutPageTemplateEntriesByType(long groupId, long layoutPageTemplateCollectionId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutPageTemplateEntry> orderByComparator)
    • getLayoutPageTemplateEntriesCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getLayoutPageTemplateEntriesCount(long groupId, int type)
    • getLayoutPageTemplateEntriesCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getLayoutPageTemplateEntriesCount(long groupId, int type, int status)
    • getLayoutPageTemplateEntriesCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getLayoutPageTemplateEntriesCount(long groupId, int[] types)
    • getLayoutPageTemplateEntriesCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getLayoutPageTemplateEntriesCount(long groupId, int[] types, int status)
    • getLayoutPageTemplateEntriesCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getLayoutPageTemplateEntriesCount(long groupId, long layoutPageTemplateCollectionId)
    • getLayoutPageTemplateEntriesCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getLayoutPageTemplateEntriesCount(long groupId, long layoutPageTemplateCollectionId, int status)
    • getLayoutPageTemplateEntriesCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getLayoutPageTemplateEntriesCount(long groupId, long classNameId, long classTypeId, int type)
    • getLayoutPageTemplateEntriesCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getLayoutPageTemplateEntriesCount(long groupId, long classNameId, long classTypeId, int type, int status)
    • getLayoutPageTemplateEntriesCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getLayoutPageTemplateEntriesCount(long groupId, long classNameId, long classTypeId, String name, int type)
    • getLayoutPageTemplateEntriesCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getLayoutPageTemplateEntriesCount(long groupId, long classNameId, long classTypeId, String name, int type, int status)
    • getLayoutPageTemplateEntriesCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getLayoutPageTemplateEntriesCount(long groupId, long layoutPageTemplateCollectionId, String name)
    • getLayoutPageTemplateEntriesCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getLayoutPageTemplateEntriesCount(long groupId, long layoutPageTemplateCollectionId, String name, int status)
    • getLayoutPageTemplateEntriesCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getLayoutPageTemplateEntriesCount(long groupId, String name, int type)
    • getLayoutPageTemplateEntriesCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getLayoutPageTemplateEntriesCount(long groupId, String name, int type, int status)
    • getLayoutPageTemplateEntriesCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getLayoutPageTemplateEntriesCount(long groupId, String name, int[] types)
    • getLayoutPageTemplateEntriesCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getLayoutPageTemplateEntriesCount(long groupId, String name, int[] types, int status)
    • getLayoutPageTemplateEntriesCountByType

      @Transactional(propagation=SUPPORTS, readOnly=true) int getLayoutPageTemplateEntriesCountByType(long groupId, long layoutPageTemplateCollectionId, int type)
    • getLayoutPageTemplateEntry

      @Transactional(propagation=SUPPORTS, readOnly=true) LayoutPageTemplateEntry getLayoutPageTemplateEntry(long layoutPageTemplateEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getLayoutPageTemplateEntry

      @Transactional(propagation=SUPPORTS, readOnly=true) LayoutPageTemplateEntry getLayoutPageTemplateEntry(long groupId, String layoutPageTemplateEntryKey) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getLayoutPageTemplateEntryByExternalReferenceCode

      @Transactional(propagation=SUPPORTS, readOnly=true) LayoutPageTemplateEntry getLayoutPageTemplateEntryByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier
    • moveLayoutPageTemplateEntry

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

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

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

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

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

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