Liferay 6.1.10-ee-ga1

Uses of Interface
com.liferay.portal.model.Layout

Packages that use Layout
com.liferay.portal.kernel.staging   
com.liferay.portal.model This package defines the portal model interfaces and classes, including SOAP and wrapper classes. 
com.liferay.portal.service This package defines the local and remote portal service interfaces and classes. 
com.liferay.portal.service.permission   
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces and classes. 
com.liferay.portal.theme   
com.liferay.portal.util   
com.liferay.portal.util.comparator   
com.liferay.portlet   
com.liferay.portlet.asset.service.persistence   
 

Uses of Layout in com.liferay.portal.kernel.staging
 

Methods in com.liferay.portal.kernel.staging that return types with arguments of type Layout
static List<Layout> StagingUtil.getMissingParentLayouts(Layout layout, long liveGroupId)
           
 List<Layout> Staging.getMissingParentLayouts(Layout layout, long liveGroupId)
           
 

Methods in com.liferay.portal.kernel.staging with parameters of type Layout
static LayoutRevision LayoutStagingUtil.getLayoutRevision(Layout layout)
           
 LayoutRevision LayoutStaging.getLayoutRevision(Layout layout)
           
static LayoutStagingHandler LayoutStagingUtil.getLayoutStagingHandler(Layout layout)
           
 LayoutStagingHandler LayoutStaging.getLayoutStagingHandler(Layout layout)
           
static List<Layout> StagingUtil.getMissingParentLayouts(Layout layout, long liveGroupId)
           
 List<Layout> Staging.getMissingParentLayouts(Layout layout, long liveGroupId)
           
static boolean LayoutStagingUtil.isBranchingLayout(Layout layout)
           
 boolean LayoutStaging.isBranchingLayout(Layout layout)
           
static boolean StagingUtil.isIncomplete(Layout layout, long layoutSetBranchId)
           
 boolean Staging.isIncomplete(Layout layout, long layoutSetBranchId)
           
static void StagingUtil.updateLastImportSettings(Element layoutElement, Layout layout, PortletDataContext portletDataContext)
           
 void Staging.updateLastImportSettings(Element layoutElement, Layout layout, PortletDataContext portletDataContext)
           
 

Uses of Layout in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement Layout
 class LayoutWrapper
           This class is a wrapper for Layout.
 

Fields in com.liferay.portal.model with type parameters of type Layout
static Accessor<Layout,Long> Layout.LAYOUT_ID_ACCESSOR
           
 

Methods in com.liferay.portal.model that return Layout
 Layout LayoutType.getLayout()
           
 Layout LayoutStagingHandler.getLayout()
           
 Layout LayoutPrototypeWrapper.getLayout()
           
 Layout LayoutPrototype.getLayout()
           
 Layout LayoutTypePortlet.getLayoutSetPrototypeLayout()
           
 Layout LayoutWrapper.getWrappedLayout()
          Deprecated. Renamed to LayoutWrapper.getWrappedModel()
 Layout LayoutWrapper.getWrappedModel()
           
 Layout LayoutWrapper.toEscapedModel()
           
 Layout LayoutModel.toEscapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type Layout
 List<Layout> LayoutWrapper.getAllChildren()
           
 List<Layout> Layout.getAllChildren()
           
 List<Layout> LayoutWrapper.getAncestors()
           
 List<Layout> Layout.getAncestors()
           
 List<Layout> LayoutWrapper.getChildren()
           
 List<Layout> Layout.getChildren()
           
 List<Layout> LayoutWrapper.getChildren(PermissionChecker permissionChecker)
           
 List<Layout> Layout.getChildren(PermissionChecker permissionChecker)
           
 CacheModel<Layout> LayoutWrapper.toCacheModel()
           
 CacheModel<Layout> LayoutModel.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type Layout
 int LayoutWrapper.compareTo(Layout layout)
           
 int LayoutModel.compareTo(Layout layout)
           
 boolean LayoutWrapper.isChildSelected(boolean selectable, Layout layout)
           
 boolean Layout.isChildSelected(boolean selectable, Layout layout)
           
 boolean LayoutWrapper.isSelected(boolean selectable, Layout layout, long ancestorPlid)
           
 boolean Layout.isSelected(boolean selectable, Layout layout, long ancestorPlid)
           
 void LayoutType.setLayout(Layout layout)
           
static LayoutSoap LayoutSoap.toSoapModel(Layout model)
           
static LayoutSoap[] LayoutSoap.toSoapModels(Layout[] models)
           
static LayoutSoap[][] LayoutSoap.toSoapModels(Layout[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type Layout
static LayoutSoap[] LayoutSoap.toSoapModels(List<Layout> models)
           
 

Constructors in com.liferay.portal.model with parameters of type Layout
LayoutStagingHandler(Layout layout)
           
LayoutWrapper(Layout layout)
           
 

Uses of Layout in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Layout
 Layout LayoutLocalServiceWrapper.addLayout(Layout layout)
          Adds the layout to the database.
static Layout LayoutLocalServiceUtil.addLayout(Layout layout)
          Adds the layout to the database.
 Layout LayoutLocalService.addLayout(Layout layout)
          Adds the layout to the database.
 Layout LayoutServiceWrapper.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)
          Adds a layout with additional parameters.
static Layout LayoutServiceUtil.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)
          Adds a layout with additional parameters.
 Layout LayoutService.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)
          Adds a layout with additional parameters.
 Layout LayoutServiceWrapper.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 empty maps for descriptions, keywords, and titles , and a names map containing a mapping for the default locale as its only entry.
