com.liferay.portal.service
Interface LayoutLocalService


@Transactional(rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.SystemException.class})
public interface LayoutLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface defines the service. The default implementation is com.liferay.portal.service.impl.LayoutLocalServiceImpl. Modify methods in that class and rerun ServiceBuilder to populate this class and all other generated classes.

This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.

Author:
Brian Wing Shun Chan
See Also:
LayoutLocalServiceUtil

Method Summary
 Layout addLayout(Layout layout)
           
 Layout addLayout(long userId, long groupId, boolean privateLayout, long parentLayoutId, java.util.Map<java.util.Locale,java.lang.String> localeNamesMap, java.util.Map<java.util.Locale,java.lang.String> localeTitlesMap, java.lang.String description, java.lang.String type, boolean hidden, java.lang.String friendlyURL)
           
 Layout addLayout(long userId, long groupId, boolean privateLayout, long parentLayoutId, java.util.Map<java.util.Locale,java.lang.String> localeNamesMap, java.util.Map<java.util.Locale,java.lang.String> localeTitlesMap, java.lang.String description, java.lang.String type, boolean hidden, java.lang.String friendlyURL, long dlFolderId)
           
 Layout addLayout(long userId, long groupId, boolean privateLayout, long parentLayoutId, java.lang.String name, java.lang.String title, java.lang.String description, java.lang.String type, boolean hidden, java.lang.String friendlyURL)
           
 Layout addLayout(long userId, long groupId, boolean privateLayout, long parentLayoutId, java.lang.String name, java.lang.String title, java.lang.String description, java.lang.String type, boolean hidden, java.lang.String friendlyURL, long dlFolderId)
           
 Layout createLayout(long plid)
           
 void deleteLayout(Layout layout)
           
 void deleteLayout(Layout layout, boolean updateLayoutSet)
           
 void deleteLayout(long plid)
           
 void deleteLayout(long groupId, boolean privateLayout, long layoutId)
           
 void deleteLayouts(long groupId, boolean privateLayout)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 byte[] exportLayouts(long groupId, boolean privateLayout, long[] layoutIds, java.util.Map<java.lang.String,java.lang.String[]> parameterMap, java.util.Date startDate, java.util.Date endDate)
           
 byte[] exportLayouts(long groupId, boolean privateLayout, java.util.Map<java.lang.String,java.lang.String[]> parameterMap, java.util.Date startDate, java.util.Date endDate)
           
 com.liferay.portal.kernel.io.FileCacheOutputStream exportLayoutsAsStream(long groupId, boolean privateLayout, long[] layoutIds, java.util.Map<java.lang.String,java.lang.String[]> parameterMap, java.util.Date startDate, java.util.Date endDate)
           
 byte[] exportPortletInfo(long plid, long groupId, java.lang.String portletId, java.util.Map<java.lang.String,java.lang.String[]> parameterMap, java.util.Date startDate, java.util.Date endDate)
           
 com.liferay.portal.kernel.io.FileCacheOutputStream exportPortletInfoAsStream(long plid, long groupId, java.lang.String portletId, java.util.Map<java.lang.String,java.lang.String[]> parameterMap, java.util.Date startDate, java.util.Date endDate)
           
 long getDefaultPlid(long groupId)
           
 long getDefaultPlid(long groupId, boolean privateLayout)
           
 long getDefaultPlid(long groupId, boolean privateLayout, java.lang.String portletId)
           
 Layout getDLFolderLayout(long dlFolderId)
           
 Layout getFriendlyURLLayout(long groupId, boolean privateLayout, java.lang.String friendlyURL)
           
 Layout getLayout(long plid)
           
 Layout getLayout(long groupId, boolean privateLayout, long layoutId)
           
 Layout getLayoutByIconImageId(long iconImageId)
           
 java.util.List<Layout> getLayouts(int start, int end)
           
 java.util.List<Layout> getLayouts(long groupId, boolean privateLayout)
           
 java.util.List<Layout> getLayouts(long groupId, boolean privateLayout, long parentLayoutId)
           
 java.util.List<Layout> getLayouts(long groupId, boolean privateLayout, long[] layoutIds)
           
 java.util.List<Layout> getLayouts(long groupId, boolean privateLayout, long parentLayoutId, int start, int end)
           
 java.util.List<Layout> getLayouts(long groupId, boolean privateLayout, java.lang.String type)
           
 LayoutReference[] getLayouts(long companyId, java.lang.String portletId, java.lang.String preferencesKey, java.lang.String preferencesValue)
           
 int getLayoutsCount()
           
 long getNextLayoutId(long groupId, boolean privateLayout)
           
 java.util.List<Layout> getNullFriendlyURLLayouts()
           
 void importLayouts(long userId, long groupId, boolean privateLayout, java.util.Map<java.lang.String,java.lang.String[]> parameterMap, byte[] bytes)
           
 void importLayouts(long userId, long groupId, boolean privateLayout, java.util.Map<java.lang.String,java.lang.String[]> parameterMap, java.io.File file)
           
 void importLayouts(long userId, long groupId, boolean privateLayout, java.util.Map<java.lang.String,java.lang.String[]> parameterMap, java.io.InputStream is)
           
 void importPortletInfo(long userId, long plid, long groupId, java.lang.String portletId, java.util.Map<java.lang.String,java.lang.String[]> parameterMap, java.io.File file)
           
 void importPortletInfo(long userId, long plid, long groupId, java.lang.String portletId, java.util.Map<java.lang.String,java.lang.String[]> parameterMap, java.io.InputStream is)
           
 void setLayouts(long groupId, boolean privateLayout, long parentLayoutId, long[] layoutIds)
           
 Layout updateFriendlyURL(long plid, java.lang.String friendlyURL)
           
 Layout updateLayout(Layout layout)
           
 Layout updateLayout(long groupId, boolean privateLayout, long layoutId, long parentLayoutId, java.util.Map<java.util.Locale,java.lang.String> localeNamesMap, java.util.Map<java.util.Locale,java.lang.String> localeTitlesMap, java.lang.String description, java.lang.String type, boolean hidden, java.lang.String friendlyURL)
           
 Layout updateLayout(long groupId, boolean privateLayout, long layoutId, long parentLayoutId, java.util.Map<java.util.Locale,java.lang.String> localeNamesMap, java.util.Map<java.util.Locale,java.lang.String> localeTitlesMap, java.lang.String description, java.lang.String type, boolean hidden, java.lang.String friendlyURL, java.lang.Boolean iconImage, byte[] iconBytes)
           
 Layout updateLayout(long groupId, boolean privateLayout, long layoutId, java.lang.String typeSettings)
           
 Layout updateLookAndFeel(long groupId, boolean privateLayout, long layoutId, java.lang.String themeId, java.lang.String colorSchemeId, java.lang.String css, boolean wapTheme)
           
 Layout updateName(Layout layout, java.lang.String name, java.lang.String languageId)
           
 Layout updateName(long groupId, boolean privateLayout, long layoutId, java.lang.String name, java.lang.String languageId)
           
 Layout updateName(long plid, java.lang.String name, java.lang.String languageId)
           
 Layout updateParentLayoutId(long groupId, boolean privateLayout, long layoutId, long parentLayoutId)
           
 Layout updateParentLayoutId(long plid, long parentPlid)
           
 Layout updatePriority(Layout layout, int priority)
           
 Layout updatePriority(long groupId, boolean privateLayout, long layoutId, int priority)
           
 Layout updatePriority(long plid, int priority)
           
 

