Liferay 7.0-ce-b4

com.liferay.portal.service
Class LayoutServiceUtil

java.lang.Object
  extended by com.liferay.portal.service.LayoutServiceUtil

@ProviderType
public class LayoutServiceUtil
extends Object

Provides the remote service utility for Layout. This utility wraps com.liferay.portal.service.impl.LayoutServiceImpl and is the primary 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:
LayoutService, LayoutServiceBaseImpl, com.liferay.portal.service.impl.LayoutServiceImpl

Constructor Summary
LayoutServiceUtil()
           
 
Method Summary
static Layout addLayout(long groupId, boolean privateLayout, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, Map<Locale,String> descriptionMap, Map<Locale,String> keywordsMap, Map<Locale,String> robotsMap, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by addLayout(long, boolean, long, Map, Map, Map, Map, Map, String, String, boolean, Map, ServiceContext)
static Layout addLayout(long groupId, boolean privateLayout, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, Map<Locale,String> descriptionMap, Map<Locale,String> keywordsMap, Map<Locale,String> robotsMap, String type, String typeSettings, boolean hidden, Map<Locale,String> friendlyURLMap, ServiceContext serviceContext)
          Adds a layout with additional parameters.
static Layout addLayout(long groupId, boolean privateLayout, long parentLayoutId, String name, String title, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
          Adds a layout with single entry maps for name, title, and description to the default locale.
static FileEntry addTempFileEntry(long groupId, String folderName, String fileName, InputStream inputStream, String mimeType)
           
static void deleteLayout(long groupId, boolean privateLayout, long layoutId, ServiceContext serviceContext)
          Deletes the layout with the primary key, also deleting the layout's child layouts, and associated resources.
static void deleteLayout(long plid, ServiceContext serviceContext)
          Deletes the layout with the plid, also deleting the layout's child layouts, and associated resources.
static void deleteTempFileEntry(long groupId, String folderName, String fileName)
           
static byte[] exportLayouts(long groupId, boolean privateLayout, long[] layoutIds, Map<String,String[]> parameterMap, Date startDate, Date endDate)
          Deprecated. As of 7.0.0, with no direct replacement
static byte[] exportLayouts(long groupId, boolean privateLayout, Map<String,String[]> parameterMap, Date startDate, Date endDate)
          Deprecated. As of 7.0.0, with no direct replacement
static File exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportService.exportLayoutsAsFile( ExportImportConfiguration)
static File exportLayoutsAsFile(long groupId, boolean privateLayout, long[] layoutIds, Map<String,String[]> parameterMap, Date startDate, Date endDate)
          Deprecated. As of 7.0.0, with no direct replacement
static long exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportService.exportLayoutsAsFileInBackground( ExportImportConfiguration)
static long exportLayoutsAsFileInBackground(long exportImportConfigurationId)
          Deprecated. As of 7.0.0, replaced by ExportImportService.exportLayoutsAsFileInBackground( long)
static long exportLayoutsAsFileInBackground(String taskName, long groupId, boolean privateLayout, long[] layoutIds, Map<String,String[]> parameterMap, Date startDate, Date endDate)
          Deprecated. As of 7.0.0, with no direct replacement
static long exportLayoutsAsFileInBackground(String taskName, long groupId, boolean privateLayout, long[] layoutIds, Map<String,String[]> parameterMap, Date startDate, Date endDate, String fileName)
          Deprecated. As of 7.0.0, with no direct replacement
static byte[] exportPortletInfo(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, Date startDate, Date endDate)
          Deprecated. As of 7.0.0, with no direct replacement
static byte[] exportPortletInfo(long companyId, String portletId, Map<String,String[]> parameterMap, Date startDate, Date endDate)
          Deprecated. As of 7.0.0, with no direct replacement
static File exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration)
          Deprecated. As of 7.0.0, replaced by ExportImportService.exportPortletInfoAsFile( ExportImportConfiguration)
static File exportPortletInfoAsFile(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, Date startDate, Date endDate)
          Deprecated. As of 7.0.0, with no direct replacement
static File exportPortletInfoAsFile(String portletId, Map<String,String[]> parameterMap, Date startDate, Date endDate)
          Deprecated. As of 7.0.0, with no direct replacement
static long exportPortletInfoAsFileInBackground(String taskName, long plid, long groupId, String portletId, Map<String,String[]> parameterMap, Date startDate, Date endDate, String fileName)
          Deprecated. As of 7.0.0, with no direct replacement
static long exportPortletInfoAsFileInBackground(String taskName, String portletId, Map<String,String[]> parameterMap, Date startDate, Date endDate, String fileName)
          Deprecated. As of 7.0.0, with no direct replacement
static List<Layout> getAncestorLayouts(long plid)
          Returns all the ancestor layouts of the layout.
static long getDefaultPlid(long groupId, long scopeGroupId, boolean privateLayout, String portletId)
          Returns the primary key of the default layout for the group.
static long getDefaultPlid(long groupId, long scopeGroupId, String portletId)
           
static Layout getLayoutByUuidAndGroupId(String uuid, long groupId, boolean privateLayout)
          Returns the layout matching the UUID, group, and privacy.
static String getLayoutName(long groupId, boolean privateLayout, long layoutId, String languageId)
          Returns the name of the layout.
static LayoutReference[] getLayoutReferences(long companyId, String portletId, String preferencesKey, String preferencesValue)
          Returns the layout references for all the layouts that belong to the company and belong to the portlet that matches the preferences.
static List<Layout> getLayouts(long groupId, boolean privateLayout)
           
static List<Layout> getLayouts(long groupId, boolean privateLayout, long parentLayoutId)
           
static List<Layout> getLayouts(long groupId, boolean privateLayout, long parentLayoutId, boolean incomplete, int start, int end)
           
static int getLayoutsCount(long groupId, boolean privateLayout, long parentLayoutId)
           
static String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
static LayoutService getService()
           
static String[] getTempFileNames(long groupId, String folderName)
           
static void importLayouts(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportService.importLayouts( ExportImportConfiguration, File)
static void importLayouts(ExportImportConfiguration exportImportConfiguration, InputStream is)
          Deprecated. As of 7.0.0, replaced by ExportImportService.importLayouts( ExportImportConfiguration, InputStream)
static void importLayouts(long groupId, boolean privateLayout, Map<String,String[]> parameterMap, byte[] bytes)
          Deprecated. As of 7.0.0, with no direct replacement
static void importLayouts(long groupId, boolean privateLayout, Map<String,String[]> parameterMap, File file)
          Deprecated. As of 7.0.0, with no direct replacement
static void importLayouts(long groupId, boolean privateLayout, Map<String,String[]> parameterMap, InputStream is)
          Deprecated. As of 7.0.0, with no direct replacement
static long importLayoutsInBackground(String taskName, long groupId, boolean privateLayout, Map<String,String[]> parameterMap, File file)
          Deprecated. As of 7.0.0, with no direct replacement
static long importLayoutsInBackground(String taskName, long groupId, boolean privateLayout, Map<String,String[]> parameterMap, InputStream inputStream)
          Deprecated. As of 7.0.0, with no direct replacement
static void importPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportService.importPortletInfo( ExportImportConfiguration, File) (
static void importPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream is)
          Deprecated. As of 7.0.0, replaced by ExportImportService.importPortletInfo( ExportImportConfiguration, InputStream) (
static void importPortletInfo(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, File file)
          Deprecated. As of 7.0.0, with no direct replacement
static void importPortletInfo(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, InputStream is)
          Deprecated. As of 7.0.0, with no direct replacement
static void importPortletInfo(String portletId, Map<String,String[]> parameterMap, File file)
          Deprecated. As of 7.0.0, with no direct replacement
static void importPortletInfo(String portletId, Map<String,String[]> parameterMap, InputStream is)
          Deprecated. As of 7.0.0, with no direct replacement
static long importPortletInfoInBackground(String taskName, long plid, long groupId, String portletId, Map<String,String[]> parameterMap, File file)
          Deprecated. As of 7.0.0, with no direct replacement
static long importPortletInfoInBackground(String taskName, long plid, long groupId, String portletId, Map<String,String[]> parameterMap, InputStream is)
          Deprecated. As of 7.0.0, with no direct replacement
static void importPortletInfoInBackground(String taskName, String portletId, Map<String,String[]> parameterMap, File file)
          Deprecated. As of 7.0.0, with no direct replacement
static void importPortletInfoInBackground(String taskName, String portletId, Map<String,String[]> parameterMap, InputStream is)
          Deprecated. As of 7.0.0, with no direct replacement
static void schedulePublishToLive(long sourceGroupId, long targetGroupId, boolean privateLayout, long[] layoutIds, Map<String,String[]> parameterMap, String scope, Date startDate, Date endDate, String groupName, String cronText, Date schedulerStartDate, Date schedulerEndDate, String description)
          Deprecated. As of 7.0.0, replaced by schedulePublishToLive(long, long, boolean, long[], Map, String, String, Date, Date, String)
static void schedulePublishToLive(long sourceGroupId, long targetGroupId, boolean privateLayout, long[] layoutIds, Map<String,String[]> parameterMap, String groupName, String cronText, Date schedulerStartDate, Date schedulerEndDate, String description)
          Schedules a range of layouts to be published.
static void schedulePublishToLive(long sourceGroupId, long targetGroupId, boolean privateLayout, Map<Long,Boolean> layoutIdMap, Map<String,String[]> parameterMap, String scope, Date startDate, Date endDate, String groupName, String cronText, Date schedulerStartDate, Date schedulerEndDate, String description)
          Deprecated. As of 7.0.0, replaced by schedulePublishToLive(long, long, boolean, long[], Map, String, Date, Date, String, String, Date, Date, String)
static void schedulePublishToRemote(long sourceGroupId, boolean privateLayout, Map<Long,Boolean> layoutIdMap, Map<String,String[]> parameterMap, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, boolean remotePrivateLayout, Date startDate, Date endDate, String groupName, String cronText, Date schedulerStartDate, Date schedulerEndDate, String description)
          Schedules a range of layouts to be stored.
static void setLayouts(long groupId, boolean privateLayout, long parentLayoutId, long[] layoutIds, ServiceContext serviceContext)
          Sets the layouts for the group, replacing and prioritizing all layouts of the parent layout.
static void unschedulePublishToLive(long groupId, String jobName, String groupName)
          Deletes the job from the scheduler's queue.
static void unschedulePublishToRemote(long groupId, String jobName, String groupName)
          Deletes the job from the scheduler's persistent queue.
static Layout updateIconImage(long plid, byte[] bytes)
           
static Layout updateLayout(long groupId, boolean privateLayout, long layoutId, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, Map<Locale,String> descriptionMap, Map<Locale,String> keywordsMap, Map<Locale,String> robotsMap, String type, boolean hidden, Map<Locale,String> friendlyURLMap, boolean iconImage, byte[] iconBytes, ServiceContext serviceContext)
          Updates the layout with additional parameters.
static Layout updateLayout(long groupId, boolean privateLayout, long layoutId, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, Map<Locale,String> descriptionMap, Map<Locale,String> keywordsMap, Map<Locale,String> robotsMap, String type, boolean hidden, String friendlyURL, Boolean iconImage, byte[] iconBytes, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by updateLayout(long, boolean, long, long, Map, Map, Map, Map, Map, String, boolean, Map, boolean, byte[], ServiceContext)
static Layout updateLayout(long groupId, boolean privateLayout, long layoutId, String typeSettings)
          Updates the layout replacing its type settings.
static Layout updateLookAndFeel(long groupId, boolean privateLayout, long layoutId, String themeId, String colorSchemeId, String css, boolean wapTheme)
          Updates the look and feel of the layout.
static Layout updateName(long groupId, boolean privateLayout, long layoutId, String name, String languageId)
          Updates the name of the layout matching the group, layout ID, and privacy.
static Layout updateName(long plid, String name, String languageId)
          Updates the name of the layout matching the primary key.
static Layout updateParentLayoutId(long groupId, boolean privateLayout, long layoutId, long parentLayoutId)
          Updates the parent layout ID of the layout matching the group, layout ID, and privacy.
static Layout updateParentLayoutId(long plid, long parentPlid)
          Updates the parent layout ID of the layout matching the primary key.
static Layout updateParentLayoutIdAndPriority(long plid, long parentPlid, int priority)
          Updates the parent layout ID and priority of the layout.
static Layout updatePriority(long groupId, boolean privateLayout, long layoutId, int priority)
          Updates the priority of the layout matching the group, layout ID, and privacy.
static Layout updatePriority(long groupId, boolean privateLayout, long layoutId, long nextLayoutId, long previousLayoutId)
          Updates the priority of the layout matching the group, layout ID, and privacy, setting the layout's priority based on the priorities of the next and previous layouts.
static Layout updatePriority(long plid, int priority)
          Updates the priority of the layout matching the primary key.
static MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportLayoutsFile( ExportImportConfiguration, File)
static MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportLayoutsFile( ExportImportConfiguration, InputStream)
static MissingReferences validateImportLayoutsFile(long groupId, boolean privateLayout, Map<String,String[]> parameterMap, File file)
          Deprecated. As of 7.0.0, with no direct replacement
static MissingReferences validateImportLayoutsFile(long groupId, boolean privateLayout, Map<String,String[]> parameterMap, InputStream inputStream)
          Deprecated. As of 7.0.0, with no direct replacement
static MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, File file)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportPortletInfo( ExportImportConfiguration, File)
static MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration, InputStream inputStream)
          Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportPortletInfo( ExportImportConfiguration, InputStream)
static MissingReferences validateImportPortletInfo(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, File file)
          Deprecated. As of 7.0.0, with no direct replacement
static MissingReferences validateImportPortletInfo(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, InputStream inputStream)
          Deprecated. As of 7.0.0, with no direct replacement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutServiceUtil

public LayoutServiceUtil()
Method Detail

addLayout

@Deprecated
public static Layout addLayout(long groupId,
                                          boolean privateLayout,
                                          long parentLayoutId,
                                          Map<Locale,String> localeNamesMap,
                                          Map<Locale,String> localeTitlesMap,
                                          Map<Locale,String> descriptionMap,
                                          Map<Locale,String> keywordsMap,
                                          Map<Locale,String> robotsMap,
                                          String type,
                                          boolean hidden,
                                          String friendlyURL,
                                          ServiceContext serviceContext)
                        throws PortalException
Deprecated. As of 6.2.0, replaced by addLayout(long, boolean, long, Map, Map, Map, Map, Map, String, String, boolean, Map, ServiceContext)

Adds a layout with additional parameters.

This method handles the creation of the layout including its resources, metadata, and internal data structures. It is not necessary to make subsequent calls to any methods to setup default groups, resources, ... etc.

Parameters:
groupId - the primary key of the group
privateLayout - whether the layout is private to the group
parentLayoutId - the primary key of the parent layout (optionally LayoutConstants#DEFAULT_PARENT_LAYOUT_ID)
localeNamesMap - the layout's locales and localized names
localeTitlesMap - the layout's locales and localized titles
descriptionMap - the layout's locales and localized descriptions
keywordsMap - the layout's locales and localized keywords
robotsMap - the layout's locales and localized robots
type - the layout's type (optionally LayoutConstants#TYPE_PORTLET). The possible types can be found in LayoutConstants.
hidden - whether the layout is hidden
friendlyURL - the layout's locales and localized friendly URLs. To see how the URL is normalized when accessed, see FriendlyURLNormalizerUtil.normalize( String).
serviceContext - the service context to be applied. Must set the UUID for the layout. Can set the creation date, modification date, and expando bridge attributes for the layout. For layouts that belong to a layout set prototype, an attribute named layoutUpdateable can be used to specify whether site administrators can modify this page within their site.
Returns:
the layout
Throws:
PortalException

addLayout

public static Layout addLayout(long groupId,
                               boolean privateLayout,
                               long parentLayoutId,
                               Map<Locale,String> localeNamesMap,
                               Map<Locale,String> localeTitlesMap,
                               Map<Locale,String> descriptionMap,
                               Map<Locale,String> keywordsMap,
                               Map<Locale,String> robotsMap,
                               String type,
                               String typeSettings,
                               boolean hidden,
                               Map<Locale,String> friendlyURLMap,
                               ServiceContext serviceContext)
                        throws PortalException
Adds a layout with additional parameters.

This method handles the creation of the layout including its resources, metadata, and internal data structures. It is not necessary to make subsequent calls to any methods to setup default groups, resources, ... etc.

Parameters:
groupId - the primary key of the group
privateLayout - whether the layout is private to the group
parentLayoutId - the primary key of the parent layout (optionally LayoutConstants#DEFAULT_PARENT_LAYOUT_ID)
localeNamesMap - the layout's locales and localized names
localeTitlesMap - the layout's locales and localized titles
descriptionMap - the layout's locales and localized descriptions
keywordsMap - the layout's locales and localized keywords
robotsMap - the layout's locales and localized robots
type - the layout's type (optionally LayoutConstants#TYPE_PORTLET). The possible types can be found in LayoutConstants.
typeSettings - the settings to load the unicode properties object. See #fastLoad(String).
hidden - whether the layout is hidden
friendlyURLMap - the layout's locales and localized friendly URLs. To see how the URL is normalized when accessed, see FriendlyURLNormalizerUtil.normalize( String).
serviceContext - the service context to be applied. Must set the UUID for the layout. Can set the creation date, modification date, and expando bridge attributes for the layout. For layouts that belong to a layout set prototype, an attribute named layoutUpdateable can be used to specify whether site administrators can modify this page within their site.
Returns:
the layout
Throws:
PortalException

addLayout

public static Layout addLayout(long groupId,
                               boolean privateLayout,
                               long parentLayoutId,
                               String name,
                               String title,
                               String description,
                               String type,
                               boolean hidden,
                               String friendlyURL,
                               ServiceContext serviceContext)
                        throws PortalException
Adds a layout with single entry maps for name, title, and description to the default locale.

This method handles the creation of the layout including its resources, metadata, and internal data structures. It is not necessary to make subsequent calls to any methods to setup default groups, resources, ... etc.

Parameters:
groupId - the primary key of the group
privateLayout - whether the layout is private to the group
parentLayoutId - the primary key of the parent layout (optionally LayoutConstants#DEFAULT_PARENT_LAYOUT_ID)
name - the layout's locales and localized names
title - the layout's locales and localized titles
description - the layout's locales and localized descriptions
type - the layout's type (optionally LayoutConstants#TYPE_PORTLET). The possible types can be found in LayoutConstants.
hidden - whether the layout is hidden
friendlyURL - the layout's locales and localized friendly URLs. To see how the URL is normalized when accessed, see FriendlyURLNormalizerUtil.normalize( String).
serviceContext - the service context to be applied. Must set the UUID for the layout. Can specify the creation date, modification date, and expando bridge attributes for the layout. For layouts that belong to a layout set prototype, an attribute named layoutUpdateable can be used to specify whether site administrators can modify this page within their site.
Returns:
the layout
Throws:
PortalException

addTempFileEntry

public static FileEntry addTempFileEntry(long groupId,
                                         String folderName,
                                         String fileName,
                                         InputStream inputStream,
                                         String mimeType)
                                  throws PortalException
Throws:
PortalException

deleteLayout

public static void deleteLayout(long groupId,
                                boolean privateLayout,
                                long layoutId,
                                ServiceContext serviceContext)
                         throws PortalException
Deletes the layout with the primary key, also deleting the layout's child layouts, and associated resources.

Parameters:
groupId - the primary key of the group
privateLayout - whether the layout is private to the group
layoutId - the primary key of the layout
serviceContext - the service context to be applied
Throws:
PortalException

deleteLayout

public static void deleteLayout(long plid,
                                ServiceContext serviceContext)
                         throws PortalException
Deletes the layout with the plid, also deleting the layout's child layouts, and associated resources.

Parameters:
plid - the primary key of the layout
serviceContext - the service context to be applied
Throws:
PortalException

deleteTempFileEntry

public static void deleteTempFileEntry(long groupId,
                                       String folderName,
                                       String fileName)
                                throws PortalException
Throws:
PortalException

exportLayouts

@Deprecated
public static byte[] exportLayouts(long groupId,
                                              boolean privateLayout,
                                              long[] layoutIds,
                                              Map<String,String[]> parameterMap,
                                              Date startDate,
                                              Date endDate)
                            throws PortalException
Deprecated. As of 7.0.0, with no direct replacement

Exports the layouts that match the primary keys and the criteria as a byte array.

Parameters:
groupId - the primary key of the group
privateLayout - whether the layout is private to the group
layoutIds - the primary keys of the layouts to be exported
parameterMap - the mapping of parameters indicating which information to export. For information on the keys used in the map see PortletDataHandlerKeys.
startDate - the export's start date
endDate - the export's end date
Returns:
the layouts as a byte array
Throws:
PortalException

exportLayouts

@Deprecated
public static byte[] exportLayouts(long groupId,
                                              boolean privateLayout,
                                              Map<String,String[]> parameterMap,
                                              Date startDate,
                                              Date endDate)
                            throws PortalException
Deprecated. As of 7.0.0, with no direct replacement

Exports all layouts that match the criteria as a byte array.

Parameters:
groupId - the primary key of the group
privateLayout - whether the layout is private to the group
parameterMap - the mapping of parameters indicating which information to export. For information on the keys used in the map see PortletDataHandlerKeys.
startDate - the export's start date
endDate - the export's end date
Returns:
the layout as a byte array
Throws:
PortalException

exportLayoutsAsFile

@Deprecated
public static File exportLayoutsAsFile(ExportImportConfiguration exportImportConfiguration)
                                throws PortalException
Deprecated. As of 7.0.0, replaced by ExportImportService.exportLayoutsAsFile( ExportImportConfiguration)

Throws:
PortalException

exportLayoutsAsFile

@Deprecated
public static File exportLayoutsAsFile(long groupId,
                                                  boolean privateLayout,
                                                  long[] layoutIds,
                                                  Map<String,String[]> parameterMap,
                                                  Date startDate,
                                                  Date endDate)
                                throws PortalException
Deprecated. As of 7.0.0, with no direct replacement

Exports all layouts that match the primary keys and criteria as a file.

Parameters:
groupId - the primary key of the group
privateLayout - whether the layout is private to the group
layoutIds - the primary keys of the layouts to be exported (optionally null)
parameterMap - the mapping of parameters indicating which information to export. For information on the keys used in the map see PortletDataHandlerKeys.
startDate - the export's start date
endDate - the export's end date
Returns:
the layouts as a File
Throws:
PortalException

exportLayoutsAsFileInBackground

@Deprecated
public static long exportLayoutsAsFileInBackground(ExportImportConfiguration exportImportConfiguration)
                                            throws PortalException
Deprecated. As of 7.0.0, replaced by ExportImportService.exportLayoutsAsFileInBackground( ExportImportConfiguration)

Throws:
PortalException

exportLayoutsAsFileInBackground

@Deprecated
public static long exportLayoutsAsFileInBackground(long exportImportConfigurationId)
                                            throws PortalException
Deprecated. As of 7.0.0, replaced by ExportImportService.exportLayoutsAsFileInBackground( long)

Throws:
PortalException

exportLayoutsAsFileInBackground

@Deprecated
public static long exportLayoutsAsFileInBackground(String taskName,
                                                              long groupId,
                                                              boolean privateLayout,
                                                              long[] layoutIds,
                                                              Map<String,String[]> parameterMap,
                                                              Date startDate,
                                                              Date endDate)
                                            throws PortalException
Deprecated. As of 7.0.0, with no direct replacement

Throws:
PortalException

exportLayoutsAsFileInBackground

@Deprecated
public static long exportLayoutsAsFileInBackground(String taskName,
                                                              long groupId,
                                                              boolean privateLayout,
                                                              long[] layoutIds,
                                                              Map<String,String[]> parameterMap,
                                                              Date startDate,
                                                              Date endDate,
                                                              String fileName)
                                            throws PortalException
Deprecated. As of 7.0.0, with no direct replacement

Throws:
PortalException

exportPortletInfo

@Deprecated
public static byte[] exportPortletInfo(long companyId,
                                                  String portletId,
                                                  Map<String,String[]> parameterMap,
                                                  Date startDate,
                                                  Date endDate)
                                throws PortalException
Deprecated. As of 7.0.0, with no direct replacement

Throws:
PortalException

exportPortletInfo

@Deprecated
public static byte[] exportPortletInfo(long plid,
                                                  long groupId,
                                                  String portletId,
                                                  Map<String,String[]> parameterMap,
                                                  Date startDate,
                                                  Date endDate)
                                throws PortalException
Deprecated. As of 7.0.0, with no direct replacement

Exports the portlet information (categories, permissions, ... etc.) as a byte array.

Parameters:
plid - the primary key of the layout
groupId - the primary key of the group
portletId - the primary key of the portlet
parameterMap - the mapping of parameters indicating which information to export. For information on the keys used in the map see PortletDataHandlerKeys.
startDate - the export's start date
endDate - the export's end date
Returns:
the portlet information as a byte array
Throws:
PortalException

exportPortletInfoAsFile

@Deprecated
public static File exportPortletInfoAsFile(ExportImportConfiguration exportImportConfiguration)
                                    throws PortalException
Deprecated. As of 7.0.0, replaced by ExportImportService.exportPortletInfoAsFile( ExportImportConfiguration)

Throws:
PortalException

exportPortletInfoAsFile

@Deprecated
public static File exportPortletInfoAsFile(long plid,
                                                      long groupId,
                                                      String portletId,
                                                      Map<String,String[]> parameterMap,
                                                      Date startDate,
                                                      Date endDate)
                                    throws PortalException
Deprecated. As of 7.0.0, with no direct replacement

Exports the portlet information (categories, permissions, ... etc.) as a file.

Parameters:
plid - the primary key of the layout
groupId - the primary key of the group
portletId - the primary key of the portlet
parameterMap - the mapping of parameters indicating which information to export. For information on the keys used in the map see PortletDataHandlerKeys.
startDate - the export's start date
endDate - the export's end date
Returns:
the portlet information as a file
Throws:
PortalException

exportPortletInfoAsFile

@Deprecated
public static File exportPortletInfoAsFile(String portletId,
                                                      Map<String,String[]> parameterMap,
                                                      Date startDate,
                                                      Date endDate)
                                    throws PortalException
Deprecated. As of 7.0.0, with no direct replacement

Throws:
PortalException

exportPortletInfoAsFileInBackground

@Deprecated
public static long exportPortletInfoAsFileInBackground(String taskName,
                                                                  long plid,
                                                                  long groupId,
                                                                  String portletId,
                                                                  Map<String,String[]> parameterMap,
                                                                  Date startDate,
                                                                  Date endDate,
                                                                  String fileName)
                                                throws PortalException
Deprecated. As of 7.0.0, with no direct replacement

Throws:
PortalException

exportPortletInfoAsFileInBackground

@Deprecated
public static long exportPortletInfoAsFileInBackground(String taskName,
                                                                  String portletId,
                                                                  Map<String,String[]> parameterMap,
                                                                  Date startDate,
                                                                  Date endDate,
                                                                  String fileName)
                                                throws PortalException
Deprecated. As of 7.0.0, with no direct replacement

Throws:
PortalException

getAncestorLayouts

public static List<Layout> getAncestorLayouts(long plid)
                                       throws PortalException
Returns all the ancestor layouts of the layout.

Parameters:
plid - the primary key of the layout
Returns:
the ancestor layouts of the layout
Throws:
PortalException

getDefaultPlid

public static long getDefaultPlid(long groupId,
                                  long scopeGroupId,
                                  String portletId)
                           throws PortalException
Throws:
PortalException

getDefaultPlid

public static long getDefaultPlid(long groupId,
                                  long scopeGroupId,
                                  boolean privateLayout,
                                  String portletId)
                           throws PortalException
Returns the primary key of the default layout for the group.

Parameters:
groupId - the primary key of the group
scopeGroupId - the primary key of the scope group. See ServiceContext.getScopeGroupId().
privateLayout - whether the layout is private to the group
portletId - the primary key of the portlet
Returns:
Returns the primary key of the default layout group; LayoutConstants#DEFAULT_PLID otherwise
Throws:
PortalException

getLayoutByUuidAndGroupId

public static Layout getLayoutByUuidAndGroupId(String uuid,
                                               long groupId,
                                               boolean privateLayout)
                                        throws PortalException
Returns the layout matching the UUID, group, and privacy.

Parameters:
uuid - the layout's UUID
groupId - the primary key of the group
privateLayout - whether the layout is private to the group
Returns:
the matching layout
Throws:
PortalException

getLayoutName

public static String getLayoutName(long groupId,
                                   boolean privateLayout,
                                   long layoutId,
                                   String languageId)
                            throws PortalException
Returns the name of the layout.

Parameters:
groupId - the primary key of the group
privateLayout - whether the layout is private to the group
layoutId - the primary key of the layout
languageId - the primary key of the language. For more information See Locale.
Returns:
the layout's name
Throws:
PortalException

getLayoutReferences

public static LayoutReference[] getLayoutReferences(long companyId,
                                                    String portletId,
                                                    String preferencesKey,
                                                    String preferencesValue)
Returns the layout references for all the layouts that belong to the company and belong to the portlet that matches the preferences.

Parameters:
companyId - the primary key of the company
portletId - the primary key of the portlet
preferencesKey - the portlet's preference key
preferencesValue - the portlet's preference value
Returns:
the layout references of the matching layouts

getLayouts

public static List<Layout> getLayouts(long groupId,
                                      boolean privateLayout)

getLayouts

public static List<Layout> getLayouts(long groupId,
                                      boolean privateLayout,
                                      long parentLayoutId)
                               throws PortalException
Throws:
PortalException

getLayouts

public static List<Layout> getLayouts(long groupId,
                                      boolean privateLayout,
                                      long parentLayoutId,
                                      boolean incomplete,
                                      int start,
                                      int end)
                               throws PortalException
Throws:
PortalException

getLayoutsCount

public static int getLayoutsCount(long groupId,
                                  boolean privateLayout,
                                  long parentLayoutId)

getOSGiServiceIdentifier

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

Returns:
the OSGi service identifier

getTempFileNames

public static String[] getTempFileNames(long groupId,
                                        String folderName)
                                 throws PortalException
Throws:
PortalException

importLayouts

@Deprecated
public static void importLayouts(ExportImportConfiguration exportImportConfiguration,
                                            File file)
                          throws PortalException
Deprecated. As of 7.0.0, replaced by ExportImportService.importLayouts( ExportImportConfiguration, File)

Throws:
PortalException

importLayouts

@Deprecated
public static void importLayouts(ExportImportConfiguration exportImportConfiguration,
                                            InputStream is)
                          throws PortalException
Deprecated. As of 7.0.0, replaced by ExportImportService.importLayouts( ExportImportConfiguration, InputStream)

Throws:
PortalException

importLayouts

@Deprecated
public static void importLayouts(long groupId,
                                            boolean privateLayout,
                                            Map<String,String[]> parameterMap,
                                            byte[] bytes)
                          throws PortalException
Deprecated. As of 7.0.0, with no direct replacement

Imports the layouts from the byte array.

Parameters:
groupId - the primary key of the group
privateLayout - whether the layout is private to the group
parameterMap - the mapping of parameters indicating which information will be imported. For information on the keys used in the map see PortletDataHandlerKeys.
bytes - the byte array with the data
Throws:
PortalException
See Also:
com.liferay.portlet.exportimport.lar.LayoutImporter

importLayouts

@Deprecated
public static void importLayouts(long groupId,
                                            boolean privateLayout,
                                            Map<String,String[]> parameterMap,
                                            File file)
                          throws PortalException
Deprecated. As of 7.0.0, with no direct replacement

Imports the layouts from the file.

Parameters:
groupId - the primary key of the group
privateLayout - whether the layout is private to the group
parameterMap - the mapping of parameters indicating which information will be imported. For information on the keys used in the map see PortletDataHandlerKeys.
file - the LAR file with the data
Throws:
PortalException
See Also:
com.liferay.portlet.exportimport.lar.LayoutImporter

importLayouts

@Deprecated
public static void importLayouts(long groupId,
                                            boolean privateLayout,
                                            Map<String,String[]> parameterMap,
                                            InputStream is)
                          throws PortalException
Deprecated. As of 7.0.0, with no direct replacement

Imports the layouts from the input stream.

Parameters:
groupId - the primary key of the group
privateLayout - whether the layout is private to the group
parameterMap - the mapping of parameters indicating which information will be imported. For information on the keys used in the map see PortletDataHandlerKeys.
is - the input stream
Throws:
PortalException
See Also:
com.liferay.portlet.exportimport.lar.LayoutImporter

importLayoutsInBackground

@Deprecated
public static long importLayoutsInBackground(String taskName,
                                                        long groupId,
                                                        boolean privateLayout,
                                                        Map<String,String[]> parameterMap,
                                                        File file)
                                      throws PortalException
Deprecated. As of 7.0.0, with no direct replacement

Throws:
PortalException

importLayoutsInBackground

@Deprecated
public static long importLayoutsInBackground(String taskName,
                                                        long groupId,
                                                        boolean privateLayout,
                                                        Map<String,String[]> parameterMap,
                                                        InputStream inputStream)
                                      throws PortalException
Deprecated. As of 7.0.0, with no direct replacement

Throws:
PortalException

importPortletInfo

@Deprecated
public static void importPortletInfo(ExportImportConfiguration exportImportConfiguration,
                                                File file)
                              throws PortalException
Deprecated. As of 7.0.0, replaced by ExportImportService.importPortletInfo( ExportImportConfiguration, File) (

Throws:
PortalException

importPortletInfo

@Deprecated
public static void importPortletInfo(ExportImportConfiguration exportImportConfiguration,
                                                InputStream is)
                              throws PortalException
Deprecated. As of 7.0.0, replaced by ExportImportService.importPortletInfo( ExportImportConfiguration, InputStream) (

Throws:
PortalException

importPortletInfo

@Deprecated
public static void importPortletInfo(long plid,
                                                long groupId,
                                                String portletId,
                                                Map<String,String[]> parameterMap,
                                                File file)
                              throws PortalException
Deprecated. As of 7.0.0, with no direct replacement

Imports the portlet information (categories, permissions, ... etc.) from the file.

Parameters:
plid - the primary key of the layout
groupId - the primary key of the group
portletId - the primary key of the portlet
parameterMap - the mapping of parameters indicating which information will be imported. For information on the keys used in the map see PortletDataHandlerKeys.
file - the LAR file with the data
Throws:
PortalException

importPortletInfo

@Deprecated
public static void importPortletInfo(long plid,
                                                long groupId,
                                                String portletId,
                                                Map<String,String[]> parameterMap,
                                                InputStream is)
                              throws PortalException
Deprecated. As of 7.0.0, with no direct replacement

Imports the portlet information (categories, permissions, ... etc.) from the input stream.

Parameters:
plid - the primary key of the layout
groupId - the primary key of the group
portletId - the primary key of the portlet
parameterMap - the mapping of parameters indicating which information will be imported. For information on the keys used in the map see PortletDataHandlerKeys.
is - the input stream
Throws:
PortalException

importPortletInfo

@Deprecated
public static void importPortletInfo(String portletId,
                                                Map<String,String[]> parameterMap,
                                                File file)
                              throws PortalException
Deprecated. As of 7.0.0, with no direct replacement

Throws:
PortalException

importPortletInfo

@Deprecated
public static void importPortletInfo(String portletId,
                                                Map<String,String[]> parameterMap,
                                                InputStream is)
                              throws PortalException
Deprecated. As of 7.0.0, with no direct replacement

Throws:
PortalException

importPortletInfoInBackground

@Deprecated
public static long importPortletInfoInBackground(String taskName,
                                                            long plid,
                                                            long groupId,
                                                            String portletId,
                                                            Map<String,String[]> parameterMap,
                                                            File file)
                                          throws PortalException
Deprecated. As of 7.0.0, with no direct replacement

Throws:
PortalException

importPortletInfoInBackground

@Deprecated
public static long importPortletInfoInBackground(String taskName,
                                                            long plid,
                                                            long groupId,
                                                            String portletId,
                                                            Map<String,String[]> parameterMap,
                                                            InputStream is)
                                          throws PortalException
Deprecated. As of 7.0.0, with no direct replacement

Throws:
PortalException

importPortletInfoInBackground

@Deprecated
public static void importPortletInfoInBackground(String taskName,
                                                            String portletId,
                                                            Map<String,String[]> parameterMap,
                                                            File file)
                                          throws PortalException
Deprecated. As of 7.0.0, with no direct replacement

Throws:
PortalException

importPortletInfoInBackground

@Deprecated
public static void importPortletInfoInBackground(String taskName,
                                                            String portletId,
                                                            Map<String,String[]> parameterMap,
                                                            InputStream is)
                                          throws PortalException
Deprecated. As of 7.0.0, with no direct replacement

Throws:
PortalException

schedulePublishToLive

@Deprecated
public static void schedulePublishToLive(long sourceGroupId,
                                                    long targetGroupId,
                                                    boolean privateLayout,
                                                    Map<Long,Boolean> layoutIdMap,
                                                    Map<String,String[]> parameterMap,
                                                    String scope,
                                                    Date startDate,
                                                    Date endDate,
                                                    String groupName,
                                                    String cronText,
                                                    Date schedulerStartDate,
                                                    Date schedulerEndDate,
                                                    String description)
                                  throws PortalException
Deprecated. As of 7.0.0, replaced by schedulePublishToLive(long, long, boolean, long[], Map, String, Date, Date, String, String, Date, Date, String)

Schedules a range of layouts to be published.

Parameters:
sourceGroupId - the primary key of the source group
targetGroupId - the primary key of the target group
privateLayout - whether the layout is private to the group
layoutIdMap - the layouts considered for publishing, specified by the layout IDs and booleans indicating whether they have children
parameterMap - the mapping of parameters indicating which information will be used. See PortletDataHandlerKeys.
groupName - the group name (optionally DestinationNames#LAYOUTS_LOCAL_PUBLISHER). See DestinationNames.
cronText - the cron text. See #toCronText
schedulerStartDate - the scheduler start date
schedulerEndDate - the scheduler end date
description - the scheduler description
Throws:
PortalException

schedulePublishToLive

public static void schedulePublishToLive(long sourceGroupId,
                                         long targetGroupId,
                                         boolean privateLayout,
                                         long[] layoutIds,
                                         Map<String,String[]> parameterMap,
                                         String groupName,
                                         String cronText,
                                         Date schedulerStartDate,
                                         Date schedulerEndDate,
                                         String description)
                                  throws PortalException
Schedules a range of layouts to be published.

Parameters:
sourceGroupId - the primary key of the source group
targetGroupId - the primary key of the target group
privateLayout - whether the layout is private to the group
layoutIds - the layouts considered for publishing, specified by the layout IDs
parameterMap - the mapping of parameters indicating which information will be used. See PortletDataHandlerKeys.
groupName - the group name (optionally DestinationNames#LAYOUTS_LOCAL_PUBLISHER). See DestinationNames.
cronText - the cron text. See #toCronText
schedulerStartDate - the scheduler start date
schedulerEndDate - the scheduler end date
description - the scheduler description
Throws:
PortalException

schedulePublishToLive

@Deprecated
public static void schedulePublishToLive(long sourceGroupId,
                                                    long targetGroupId,
                                                    boolean privateLayout,
                                                    long[] layoutIds,
                                                    Map<String,String[]> parameterMap,
                                                    String scope,
                                                    Date startDate,
                                                    Date endDate,
                                                    String groupName,
                                                    String cronText,
                                                    Date schedulerStartDate,
                                                    Date schedulerEndDate,
                                                    String description)
                                  throws PortalException
Deprecated. As of 7.0.0, replaced by schedulePublishToLive(long, long, boolean, long[], Map, String, String, Date, Date, String)

Schedules a range of layouts to be published.

Parameters:
sourceGroupId - the primary key of the source group
targetGroupId - the primary key of the target group
privateLayout - whether the layout is private to the group
layoutIds - the layouts considered for publishing, specified by the layout IDs
parameterMap - the mapping of parameters indicating which information will be used. See PortletDataHandlerKeys.
scope - the scope of the pages. It can be all-pages or selected-pages.
startDate - the start date
endDate - the end date
groupName - the group name (optionally DestinationNames#LAYOUTS_LOCAL_PUBLISHER). See DestinationNames.
cronText - the cron text. See #toCronText
schedulerStartDate - the scheduler start date
schedulerEndDate - the scheduler end date
description - the scheduler description
Throws:
PortalException

schedulePublishToRemote

public static void schedulePublishToRemote(long sourceGroupId,
                                           boolean privateLayout,
                                           Map<Long,Boolean> layoutIdMap,
                                           Map<String,String[]> parameterMap,
                                           String remoteAddress,
                                           int remotePort,
                                           String remotePathContext,
                                           boolean secureConnection,
                                           long remoteGroupId,
                                           boolean remotePrivateLayout,
                                           Date startDate,
                                           Date endDate,
                                           String groupName,
                                           String cronText,
                                           Date schedulerStartDate,
                                           Date schedulerEndDate,
                                           String description)
                                    throws PortalException
Schedules a range of layouts to be stored.

Parameters:
sourceGroupId - the primary key of the source group
privateLayout - whether the layout is private to the group
layoutIdMap - the layouts considered for publishing, specified by the layout IDs and booleans indicating whether they have children
parameterMap - the mapping of parameters indicating which information will be used. See PortletDataHandlerKeys.
remoteAddress - the remote address
remotePort - the remote port
remotePathContext - the remote path context
secureConnection - whether the connection is secure
remoteGroupId - the primary key of the remote group
remotePrivateLayout - whether remote group's layout is private
startDate - the start date
endDate - the end date
groupName - the group name. Optionally DestinationNames#LAYOUTS_LOCAL_PUBLISHER). See DestinationNames.
cronText - the cron text. See #toCronText
schedulerStartDate - the scheduler start date
schedulerEndDate - the scheduler end date
description - the scheduler description
Throws:
PortalException

setLayouts

public static void setLayouts(long groupId,
                              boolean privateLayout,
                              long parentLayoutId,
                              long[] layoutIds,
                              ServiceContext serviceContext)
                       throws PortalException
Sets the layouts for the group, replacing and prioritizing all layouts of the parent layout.

Parameters:
groupId - the primary key of the group
privateLayout - whether the layout is private to the group
parentLayoutId - the primary key of the parent layout
layoutIds - the primary keys of the layouts
serviceContext - the service context to be applied
Throws:
PortalException

unschedulePublishToLive

public static void unschedulePublishToLive(long groupId,
                                           String jobName,
                                           String groupName)
                                    throws PortalException
Deletes the job from the scheduler's queue.

Parameters:
groupId - the primary key of the group
jobName - the job name
groupName - the group name (optionally DestinationNames#LAYOUTS_LOCAL_PUBLISHER). See DestinationNames.
Throws:
PortalException

unschedulePublishToRemote

public static void unschedulePublishToRemote(long groupId,
                                             String jobName,
                                             String groupName)
                                      throws PortalException
Deletes the job from the scheduler's persistent queue.

Parameters:
groupId - the primary key of the group
jobName - the job name
groupName - the group name (optionally DestinationNames#LAYOUTS_LOCAL_PUBLISHER). See DestinationNames.
Throws:
PortalException

updateIconImage

public static Layout updateIconImage(long plid,
                                     byte[] bytes)
                              throws PortalException
Throws:
PortalException

updateLayout

@Deprecated
public static Layout updateLayout(long groupId,
                                             boolean privateLayout,
                                             long layoutId,
                                             long parentLayoutId,
                                             Map<Locale,String> localeNamesMap,
                                             Map<Locale,String> localeTitlesMap,
                                             Map<Locale,String> descriptionMap,
                                             Map<Locale,String> keywordsMap,
                                             Map<Locale,String> robotsMap,
                                             String type,
                                             boolean hidden,
                                             String friendlyURL,
                                             Boolean iconImage,
                                             byte[] iconBytes,
                                             ServiceContext serviceContext)
                           throws PortalException
Deprecated. As of 6.2.0, replaced by updateLayout(long, boolean, long, long, Map, Map, Map, Map, Map, String, boolean, Map, boolean, byte[], ServiceContext)

Updates the layout with additional parameters.

Parameters:
groupId - the primary key of the group
privateLayout - whether the layout is private to the group
layoutId - the primary key of the layout
parentLayoutId - the primary key of the layout's new parent layout
localeNamesMap - the layout's locales and localized names
localeTitlesMap - the layout's locales and localized titles
descriptionMap - the locales and localized descriptions to merge (optionally null)
keywordsMap - the locales and localized keywords to merge (optionally null)
robotsMap - the locales and localized robots to merge (optionally null)
type - the layout's new type (optionally LayoutConstants#TYPE_PORTLET)
hidden - whether the layout is hidden
friendlyURL - the layout's locales and new friendly URLs. To see how the URL is normalized when accessed, see FriendlyURLNormalizerUtil.normalize( String).
iconImage - whether the icon image will be updated
iconBytes - the byte array of the layout's new icon image
serviceContext - the service context to be applied. Can set the modification date and expando bridge attributes for the layout.
Returns:
the updated layout
Throws:
PortalException

updateLayout

public static Layout updateLayout(long groupId,
                                  boolean privateLayout,
                                  long layoutId,
                                  long parentLayoutId,
                                  Map<Locale,String> localeNamesMap,
                                  Map<Locale,String> localeTitlesMap,
                                  Map<Locale,String> descriptionMap,
                                  Map<Locale,String> keywordsMap,
                                  Map<Locale,String> robotsMap,
                                  String type,
                                  boolean hidden,
                                  Map<Locale,String> friendlyURLMap,
                                  boolean iconImage,
                                  byte[] iconBytes,
                                  ServiceContext serviceContext)
                           throws PortalException
Updates the layout with additional parameters.

Parameters:
groupId - the primary key of the group
privateLayout - whether the layout is private to the group
layoutId - the primary key of the layout
parentLayoutId - the primary key of the layout's new parent layout
localeNamesMap - the layout's locales and localized names
localeTitlesMap - the layout's locales and localized titles
descriptionMap - the locales and localized descriptions to merge (optionally null)
keywordsMap - the locales and localized keywords to merge (optionally null)
robotsMap - the locales and localized robots to merge (optionally null)
type - the layout's new type (optionally LayoutConstants#TYPE_PORTLET)
hidden - whether the layout is hidden
friendlyURLMap - the layout's locales and localized friendly URLs. To see how the URL is normalized when accessed see FriendlyURLNormalizerUtil.normalize( String).
iconImage - whether the icon image will be updated
iconBytes - the byte array of the layout's new icon image
serviceContext - the service context to be applied. Can set the modification date and expando bridge attributes for the layout.
Returns:
the updated layout
Throws:
PortalException

updateLayout

public static Layout updateLayout(long groupId,
                                  boolean privateLayout,
                                  long layoutId,
                                  String typeSettings)
                           throws PortalException
Updates the layout replacing its type settings.

Parameters:
groupId - the primary key of the group
privateLayout - whether the layout is private to the group
layoutId - the primary key of the layout
typeSettings - the settings to load the unicode properties object. See #fastLoad(String).
Returns:
the updated layout
Throws:
PortalException

updateLookAndFeel

public static Layout updateLookAndFeel(long groupId,
                                       boolean privateLayout,
                                       long layoutId,
                                       String themeId,
                                       String colorSchemeId,
                                       String css,
                                       boolean wapTheme)
                                throws PortalException
Updates the look and feel of the layout.

Parameters:
groupId - the primary key of the group
privateLayout - whether the layout is private to the group
layoutId - the primary key of the layout
themeId - the primary key of the layout's new theme
colorSchemeId - the primary key of the layout's new color scheme
css - the layout's new CSS
wapTheme - whether the theme is for WAP browsers
Returns:
the updated layout
Throws:
PortalException

updateName

public static Layout updateName(long groupId,
                                boolean privateLayout,
                                long layoutId,
                                String name,
                                String languageId)
                         throws PortalException
Updates the name of the layout matching the group, layout ID, and privacy.

Parameters:
groupId - the primary key of the group
privateLayout - whether the layout is private to the group
layoutId - the primary key of the layout
name - the layout's new name
languageId - the primary key of the language. For more information see Locale.
Returns:
the updated layout
Throws:
PortalException

updateName

public static Layout updateName(long plid,
                                String name,
                                String languageId)
                         throws PortalException
Updates the name of the layout matching the primary key.

Parameters:
plid - the primary key of the layout
name - the name to be assigned
languageId - the primary key of the language. For more information see Locale.
Returns:
the updated layout
Throws:
PortalException

updateParentLayoutId

public static Layout updateParentLayoutId(long groupId,
                                          boolean privateLayout,
                                          long layoutId,
                                          long parentLayoutId)
                                   throws PortalException
Updates the parent layout ID of the layout matching the group, layout ID, and privacy.

Parameters:
groupId - the primary key of the group
privateLayout - whether the layout is private to the group
layoutId - the primary key of the layout
parentLayoutId - the primary key to be assigned to the parent layout
Returns:
the matching layout
Throws:
PortalException

updateParentLayoutId

public static Layout updateParentLayoutId(long plid,
                                          long parentPlid)
                                   throws PortalException
Updates the parent layout ID of the layout matching the primary key. If a layout matching the parent primary key is found, the layout ID of that layout is assigned, otherwise LayoutConstants#DEFAULT_PARENT_LAYOUT_ID is assigned.

Parameters:
plid - the primary key of the layout
parentPlid - the primary key of the parent layout
Returns:
the layout matching the primary key
Throws:
PortalException

updateParentLayoutIdAndPriority

public static Layout updateParentLayoutIdAndPriority(long plid,
                                                     long parentPlid,
                                                     int priority)
                                              throws PortalException
Updates the parent layout ID and priority of the layout.

Parameters:
plid - the primary key of the layout
parentPlid - the primary key of the parent layout
priority - the layout's new priority
Returns:
the layout matching the primary key
Throws:
PortalException

updatePriority

public static Layout updatePriority(long groupId,
                                    boolean privateLayout,
                                    long layoutId,
                                    long nextLayoutId,
                                    long previousLayoutId)
                             throws PortalException
Updates the priority of the layout matching the group, layout ID, and privacy, setting the layout's priority based on the priorities of the next and previous layouts.

Parameters:
groupId - the primary key of the group
privateLayout - whether the layout is private to the group
layoutId - the primary key of the layout
nextLayoutId - the primary key of the next layout
previousLayoutId - the primary key of the previous layout
Returns:
the updated layout
Throws:
PortalException

updatePriority

public static Layout updatePriority(long groupId,
                                    boolean privateLayout,
                                    long layoutId,
                                    int priority)
                             throws PortalException
Updates the priority of the layout matching the group, layout ID, and privacy.

Parameters:
groupId - the primary key of the group
privateLayout - whether the layout is private to the group
layoutId - the primary key of the layout
priority - the layout's new priority
Returns:
the updated layout
Throws:
PortalException

updatePriority

public static Layout updatePriority(long plid,
                                    int priority)
                             throws PortalException
Updates the priority of the layout matching the primary key.

Parameters:
plid - the primary key of the layout
priority - the layout's new priority
Returns:
the updated layout
Throws:
PortalException

validateImportLayoutsFile

@Deprecated
public static MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration,
                                                                     File file)
                                                   throws PortalException
Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportLayoutsFile( ExportImportConfiguration, File)

Throws:
PortalException

validateImportLayoutsFile

@Deprecated
public static MissingReferences validateImportLayoutsFile(ExportImportConfiguration exportImportConfiguration,
                                                                     InputStream inputStream)
                                                   throws PortalException
Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportLayoutsFile( ExportImportConfiguration, InputStream)

Throws:
PortalException

validateImportLayoutsFile

@Deprecated
public static MissingReferences validateImportLayoutsFile(long groupId,
                                                                     boolean privateLayout,
                                                                     Map<String,String[]> parameterMap,
                                                                     File file)
                                                   throws PortalException
Deprecated. As of 7.0.0, with no direct replacement

Throws:
PortalException

validateImportLayoutsFile

@Deprecated
public static MissingReferences validateImportLayoutsFile(long groupId,
                                                                     boolean privateLayout,
                                                                     Map<String,String[]> parameterMap,
                                                                     InputStream inputStream)
                                                   throws PortalException
Deprecated. As of 7.0.0, with no direct replacement

Throws:
PortalException

validateImportPortletInfo

@Deprecated
public static MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration,
                                                                     File file)
                                                   throws PortalException
Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportPortletInfo( ExportImportConfiguration, File)

Throws:
PortalException

validateImportPortletInfo

@Deprecated
public static MissingReferences validateImportPortletInfo(ExportImportConfiguration exportImportConfiguration,
                                                                     InputStream inputStream)
                                                   throws PortalException
Deprecated. As of 7.0.0, replaced by ExportImportService.validateImportPortletInfo( ExportImportConfiguration, InputStream)

Throws:
PortalException

validateImportPortletInfo

@Deprecated
public static MissingReferences validateImportPortletInfo(long plid,
                                                                     long groupId,
                                                                     String portletId,
                                                                     Map<String,String[]> parameterMap,
                                                                     File file)
                                                   throws PortalException
Deprecated. As of 7.0.0, with no direct replacement

Throws:
PortalException

validateImportPortletInfo

@Deprecated
public static MissingReferences validateImportPortletInfo(long plid,
                                                                     long groupId,
                                                                     String portletId,
                                                                     Map<String,String[]> parameterMap,
                                                                     InputStream inputStream)
                                                   throws PortalException
Deprecated. As of 7.0.0, with no direct replacement

Throws:
PortalException

getService

public static LayoutService getService()

Liferay 7.0-ce-b4