static Layout LayoutServiceUtil.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 empty maps for descriptions, keywords, and titles , and a names map containing a mapping for the default locale as its only entry.
 Layout LayoutService.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 empty maps for descriptions, keywords, and titles , and a names map containing a mapping for the default locale as its only entry.
 Layout LayoutLocalServiceWrapper.addLayout(long userId, long groupId, boolean privateLayout, long parentLayoutId, Map<Locale,String> nameMap, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, Map<Locale,String> keywordsMap, Map<Locale,String> robotsMap, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
          Adds a layout with additional parameters.
static Layout LayoutLocalServiceUtil.addLayout(long userId, long groupId, boolean privateLayout, long parentLayoutId, Map<Locale,String> nameMap, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, Map<Locale,String> keywordsMap, Map<Locale,String> robotsMap, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
          Adds a layout with additional parameters.
 Layout LayoutLocalService.addLayout(long userId, long groupId, boolean privateLayout, long parentLayoutId, Map<Locale,String> nameMap, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, Map<Locale,String> keywordsMap, Map<Locale,String> robotsMap, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
          Adds a layout with additional parameters.
 Layout LayoutLocalServiceWrapper.addLayout(long userId, long groupId, boolean privateLayout, long parentLayoutId, String name, String title, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
          Adds a layout.
static Layout LayoutLocalServiceUtil.addLayout(long userId, long groupId, boolean privateLayout, long parentLayoutId, String name, String title, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
          Adds a layout.
 Layout LayoutLocalService.addLayout(long userId, long groupId, boolean privateLayout, long parentLayoutId, String name, String title, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
          Adds a layout.
 Layout LayoutLocalServiceWrapper.createLayout(long plid)
          Creates a new layout with the primary key.
static Layout LayoutLocalServiceUtil.createLayout(long plid)
          Creates a new layout with the primary key.
 Layout LayoutLocalService.createLayout(long plid)
          Creates a new layout with the primary key.
 Layout LayoutLocalServiceWrapper.fetchFirstLayout(long groupId, boolean privateLayout, long parentLayoutId)
           
static Layout LayoutLocalServiceUtil.fetchFirstLayout(long groupId, boolean privateLayout, long parentLayoutId)
           
 Layout LayoutLocalService.fetchFirstLayout(long groupId, boolean privateLayout, long parentLayoutId)
           
 Layout LayoutLocalServiceWrapper.fetchLayout(long plid)
           
static Layout LayoutLocalServiceUtil.fetchLayout(long plid)
           
 Layout LayoutLocalService.fetchLayout(long plid)
           
 Layout LayoutLocalServiceWrapper.fetchLayoutByUuidAndGroupId(String uuid, long groupId)
          Returns the layout matching the universally unique identifier and group ID
static Layout LayoutLocalServiceUtil.fetchLayoutByUuidAndGroupId(String uuid, long groupId)
          Returns the layout matching the universally unique identifier and group ID
 Layout LayoutLocalService.fetchLayoutByUuidAndGroupId(String uuid, long groupId)
          Returns the layout matching the universally unique identifier and group ID
 Layout LayoutLocalServiceWrapper.getFriendlyURLLayout(long groupId, boolean privateLayout, String friendlyURL)
          Returns the layout for the friendly URL
static Layout LayoutLocalServiceUtil.getFriendlyURLLayout(long groupId, boolean privateLayout, String friendlyURL)
          Returns the layout for the friendly URL
 Layout LayoutLocalService.getFriendlyURLLayout(long groupId, boolean privateLayout, String friendlyURL)
          Returns the layout for the friendly URL
 Layout LayoutLocalServiceWrapper.getLayout(long plid)
          Returns the layout with the primary key.
static Layout LayoutLocalServiceUtil.getLayout(long plid)
          Returns the layout with the primary key.
 Layout LayoutLocalService.getLayout(long plid)
          Returns the layout with the primary key.
 Layout LayoutLocalServiceWrapper.getLayout(long groupId, boolean privateLayout, long layoutId)
          Returns the layout matching the primary key, group, and privacy; throws a NoSuchLayoutException otherwise.
static Layout LayoutLocalServiceUtil.getLayout(long groupId, boolean privateLayout, long layoutId)
          Returns the layout matching the primary key, group, and privacy; throws a NoSuchLayoutException otherwise.
 Layout LayoutLocalService.getLayout(long groupId, boolean privateLayout, long layoutId)
          Returns the layout matching the primary key, group, and privacy; throws a NoSuchLayoutException otherwise.
 Layout LayoutLocalServiceWrapper.getLayoutByIconImageId(long iconImageId)
          Returns the layout for the icon image; throws a NoSuchLayoutException otherwise.
static Layout LayoutLocalServiceUtil.getLayoutByIconImageId(long iconImageId)
          Returns the layout for the icon image; throws a NoSuchLayoutException otherwise.
 Layout LayoutLocalService.getLayoutByIconImageId(long iconImageId)
          Returns the layout for the icon image; throws a NoSuchLayoutException otherwise.
 Layout LayoutLocalServiceWrapper.getLayoutByUuidAndGroupId(String uuid, long groupId)
          Returns the layout with the UUID in the group.
static Layout LayoutLocalServiceUtil.getLayoutByUuidAndGroupId(String uuid, long groupId)
          Returns the layout with the UUID in the group.
 Layout LayoutLocalService.getLayoutByUuidAndGroupId(String uuid, long groupId)
          Returns the layout with the UUID in the group.
 Layout LayoutLocalServiceWrapper.updateFriendlyURL(long plid, String friendlyURL)
          Updates the friendly URL of the layout.
static Layout LayoutLocalServiceUtil.updateFriendlyURL(long plid, String friendlyURL)
          Updates the friendly URL of the layout.
 Layout LayoutLocalService.updateFriendlyURL(long plid, String friendlyURL)
          Updates the friendly URL of the layout.
 Layout LayoutLocalServiceWrapper.updateLayout(Layout layout)
          Updates the layout in the database or adds it if it does not yet exist.
static Layout LayoutLocalServiceUtil.updateLayout(Layout layout)
          Updates the layout in the database or adds it if it does not yet exist.
 Layout LayoutLocalService.updateLayout(Layout layout)
          Updates the layout in the database or adds it if it does not yet exist.
 Layout LayoutLocalServiceWrapper.updateLayout(Layout layout, boolean merge)
          Updates the layout in the database or adds it if it does not yet exist.
static Layout LayoutLocalServiceUtil.updateLayout(Layout layout, boolean merge)
          Updates the layout in the database or adds it if it does not yet exist.
 Layout LayoutLocalService.updateLayout(Layout layout, boolean merge)
          Updates the layout in the database or adds it if it does not yet exist.
 Layout LayoutServiceWrapper.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)
          Updates the layout.
static Layout LayoutServiceUtil.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)
          Updates the layout.
 Layout LayoutService.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)
          Updates the layout.
 Layout LayoutLocalServiceWrapper.updateLayout(long groupId, boolean privateLayout, long layoutId, long parentLayoutId, Map<Locale,String> nameMap, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, Map<Locale,String> keywordsMap, Map<Locale,String> robotsMap, String type, boolean hidden, String friendlyURL, Boolean iconImage, byte[] iconBytes, ServiceContext serviceContext)
          Updates the layout.
static Layout LayoutLocalServiceUtil.updateLayout(long groupId, boolean privateLayout, long layoutId, long parentLayoutId, Map<Locale,String> nameMap, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, Map<Locale,String> keywordsMap, Map<Locale,String> robotsMap, String type, boolean hidden, String friendlyURL, Boolean iconImage, byte[] iconBytes, ServiceContext serviceContext)
          Updates the layout.
 Layout LayoutLocalService.updateLayout(long groupId, boolean privateLayout, long layoutId, long parentLayoutId, Map<Locale,String> nameMap, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, Map<Locale,String> keywordsMap, Map<Locale,String> robotsMap, String type, boolean hidden, String friendlyURL, Boolean iconImage, byte[] iconBytes, ServiceContext serviceContext)
          Updates the layout.
 Layout LayoutServiceWrapper.updateLayout(long groupId, boolean privateLayout, long layoutId, String typeSettings)
          Updates the layout replacing its type settings.
static Layout LayoutServiceUtil.updateLayout(long groupId, boolean privateLayout, long layoutId, String typeSettings)
          Updates the layout replacing its type settings.
 Layout LayoutService.updateLayout(long groupId, boolean privateLayout, long layoutId, String typeSettings)
          Updates the layout replacing its type settings.
 Layout LayoutLocalServiceWrapper.updateLayout(long groupId, boolean privateLayout, long layoutId, String typeSettings)
          Updates the layout replacing its type settings.
static Layout LayoutLocalServiceUtil.updateLayout(long groupId, boolean privateLayout, long layoutId, String typeSettings)
          Updates the layout replacing its type settings.
 Layout LayoutLocalService.updateLayout(long groupId, boolean privateLayout, long layoutId, String typeSettings)
          Updates the layout replacing its type settings.
 Layout LayoutServiceWrapper.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 LayoutServiceUtil.updateLookAndFeel(long groupId, boolean privateLayout, long layoutId, String themeId, String colorSchemeId, String css, boolean wapTheme)
          Updates the look and feel of the layout.
 Layout LayoutService.updateLookAndFeel(long groupId, boolean privateLayout, long layoutId, String themeId, String colorSchemeId, String css, boolean wapTheme)
          Updates the look and feel of the layout.
 Layout LayoutLocalServiceWrapper.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 LayoutLocalServiceUtil.updateLookAndFeel(long groupId, boolean privateLayout, long layoutId, String themeId, String colorSchemeId, String css, boolean wapTheme)
          Updates the look and feel of the layout.
 Layout LayoutLocalService.updateLookAndFeel(long groupId, boolean privateLayout, long layoutId, String themeId, String colorSchemeId, String css, boolean wapTheme)
          Updates the look and feel of the layout.
 Layout LayoutLocalServiceWrapper.updateName(Layout layout, String name, String languageId)
          Updates the name of the layout.
static Layout LayoutLocalServiceUtil.updateName(Layout layout, String name, String languageId)
          Updates the name of the layout.
 Layout LayoutLocalService.updateName(Layout layout, String name, String languageId)
          Updates the name of the layout.
 Layout LayoutServiceWrapper.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 LayoutServiceUtil.updateName(long groupId, boolean privateLayout, long layoutId, String name, String languageId)
          Updates the name of the layout matching the group, layout ID, and privacy.
 Layout LayoutService.updateName(long groupId, boolean privateLayout, long layoutId, String name, String languageId)
          Updates the name of the layout matching the group, layout ID, and privacy.
 Layout LayoutLocalServiceWrapper.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 LayoutLocalServiceUtil.updateName(long groupId, boolean privateLayout, long layoutId, String name, String languageId)
          Updates the name of the layout matching the group, layout ID, and privacy.
 Layout LayoutLocalService.updateName(long groupId, boolean privateLayout, long layoutId, String name, String languageId)
          Updates the name of the layout matching the group, layout ID, and privacy.
 Layout LayoutServiceWrapper.updateName(long plid, String name, String languageId)
          Updates the name of the layout matching the primary key.
static Layout LayoutServiceUtil.updateName(long plid, String name, String languageId)
          Updates the name of the layout matching the primary key.
 Layout LayoutService.updateName(long plid, String name, String languageId)
          Updates the name of the layout matching the primary key.
 Layout LayoutLocalServiceWrapper.updateName(long plid, String name, String languageId)
          Updates the name of the layout matching the primary key.
static Layout LayoutLocalServiceUtil.updateName(long plid, String name, String languageId)
          Updates the name of the layout matching the primary key.
 Layout LayoutLocalService.updateName(long plid, String name, String languageId)
          Updates the name of the layout matching the primary key.
 Layout LayoutServiceWrapper.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 LayoutServiceUtil.updateParentLayoutId(long groupId, boolean privateLayout, long layoutId, long parentLayoutId)
          Updates the parent layout ID of the layout matching the group, layout ID, and privacy.
 Layout LayoutService.updateParentLayoutId(long groupId, boolean privateLayout, long layoutId, long parentLayoutId)
          Updates the parent layout ID of the layout matching the group, layout ID, and privacy.
 Layout LayoutLocalServiceWrapper.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 LayoutLocalServiceUtil.updateParentLayoutId(long groupId, boolean privateLayout, long layoutId, long parentLayoutId)
          Updates the parent layout ID of the layout matching the group, layout ID, and privacy.
 Layout LayoutLocalService.updateParentLayoutId(long groupId, boolean privateLayout, long layoutId, long parentLayoutId)
          Updates the parent layout ID of the layout matching the group, layout ID, and privacy.
 Layout LayoutServiceWrapper.updateParentLayoutId(long plid, long parentPlid)
          Updates the parent layout ID of the layout matching the primary key.
static Layout LayoutServiceUtil.updateParentLayoutId(long plid, long parentPlid)
          Updates the parent layout ID of the layout matching the primary key.
 Layout LayoutService.updateParentLayoutId(long plid, long parentPlid)
          Updates the parent layout ID of the layout matching the primary key.
 Layout LayoutLocalServiceWrapper.updateParentLayoutId(long plid, long parentPlid)
          Updates the parent layout ID of the layout matching the primary key.
static Layout LayoutLocalServiceUtil.updateParentLayoutId(long plid, long parentPlid)
          Updates the parent layout ID of the layout matching the primary key.
 Layout LayoutLocalService.updateParentLayoutId(long plid, long parentPlid)
          Updates the parent layout ID of the layout matching the primary key.
 Layout LayoutLocalServiceWrapper.updatePriority(Layout layout, int priority)
          Updates the priority of the layout.
static Layout LayoutLocalServiceUtil.updatePriority(Layout layout, int priority)
          Updates the priority of the layout.
 Layout LayoutLocalService.updatePriority(Layout layout, int priority)
          Updates the priority of the layout.
 Layout LayoutServiceWrapper.updatePriority(long groupId, boolean privateLayout, long layoutId, int priority)
          Updates the priority of the layout matching the group, layout ID, and privacy.
static Layout LayoutServiceUtil.updatePriority(long groupId, boolean privateLayout, long layoutId, int priority)
          Updates the priority of the layout matching the group, layout ID, and privacy.
 Layout LayoutService.updatePriority(long groupId, boolean privateLayout, long layoutId, int priority)
          Updates the priority of the layout matching the group, layout ID, and privacy.
 Layout LayoutLocalServiceWrapper.updatePriority(long groupId, boolean privateLayout, long layoutId, int priority)
          Updates the priority of the layout matching the group, layout ID, and privacy.
static Layout LayoutLocalServiceUtil.updatePriority(long groupId, boolean privateLayout, long layoutId, int priority)
          Updates the priority of the layout matching the group, layout ID, and privacy.
 Layout LayoutLocalService.updatePriority(long groupId, boolean privateLayout, long layoutId, int priority)
          Updates the priority of the layout matching the group, layout ID, and privacy.
 Layout LayoutServiceWrapper.updatePriority(long plid, int priority)
          Updates the priority of the layout matching the primary key.
static Layout LayoutServiceUtil.updatePriority(long plid, int priority)
          Updates the priority of the layout matching the primary key.
 Layout LayoutService.updatePriority(long plid, int priority)
          Updates the priority of the layout matching the primary key.
 Layout LayoutLocalServiceWrapper.updatePriority(long plid, int priority)
          Updates the priority of the layout matching the primary key.
static Layout LayoutLocalServiceUtil.updatePriority(long plid, int priority)
          Updates the priority of the layout matching the primary key.
 Layout LayoutLocalService.updatePriority(long plid, int priority)
          Updates the priority of the layout matching the primary key.
 

Methods in com.liferay.portal.service that return types with arguments of type Layout
 List<Layout> LayoutLocalServiceWrapper.getLayouts(int start, int end)
          Returns a range of all the layouts.
static List<Layout> LayoutLocalServiceUtil.getLayouts(int start, int end)
          Returns a range of all the layouts.
 List<Layout> LayoutLocalService.getLayouts(int start, int end)
          Returns a range of all the layouts.
 List<Layout> LayoutServiceWrapper.getLayouts(long groupId, boolean privateLayout)
           
static List<Layout> LayoutServiceUtil.getLayouts(long groupId, boolean privateLayout)
           
 List<Layout> LayoutService.getLayouts(long groupId, boolean privateLayout)
           
 List<Layout> LayoutLocalServiceWrapper.getLayouts(long groupId, boolean privateLayout)
          Returns all the layouts belonging to the group.
static List<Layout> LayoutLocalServiceUtil.getLayouts(long groupId, boolean privateLayout)
          Returns all the layouts belonging to the group.
 List<Layout> LayoutLocalService.getLayouts(long groupId, boolean privateLayout)
          Returns all the layouts belonging to the group.
 List<Layout> LayoutLocalServiceWrapper.getLayouts(long groupId, boolean privateLayout, long parentLayoutId)
          Returns all the layouts belonging to the group that are children of the parent layout.
static List<Layout> LayoutLocalServiceUtil.getLayouts(long groupId, boolean privateLayout, long parentLayoutId)
          Returns all the layouts belonging to the group that are children of the parent layout.
 List<Layout> LayoutLocalService.getLayouts(long groupId, boolean privateLayout, long parentLayoutId)
          Returns all the layouts belonging to the group that are children of the parent layout.
 List<Layout> LayoutLocalServiceWrapper.getLayouts(long groupId, boolean privateLayout, long[] layoutIds)
          Returns all the layouts that match the layout IDs and belong to the group.
static List<Layout> LayoutLocalServiceUtil.getLayouts(long groupId, boolean privateLayout, long[] layoutIds)
          Returns all the layouts that match the layout IDs and belong to the group.
 List<Layout> LayoutLocalService.getLayouts(long groupId, boolean privateLayout, long[] layoutIds)
          Returns all the layouts that match the layout IDs and belong to the group.
 List<Layout> LayoutLocalServiceWrapper.getLayouts(long groupId, boolean privateLayout, long parentLayoutId, boolean incomplete, int start, int end)
          Returns a range of all the layouts belonging to the group that are children of the parent layout.
static List<Layout> LayoutLocalServiceUtil.getLayouts(long groupId, boolean privateLayout, long parentLayoutId, boolean incomplete, int start, int end)
          Returns a range of all the layouts belonging to the group that are children of the parent layout.
 List<Layout> LayoutLocalService.getLayouts(long groupId, boolean privateLayout, long parentLayoutId, boolean incomplete, int start, int end)
          Returns a range of all the layouts belonging to the group that are children of the parent layout.
 List<Layout> LayoutLocalServiceWrapper.getLayouts(long groupId, boolean privateLayout, String type)
          Returns all the layouts that match the type and belong to the group.
static List<Layout> LayoutLocalServiceUtil.getLayouts(long groupId, boolean privateLayout, String type)
          Returns all the layouts that match the type and belong to the group.
 List<Layout> LayoutLocalService.getLayouts(long groupId, boolean privateLayout, String type)
          Returns all the layouts that match the type and belong to the group.
 List<Layout> LayoutLocalServiceWrapper.getNullFriendlyURLLayouts()
          Returns all the layouts whose friendly URLs are null
static List<Layout> LayoutLocalServiceUtil.getNullFriendlyURLLayouts()
          Returns all the layouts whose friendly URLs are null
 List<Layout> LayoutLocalService.getNullFriendlyURLLayouts()
          Returns all the layouts whose friendly URLs are null
 List<Layout> LayoutLocalServiceWrapper.getScopeGroupLayouts(long groupId, boolean privateLayout)
          Returns all the layouts within scope of the group
static List<Layout> LayoutLocalServiceUtil.getScopeGroupLayouts(long groupId, boolean privateLayout)
          Returns all the layouts within scope of the group
 List<Layout> LayoutLocalService.getScopeGroupLayouts(long groupId, boolean privateLayout)
          Returns all the layouts within scope of the group
 

Methods in com.liferay.portal.service with parameters of type Layout
 Layout LayoutLocalServiceWrapper.addLayout(Layout layout)
          Adds the layout to the database.
static Layout LayoutLocalServiceUtil.addLayout(Layout layout)
          Adds the layout to the database.
 Layout LayoutLocalService.addLayout(Layout layout)
          Adds the layout to the database.
 void LayoutLocalServiceWrapper.deleteLayout(Layout layout)
          Deletes the layout from the database.
static void LayoutLocalServiceUtil.deleteLayout(Layout layout)
          Deletes the layout from the database.
 void LayoutLocalService.deleteLayout(Layout layout)
          Deletes the layout from the database.
 void LayoutLocalServiceWrapper.deleteLayout(Layout layout, boolean updateLayoutSet, ServiceContext serviceContext)
          Deletes the layout, its child layouts, and its associated resources.
static void LayoutLocalServiceUtil.deleteLayout(Layout layout, boolean updateLayoutSet, ServiceContext serviceContext)
          Deletes the layout, its child layouts, and its associated resources.
 void LayoutLocalService.deleteLayout(Layout layout, boolean updateLayoutSet, ServiceContext serviceContext)
          Deletes the layout, its child layouts, and its associated resources.
 void PortletPreferencesServiceWrapper.restoreArchivedPreferences(long groupId, Layout layout, String portletId, long portletItemId, PortletPreferences preferences)
           
static void PortletPreferencesServiceUtil.restoreArchivedPreferences(long groupId, Layout layout, String portletId, long portletItemId, PortletPreferences preferences)
           
 void PortletPreferencesService.restoreArchivedPreferences(long groupId, Layout layout, String portletId, long portletItemId, PortletPreferences preferences)
           
 void PortletPreferencesServiceWrapper.restoreArchivedPreferences(long groupId, Layout layout, String portletId, PortletItem portletItem, PortletPreferences preferences)
           
static void PortletPreferencesServiceUtil.restoreArchivedPreferences(long groupId, Layout layout, String portletId, PortletItem portletItem, PortletPreferences preferences)
           
 void PortletPreferencesService.restoreArchivedPreferences(long groupId, Layout layout, String portletId, PortletItem portletItem, PortletPreferences preferences)
           
 void PortletPreferencesServiceWrapper.restoreArchivedPreferences(long groupId, String name, Layout layout, String portletId, PortletPreferences preferences)
           
static void PortletPreferencesServiceUtil.restoreArchivedPreferences(long groupId, String name, Layout layout, String portletId, PortletPreferences preferences)
           
 void PortletPreferencesService.restoreArchivedPreferences(long groupId, String name, Layout layout, String portletId, PortletPreferences preferences)
           
 Layout LayoutLocalServiceWrapper.updateLayout(Layout layout)
          Updates the layout in the database or adds it if it does not yet exist.
static Layout LayoutLocalServiceUtil.updateLayout(Layout layout)
          Updates the layout in the database or adds it if it does not yet exist.
 Layout LayoutLocalService.updateLayout(Layout layout)
          Updates the layout in the database or adds it if it does not yet exist.
 Layout LayoutLocalServiceWrapper.updateLayout(Layout layout, boolean merge)
          Updates the layout in the database or adds it if it does not yet exist.
static Layout LayoutLocalServiceUtil.updateLayout(Layout layout, boolean merge)
          Updates the layout in the database or adds it if it does not yet exist.
 Layout LayoutLocalService.updateLayout(Layout layout, boolean merge)
          Updates the layout in the database or adds it if it does not yet exist.
 Layout LayoutLocalServiceWrapper.updateName(Layout layout, String name, String languageId)
          Updates the name of the layout.
static Layout LayoutLocalServiceUtil.updateName(Layout layout, String name, String languageId)
          Updates the name of the layout.
 Layout LayoutLocalService.updateName(Layout layout, String name, String languageId)
          Updates the name of the layout.
 Layout LayoutLocalServiceWrapper.updatePriority(Layout layout, int priority)
          Updates the priority of the layout.
static Layout LayoutLocalServiceUtil.updatePriority(Layout layout, int priority)
          Updates the priority of the layout.
 Layout LayoutLocalService.updatePriority(Layout layout, int priority)
          Updates the priority of the layout.
 

Uses of Layout in com.liferay.portal.service.permission
 

Methods in com.liferay.portal.service.permission with parameters of type Layout
static void LayoutPermissionUtil.check(PermissionChecker permissionChecker, Layout layout, String actionId)
           
 void LayoutPermission.check(PermissionChecker permissionChecker, Layout layout, String actionId)
           
static void PortletPermissionUtil.check(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId)
           
 void PortletPermission.check(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId)
           
static void PortletPermissionUtil.check(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId, boolean strict)
           
 void PortletPermission.check(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId, boolean strict)
           
static void PortletPermissionUtil.check(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId)
           
 void PortletPermission.check(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId)
           
static void PortletPermissionUtil.check(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId, boolean strict)
           
 void PortletPermission.check(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId, boolean strict)
           
static boolean LayoutPermissionUtil.contains(PermissionChecker permissionChecker, Layout layout, boolean checkViewableGroup, String actionId)
           
 boolean LayoutPermission.contains(PermissionChecker permissionChecker, Layout layout, boolean checkViewableGroup, String actionId)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, Layout layout, Portlet portlet, String actionId)
           
 boolean PortletPermission.contains(PermissionChecker permissionChecker, Layout layout, Portlet portlet, String actionId)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, Layout layout, Portlet portlet, String actionId, boolean strict)
           
 boolean PortletPermission.contains(PermissionChecker permissionChecker, Layout layout, Portlet portlet, String actionId, boolean strict)
           
static boolean LayoutPermissionUtil.contains(PermissionChecker permissionChecker, Layout layout, String actionId)
           
 boolean LayoutPermission.contains(PermissionChecker permissionChecker, Layout layout, String actionId)
           
static boolean LayoutPermissionUtil.contains(PermissionChecker permissionChecker, Layout layout, String controlPanelCategory, boolean checkViewableGroup, String actionId)
           
 boolean LayoutPermission.contains(PermissionChecker permissionChecker, Layout layout, String controlPanelCategory, boolean checkViewableGroup, String actionId)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId)
           
 boolean PortletPermission.contains(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId)
           