Method Detail

addLayout

Layout addLayout(Layout layout)
                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

createLayout

Layout createLayout(long plid)

deleteLayout

void deleteLayout(long plid)
                  throws com.liferay.portal.SystemException,
                         com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

deleteLayout

void deleteLayout(Layout layout)
                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                              int start,
                                              int end)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getLayout

@Transactional(propagation=SUPPORTS,
               readOnly=true)
Layout getLayout(long plid)
                 throws com.liferay.portal.SystemException,
                        com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getLayouts

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<Layout> getLayouts(int start,
                                                int end)
                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getLayoutsCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getLayoutsCount()
                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateLayout

Layout updateLayout(Layout layout)
                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

addLayout

Layout addLayout(long userId,
                 long groupId,
                 boolean privateLayout,
                 long parentLayoutId,
                 java.lang.String name,
                 java.lang.String title,
                 java.lang.String description,
                 java.lang.String type,
                 boolean hidden,
                 java.lang.String friendlyURL)
                 throws com.liferay.portal.PortalException,
                        com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addLayout

Layout addLayout(long userId,
                 long groupId,
                 boolean privateLayout,
                 long parentLayoutId,
                 java.util.Map<java.util.Locale,java.lang.String> localeNamesMap,
                 java.util.Map<java.util.Locale,java.lang.String> localeTitlesMap,
                 java.lang.String description,
                 java.lang.String type,
                 boolean hidden,
                 java.lang.String friendlyURL)
                 throws com.liferay.portal.PortalException,
                        com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addLayout

Layout addLayout(long userId,
                 long groupId,
                 boolean privateLayout,
                 long parentLayoutId,
                 java.lang.String name,
                 java.lang.String title,
                 java.lang.String description,
                 java.lang.String type,
                 boolean hidden,
                 java.lang.String friendlyURL,
                 long dlFolderId)
                 throws com.liferay.portal.PortalException,
                        com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addLayout

