Liferay 6.0-ee-sp2

com.liferay.portal.service
Interface LayoutLocalService

All Superinterfaces:
PersistedModelLocalService
All Known Implementing Classes:
LayoutLocalServiceWrapper

@Transactional(isolation=PORTAL,
               rollbackFor={PortalException.class,SystemException.class})
public interface LayoutLocalService
extends PersistedModelLocalService

The interface for the layout local service.

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.

See Also:
LayoutLocalServiceUtil, LayoutLocalServiceBaseImpl, com.liferay.portal.service.impl.LayoutLocalServiceImpl

Method Summary
 Layout addLayout(Layout layout)
          Adds the layout to the database.
 Layout addLayout(long userId, long groupId, boolean privateLayout, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, String description, String type, boolean hidden, String friendlyURL, long dlFolderId, ServiceContext serviceContext)
           
 Layout addLayout(long userId, long groupId, boolean privateLayout, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
           
 Layout addLayout(long userId, long groupId, boolean privateLayout, long parentLayoutId, String name, String title, String description, String type, boolean hidden, String friendlyURL, long dlFolderId, ServiceContext serviceContext)
           
 Layout addLayout(long userId, long groupId, boolean privateLayout, long parentLayoutId, String name, String title, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
           
 Layout createLayout(long plid)
          Creates a new layout with the primary key.
 void deleteLayout(Layout layout)
          Deletes the layout from the database.
 void deleteLayout(Layout layout, boolean updateLayoutSet)
           
 void deleteLayout(long plid)
          Deletes the layout with the primary key from the database.
 void deleteLayout(long groupId, boolean privateLayout, long layoutId)
           
 void deleteLayouts(long groupId, boolean privateLayout)
           
 List dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 long dynamicQueryCount(DynamicQuery dynamicQuery)
          Returns the number of rows that match the dynamic query.
 byte[] exportLayouts(long groupId, boolean privateLayout, long[] layoutIds, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
 byte[] exportLayouts(long groupId, boolean privateLayout, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
 File exportLayoutsAsFile(long groupId, boolean privateLayout, long[] layoutIds, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
 byte[] exportPortletInfo(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
 File exportPortletInfoAsFile(long plid, long groupId, String portletId, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
 Layout fetchLayoutByUuidAndGroupId(String uuid, long groupId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 long getDefaultPlid(long groupId)
           
 long getDefaultPlid(long groupId, boolean privateLayout)
           
 long getDefaultPlid(long groupId, boolean privateLayout, String portletId)
           
 Layout getDLFolderLayout(long dlFolderId)
           
 Layout getFriendlyURLLayout(long groupId, boolean privateLayout, String friendlyURL)
           
 Layout getLayout(long plid)
          Returns the layout with the primary key.
 Layout getLayout(long groupId, boolean privateLayout, long layoutId)
           
 Layout getLayoutByIconImageId(long iconImageId)
           
 Layout getLayoutByUuidAndGroupId(String uuid, long groupId)
          Returns the layout with the UUID in the group.
 List<Layout> getLayouts(int start, int end)
          Returns a range of all the layouts.
 List<Layout> getLayouts(long groupId, boolean privateLayout)
           
 List<Layout> getLayouts(long groupId, boolean privateLayout, long parentLayoutId)
           
 List<Layout> getLayouts(long groupId, boolean privateLayout, long[] layoutIds)
           
 List<Layout> getLayouts(long groupId, boolean privateLayout, long parentLayoutId, int start, int end)
           
 List<Layout> getLayouts(long groupId, boolean privateLayout, String type)
           
 LayoutReference[] getLayouts(long companyId, String portletId, String preferencesKey, String preferencesValue)
           
 int getLayoutsCount()
          Returns the number of layouts.
 long getNextLayoutId(long groupId, boolean privateLayout)
           
 List<Layout> getNullFriendlyURLLayouts()
           
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 List<Layout> getScopeGroupLayouts(long groupId, boolean privateLayout)
           
 boolean hasLayouts(long groupId, boolean privateLayout, long parentLayoutId)
           
 void importLayouts(long userId, long groupId, boolean privateLayout, Map<String,String[]> parameterMap, byte[] bytes)
           
 void importLayouts(long userId, long groupId, boolean privateLayout, Map<String,String[]> parameterMap, File file)
           
 void importLayouts(long userId, long groupId, boolean privateLayout, Map<String,String[]> parameterMap, InputStream is)
           
 void importPortletInfo(long userId, long plid, long groupId, String portletId, Map<String,String[]> parameterMap, File file)
           
 void importPortletInfo(long userId, long plid, long groupId, String portletId, Map<String,String[]> parameterMap, InputStream is)
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setLayouts(long groupId, boolean privateLayout, long parentLayoutId, long[] layoutIds)
           
 Layout updateFriendlyURL(long plid, String friendlyURL)
           
 Layout updateLayout(Layout layout)
          Updates the layout in the database or adds it if it does not yet exist.
 Layout updateLayout(Layout layout, boolean merge)
          Updates the layout in the database or adds it if it does not yet exist.
 Layout updateLayout(long groupId, boolean privateLayout, long layoutId, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, String description, String type, boolean hidden, String friendlyURL, Boolean iconImage, byte[] iconBytes, ServiceContext serviceContext)
           
 Layout updateLayout(long groupId, boolean privateLayout, long layoutId, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
           
 Layout updateLayout(long groupId, boolean privateLayout, long layoutId, String typeSettings)
           
 Layout updateLookAndFeel(long groupId, boolean privateLayout, long layoutId, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
 Layout updateName(Layout layout, String name, String languageId)
           
 Layout updateName(long groupId, boolean privateLayout, long layoutId, String name, String languageId)
           
 Layout updateName(long plid, String name, 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)
           
 void updateScopedPortletNames(long groupId, boolean privateLayout, long layoutId, String name, String languageId)
           
 

Method Detail

addLayout

Layout addLayout(Layout layout)
                 throws SystemException
Adds the layout to the database. Also notifies the appropriate model listeners.

Parameters:
layout - the layout
Returns:
the layout that was added
Throws:
SystemException - if a system exception occurred

createLayout

Layout createLayout(long plid)
Creates a new layout with the primary key. Does not add the layout to the database.

Parameters:
plid - the primary key for the new layout
Returns:
the new layout

deleteLayout

void deleteLayout(long plid)
                  throws PortalException,
                         SystemException
Deletes the layout with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
plid - the primary key of the layout
Throws:
PortalException - if a layout with the primary key could not be found
SystemException - if a system exception occurred

deleteLayout

void deleteLayout(Layout layout)
                  throws SystemException
Deletes the layout from the database. Also notifies the appropriate model listeners.

Parameters:
layout - the layout
Throws:
SystemException - if a system exception occurred

dynamicQuery

List dynamicQuery(DynamicQuery dynamicQuery)
                  throws SystemException
Performs a dynamic query on the database and returns the matching rows.

Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

List dynamicQuery(DynamicQuery dynamicQuery,
                  int start,
                  int end)
                  throws SystemException
Performs a dynamic query on the database and returns a range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

List dynamicQuery(DynamicQuery dynamicQuery,
                  int start,
                  int end,
                  OrderByComparator orderByComparator)
                  throws SystemException
Performs a dynamic query on the database and returns an ordered range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Returns the number of rows that match the dynamic query.

Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

getLayout

@Transactional(propagation=SUPPORTS,
               readOnly=true)
Layout getLayout(long plid)
                 throws PortalException,
                        SystemException
Returns the layout with the primary key.

Parameters:
plid - the primary key of the layout
Returns:
the layout
Throws:
PortalException - if a layout with the primary key could not be found
SystemException - if a system exception occurred

getPersistedModel

@Transactional(propagation=SUPPORTS,
               readOnly=true)
PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                 throws PortalException,
                                        SystemException
Specified by:
getPersistedModel in interface PersistedModelLocalService
Throws:
PortalException
SystemException

getLayoutByUuidAndGroupId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
Layout getLayoutByUuidAndGroupId(String uuid,
                                                                          long groupId)
                                 throws PortalException,
                                        SystemException
Returns the layout with the UUID in the group.

Parameters:
uuid - the UUID of layout
groupId - the group id of the layout
Returns:
the layout
Throws:
PortalException - if a layout with the UUID in the group could not be found
SystemException - if a system exception occurred

getLayouts

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<Layout> getLayouts(int start,
                                                                 int end)
                        throws SystemException
Returns a range of all the layouts.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
start - the lower bound of the range of layouts
end - the upper bound of the range of layouts (not inclusive)
Returns:
the range of layouts
Throws:
SystemException - if a system exception occurred

getLayoutsCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getLayoutsCount()
                    throws SystemException
Returns the number of layouts.

Returns:
the number of layouts
Throws:
SystemException - if a system exception occurred

updateLayout

Layout updateLayout(Layout layout)
                    throws SystemException
Updates the layout in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Parameters:
layout - the layout
Returns:
the layout that was updated
Throws:
SystemException - if a system exception occurred

updateLayout

Layout updateLayout(Layout layout,
                    boolean merge)
                    throws SystemException
Updates the layout in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Parameters:
layout - the layout
merge - whether to merge the layout with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean) for an explanation.
Returns:
the layout that was updated
Throws:
SystemException - if a system exception occurred

getBeanIdentifier

String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Returns:
the Spring bean ID for this bean

setBeanIdentifier

void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Parameters:
beanIdentifier - the Spring bean ID for this bean

addLayout

Layout addLayout(long userId,
                 long groupId,
                 boolean privateLayout,
                 long parentLayoutId,
                 Map<Locale,String> localeNamesMap,
                 Map<Locale,String> localeTitlesMap,
                 String description,
                 String type,
                 boolean hidden,
                 String friendlyURL,
                 long dlFolderId,
                 ServiceContext serviceContext)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

addLayout

Layout addLayout(long userId,
                 long groupId,
                 boolean privateLayout,
                 long parentLayoutId,
                 Map<Locale,String> localeNamesMap,
                 Map<Locale,String> localeTitlesMap,
                 String description,
                 String type,
                 boolean hidden,
                 String friendlyURL,
                 ServiceContext serviceContext)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

addLayout

Layout addLayout(long userId,
                 long groupId,
                 boolean privateLayout,
                 long parentLayoutId,
                 String name,
                 String title,
                 String description,
                 String type,
                 boolean hidden,
                 String friendlyURL,
                 long dlFolderId,
                 ServiceContext serviceContext)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

addLayout

Layout addLayout(long userId,
                 long groupId,
                 boolean privateLayout,
                 long parentLayoutId,
                 String name,
                 String title,
                 String description,
                 String type,
                 boolean hidden,
                 String friendlyURL,
                 ServiceContext serviceContext)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

deleteLayout

void deleteLayout(Layout layout,
                  boolean updateLayoutSet)
                  throws PortalException,
                         SystemException
Throws:
PortalException
SystemException

deleteLayout

void deleteLayout(long groupId,
                  boolean privateLayout,
                  long layoutId)
                  throws PortalException,
                         SystemException
Throws:
PortalException
SystemException

deleteLayouts

void deleteLayouts(long groupId,
                   boolean privateLayout)
                   throws PortalException,
                          SystemException
Throws:
PortalException
SystemException

exportLayouts

byte[] exportLayouts(long groupId,
                     boolean privateLayout,
                     long[] layoutIds,
                     Map<String,String[]> parameterMap,
                     Date startDate,
                     Date endDate)
                     throws PortalException,
                            SystemException
Throws:
PortalException
SystemException

exportLayouts

byte[] exportLayouts(long groupId,
                     boolean privateLayout,
                     Map<String,String[]> parameterMap,
                     Date startDate,
                     Date endDate)
                     throws PortalException,
                            SystemException
Throws:
PortalException
SystemException

exportLayoutsAsFile

File exportLayoutsAsFile(long groupId,
                         boolean privateLayout,
                         long[] layoutIds,
                         Map<String,String[]> parameterMap,
                         Date startDate,
                         Date endDate)
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException

exportPortletInfo

byte[] exportPortletInfo(long plid,
                         long groupId,
                         String portletId,
                         Map<String,String[]> parameterMap,
                         Date startDate,
                         Date endDate)
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException

exportPortletInfoAsFile

File exportPortletInfoAsFile(long plid,
                             long groupId,
                             String portletId,
                             Map<String,String[]> parameterMap,
                             Date startDate,
                             Date endDate)
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

fetchLayoutByUuidAndGroupId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
Layout fetchLayoutByUuidAndGroupId(String uuid,
                                                                            long groupId)
                                   throws SystemException
Throws:
SystemException

getDefaultPlid

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

getDefaultPlid

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

getDefaultPlid

@Transactional(propagation=SUPPORTS,
               readOnly=true)
long getDefaultPlid(long groupId,
                                                             boolean privateLayout,
                                                             String portletId)
                    throws PortalException,
                           SystemException
Throws:
PortalException
SystemException

getDLFolderLayout

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

getFriendlyURLLayout

@Transactional(propagation=SUPPORTS,
               readOnly=true)
Layout getFriendlyURLLayout(long groupId,
                                                                     boolean privateLayout,
                                                                     String friendlyURL)
                            throws PortalException,
                                   SystemException
Throws:
PortalException
SystemException

getLayout

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

getLayoutByIconImageId

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

getLayouts

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<Layout> getLayouts(long groupId,
                                                                 boolean privateLayout)
                        throws SystemException
Throws:
SystemException

getLayouts

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

getLayouts

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

getLayouts

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

getLayouts

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<Layout> getLayouts(long groupId,
                                                                 boolean privateLayout,
                                                                 String type)
                        throws SystemException
Throws:
SystemException

getLayouts

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

getNextLayoutId

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

getNullFriendlyURLLayouts

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<Layout> getNullFriendlyURLLayouts()
                                       throws SystemException
Throws:
SystemException

getScopeGroupLayouts

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<Layout> getScopeGroupLayouts(long groupId,
                                                                           boolean privateLayout)
                                  throws SystemException
Throws:
SystemException

hasLayouts

@Transactional(propagation=SUPPORTS,
               readOnly=true)
boolean hasLayouts(long groupId,
                                                            boolean privateLayout,
                                                            long parentLayoutId)
                   throws SystemException
Throws:
SystemException

importLayouts

void importLayouts(long userId,
                   long groupId,
                   boolean privateLayout,
                   Map<String,String[]> parameterMap,
                   byte[] bytes)
                   throws PortalException,
                          SystemException
Throws:
PortalException
SystemException

importLayouts

void importLayouts(long userId,
                   long groupId,
                   boolean privateLayout,
                   Map<String,String[]> parameterMap,
                   File file)
                   throws PortalException,
                          SystemException
Throws:
PortalException
SystemException

importLayouts

void importLayouts(long userId,
                   long groupId,
                   boolean privateLayout,
                   Map<String,String[]> parameterMap,
                   InputStream is)
                   throws PortalException,
                          SystemException
Throws:
PortalException
SystemException

importPortletInfo

void importPortletInfo(long userId,
                       long plid,
                       long groupId,
                       String portletId,
                       Map<String,String[]> parameterMap,
                       File file)
                       throws PortalException,
                              SystemException
Throws:
PortalException
SystemException

importPortletInfo

void importPortletInfo(long userId,
                       long plid,
                       long groupId,
                       String portletId,
                       Map<String,String[]> parameterMap,
                       InputStream is)
                       throws PortalException,
                              SystemException
Throws:
PortalException
SystemException

setLayouts

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

updateFriendlyURL

Layout updateFriendlyURL(long plid,
                         String friendlyURL)
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException

updateLayout

Layout updateLayout(long groupId,
                    boolean privateLayout,
                    long layoutId,
                    long parentLayoutId,
                    Map<Locale,String> localeNamesMap,
                    Map<Locale,String> localeTitlesMap,
                    String description,
                    String type,
                    boolean hidden,
                    String friendlyURL,
                    Boolean iconImage,
                    byte[] iconBytes,
                    ServiceContext serviceContext)
                    throws PortalException,
                           SystemException
Throws:
PortalException
SystemException

updateLayout

Layout updateLayout(long groupId,
                    boolean privateLayout,
                    long layoutId,
                    long parentLayoutId,
                    Map<Locale,String> localeNamesMap,
                    Map<Locale,String> localeTitlesMap,
                    String description,
                    String type,
                    boolean hidden,
                    String friendlyURL,
                    ServiceContext serviceContext)
                    throws PortalException,
                           SystemException
Throws:
PortalException
SystemException

updateLayout

Layout updateLayout(long groupId,
                    boolean privateLayout,
                    long layoutId,
                    String typeSettings)
                    throws PortalException,
                           SystemException
Throws:
PortalException
SystemException

updateLookAndFeel

Layout updateLookAndFeel(long groupId,
                         boolean privateLayout,
                         long layoutId,
                         String themeId,
                         String colorSchemeId,
                         String css,
                         boolean wapTheme)
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException

updateName

Layout updateName(Layout layout,
                  String name,
                  String languageId)
                  throws PortalException,
                         SystemException
Throws:
PortalException
SystemException

updateName

Layout updateName(long groupId,
                  boolean privateLayout,
                  long layoutId,
                  String name,
                  String languageId)
                  throws PortalException,
                         SystemException
Throws:
PortalException
SystemException

updateName

Layout updateName(long plid,
                  String name,
                  String languageId)
                  throws PortalException,
                         SystemException
Throws:
PortalException
SystemException

updateParentLayoutId

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

updateParentLayoutId

Layout updateParentLayoutId(long plid,
                            long parentPlid)
                            throws PortalException,
                                   SystemException
Throws:
PortalException
SystemException

updatePriority

Layout updatePriority(Layout layout,
                      int priority)
                      throws SystemException
Throws:
SystemException

updatePriority

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

updatePriority

Layout updatePriority(long plid,
                      int priority)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

updateScopedPortletNames

void updateScopedPortletNames(long groupId,
                              boolean privateLayout,
                              long layoutId,
                              String name,
                              String languageId)
                              throws PortalException,
                                     SystemException
Throws:
PortalException
SystemException
See Also:
com.liferay.portlet.portletconfiguration.action.EditScopeAction#updateScope

Liferay 6.0-ee-sp2