static boolean LayoutPermissionUtil.contains(PermissionChecker permissionChecker, Layout layout, String controlPanelCategory, String actionId)
           
 boolean LayoutPermission.contains(PermissionChecker permissionChecker, Layout layout, String controlPanelCategory, String actionId)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId, boolean strict)
           
 boolean PortletPermission.contains(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId, boolean strict)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, long groupId, Layout layout, Portlet portlet, String actionId)
           
 boolean PortletPermission.contains(PermissionChecker permissionChecker, long groupId, Layout layout, Portlet portlet, String actionId)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, long groupId, Layout layout, Portlet portlet, String actionId, boolean strict)
           
 boolean PortletPermission.contains(PermissionChecker permissionChecker, long groupId, Layout layout, Portlet portlet, String actionId, boolean strict)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId)
           
 boolean PortletPermission.contains(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId, boolean strict)
           
 boolean PortletPermission.contains(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId, boolean strict)
           
static boolean LayoutPermissionUtil.containsWithoutViewableGroup(PermissionChecker permissionChecker, Layout layout, String controlPanelCategory, boolean checkLayoutUpdateable, String actionId)
           
 boolean LayoutPermission.containsWithoutViewableGroup(PermissionChecker permissionChecker, Layout layout, String controlPanelCategory, boolean checkLayoutUpdateable, String actionId)
           
static boolean LayoutPermissionUtil.containsWithoutViewableGroup(PermissionChecker permissionChecker, Layout layout, String controlPanelCategory, String actionId)
           
 boolean LayoutPermission.containsWithoutViewableGroup(PermissionChecker permissionChecker, Layout layout, String controlPanelCategory, String actionId)
           
static boolean PortletPermissionUtil.hasAccessPermission(PermissionChecker permissionChecker, long scopeGroupId, Layout layout, Portlet portlet, PortletMode portletMode)
           
 boolean PortletPermission.hasAccessPermission(PermissionChecker permissionChecker, long scopeGroupId, Layout layout, Portlet portlet, PortletMode portletMode)
           
 

Uses of Layout in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return Layout
static Layout LayoutUtil.create(long plid)
          Creates a new layout with the primary key.
 Layout LayoutPersistence.create(long plid)
          Creates a new layout with the primary key.
static Layout LayoutUtil.fetchByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
          Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or returns null if it could not be found.
 Layout LayoutPersistence.fetchByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
          Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or returns null if it could not be found.
static Layout LayoutUtil.fetchByG_P_F(long groupId, boolean privateLayout, String friendlyURL, boolean retrieveFromCache)
          Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or returns null if it could not be found, optionally using the finder cache.
 Layout LayoutPersistence.fetchByG_P_F(long groupId, boolean privateLayout, String friendlyURL, boolean retrieveFromCache)
          Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or returns null if it could not be found, optionally using the finder cache.
static Layout LayoutUtil.fetchByG_P_L(long groupId, boolean privateLayout, long layoutId)
          Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or returns null if it could not be found.
 Layout LayoutPersistence.fetchByG_P_L(long groupId, boolean privateLayout, long layoutId)
          Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or returns null if it could not be found.
static Layout LayoutUtil.fetchByG_P_L(long groupId, boolean privateLayout, long layoutId, boolean retrieveFromCache)
          Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or returns null if it could not be found, optionally using the finder cache.
 Layout LayoutPersistence.fetchByG_P_L(long groupId, boolean privateLayout, long layoutId, boolean retrieveFromCache)
          Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or returns null if it could not be found, optionally using the finder cache.
static Layout LayoutUtil.fetchByG_P_SPLU(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid)
          Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? or returns null if it could not be found.
 Layout LayoutPersistence.fetchByG_P_SPLU(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid)
          Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? or returns null if it could not be found.
static Layout LayoutUtil.fetchByG_P_SPLU(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid, boolean retrieveFromCache)
          Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? or returns null if it could not be found, optionally using the finder cache.
 Layout LayoutPersistence.fetchByG_P_SPLU(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid, boolean retrieveFromCache)
          Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? or returns null if it could not be found, optionally using the finder cache.
static Layout LayoutUtil.fetchByIconImageId(long iconImageId)
          Returns the layout where iconImageId = ? or returns null if it could not be found.
 Layout LayoutPersistence.fetchByIconImageId(long iconImageId)
          Returns the layout where iconImageId = ? or returns null if it could not be found.
static Layout LayoutUtil.fetchByIconImageId(long iconImageId, boolean retrieveFromCache)
          Returns the layout where iconImageId = ? or returns null if it could not be found, optionally using the finder cache.
 Layout LayoutPersistence.fetchByIconImageId(long iconImageId, boolean retrieveFromCache)
          Returns the layout where iconImageId = ? or returns null if it could not be found, optionally using the finder cache.
static Layout LayoutUtil.fetchByPrimaryKey(long plid)
          Returns the layout with the primary key or returns null if it could not be found.
 Layout LayoutPersistence.fetchByPrimaryKey(long plid)
          Returns the layout with the primary key or returns null if it could not be found.
static Layout LayoutUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the layout where uuid = ? and groupId = ? or returns null if it could not be found.
 Layout LayoutPersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the layout where uuid = ? and groupId = ? or returns null if it could not be found.
static Layout LayoutUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the layout where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 Layout LayoutPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the layout where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static Layout[] LayoutUtil.filterFindByG_P_P_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 Layout[] LayoutPersistence.filterFindByG_P_P_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static Layout[] LayoutUtil.filterFindByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ?.
 Layout[] LayoutPersistence.filterFindByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ?.
static Layout[] LayoutUtil.filterFindByG_P_T_PrevAndNext(long plid, long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.
 Layout[] LayoutPersistence.filterFindByG_P_T_PrevAndNext(long plid, long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.
static Layout[] LayoutUtil.filterFindByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ?.
 Layout[] LayoutPersistence.filterFindByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ?.
static Layout LayoutUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where companyId = ?.
 Layout LayoutPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where companyId = ?.
static Layout LayoutUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where companyId = ?.
 Layout LayoutPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where companyId = ?.
static Layout[] LayoutUtil.findByCompanyId_PrevAndNext(long plid, long companyId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where companyId = ?.
 Layout[] LayoutPersistence.findByCompanyId_PrevAndNext(long plid, long companyId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where companyId = ?.
static Layout LayoutUtil.findByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
          Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or throws a NoSuchLayoutException if it could not be found.
 Layout LayoutPersistence.findByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
          Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or throws a NoSuchLayoutException if it could not be found.
static Layout LayoutUtil.findByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
 Layout LayoutPersistence.findByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
static Layout LayoutUtil.findByG_P_L(long groupId, boolean privateLayout, long layoutId)
          Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or throws a NoSuchLayoutException if it could not be found.
 Layout LayoutPersistence.findByG_P_L(long groupId, boolean privateLayout, long layoutId)
          Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or throws a NoSuchLayoutException if it could not be found.
static Layout LayoutUtil.findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
 Layout LayoutPersistence.findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
static Layout LayoutUtil.findByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 Layout LayoutPersistence.findByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static Layout LayoutUtil.findByG_P_P_Last(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 Layout LayoutPersistence.findByG_P_P_Last(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static Layout[] LayoutUtil.findByG_P_P_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 Layout[] LayoutPersistence.findByG_P_P_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static Layout[] LayoutUtil.findByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ?.
 Layout[] LayoutPersistence.findByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ?.
static Layout LayoutUtil.findByG_P_SPLU(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid)
          Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? or throws a NoSuchLayoutException if it could not be found.
 Layout LayoutPersistence.findByG_P_SPLU(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid)
          Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? or throws a NoSuchLayoutException if it could not be found.
static Layout LayoutUtil.findByG_P_T_First(long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
 Layout LayoutPersistence.findByG_P_T_First(long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
static Layout LayoutUtil.findByG_P_T_Last(long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
 Layout LayoutPersistence.findByG_P_T_Last(long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
static Layout[] LayoutUtil.findByG_P_T_PrevAndNext(long plid, long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
 Layout[] LayoutPersistence.findByG_P_T_PrevAndNext(long plid, long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
static Layout LayoutUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ?.
 Layout LayoutPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ?.
static Layout LayoutUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ?.
 Layout LayoutPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ?.
static Layout[] LayoutUtil.findByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ?.
 Layout[] LayoutPersistence.findByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ?.
static Layout LayoutUtil.findByIconImageId(long iconImageId)
          Returns the layout where iconImageId = ? or throws a NoSuchLayoutException if it could not be found.
 Layout LayoutPersistence.findByIconImageId(long iconImageId)
          Returns the layout where iconImageId = ? or throws a NoSuchLayoutException if it could not be found.
static Layout LayoutUtil.findByPrimaryKey(long plid)
          Returns the layout with the primary key or throws a NoSuchLayoutException if it could not be found.
 Layout LayoutPersistence.findByPrimaryKey(long plid)
          Returns the layout with the primary key or throws a NoSuchLayoutException if it could not be found.
static Layout LayoutUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where uuid = ?.
 Layout LayoutPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where uuid = ?.
static Layout LayoutUtil.findByUUID_G(String uuid, long groupId)
          Returns the layout where uuid = ? and groupId = ? or throws a NoSuchLayoutException if it could not be found.
 Layout LayoutPersistence.findByUUID_G(String uuid, long groupId)
          Returns the layout where uuid = ? and groupId = ? or throws a NoSuchLayoutException if it could not be found.
static Layout LayoutUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where uuid = ?.
 Layout LayoutPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where uuid = ?.
static Layout[] LayoutUtil.findByUuid_PrevAndNext(long plid, String uuid, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where uuid = ?.
 Layout[] LayoutPersistence.findByUuid_PrevAndNext(long plid, String uuid, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where uuid = ?.
static Layout LayoutUtil.remove(long plid)
          Removes the layout with the primary key from the database.
 Layout LayoutPersistence.remove(long plid)
          Removes the layout with the primary key from the database.
static Layout LayoutUtil.update(Layout layout, boolean merge)
           
static Layout LayoutUtil.update(Layout layout, boolean merge, ServiceContext serviceContext)
           
static Layout LayoutUtil.updateImpl(Layout layout, boolean merge)
           
 Layout LayoutPersistence.updateImpl(Layout layout, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Layout
static List<Layout> LayoutUtil.filterFindByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
          Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 List<Layout> LayoutPersistence.filterFindByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
          Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static List<Layout> LayoutUtil.filterFindByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end)
          Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 List<Layout> LayoutPersistence.filterFindByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end)
          Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static List<Layout> LayoutUtil.filterFindByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 List<Layout> LayoutPersistence.filterFindByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static List<Layout> LayoutUtil.filterFindByG_P_T(long groupId, boolean privateLayout, String type)
          Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.
 List<Layout> LayoutPersistence.filterFindByG_P_T(long groupId, boolean privateLayout, String type)
          Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.
static List<Layout> LayoutUtil.filterFindByG_P_T(long groupId, boolean privateLayout, String type, int start, int end)
          Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.
 List<Layout> LayoutPersistence.filterFindByG_P_T(long groupId, boolean privateLayout, String type, int start, int end)
          Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.
static List<Layout> LayoutUtil.filterFindByG_P_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and type = ?.
 List<Layout> LayoutPersistence.filterFindByG_P_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and type = ?.
static List<Layout> LayoutUtil.filterFindByG_P(long groupId, boolean privateLayout)
          Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ?.
 List<Layout> LayoutPersistence.filterFindByG_P(long groupId, boolean privateLayout)
          Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ?.
static List<Layout> LayoutUtil.filterFindByG_P(long groupId, boolean privateLayout, int start, int end)
          Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ?.
 List<Layout> LayoutPersistence.filterFindByG_P(long groupId, boolean privateLayout, int start, int end)
          Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ?.
static List<Layout> LayoutUtil.filterFindByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ?.
 List<Layout> LayoutPersistence.filterFindByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ?.
static List<Layout> LayoutUtil.filterFindByGroupId(long groupId)
          Returns all the layouts that the user has permission to view where groupId = ?.
 List<Layout> LayoutPersistence.filterFindByGroupId(long groupId)
          Returns all the layouts that the user has permission to view where groupId = ?.
static List<Layout> LayoutUtil.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the layouts that the user has permission to view where groupId = ?.
 List<Layout> LayoutPersistence.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the layouts that the user has permission to view where groupId = ?.
static List<Layout> LayoutUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions to view where groupId = ?.
 List<Layout> LayoutPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions to view where groupId = ?.
static List<Layout> LayoutUtil.findAll()
          Returns all the layouts.
 List<Layout> LayoutPersistence.findAll()
          Returns all the layouts.
static List<Layout> LayoutUtil.findAll(int start, int end)
          Returns a range of all the layouts.
 List<Layout> LayoutPersistence.findAll(int start, int end)
          Returns a range of all the layouts.
static List<Layout> LayoutUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts.
 List<Layout> LayoutPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts.
static List<Layout> LayoutUtil.findByCompanyId(long companyId)
          Returns all the layouts where companyId = ?.
 List<Layout> LayoutPersistence.findByCompanyId(long companyId)
          Returns all the layouts where companyId = ?.
static List<Layout> LayoutUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the layouts where companyId = ?.
 List<Layout> LayoutPersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the layouts where companyId = ?.
static List<Layout> LayoutUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where companyId = ?.
 List<Layout> LayoutPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where companyId = ?.
static List<Layout> LayoutUtil.findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
          Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 List<Layout> LayoutPersistence.findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
          Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static List<Layout> LayoutUtil.findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end)
          Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 List<Layout> LayoutPersistence.findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end)
          Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static List<Layout> LayoutUtil.findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 List<Layout> LayoutPersistence.findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
static List<Layout> LayoutUtil.findByG_P_T(long groupId, boolean privateLayout, String type)
          Returns all the layouts where groupId = ? and privateLayout = ? and type = ?.
 List<Layout> LayoutPersistence.findByG_P_T(long groupId, boolean privateLayout, String type)
          Returns all the layouts where groupId = ? and privateLayout = ? and type = ?.
static List<Layout> LayoutUtil.findByG_P_T(long groupId, boolean privateLayout, String type, int start, int end)
          Returns a range of all the layouts where groupId = ? and privateLayout = ? and type = ?.
 List<Layout> LayoutPersistence.findByG_P_T(long groupId, boolean privateLayout, String type, int start, int end)
          Returns a range of all the layouts where groupId = ? and privateLayout = ? and type = ?.
static List<Layout> LayoutUtil.findByG_P_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?.
 List<Layout> LayoutPersistence.findByG_P_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?.
static List<Layout> LayoutUtil.findByG_P(long groupId, boolean privateLayout)
          Returns all the layouts where groupId = ? and privateLayout = ?.
 List<Layout> LayoutPersistence.findByG_P(long groupId, boolean privateLayout)
          Returns all the layouts where groupId = ? and privateLayout = ?.
static List<Layout> LayoutUtil.findByG_P(long groupId, boolean privateLayout, int start, int end)
          Returns a range of all the layouts where groupId = ? and privateLayout = ?.
 List<Layout> LayoutPersistence.findByG_P(long groupId, boolean privateLayout, int start, int end)
          Returns a range of all the layouts where groupId = ? and privateLayout = ?.
static List<Layout> LayoutUtil.findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?.
 List<Layout> LayoutPersistence.findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?.
static List<Layout> LayoutUtil.findByGroupId(long groupId)
          Returns all the layouts where groupId = ?.
 List<Layout> LayoutPersistence.findByGroupId(long groupId)
          Returns all the layouts where groupId = ?.
static List<Layout> LayoutUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the layouts where groupId = ?.
 List<Layout> LayoutPersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the layouts where groupId = ?.
static List<Layout> LayoutUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where groupId = ?.
 List<Layout> LayoutPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where groupId = ?.
static List<Layout> LayoutFinderUtil.findByNullFriendlyURL()
           
 List<Layout> LayoutFinder.findByNullFriendlyURL()
           
static List<Layout> LayoutFinderUtil.findByScopeGroup(long groupId, boolean privateLayout)
           
 List<Layout> LayoutFinder.findByScopeGroup(long groupId, boolean privateLayout)
           
static List<Layout> LayoutUtil.findByUuid(String uuid)
          Returns all the layouts where uuid = ?.
 List<Layout> LayoutPersistence.findByUuid(String uuid)
          Returns all the layouts where uuid = ?.
static List<Layout> LayoutUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the layouts where uuid = ?.
 List<Layout> LayoutPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the layouts where uuid = ?.
static List<Layout> LayoutUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where uuid = ?.
 List<Layout> LayoutPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where uuid = ?.
static List<Layout> LayoutUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<Layout> LayoutUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<Layout> LayoutUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type Layout
static void LayoutUtil.cacheResult(Layout layout)
          Caches the layout in the entity cache if it is enabled.
 void LayoutPersistence.cacheResult(Layout layout)
          Caches the layout in the entity cache if it is enabled.
static void LayoutUtil.clearCache(Layout layout)
           
static Layout LayoutUtil.update(Layout layout, boolean merge)
           
static Layout LayoutUtil.update(Layout layout, boolean merge, ServiceContext serviceContext)
           
static Layout LayoutUtil.updateImpl(Layout layout, boolean merge)
           
 Layout LayoutPersistence.updateImpl(Layout layout, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type Layout
static void LayoutUtil.cacheResult(List<Layout> layouts)
          Caches the layouts in the entity cache if it is enabled.
 void LayoutPersistence.cacheResult(List<Layout> layouts)
          Caches the layouts in the entity cache if it is enabled.
 

Uses of Layout in com.liferay.portal.theme
 

Methods in com.liferay.portal.theme that return Layout
 Layout ThemeDisplay.getLayout()
           
 Layout NavItem.getLayout()
           
 Layout ThemeDisplay.getScopeLayout()
           
 

Methods in com.liferay.portal.theme that return types with arguments of type Layout
 List<Layout> ThemeDisplay.getLayouts()
           
 List<Layout> ThemeDisplay.getUnfilteredLayouts()
           
 

Methods in com.liferay.portal.theme with parameters of type Layout
static NavItem NavItem.fromLayout(RequestVars vars, Layout layout)
           
 void ThemeDisplay.setLayout(Layout layout)
           
 

Method parameters in com.liferay.portal.theme with type arguments of type Layout
static List<NavItem> NavItem.fromLayouts(RequestVars vars, List<Layout> layouts)
           
 void ThemeDisplay.setLayouts(List<Layout> layouts)
           
 void ThemeDisplay.setUnfilteredLayouts(List<Layout> unfilteredLayouts)
           
 

Constructors in com.liferay.portal.theme with parameters of type Layout
NavItem(RequestVars vars, Layout layout)
           
 

Uses of Layout in com.liferay.portal.util
 

Methods in com.liferay.portal.util with parameters of type Layout
static void PortalUtil.addPortletDefaultResource(long companyId, Layout layout, Portlet portlet)
           
 void Portal.addPortletDefaultResource(long companyId, Layout layout, Portlet portlet)
           
static String PortalUtil.addPreservedParameters(ThemeDisplay themeDisplay, Layout layout, String url, boolean doAsUser)
          Adds preserved parameters such as doAsGroupId, doAsUserId, doAsUserLanguageId, and referrerPlid that should always be preserved as the user navigates through the portal.
 String Portal.addPreservedParameters(ThemeDisplay themeDisplay, Layout layout, String url, boolean doAsUser)
          Adds the preserved parameters doAsGroupId and refererPlid to the URL, optionally adding doAsUserId and doAsUserLanguageId as well.
static LayoutTypePortlet LayoutTypePortletFactoryUtil.create(Layout layout)
           
 LayoutTypePortlet LayoutTypePortletFactory.create(Layout layout)
           
static String PortalUtil.getCanonicalURL(String completeURL, ThemeDisplay themeDisplay, Layout layout)
           
 String Portal.getCanonicalURL(String completeURL, ThemeDisplay themeDisplay, Layout layout)
          Returns the canonical URL of the page, to distinguish it among its translations.
static String PortalUtil.getLayoutActualURL(Layout layout)
           
 String Portal.getLayoutActualURL(Layout layout)
           
static String PortalUtil.getLayoutActualURL(Layout layout, String mainPath)
           
 String Portal.getLayoutActualURL(Layout layout, String mainPath)
           
static String PortalUtil.getLayoutEditPage(Layout layout)
           
 String Portal.getLayoutEditPage(Layout layout)
           
static String PortalUtil.getLayoutFriendlyURL(Layout layout, ThemeDisplay themeDisplay)
           
 String Portal.getLayoutFriendlyURL(Layout layout, ThemeDisplay themeDisplay)
           
static String PortalUtil.getLayoutFriendlyURL(Layout layout, ThemeDisplay themeDisplay, Locale locale)
           
 String Portal.getLayoutFriendlyURL(Layout layout, ThemeDisplay themeDisplay, Locale locale)
           
static String PortalUtil.getLayoutFullURL(Layout layout, ThemeDisplay themeDisplay)
           
 String Portal.getLayoutFullURL(Layout layout, ThemeDisplay themeDisplay)
           
static String PortalUtil.getLayoutFullURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser)
           
 String Portal.getLayoutFullURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser)
           
static String PortalUtil.getLayoutTarget(Layout layout)
           
 String Portal.getLayoutTarget(Layout layout)
           
static String PortalUtil.getLayoutURL(Layout layout, ThemeDisplay themeDisplay)
           
 String Portal.getLayoutURL(Layout layout, ThemeDisplay themeDisplay)
           
static String PortalUtil.getLayoutURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser)
           
 String Portal.getLayoutURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser)
           
static String PortalUtil.getLayoutViewPage(Layout layout)
           
 String Portal.getLayoutViewPage(Layout layout)
           
static String PortalUtil.getPortalURL(Layout layout, ThemeDisplay themeDisplay)
           
 String Portal.getPortalURL(Layout layout, ThemeDisplay themeDisplay)
           
static long PortalUtil.getScopeGroupId(Layout layout)
           
 long Portal.getScopeGroupId(Layout layout)
           
static long PortalUtil.getScopeGroupId(Layout layout, String portletId)
           
 long Portal.getScopeGroupId(Layout layout, String portletId)
           
static boolean PortalUtil.isLayoutDescendant(Layout layout, long layoutId)
           
 boolean Portal.isLayoutDescendant(Layout layout, long layoutId)
           
static boolean PortalUtil.isLayoutFirstPageable(Layout layout)
           
 boolean Portal.isLayoutFirstPageable(Layout layout)
           
static boolean PortalUtil.isLayoutFriendliable(Layout layout)
           
 boolean Portal.isLayoutFriendliable(Layout layout)
           
static boolean PortalUtil.isLayoutParentable(Layout layout)
           
 boolean Portal.isLayoutParentable(Layout layout)
           
static boolean PortalUtil.isLayoutSitemapable(Layout layout)
           
 boolean Portal.isLayoutSitemapable(Layout layout)
           
static PortletMode PortalUtil.updatePortletMode(String portletId, User user, Layout layout, PortletMode portletMode, javax.servlet.http.HttpServletRequest request)
           
 PortletMode Portal.updatePortletMode(String portletId, User user, Layout layout, PortletMode portletMode, javax.servlet.http.HttpServletRequest request)
           
static WindowState PortalUtil.updateWindowState(String portletId, User user, Layout layout, WindowState windowState, javax.servlet.http.HttpServletRequest request)
           
 WindowState Portal.updateWindowState(String portletId, User user, Layout layout, WindowState windowState, javax.servlet.http.HttpServletRequest request)
           
 

Uses of Layout in com.liferay.portal.util.comparator
 

Constructors in com.liferay.portal.util.comparator with parameters of type Layout
LayoutPriorityComparator(Layout layout, boolean lessThan)
           
 

Uses of Layout in com.liferay.portlet
 

Methods in com.liferay.portlet with parameters of type Layout
static PortletPreferences PortletPreferencesFactoryUtil.getLayoutPortletSetup(Layout layout, String portletId)
           
 PortletPreferences PortletPreferencesFactory.getLayoutPortletSetup(Layout layout, String portletId)
           
static PortletPreferencesIds PortletPreferencesFactoryUtil.getPortletPreferencesIds(javax.servlet.http.HttpServletRequest request, Layout selLayout, String portletId)
           
 PortletPreferencesIds PortletPreferencesFactory.getPortletPreferencesIds(javax.servlet.http.HttpServletRequest request, Layout selLayout, String portletId)
           
static PortletPreferencesIds PortletPreferencesFactoryUtil.getPortletPreferencesIds(long scopeGroupId, long userId, Layout layout, String portletId, boolean modeEditGuest)
           
 PortletPreferencesIds PortletPreferencesFactory.getPortletPreferencesIds(long scopeGroupId, long userId, Layout layout, String portletId, boolean modeEditGuest)
           
static PortletPreferences PortletPreferencesFactoryUtil.getPortletSetup(Layout layout, String portletId, String defaultPreferences)
           
 PortletPreferences PortletPreferencesFactory.getPortletSetup(Layout layout, String portletId, String defaultPreferences)
           
static PortletPreferences PortletPreferencesFactoryUtil.getPortletSetup(long scopeGroupId, Layout layout, String portletId, String defaultPreferences)
           
 PortletPreferences PortletPreferencesFactory.getPortletSetup(long scopeGroupId, Layout layout, String portletId, String defaultPreferences)
           
static PortletPreferences PortletPreferencesFactoryUtil.getStrictLayoutPortletSetup(Layout layout, String portletId)
           
 PortletPreferences PortletPreferencesFactory.getStrictLayoutPortletSetup(Layout layout, String portletId)
           
 

Uses of Layout in com.liferay.portlet.asset.service.persistence
 

Methods in com.liferay.portlet.asset.service.persistence that return Layout
 Layout AssetEntryQuery.getLayout()
           
 

Methods in com.liferay.portlet.asset.service.persistence with parameters of type Layout
 void AssetEntryQuery.setLayout(Layout layout)
           
 


Liferay 6.1.10-ee-ga1