Layout addLayout(long userId,
                 long groupId,
                 boolean privateLayout,
                 long parentLayoutId,
                 java.util.Map<java.util.Locale,java.lang.String> localeNamesMap,
                 java.util.Map<java.util.Locale,java.lang.String> localeTitlesMap,
                 java.lang.String description,
                 java.lang.String type,
                 boolean hidden,
                 java.lang.String friendlyURL,
                 long dlFolderId)
                 throws com.liferay.portal.PortalException,
                        com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteLayout

void deleteLayout(long groupId,
                  boolean privateLayout,
                  long layoutId)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteLayout

void deleteLayout(Layout layout,
                  boolean updateLayoutSet)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteLayouts

void deleteLayouts(long groupId,
                   boolean privateLayout)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

exportLayouts

byte[] exportLayouts(long groupId,
                     boolean privateLayout,
                     java.util.Map<java.lang.String,java.lang.String[]> parameterMap,
                     java.util.Date startDate,
                     java.util.Date endDate)
                     throws com.liferay.portal.PortalException,
                            com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

exportLayouts

byte[] exportLayouts(long groupId,
                     boolean privateLayout,
                     long[] layoutIds,
                     java.util.Map<java.lang.String,java.lang.String[]> parameterMap,
                     java.util.Date startDate,
                     java.util.Date endDate)
                     throws com.liferay.portal.PortalException,
                            com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

exportLayoutsAsStream

com.liferay.portal.kernel.io.FileCacheOutputStream exportLayoutsAsStream(long groupId,
                                                                         boolean privateLayout,
                                                                         long[] layoutIds,
                                                                         java.util.Map<java.lang.String,java.lang.String[]> parameterMap,
                                                                         java.util.Date startDate,
                                                                         java.util.Date endDate)
                                                                         throws com.liferay.portal.PortalException,
                                                                                com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

exportPortletInfo

byte[] exportPortletInfo(long plid,
                         long groupId,
                         java.lang.String portletId,
                         java.util.Map<java.lang.String,java.lang.String[]> parameterMap,
                         java.util.Date startDate,
                         java.util.Date endDate)
                         throws com.liferay.portal.PortalException,
                                com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

exportPortletInfoAsStream

com.liferay.portal.kernel.io.FileCacheOutputStream exportPortletInfoAsStream(long plid,
                                                                             long groupId,
                                                                             java.lang.String portletId,
                                                                             java.util.Map<java.lang.String,java.lang.String[]> parameterMap,
                                                                             java.util.Date startDate,
                                                                             java.util.Date endDate)
                                                                             throws com.liferay.portal.PortalException,
                                                                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getDefaultPlid

@Transactional(propagation=SUPPORTS,
               readOnly=true)
long getDefaultPlid(long groupId)
                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getDefaultPlid

@Transactional(propagation=SUPPORTS,
               readOnly=true)
long getDefaultPlid(long groupId,
                                  boolean privateLayout)
                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getDefaultPlid

@Transactional(propagation=SUPPORTS,
               readOnly=true)
long getDefaultPlid(long groupId,
                                  boolean privateLayout,
                                  java.lang.String portletId)
                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getDLFolderLayout

@Transactional(propagation=SUPPORTS,
               readOnly=true)
Layout getDLFolderLayout(long dlFolderId)
                         throws com.liferay.portal.PortalException,
                                com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getFriendlyURLLayout

Layout getFriendlyURLLayout(long groupId,
                            boolean privateLayout,
                            java.lang.String friendlyURL)
                            throws com.liferay.portal.PortalException,
                                   com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getLayout

@Transactional(propagation=SUPPORTS,
               readOnly=true)
Layout getLayout(long groupId,
                               boolean privateLayout,
                               long layoutId)
                 throws com.liferay.portal.PortalException,
                        com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getLayoutByIconImageId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
Layout getLayoutByIconImageId(long iconImageId)
                              throws com.liferay.portal.PortalException,
                                     com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getLayouts

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<Layout> getLayouts(long groupId,
                                                boolean privateLayout)
                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getLayouts

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<Layout> getLayouts(long groupId,
                                                boolean privateLayout,
                                                long parentLayoutId)
                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getLayouts

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<Layout> getLayouts(long groupId,
                                                boolean privateLayout,
                                                java.lang.String type)
                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getLayouts

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<Layout> getLayouts(long groupId,
                                                boolean privateLayout,
                                                long parentLayoutId,
                                                int start,
                                                int end)
                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getLayouts

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<Layout> getLayouts(long groupId,
                                                boolean privateLayout,
                                                long[] layoutIds)
                                  throws com.liferay.portal.PortalException,
                                         com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getLayouts

@Transactional(propagation=SUPPORTS,
               readOnly=true)
LayoutReference[] getLayouts(long companyId,
                                           java.lang.String portletId,
                                           java.lang.String preferencesKey,
                                           java.lang.String preferencesValue)
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getNextLayoutId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
long getNextLayoutId(long groupId,
                                   boolean privateLayout)
                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getNullFriendlyURLLayouts

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<Layout> getNullFriendlyURLLayouts()
                                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

importLayouts

void importLayouts(long userId,
                   long groupId,
                   boolean privateLayout,
                   java.util.Map<java.lang.String,java.lang.String[]> parameterMap,
                   java.io.File file)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

importLayouts

void importLayouts(long userId,
                   long groupId,
                   boolean privateLayout,
                   java.util.Map<java.lang.String,java.lang.String[]> parameterMap,
                   byte[] bytes)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

importLayouts

void importLayouts(long userId,
                   long groupId,
                   boolean privateLayout,
                   java.util.Map<java.lang.String,java.lang.String[]> parameterMap,
                   java.io.InputStream is)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

importPortletInfo

void importPortletInfo(long userId,
                       long plid,
                       long groupId,
                       java.lang.String portletId,
                       java.util.Map<java.lang.String,java.lang.String[]> parameterMap,
                       java.io.File file)
                       throws com.liferay.portal.PortalException,
                              com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

importPortletInfo

void importPortletInfo(long userId,
                       long plid,
                       long groupId,
                       java.lang.String portletId,
                       java.util.Map<java.lang.String,java.lang.String[]> parameterMap,
                       java.io.InputStream is)
                       throws com.liferay.portal.PortalException,
                              com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

setLayouts

void setLayouts(long groupId,
                boolean privateLayout,
                long parentLayoutId,
                long[] layoutIds)
                throws com.liferay.portal.PortalException,
                       com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateFriendlyURL

Layout updateFriendlyURL(long plid,
                         java.lang.String friendlyURL)
                         throws com.liferay.portal.PortalException,
                                com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateLayout

Layout updateLayout(long groupId,
                    boolean privateLayout,
                    long layoutId,
                    long parentLayoutId,
                    java.util.Map<java.util.Locale,java.lang.String> localeNamesMap,
                    java.util.Map<java.util.Locale,java.lang.String> localeTitlesMap,
                    java.lang.String description,
                    java.lang.String type,
                    boolean hidden,
                    java.lang.String friendlyURL)
                    throws com.liferay.portal.PortalException,
                           com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateLayout

Layout updateLayout(long groupId,
                    boolean privateLayout,
                    long layoutId,
                    long parentLayoutId,
                    java.util.Map<java.util.Locale,java.lang.String> localeNamesMap,
                    java.util.Map<java.util.Locale,java.lang.String> localeTitlesMap,
                    java.lang.String description,
                    java.lang.String type,
                    boolean hidden,
                    java.lang.String friendlyURL,
                    java.lang.Boolean iconImage,
                    byte[] iconBytes)
                    throws com.liferay.portal.PortalException,
                           com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateLayout

Layout updateLayout(long groupId,
                    boolean privateLayout,
                    long layoutId,
                    java.lang.String typeSettings)
                    throws com.liferay.portal.PortalException,
                           com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateLookAndFeel

Layout updateLookAndFeel(long groupId,
                         boolean privateLayout,
                         long layoutId,
                         java.lang.String themeId,
                         java.lang.String colorSchemeId,
                         java.lang.String css,
                         boolean wapTheme)
                         throws com.liferay.portal.PortalException,
                                com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateName

Layout updateName(long plid,
                  java.lang.String name,
                  java.lang.String languageId)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateName

Layout updateName(long groupId,
                  boolean privateLayout,
                  long layoutId,
                  java.lang.String name,
                  java.lang.String languageId)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateName

Layout updateName(Layout layout,
                  java.lang.String name,
                  java.lang.String languageId)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateParentLayoutId

Layout updateParentLayoutId(long plid,
                            long parentPlid)
                            throws com.liferay.portal.PortalException,
                                   com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateParentLayoutId

Layout updateParentLayoutId(long groupId,
                            boolean privateLayout,
                            long layoutId,
                            long parentLayoutId)
                            throws com.liferay.portal.PortalException,
                                   com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updatePriority

Layout updatePriority(long plid,
                      int priority)
                      throws com.liferay.portal.PortalException,
                             com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updatePriority

Layout updatePriority(long groupId,
                      boolean privateLayout,
                      long layoutId,
                      int priority)
                      throws com.liferay.portal.PortalException,
                             com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updatePriority

Layout updatePriority(Layout layout,
                      int priority)
                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException