Liferay 6.2-ce-ga5

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

Packages that use Layout
com.liferay.portal.action   
com.liferay.portal.events   
com.liferay.portal.kernel.lar   
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.kernel.search   
com.liferay.portal.kernel.staging   
com.liferay.portal.lar This package defines the portal archiving interfaces, classes, and exceptions. 
com.liferay.portal.lar.backgroundtask   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.resiliency.mpi.portlet   
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.service.permission This package defines the portal service permission interfaces and utilities. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.servlet   
com.liferay.portal.staging   
com.liferay.portal.struts   
com.liferay.portal.theme This package defines the portal theme classes. 
com.liferay.portal.util This package defines the portal utility interfaces and classes. 
com.liferay.portal.util.comparator This package defines the portal comparator classes. 
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
com.liferay.portlet.announcements.service.permission   
com.liferay.portlet.asset.service.persistence   
com.liferay.portlet.asset.util   
com.liferay.portlet.assetpublisher.util   
com.liferay.portlet.journal.action   
com.liferay.portlet.language.action   
com.liferay.portlet.layoutsadmin.action   
com.liferay.portlet.layoutsadmin.lar   
com.liferay.portlet.layoutsadmin.util   
com.liferay.portlet.myplaces.action   
com.liferay.portlet.nestedportlets.action   
com.liferay.portlet.sites.action   
com.liferay.portlet.sites.util   
com.liferay.taglib.theme   
com.liferay.taglib.ui   
com.liferay.taglib.util   
 

Uses of Layout in com.liferay.portal.action
 

Methods in com.liferay.portal.action with parameters of type Layout
protected  void LayoutAction.includeLayoutContent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ThemeDisplay themeDisplay, Layout layout, String portletId)
           
protected  void UpdateLayoutAction.storeAddContentPortletPreferences(javax.servlet.http.HttpServletRequest request, Layout layout, String portletId, ThemeDisplay themeDisplay)
           
 

Uses of Layout in com.liferay.portal.events
 

Methods in com.liferay.portal.events that return Layout
protected  Layout BaseDefaultLayoutPrototypesAction.addLayout(LayoutSet layoutSet, String name, String friendlyURL, String layouteTemplateId)
           
protected  Layout AddDefaultLayoutPrototypesAction.addLayoutPrototype(long companyId, long defaultUserId, String name, String description, String layouteTemplateId, List<LayoutPrototype> layoutPrototypes)
           
 

Methods in com.liferay.portal.events that return types with arguments of type Layout
protected  List<Layout> ServicePreAction.mergeAdditionalLayouts(javax.servlet.http.HttpServletRequest request, User user, PermissionChecker permissionChecker, Layout layout, List<Layout> layouts, long doAsGroupId, String controlPanelCategory)
           
 

Methods in com.liferay.portal.events with parameters of type Layout
protected  String BaseDefaultLayoutPrototypesAction.addPortletId(Layout layout, String portletId, String columnId)
           
protected  void BaseDefaultLayoutPrototypesAction.addResourcePermissions(Layout layout, String portletId)
           
protected  Object[] ServicePreAction.getViewableLayouts(javax.servlet.http.HttpServletRequest request, User user, PermissionChecker permissionChecker, Layout layout, List<Layout> layouts, long doAsGroupId, String controlPanelCategory)
           
protected  boolean ServicePreAction.hasAccessPermission(PermissionChecker permissionChecker, Layout layout, long doAsGroupId, String controlPanelCategory, boolean checkViewableGroup)
           
protected  List<Layout> ServicePreAction.mergeAdditionalLayouts(javax.servlet.http.HttpServletRequest request, User user, PermissionChecker permissionChecker, Layout layout, List<Layout> layouts, long doAsGroupId, String controlPanelCategory)
           
protected  void BaseDefaultLayoutPrototypesAction.updateLayout(Layout layout)
           
protected  PortletPreferences BaseDefaultLayoutPrototypesAction.updatePortletSetup(Layout layout, String portletId, Map<String,String> preferences)
           
 

Method parameters in com.liferay.portal.events with type arguments of type Layout
protected  Object[] ServicePreAction.getViewableLayouts(javax.servlet.http.HttpServletRequest request, User user, PermissionChecker permissionChecker, Layout layout, List<Layout> layouts, long doAsGroupId, String controlPanelCategory)
           
protected  List<Layout> ServicePreAction.mergeAdditionalLayouts(javax.servlet.http.HttpServletRequest request, User user, PermissionChecker permissionChecker, Layout layout, List<Layout> layouts, long doAsGroupId, String controlPanelCategory)
           
 

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

Methods in com.liferay.portal.kernel.lar that return Layout
static Layout ExportImportHelperUtil.getExportableLayout(ThemeDisplay themeDisplay)
           
 Layout ExportImportHelper.getExportableLayout(ThemeDisplay themeDisplay)
           
 

Methods in com.liferay.portal.kernel.lar that return types with arguments of type Layout
 List<Layout> PortletDataContext.getNewLayouts()
           
 

Method parameters in com.liferay.portal.kernel.lar with type arguments of type Layout
static long[] ExportImportHelperUtil.getLayoutIds(List<Layout> layouts)
           
 long[] ExportImportHelper.getLayoutIds(List<Layout> layouts)
           
 void PortletDataContext.setNewLayouts(List<Layout> newLayouts)
           
 

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

Methods in com.liferay.portal.kernel.portlet that return Layout
static Layout PortletConfigurationLayoutUtil.getLayout(ThemeDisplay themeDisplay)
           
 

Methods in com.liferay.portal.kernel.portlet with parameters of type Layout
static List<LayoutTypePortlet> PortletContainerUtil.getLayoutTypePortlets(Layout layout)
           
 List<Event> PortletContainer.processEvent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Portlet portlet, Layout layout, Event event)
           
static void PortletContainerUtil.processEvent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Portlet portlet, Layout layout, Event event)
           
 

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

Methods in com.liferay.portal.kernel.search that return Layout
 Layout SearchContext.getLayout()
           
 

Methods in com.liferay.portal.kernel.search with parameters of type Layout
 void SearchContext.setLayout(Layout layout)
           
 

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

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

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

Uses of Layout in com.liferay.portal.lar
 

Methods in com.liferay.portal.lar that return Layout
 Layout ExportImportHelperImpl.getExportableLayout(ThemeDisplay themeDisplay)
           
 

Methods in com.liferay.portal.lar that return types with arguments of type Layout
 List<Layout> PortletDataContextImpl.getNewLayouts()
           
 

Methods in com.liferay.portal.lar with parameters of type Layout
protected  void LayoutExporter.exportLayout(PortletDataContext portletDataContext, long[] layoutIds, Map<String,Object[]> portletIds, Layout layout)
           
protected  void PortletExporter.exportPortlet(PortletDataContext portletDataContext, LayoutCache layoutCache, String portletId, Layout layout, Element parentElement, boolean exportPermissions, boolean exportPortletArchivedSetups, boolean exportPortletData, boolean exportPortletSetup, boolean exportPortletUserPreferences)
           
 void PortletExporter.exportPortletData(PortletDataContext portletDataContext, Portlet portlet, Layout layout, PortletPreferences jxPortletPreferences, Element parentElement)
           
protected  void PermissionExporter.exportPortletPermissions(PortletDataContext portletDataContext, LayoutCache layoutCache, String portletId, Layout layout, Element portletElement)
           
protected  void PortletExporter.exportPortletPreferences(PortletDataContext portletDataContext, long ownerId, int ownerType, boolean defaultUser, Layout layout, long plid, String portletId, Element parentElement)
           
protected  void PermissionImporter.importPermissions(LayoutCache layoutCache, long companyId, long groupId, long userId, Layout layout, String resourceName, String resourcePrimKey, Element permissionsElement, boolean portletActions)
           
protected  void PermissionImporter.importPortletPermissions(LayoutCache layoutCache, long companyId, long groupId, long userId, Layout layout, Element portletElement, String portletId)
           
protected  void PortletImporter.importPortletPreferences(PortletDataContext portletDataContext, long companyId, long groupId, Layout layout, String portletId, Element parentElement, boolean preserveScopeLayoutId, boolean importPortletArchivedSetups, boolean importPortletData, boolean importPortletSetup, boolean importPortletUserPreferences)
           
protected  boolean ExportImportHelperImpl.populateLayoutsJSON(JSONArray layoutsJSONArray, Layout layout, long[] selectedLayoutIds)
           
 

Method parameters in com.liferay.portal.lar with type arguments of type Layout
protected  void LayoutImporter.deleteMissingLayouts(List<String> sourceLayoutUuids, List<Layout> previousLayouts, ServiceContext serviceContext)
           
 long[] ExportImportHelperImpl.getLayoutIds(List<Layout> layouts)
           
static List<Portlet> LayoutExporter.getPortletDataHandlerPortlets(List<Layout> layouts)
           
protected  void LayoutImporter.importLayout(PortletDataContext portletDataContext, List<String> sourceLayoutsUuids, List<Layout> newLayouts, Element layoutElement)
           
 void PortletDataContextImpl.setNewLayouts(List<Layout> newLayouts)
           
 

Uses of Layout in com.liferay.portal.lar.backgroundtask
 

Methods in com.liferay.portal.lar.backgroundtask that return types with arguments of type Layout
protected  List<Layout> LayoutRemoteStagingBackgroundTaskExecutor.getMissingRemoteParentLayouts(HttpPrincipal httpPrincipal, Layout layout, long remoteGroupId)
           
 

Methods in com.liferay.portal.lar.backgroundtask with parameters of type Layout
protected  List<Layout> LayoutRemoteStagingBackgroundTaskExecutor.getMissingRemoteParentLayouts(HttpPrincipal httpPrincipal, Layout layout, long remoteGroupId)
           
 

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 LayoutPrototypeWrapper.getLayout()
           
 Layout LayoutType.getLayout()
           
 Layout LayoutQueryStringComposite.getLayout()
           
 Layout LayoutStagingHandler.getLayout()
           
 Layout LayoutFriendlyURLComposite.getLayout()
           
 Layout LayoutPrototype.getLayout()
           
 Layout LayoutTypePortlet.getLayoutSetPrototypeLayout()
           
 Layout LayoutWrapper.getWrappedLayout()
          Deprecated. As of 6.1.0, replaced by LayoutWrapper.getWrappedModel()
 Layout LayoutWrapper.getWrappedModel()
           
 Layout LayoutModel.toEscapedModel()
           
 Layout LayoutWrapper.toEscapedModel()
           
 Layout LayoutModel.toUnescapedModel()
           
 Layout LayoutWrapper.toUnescapedModel()
           
 

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> LayoutModel.toCacheModel()
           
 CacheModel<Layout> LayoutWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type Layout
protected  void LayoutListener.clearCache(Layout layout)
           
 int LayoutModel.compareTo(Layout layout)
           
 int LayoutWrapper.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 LayoutListener.onAfterCreate(Layout layout)
           
 void LayoutListener.onAfterRemove(Layout layout)
           
 void LayoutListener.onAfterUpdate(Layout layout)
           
 void LayoutListener.onBeforeRemove(Layout layout)
           
 void LayoutType.setLayout(Layout layout)
           
 void LayoutQueryStringComposite.setLayout(Layout layout)
           
 void LayoutFriendlyURLComposite.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
LayoutFriendlyURLComposite(Layout layout, String friendlyURL)
           
LayoutQueryStringComposite(Layout layout, String friendlyURL, String queryString)
           
LayoutStagingHandler(Layout layout)
           
LayoutWrapper(Layout layout)
           
 

Uses of Layout in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement Layout
 class LayoutBaseImpl
          The extended model base implementation for the Layout service.
 class LayoutImpl
           
 class VirtualLayout
           
 

Methods in com.liferay.portal.model.impl that return Layout
 Layout LayoutPrototypeImpl.getLayout()
           
 Layout LayoutTypeImpl.getLayout()
           
 Layout LayoutTypePortletImpl.getLayoutSetPrototypeLayout()
           
 Layout VirtualLayout.getSourceLayout()
           
 Layout LayoutCacheModel.toEntityModel()
           
 Layout LayoutModelImpl.toEscapedModel()
           
static Layout LayoutModelImpl.toModel(LayoutSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portal.model.impl that return types with arguments of type Layout
 List<Layout> LayoutImpl.getAllChildren()
           
 List<Layout> LayoutImpl.getAncestors()
           
 List<Layout> LayoutImpl.getChildren()
           
 List<Layout> LayoutImpl.getChildren(PermissionChecker permissionChecker)
           
 CacheModel<Layout> LayoutModelImpl.toCacheModel()
           
static List<Layout> LayoutModelImpl.toModels(LayoutSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type Layout
 int LayoutModelImpl.compareTo(Layout layout)
           
 boolean LayoutImpl.isChildSelected(boolean selectable, Layout layout)
           
 boolean LayoutImpl.isSelected(boolean selectable, Layout layout, long ancestorPlid)
           
 void LayoutTypeImpl.setLayout(Layout layout)
           
 

Constructors in com.liferay.portal.model.impl with parameters of type Layout
LayoutTypeImpl(Layout layout)
           
LayoutTypePortletImpl(Layout layout)
           
VirtualLayout(Layout sourceLayout, Group targetGroup)
           
 

Uses of Layout in com.liferay.portal.resiliency.mpi.portlet
 

Methods in com.liferay.portal.resiliency.mpi.portlet with parameters of type Layout
 List<Event> PortalResiliencyPortletContainerWrapper.processEvent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Portlet portlet, Layout layout, Event event)
           
 

Uses of Layout in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Layout
 Layout LayoutLocalService.addLayout(Layout layout)
          Adds the layout to the database.
 Layout LayoutLocalServiceWrapper.addLayout(Layout layout)
          Adds the layout to the database.
static Layout LayoutLocalServiceUtil.addLayout(Layout layout)
          Adds the layout to the database.
 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)
          Deprecated. As of 6.2.0, replaced by LayoutService.addLayout(long, boolean, long, Map, Map, Map, Map, Map, String, String, boolean, Map, ServiceContext)
 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)
          Deprecated. As of 6.2.0, replaced by LayoutServiceWrapper.addLayout(long, boolean, long, Map, Map, Map, Map, Map, String, String, boolean, Map, ServiceContext)
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)
          Deprecated. As of 6.2.0, replaced by LayoutServiceUtil.addLayout(long, boolean, long, Map, Map, Map, Map, Map, String, String, boolean, Map, ServiceContext)
 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, String typeSettings, boolean hidden, Map<Locale,String> friendlyURLMap, ServiceContext serviceContext)
          Adds a layout with additional parameters.
 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, String typeSettings, boolean hidden, Map<Locale,String> friendlyURLMap, 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, String typeSettings, boolean hidden, Map<Locale,String> friendlyURLMap, ServiceContext serviceContext)
          Adds a layout with additional parameters.
 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 single entry maps for name, title, and description to the default locale.
 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 single entry maps for name, title, and description to the default locale.
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 single entry maps for name, title, and description to the default locale.
 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)
          Deprecated. As of 6.2.0, replaced by LayoutLocalService.addLayout(long, long, boolean, long, Map, Map, Map, Map, Map, String, String, boolean, Map, ServiceContext)
 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)
          Deprecated. As of 6.2.0, replaced by LayoutLocalServiceWrapper.addLayout(long, long, boolean, long, Map, Map, Map, Map, Map, String, String, boolean, Map, ServiceContext)
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)
          Deprecated. As of 6.2.0, replaced by LayoutLocalServiceUtil.addLayout(long, long, boolean, long, Map, Map, Map, Map, Map, String, String, boolean, Map, ServiceContext)
 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, String typeSettings, boolean hidden, Map<Locale,String> friendlyURLMap, ServiceContext serviceContext)
          Adds a layout with additional parameters.
 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, String typeSettings, boolean hidden, Map<Locale,String> friendlyURLMap, 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, String typeSettings, boolean hidden, Map<Locale,String> friendlyURLMap, ServiceContext serviceContext)
          Adds a layout with additional parameters.
 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 with single entry maps for name, title, and description to the default locale.
 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 with single entry maps for name, title, and description to the default locale.
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 with single entry maps for name, title, and description to the default locale.
 Layout LayoutLocalService.createLayout(long plid)
          Creates a new layout with the primary key.
 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.deleteLayout(Layout layout)
          Deletes the layout from the database.
 Layout LayoutLocalServiceWrapper.deleteLayout(Layout layout)
          Deletes the layout from the database.
static Layout LayoutLocalServiceUtil.deleteLayout(Layout layout)
          Deletes the layout from the database.
 Layout LayoutLocalService.deleteLayout(long plid)
          Deletes the layout with the primary key from the database.
 Layout LayoutLocalServiceWrapper.deleteLayout(long plid)
          Deletes the layout with the primary key from the database.
static Layout LayoutLocalServiceUtil.deleteLayout(long plid)
          Deletes the layout with the primary key from the database.
 Layout LayoutLocalService.fetchFirstLayout(long groupId, boolean privateLayout, long parentLayoutId)
           
 Layout LayoutLocalServiceWrapper.fetchFirstLayout(long groupId, boolean privateLayout, long parentLayoutId)
           
static Layout LayoutLocalServiceUtil.fetchFirstLayout(long groupId, boolean privateLayout, long parentLayoutId)
           
 Layout LayoutLocalService.fetchLayout(long plid)
           
 Layout LayoutLocalServiceWrapper.fetchLayout(long plid)
           
static Layout LayoutLocalServiceUtil.fetchLayout(long plid)
           
 Layout LayoutLocalService.fetchLayout(long groupId, boolean privateLayout, long layoutId)
           
 Layout LayoutLocalServiceWrapper.fetchLayout(long groupId, boolean privateLayout, long layoutId)
           
static Layout LayoutLocalServiceUtil.fetchLayout(long groupId, boolean privateLayout, long layoutId)
           
 Layout LayoutLocalService.fetchLayoutByFriendlyURL(long groupId, boolean privateLayout, String friendlyURL)
           
 Layout LayoutLocalServiceWrapper.fetchLayoutByFriendlyURL(long groupId, boolean privateLayout, String friendlyURL)
           
static Layout LayoutLocalServiceUtil.fetchLayoutByFriendlyURL(long groupId, boolean privateLayout, String friendlyURL)
           
 Layout LayoutLocalService.fetchLayoutByUuidAndCompanyId(String uuid, long companyId)
          Returns the layout with the matching UUID and company.
 Layout LayoutLocalServiceWrapper.fetchLayoutByUuidAndCompanyId(String uuid, long companyId)
          Returns the layout with the matching UUID and company.
static Layout LayoutLocalServiceUtil.fetchLayoutByUuidAndCompanyId(String uuid, long companyId)
          Returns the layout with the matching UUID and company.
 Layout LayoutLocalService.fetchLayoutByUuidAndGroupId(String uuid, long groupId, boolean privateLayout)
          Returns the layout matching the UUID, group, and privacy.
 Layout LayoutLocalServiceWrapper.fetchLayoutByUuidAndGroupId(String uuid, long groupId, boolean privateLayout)
          Returns the layout matching the UUID, group, and privacy.
static Layout LayoutLocalServiceUtil.fetchLayoutByUuidAndGroupId(String uuid, long groupId, boolean privateLayout)
          Returns the layout matching the UUID, group, and privacy.
 Layout LayoutLocalService.getFriendlyURLLayout(long groupId, boolean privateLayout, String friendlyURL)
          Returns the layout for the friendly URL
 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.getLayout(long plid)
          Returns the layout with the primary key.
 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 groupId, boolean privateLayout, long layoutId)
          Returns the layout matching the primary key, group, and privacy; throws a NoSuchLayoutException otherwise.
 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.getLayoutByIconImageId(long iconImageId)
          Returns the layout for the icon image; 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.getLayoutByUuidAndCompanyId(String uuid, long companyId)
          Returns the layout with the matching UUID and company.
 Layout LayoutLocalServiceWrapper.getLayoutByUuidAndCompanyId(String uuid, long companyId)
          Returns the layout with the matching UUID and company.
static Layout LayoutLocalServiceUtil.getLayoutByUuidAndCompanyId(String uuid, long companyId)
          Returns the layout with the matching UUID and company.
 Layout LayoutService.getLayoutByUuidAndGroupId(String uuid, long groupId, boolean privateLayout)
          Returns the layout matching the UUID, group, and privacy.
 Layout LayoutLocalService.getLayoutByUuidAndGroupId(String uuid, long groupId, boolean privateLayout)
          Returns the layout matching the UUID, group, and privacy.
 Layout LayoutServiceWrapper.getLayoutByUuidAndGroupId(String uuid, long groupId, boolean privateLayout)
          Returns the layout matching the UUID, group, and privacy.
 Layout LayoutLocalServiceWrapper.getLayoutByUuidAndGroupId(String uuid, long groupId, boolean privateLayout)
          Returns the layout matching the UUID, group, and privacy.
static Layout LayoutLocalServiceUtil.getLayoutByUuidAndGroupId(String uuid, long groupId, boolean privateLayout)
          Returns the layout matching the UUID, group, and privacy.
static Layout LayoutServiceUtil.getLayoutByUuidAndGroupId(String uuid, long groupId, boolean privateLayout)
          Returns the layout matching the UUID, group, and privacy.
 Layout LayoutLocalService.getParentLayout(Layout layout)
           
 Layout LayoutLocalServiceWrapper.getParentLayout(Layout layout)
           
static Layout LayoutLocalServiceUtil.getParentLayout(Layout layout)
           
 Layout LayoutLocalService.updateFriendlyURL(long plid, String friendlyURL, String languageId)
          Updates the friendly URL of the layout.
 Layout LayoutLocalServiceWrapper.updateFriendlyURL(long plid, String friendlyURL, String languageId)
          Updates the friendly URL of the layout.
static Layout LayoutLocalServiceUtil.updateFriendlyURL(long plid, String friendlyURL, String languageId)
          Updates the friendly URL of the layout.
 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)
          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 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, Map<Locale,String> friendlyURLMap, Boolean iconImage, byte[] iconBytes, ServiceContext serviceContext)
          Updates the layout with additional parameters.
 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, Map<Locale,String> friendlyURLMap, Boolean iconImage, byte[] iconBytes, ServiceContext serviceContext)
          Updates the layout.
 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, Map<Locale,String> friendlyURLMap, Boolean iconImage, byte[] iconBytes, ServiceContext serviceContext)
          Updates the layout with additional parameters.
 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, Map<Locale,String> friendlyURLMap, 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, Map<Locale,String> friendlyURLMap, 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, Map<Locale,String> friendlyURLMap, Boolean iconImage, byte[] iconBytes, ServiceContext serviceContext)
          Updates the layout with additional parameters.
 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)
          Deprecated. As of 6.2.0, replaced by LayoutService.updateLayout(long, boolean, long, long, Map, Map, Map, Map, Map, String, boolean, Map, Boolean, byte[], ServiceContext)
 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)
          Deprecated. As of 6.2.0, replaced by LayoutLocalService.updateLayout(long, boolean, long, long, Map, Map, Map, Map, Map, String, boolean, Map, Boolean, byte[], ServiceContext)
 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)
          Deprecated. As of 6.2.0, replaced by LayoutServiceWrapper.updateLayout(long, boolean, long, long, Map, Map, Map, Map, Map, String, boolean, Map, Boolean, byte[], ServiceContext)
 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)
          Deprecated. As of 6.2.0, replaced by LayoutLocalServiceWrapper.updateLayout(long, boolean, long, long, Map, Map, Map, Map, Map, String, boolean, Map, Boolean, byte[], ServiceContext)
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)
          Deprecated. As of 6.2.0, replaced by LayoutLocalServiceUtil.updateLayout(long, boolean, long, long, Map, Map, Map, Map, Map, String, boolean, Map, Boolean, byte[], ServiceContext)
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)
          Deprecated. As of 6.2.0, replaced by LayoutServiceUtil.updateLayout(long, boolean, long, long, Map, Map, Map, Map, Map, String, boolean, Map, Boolean, byte[], ServiceContext)
 Layout LayoutService.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.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.
static Layout LayoutServiceUtil.updateLayout(long groupId, boolean privateLayout, long layoutId, String typeSettings)
          Updates the layout replacing its type settings.
 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 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 LayoutServiceWrapper.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.
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 LayoutLocalService.updateName(Layout layout, String name, String languageId)
          Updates the name 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 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 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 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.
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 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.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.
static Layout LayoutServiceUtil.updateName(long plid, String name, String languageId)
          Updates the name of the layout matching the primary key.
 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 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 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.
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 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 LayoutServiceWrapper.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.
static Layout LayoutServiceUtil.updateParentLayoutId(long plid, long parentPlid)
          Updates the parent layout ID of the layout matching the primary key.
 Layout LayoutService.updateParentLayoutIdAndPriority(long plid, long parentPlid, int priority)
           
 Layout LayoutLocalService.updateParentLayoutIdAndPriority(long plid, long parentPlid, int priority)
           
 Layout LayoutServiceWrapper.updateParentLayoutIdAndPriority(long plid, long parentPlid, int priority)
           
 Layout LayoutLocalServiceWrapper.updateParentLayoutIdAndPriority(long plid, long parentPlid, int priority)
           
static Layout LayoutLocalServiceUtil.updateParentLayoutIdAndPriority(long plid, long parentPlid, int priority)
           
static Layout LayoutServiceUtil.updateParentLayoutIdAndPriority(long plid, long parentPlid, int priority)
           
 Layout LayoutLocalService.updatePriority(Layout layout, int priority)
          Updates the priority 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 LayoutService.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 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.
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, long nextLayoutId, long previousLayoutId)
          Updates the priority of the layout matching the group, layout ID, and privacy, setting the layout's priority based on the priorities of the next and previous layouts.
 Layout LayoutLocalService.updatePriority(long groupId, boolean privateLayout, long layoutId, long nextLayoutId, long previousLayoutId)
          Updates the priority of the layout matching the group, layout ID, and privacy, setting the layout's priority based on the priorities of the next and previous layouts.
 Layout LayoutServiceWrapper.updatePriority(long groupId, boolean privateLayout, long layoutId, long nextLayoutId, long previousLayoutId)
          Updates the priority of the layout matching the group, layout ID, and privacy, setting the layout's priority based on the priorities of the next and previous layouts.
 Layout LayoutLocalServiceWrapper.updatePriority(long groupId, boolean privateLayout, long layoutId, long nextLayoutId, long previousLayoutId)
          Updates the priority of the layout matching the group, layout ID, and privacy, setting the layout's priority based on the priorities of the next and previous layouts.
static Layout LayoutLocalServiceUtil.updatePriority(long groupId, boolean privateLayout, long layoutId, long nextLayoutId, long previousLayoutId)
          Updates the priority of the layout matching the group, layout ID, and privacy, setting the layout's priority based on the priorities of the next and previous layouts.
static Layout LayoutServiceUtil.updatePriority(long groupId, boolean privateLayout, long layoutId, long nextLayoutId, long previousLayoutId)
          Updates the priority of the layout matching the group, layout ID, and privacy, setting the layout's priority based on the priorities of the next and previous layouts.
 Layout LayoutService.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.
 Layout LayoutServiceWrapper.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.
static Layout LayoutServiceUtil.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> LayoutService.getAncestorLayouts(long plid)
          Returns all the ancestor layouts of the layout.
 List<Layout> LayoutServiceWrapper.getAncestorLayouts(long plid)
          Returns all the ancestor layouts of the layout.
static List<Layout> LayoutServiceUtil.getAncestorLayouts(long plid)
          Returns all the ancestor layouts of the layout.
 List<Layout> LayoutLocalService.getLayouts(int start, int end)
          Returns a range of all the layouts.
 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> LayoutService.getLayouts(long groupId, boolean privateLayout)
           
 List<Layout> LayoutLocalService.getLayouts(long groupId, boolean privateLayout)
          Returns all the layouts belonging to the group.
 List<Layout> LayoutServiceWrapper.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.
static List<Layout> LayoutServiceUtil.getLayouts(long groupId, boolean privateLayout)
           
 List<Layout> LayoutService.getLayouts(long groupId, boolean privateLayout, long parentLayoutId)
           
 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> LayoutServiceWrapper.getLayouts(long groupId, boolean privateLayout, long parentLayoutId)
           
 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.
static List<Layout> LayoutServiceUtil.getLayouts(long groupId, boolean privateLayout, long parentLayoutId)
           
 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[] 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> LayoutService.getLayouts(long groupId, boolean privateLayout, long parentLayoutId, boolean incomplete, int start, int end)
           
 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> LayoutServiceWrapper.getLayouts(long groupId, boolean privateLayout, long parentLayoutId, boolean incomplete, int start, int end)
           
 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.
static List<Layout> LayoutServiceUtil.getLayouts(long groupId, boolean privateLayout, long parentLayoutId, boolean incomplete, int start, int end)
           
 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.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.getLayoutsByLayoutPrototypeUuid(String layoutPrototypeUuid)
           
 List<Layout> LayoutLocalServiceWrapper.getLayoutsByLayoutPrototypeUuid(String layoutPrototypeUuid)
           
static List<Layout> LayoutLocalServiceUtil.getLayoutsByLayoutPrototypeUuid(String layoutPrototypeUuid)
           
 List<Layout> LayoutLocalService.getNoPermissionLayouts(long roleId)
          Returns all the layouts without resource permissions
 List<Layout> LayoutLocalServiceWrapper.getNoPermissionLayouts(long roleId)
          Returns all the layouts without resource permissions
static List<Layout> LayoutLocalServiceUtil.getNoPermissionLayouts(long roleId)
          Returns all the layouts without resource permissions
 List<Layout> LayoutLocalService.getNullFriendlyURLLayouts()
          Returns all the layouts whose friendly URLs are null
 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.getScopeGroupLayouts(long groupId, boolean privateLayout)
          Returns all the layouts within scope of the group
 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
 

Methods in com.liferay.portal.service with parameters of type Layout
 Layout LayoutLocalService.addLayout(Layout layout)
          Adds the layout to the database.
 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.deleteLayout(Layout layout)
          Deletes the layout from the database.
 Layout LayoutLocalServiceWrapper.deleteLayout(Layout layout)
          Deletes the layout from the database.
static Layout LayoutLocalServiceUtil.deleteLayout(Layout layout)
          Deletes the layout from the database.
 void LayoutLocalService.deleteLayout(Layout layout, boolean updateLayoutSet, ServiceContext serviceContext)
          Deletes the layout, its child layouts, and its associated resources.
 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.
protected  String BaseLocalServiceImpl.getLayoutURL(Layout layout, ServiceContext serviceContext)
           
 Layout LayoutLocalService.getParentLayout(Layout layout)
           
 Layout LayoutLocalServiceWrapper.getParentLayout(Layout layout)
           
static Layout LayoutLocalServiceUtil.getParentLayout(Layout layout)
           
 void PortletPreferencesService.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 PortletPreferencesServiceWrapper.restoreArchivedPreferences(long groupId, Layout layout, String portletId, long portletItemId, PortletPreferences preferences)
           
 void PortletPreferencesService.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 PortletPreferencesServiceWrapper.restoreArchivedPreferences(long groupId, Layout layout, String portletId, PortletItem portletItem, PortletPreferences preferences)
           
 void PortletPreferencesService.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 PortletPreferencesServiceWrapper.restoreArchivedPreferences(long groupId, String name, Layout layout, String portletId, PortletPreferences preferences)
           
 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)
          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.updateName(Layout layout, String name, String languageId)
          Updates the name 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.updatePriority(Layout layout, int priority)
          Updates the priority 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.
 

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

Methods in com.liferay.portal.service.base that return Layout
 Layout LayoutLocalServiceBaseImpl.addLayout(Layout layout)
          Adds the layout to the database.
 Layout LayoutLocalServiceBaseImpl.createLayout(long plid)
          Creates a new layout with the primary key.
 Layout LayoutLocalServiceBaseImpl.deleteLayout(Layout layout)
          Deletes the layout from the database.
 Layout LayoutLocalServiceBaseImpl.deleteLayout(long plid)
          Deletes the layout with the primary key from the database.
 Layout LayoutLocalServiceBaseImpl.fetchLayout(long plid)
           
 Layout LayoutLocalServiceBaseImpl.fetchLayoutByUuidAndCompanyId(String uuid, long companyId)
          Returns the layout with the matching UUID and company.
 Layout LayoutLocalServiceBaseImpl.fetchLayoutByUuidAndGroupId(String uuid, long groupId, boolean privateLayout)
          Returns the layout matching the UUID, group, and privacy.
 Layout LayoutLocalServiceBaseImpl.getLayout(long plid)
          Returns the layout with the primary key.
 Layout LayoutLocalServiceBaseImpl.getLayoutByUuidAndCompanyId(String uuid, long companyId)
          Returns the layout with the matching UUID and company.
 Layout LayoutLocalServiceBaseImpl.getLayoutByUuidAndGroupId(String uuid, long groupId, boolean privateLayout)
          Returns the layout matching the UUID, group, and privacy.
 Layout LayoutLocalServiceBaseImpl.updateLayout(Layout layout)
          Updates the layout in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type Layout
 List<Layout> LayoutLocalServiceBaseImpl.getLayouts(int start, int end)
          Returns a range of all the layouts.
 

Methods in com.liferay.portal.service.base with parameters of type Layout
 Layout LayoutLocalServiceBaseImpl.addLayout(Layout layout)
          Adds the layout to the database.
 Layout LayoutLocalServiceBaseImpl.deleteLayout(Layout layout)
          Deletes the layout from the database.
 Layout LayoutLocalServiceBaseImpl.updateLayout(Layout layout)
          Updates the layout in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service.http that return Layout
static Layout LayoutServiceHttp.addLayout(HttpPrincipal httpPrincipal, 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)
           
static Layout LayoutServiceHttp.addLayout(HttpPrincipal httpPrincipal, long groupId, boolean privateLayout, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, Map<Locale,String> descriptionMap, Map<Locale,String> keywordsMap, Map<Locale,String> robotsMap, String type, String typeSettings, boolean hidden, Map<Locale,String> friendlyURLMap, ServiceContext serviceContext)
           
static Layout LayoutServiceHttp.addLayout(HttpPrincipal httpPrincipal, long groupId, boolean privateLayout, long parentLayoutId, String name, String title, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
           
static Layout LayoutServiceHttp.getLayoutByUuidAndGroupId(HttpPrincipal httpPrincipal, String uuid, long groupId, boolean privateLayout)
           
static Layout LayoutServiceHttp.updateLayout(HttpPrincipal httpPrincipal, long groupId, boolean privateLayout, long layoutId, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, Map<Locale,String> descriptionMap, Map<Locale,String> keywordsMap, Map<Locale,String> robotsMap, String type, boolean hidden, Map<Locale,String> friendlyURLMap, Boolean iconImage, byte[] iconBytes, ServiceContext serviceContext)
           
static Layout LayoutServiceHttp.updateLayout(HttpPrincipal httpPrincipal, 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)
           
static Layout LayoutServiceHttp.updateLayout(HttpPrincipal httpPrincipal, long groupId, boolean privateLayout, long layoutId, String typeSettings)
           
static Layout LayoutServiceHttp.updateLookAndFeel(HttpPrincipal httpPrincipal, long groupId, boolean privateLayout, long layoutId, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
static Layout LayoutServiceHttp.updateName(HttpPrincipal httpPrincipal, long groupId, boolean privateLayout, long layoutId, String name, String languageId)
           
static Layout LayoutServiceHttp.updateName(HttpPrincipal httpPrincipal, long plid, String name, String languageId)
           
static Layout LayoutServiceHttp.updateParentLayoutId(HttpPrincipal httpPrincipal, long groupId, boolean privateLayout, long layoutId, long parentLayoutId)
           
static Layout LayoutServiceHttp.updateParentLayoutId(HttpPrincipal httpPrincipal, long plid, long parentPlid)
           
static Layout LayoutServiceHttp.updateParentLayoutIdAndPriority(HttpPrincipal httpPrincipal, long plid, long parentPlid, int priority)
           
static Layout LayoutServiceHttp.updatePriority(HttpPrincipal httpPrincipal, long groupId, boolean privateLayout, long layoutId, int priority)
           
static Layout LayoutServiceHttp.updatePriority(HttpPrincipal httpPrincipal, long groupId, boolean privateLayout, long layoutId, long nextLayoutId, long previousLayoutId)
           
static Layout LayoutServiceHttp.updatePriority(HttpPrincipal httpPrincipal, long plid, int priority)
           
 

Methods in com.liferay.portal.service.http that return types with arguments of type Layout
static List<Layout> LayoutServiceHttp.getAncestorLayouts(HttpPrincipal httpPrincipal, long plid)
           
static List<Layout> LayoutServiceHttp.getLayouts(HttpPrincipal httpPrincipal, long groupId, boolean privateLayout)
           
static List<Layout> LayoutServiceHttp.getLayouts(HttpPrincipal httpPrincipal, long groupId, boolean privateLayout, long parentLayoutId)
           
static List<Layout> LayoutServiceHttp.getLayouts(HttpPrincipal httpPrincipal, long groupId, boolean privateLayout, long parentLayoutId, boolean incomplete, int start, int end)
           
 

Methods in com.liferay.portal.service.http with parameters of type Layout
static void PortletPreferencesServiceHttp.restoreArchivedPreferences(HttpPrincipal httpPrincipal, long groupId, Layout layout, String portletId, long portletItemId, PortletPreferences preferences)
           
static void PortletPreferencesServiceHttp.restoreArchivedPreferences(HttpPrincipal httpPrincipal, long groupId, Layout layout, String portletId, PortletItem portletItem, PortletPreferences preferences)
           
static void PortletPreferencesServiceHttp.restoreArchivedPreferences(HttpPrincipal httpPrincipal, long groupId, String name, Layout layout, String portletId, PortletPreferences preferences)
           
 

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

Methods in com.liferay.portal.service.impl that return Layout
 Layout LayoutServiceImpl.addLayout(long groupId, boolean privateLayout, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, Map<Locale,String> descriptionMap, Map<Locale,String> keywordsMap, Map<Locale,String> robotsMap, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by LayoutServiceImpl.addLayout(long, boolean, long, Map, Map, Map, Map, Map, String, String, boolean, Map, ServiceContext)
 Layout LayoutServiceImpl.addLayout(long groupId, boolean privateLayout, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, Map<Locale,String> descriptionMap, Map<Locale,String> keywordsMap, Map<Locale,String> robotsMap, String type, String typeSettings, boolean hidden, Map<Locale,String> friendlyURLMap, ServiceContext serviceContext)
          Adds a layout with additional parameters.
 Layout LayoutServiceImpl.addLayout(long groupId, boolean privateLayout, long parentLayoutId, String name, String title, String description, String type, boolean hidden, String friendlyURL, ServiceContext serviceContext)
          Adds a layout with single entry maps for name, title, and description to the default locale.
 Layout LayoutLocalServiceImpl.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)
          Deprecated. As of 6.2.0, replaced by LayoutLocalServiceImpl.addLayout(long, long, boolean, long, Map, Map, Map, Map, Map, String, String, boolean, Map, ServiceContext)
 Layout LayoutLocalServiceImpl.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, String typeSettings, boolean hidden, Map<Locale,String> friendlyURLMap, ServiceContext serviceContext)
          Adds a layout with additional parameters.
 Layout LayoutLocalServiceImpl.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 with single entry maps for name, title, and description to the default locale.
 Layout LayoutLocalServiceImpl.fetchFirstLayout(long groupId, boolean privateLayout, long parentLayoutId)
           
 Layout LayoutLocalServiceImpl.fetchLayout(long groupId, boolean privateLayout, long layoutId)
           
 Layout LayoutLocalServiceImpl.fetchLayoutByFriendlyURL(long groupId, boolean privateLayout, String friendlyURL)
           
 Layout LayoutLocalServiceImpl.getFriendlyURLLayout(long groupId, boolean privateLayout, String friendlyURL)
          Returns the layout for the friendly URL
 Layout LayoutLocalServiceImpl.getLayout(long groupId, boolean privateLayout, long layoutId)
          Returns the layout matching the primary key, group, and privacy; throws a NoSuchLayoutException otherwise.
 Layout LayoutLocalServiceImpl.getLayoutByIconImageId(long iconImageId)
          Returns the layout for the icon image; throws a NoSuchLayoutException otherwise.
 Layout LayoutServiceImpl.getLayoutByUuidAndGroupId(String uuid, long groupId, boolean privateLayout)
          Returns the layout matching the UUID, group, and privacy.
 Layout LayoutLocalServiceImpl.getParentLayout(Layout layout)
           
protected  Layout LayoutLocalServiceStagingAdvice.getProxiedLayout(Layout layout)
           
protected  Layout LayoutLocalServiceStagingAdvice.unwrapLayout(Layout layout)
           
 Layout LayoutLocalServiceImpl.updateFriendlyURL(long plid, String friendlyURL, String languageId)
          Updates the friendly URL of the layout.
 Layout LayoutLocalServiceStagingAdvice.updateLayout(LayoutLocalService layoutLocalService, 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, Map<Locale,String> friendlyURLMap, Boolean iconImage, byte[] iconBytes, ServiceContext serviceContext)
           
 Layout LayoutLocalServiceStagingAdvice.updateLayout(LayoutLocalService layoutLocalService, long groupId, boolean privateLayout, long layoutId, String typeSettings)
           
 Layout LayoutServiceImpl.updateLayout(long groupId, boolean privateLayout, long layoutId, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, Map<Locale,String> descriptionMap, Map<Locale,String> keywordsMap, Map<Locale,String> robotsMap, String type, boolean hidden, Map<Locale,String> friendlyURLMap, Boolean iconImage, byte[] iconBytes, ServiceContext serviceContext)
          Updates the layout with additional parameters.
 Layout LayoutLocalServiceImpl.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, Map<Locale,String> friendlyURLMap, Boolean iconImage, byte[] iconBytes, ServiceContext serviceContext)
          Updates the layout.
 Layout LayoutServiceImpl.updateLayout(long groupId, boolean privateLayout, long layoutId, long parentLayoutId, Map<Locale,String> localeNamesMap, Map<Locale,String> localeTitlesMap, Map<Locale,String> descriptionMap, Map<Locale,String> keywordsMap, Map<Locale,String> robotsMap, String type, boolean hidden, String friendlyURL, Boolean iconImage, byte[] iconBytes, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by LayoutServiceImpl.updateLayout(long, boolean, long, long, Map, Map, Map, Map, Map, String, boolean, Map, Boolean, byte[], ServiceContext)
 Layout LayoutLocalServiceImpl.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)
          Deprecated. As of 6.2.0, replaced by LayoutLocalServiceImpl.updateLayout(long, boolean, long, long, Map, Map, Map, Map, Map, String, boolean, Map, Boolean, byte[], ServiceContext)
 Layout LayoutServiceImpl.updateLayout(long groupId, boolean privateLayout, long layoutId, String typeSettings)
          Updates the layout replacing its type settings.
 Layout LayoutLocalServiceImpl.updateLayout(long groupId, boolean privateLayout, long layoutId, String typeSettings)
          Updates the layout replacing its type settings.
protected  Layout StagingLocalServiceImpl.updateLayoutWithLayoutRevision(LayoutRevision layoutRevision)
           
 Layout LayoutLocalServiceStagingAdvice.updateLookAndFeel(LayoutLocalService layoutLocalService, long groupId, boolean privateLayout, long layoutId, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
 Layout LayoutServiceImpl.updateLookAndFeel(long groupId, boolean privateLayout, long layoutId, String themeId, String colorSchemeId, String css, boolean wapTheme)
          Updates the look and feel of the layout.
 Layout LayoutLocalServiceImpl.updateLookAndFeel(long groupId, boolean privateLayout, long layoutId, String themeId, String colorSchemeId, String css, boolean wapTheme)
          Updates the look and feel of the layout.
 Layout LayoutLocalServiceStagingAdvice.updateName(LayoutLocalService layoutLocalService, Layout layout, String name, String languageId)
           
 Layout LayoutLocalServiceImpl.updateName(Layout layout, String name, String languageId)
          Updates the name of the layout.
 Layout LayoutServiceImpl.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 LayoutLocalServiceImpl.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 LayoutServiceImpl.updateName(long plid, String name, String languageId)
          Updates the name of the layout matching the primary key.
 Layout LayoutLocalServiceImpl.updateName(long plid, String name, String languageId)
          Updates the name of the layout matching the primary key.
 Layout LayoutServiceImpl.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 LayoutLocalServiceImpl.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 LayoutServiceImpl.updateParentLayoutId(long plid, long parentPlid)
          Updates the parent layout ID of the layout matching the primary key.
 Layout LayoutLocalServiceImpl.updateParentLayoutId(long plid, long parentPlid)
          Updates the parent layout ID of the layout matching the primary key.
 Layout LayoutServiceImpl.updateParentLayoutIdAndPriority(long plid, long parentPlid, int priority)
           
 Layout LayoutLocalServiceImpl.updateParentLayoutIdAndPriority(long plid, long parentPlid, int priority)
           
 Layout LayoutLocalServiceImpl.updatePriority(Layout layout, int priority)
          Updates the priority of the layout.
 Layout LayoutServiceImpl.updatePriority(long groupId, boolean privateLayout, long layoutId, int priority)
          Updates the priority of the layout matching the group, layout ID, and privacy.
 Layout LayoutLocalServiceImpl.updatePriority(long groupId, boolean privateLayout, long layoutId, int priority)
          Updates the priority of the layout matching the group, layout ID, and privacy.
 Layout LayoutServiceImpl.updatePriority(long groupId, boolean privateLayout, long layoutId, long nextLayoutId, long previousLayoutId)
          Updates the priority of the layout matching the group, layout ID, and privacy, setting the layout's priority based on the priorities of the next and previous layouts.
 Layout LayoutLocalServiceImpl.updatePriority(long groupId, boolean privateLayout, long layoutId, long nextLayoutId, long previousLayoutId)
          Updates the priority of the layout matching the group, layout ID, and privacy, setting the layout's priority based on the priorities of the next and previous layouts.
 Layout LayoutServiceImpl.updatePriority(long plid, int priority)
          Updates the priority of the layout matching the primary key.
 Layout LayoutLocalServiceImpl.updatePriority(long plid, int priority)
          Updates the priority of the layout matching the primary key.
protected  Layout LayoutLocalServiceStagingAdvice.wrapLayout(Layout layout)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type Layout
protected  List<Layout> LayoutLocalServiceVirtualLayoutsAdvice.addChildUserGroupLayouts(Group group, List<Layout> layouts)
           
protected  List<Layout> LayoutLocalServiceVirtualLayoutsAdvice.addUserGroupLayouts(Group group, LayoutSet layoutSet, List<Layout> layouts, long parentLayoutId)
           
protected  List<Layout> LayoutServiceImpl.filterLayouts(List<Layout> layouts)
           
 List<Layout> LayoutServiceImpl.getAncestorLayouts(long plid)
          Returns all the ancestor layouts of the layout.
 List<Layout> LayoutServiceImpl.getLayouts(long groupId, boolean privateLayout)
           
 List<Layout> LayoutLocalServiceImpl.getLayouts(long groupId, boolean privateLayout)
          Returns all the layouts belonging to the group.
 List<Layout> LayoutServiceImpl.getLayouts(long groupId, boolean privateLayout, long parentLayoutId)
           
 List<Layout> LayoutLocalServiceImpl.getLayouts(long groupId, boolean privateLayout, long parentLayoutId)
          Returns all the layouts belonging to the group that are children of the parent layout.
 List<Layout> LayoutLocalServiceImpl.getLayouts(long groupId, boolean privateLayout, long[] layoutIds)
          Returns all the layouts that match the layout IDs and belong to the group.
 List<Layout> LayoutServiceImpl.getLayouts(long groupId, boolean privateLayout, long parentLayoutId, boolean incomplete, int start, int end)
           
 List<Layout> LayoutLocalServiceImpl.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> LayoutLocalServiceImpl.getLayouts(long groupId, boolean privateLayout, String type)
          Returns all the layouts that match the type and belong to the group.
 List<Layout> LayoutLocalServiceImpl.getLayoutsByLayoutPrototypeUuid(String layoutPrototypeUuid)
           
 List<Layout> LayoutLocalServiceImpl.getNoPermissionLayouts(long roleId)
          Returns all the layouts without resource permissions
 List<Layout> LayoutLocalServiceImpl.getNullFriendlyURLLayouts()
          Returns all the layouts whose friendly URLs are null
protected  List<Layout> LayoutLocalServiceVirtualLayoutsAdvice.getPrototypeLinkedLayouts(long groupId, boolean privateLayout)
           
 List<Layout> LayoutLocalServiceImpl.getScopeGroupLayouts(long groupId, boolean privateLayout)
          Returns all the layouts within scope of the group
protected  List<Layout> LayoutLocalServiceStagingAdvice.wrapLayouts(List<Layout> layouts, boolean showIncomplete)
           
 

Methods in com.liferay.portal.service.impl with parameters of type Layout
 void LayoutLocalServiceImpl.deleteLayout(Layout layout, boolean updateLayoutSet, ServiceContext serviceContext)
          Deletes the layout, its child layouts, and its associated resources.
 void LayoutLocalServiceStagingAdvice.deleteLayout(LayoutLocalService layoutLocalService, Layout layout, boolean updateLayoutSet, ServiceContext serviceContext)
           
protected  void LayoutLocalServiceStagingAdvice.doDeleteLayout(LayoutLocalService layoutLocalService, Layout layout, boolean updateLayoutSet, ServiceContext serviceContext)
           
 Layout LayoutLocalServiceImpl.getParentLayout(Layout layout)
           
protected  Layout LayoutLocalServiceStagingAdvice.getProxiedLayout(Layout layout)
           
protected  boolean LayoutLocalServiceHelper.hasGuestViewPermission(Layout layout)
           
 void LayoutSetPrototypeLayoutListener.onAfterCreate(Layout layout)
           
 void LayoutSetPrototypeLayoutListener.onAfterRemove(Layout layout)
           
 void LayoutSetPrototypeLayoutListener.onAfterUpdate(Layout layout)
           
 void PortletPreferencesServiceImpl.restoreArchivedPreferences(long groupId, Layout layout, String portletId, long portletItemId, PortletPreferences preferences)
           
 void PortletPreferencesServiceImpl.restoreArchivedPreferences(long groupId, Layout layout, String portletId, PortletItem portletItem, PortletPreferences preferences)
           
 void PortletPreferencesServiceImpl.restoreArchivedPreferences(long groupId, String name, Layout layout, String portletId, PortletPreferences preferences)
           
protected  Layout LayoutLocalServiceStagingAdvice.unwrapLayout(Layout layout)
           
protected  void LayoutSetPrototypeLayoutListener.updateLayoutSetPrototype(Layout layout, Date modifiedDate)
           
 Layout LayoutLocalServiceStagingAdvice.updateName(LayoutLocalService layoutLocalService, Layout layout, String name, String languageId)
           
 Layout LayoutLocalServiceImpl.updateName(Layout layout, String name, String languageId)
          Updates the name of the layout.
 Layout LayoutLocalServiceImpl.updatePriority(Layout layout, int priority)
          Updates the priority of the layout.
 void LayoutLocalServiceHelper.validateFirstLayout(Layout layout)
           
protected  Layout LayoutLocalServiceStagingAdvice.wrapLayout(Layout layout)
           
 

Method parameters in com.liferay.portal.service.impl with type arguments of type Layout
protected  List<Layout> LayoutLocalServiceVirtualLayoutsAdvice.addChildUserGroupLayouts(Group group, List<Layout> layouts)
           
protected  List<Layout> LayoutLocalServiceVirtualLayoutsAdvice.addUserGroupLayouts(Group group, LayoutSet layoutSet, List<Layout> layouts, long parentLayoutId)
           
protected  List<Layout> LayoutServiceImpl.filterLayouts(List<Layout> layouts)
           
protected  List<Layout> LayoutLocalServiceStagingAdvice.wrapLayouts(List<Layout> layouts, boolean showIncomplete)
           
 

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)
           
 void LayoutPermissionImpl.check(PermissionChecker permissionChecker, Layout layout, 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)
           
 void PortletPermissionImpl.check(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId)
           
 void PortletPermission.check(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId, boolean strict)
           
static void PortletPermissionUtil.check(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId, boolean strict)
           
 void PortletPermissionImpl.check(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId, boolean strict)
           
 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)
           
 void PortletPermissionImpl.check(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId)
           
 void PortletPermission.check(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId, boolean strict)
           
static void PortletPermissionUtil.check(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId, boolean strict)
           
 void PortletPermissionImpl.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)
           
 boolean LayoutPermissionImpl.contains(PermissionChecker permissionChecker, Layout layout, boolean checkViewableGroup, 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 PortletPermissionImpl.contains(PermissionChecker permissionChecker, Layout layout, Portlet portlet, String actionId)
           
 boolean PortletPermission.contains(PermissionChecker permissionChecker, Layout layout, Portlet portlet, String actionId, boolean strict)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, Layout layout, Portlet portlet, String actionId, boolean strict)
           
 boolean PortletPermissionImpl.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)
           
 boolean LayoutPermissionImpl.contains(PermissionChecker permissionChecker, Layout layout, String actionId)
           
static boolean LayoutPermissionUtil.contains(PermissionChecker permissionChecker, Layout layout, String controlPanelCategory, boolean checkViewableGroup, String actionId)
          Deprecated. As of 6.2.0, replaced by LayoutPermissionUtil.contains(PermissionChecker, Layout, boolean, String)
 boolean LayoutPermission.contains(PermissionChecker permissionChecker, Layout layout, String controlPanelCategory, boolean checkViewableGroup, String actionId)
          Deprecated. As of 6.2.0, replaced by LayoutPermission.contains(PermissionChecker, Layout, boolean, String)
 boolean LayoutPermissionImpl.contains(PermissionChecker permissionChecker, Layout layout, String controlPanelCategory, boolean checkViewableGroup, String actionId)
          Deprecated. As of 6.2.0, replaced by LayoutPermissionImpl.contains(PermissionChecker, Layout, boolean, String)
 boolean PortletPermission.contains(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId)
           
static boolean LayoutPermissionUtil.contains(PermissionChecker permissionChecker, Layout layout, String controlPanelCategory, String actionId)
          Deprecated. As of 6.2.0, replaced by LayoutPermissionUtil.contains(PermissionChecker, Layout, String)
 boolean LayoutPermission.contains(PermissionChecker permissionChecker, Layout layout, String controlPanelCategory, String actionId)
          Deprecated. As of 6.2.0, replaced by LayoutPermission.contains(PermissionChecker, Layout, String)
 boolean LayoutPermissionImpl.contains(PermissionChecker permissionChecker, Layout layout, String controlPanelCategory, String actionId)
          Deprecated. As of 6.2.0, replaced by LayoutPermissionImpl.contains(PermissionChecker, Layout, String)
 boolean PortletPermissionImpl.contains(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId)
           
 boolean PortletPermission.contains(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId, boolean strict)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId, boolean strict)
           
 boolean PortletPermissionImpl.contains(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId, boolean strict)
           
 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 PortletPermissionImpl.contains(PermissionChecker permissionChecker, long groupId, Layout layout, Portlet portlet, String actionId)
           
 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, Portlet portlet, String actionId, boolean strict)
           
 boolean PortletPermissionImpl.contains(PermissionChecker permissionChecker, long groupId, Layout layout, Portlet portlet, String actionId, boolean strict)
           
 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 PortletPermissionImpl.contains(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId)
           
 boolean PortletPermission.contains(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId, boolean strict)
           
static boolean PortletPermissionUtil.contains(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId, boolean strict)
           
 boolean PortletPermissionImpl.contains(PermissionChecker permissionChecker, long groupId, Layout layout, String portletId, String actionId, boolean strict)
           
static boolean LayoutPermissionUtil.containsWithoutViewableGroup(PermissionChecker permissionChecker, Layout layout, boolean checkLayoutUpdateable, String actionId)
           
 boolean LayoutPermission.containsWithoutViewableGroup(PermissionChecker permissionChecker, Layout layout, boolean checkLayoutUpdateable, String actionId)
           
 boolean LayoutPermissionImpl.containsWithoutViewableGroup(PermissionChecker permissionChecker, Layout layout, boolean checkLayoutUpdateable, String actionId)
           
static boolean LayoutPermissionUtil.containsWithoutViewableGroup(PermissionChecker permissionChecker, Layout layout, String actionId)
           
 boolean LayoutPermission.containsWithoutViewableGroup(PermissionChecker permissionChecker, Layout layout, String actionId)
           
 boolean LayoutPermissionImpl.containsWithoutViewableGroup(PermissionChecker permissionChecker, Layout layout, String actionId)
           
static boolean LayoutPermissionUtil.containsWithoutViewableGroup(PermissionChecker permissionChecker, Layout layout, String controlPanelCategory, boolean checkLayoutUpdateable, String actionId)
          Deprecated. As of 6.2.0, replaced by LayoutPermissionUtil.containsWithoutViewableGroup(PermissionChecker, Layout, boolean, String)
 boolean LayoutPermission.containsWithoutViewableGroup(PermissionChecker permissionChecker, Layout layout, String controlPanelCategory, boolean checkLayoutUpdateable, String actionId)
          Deprecated. As of 6.2.0, replaced by LayoutPermission.containsWithoutViewableGroup(PermissionChecker, Layout, boolean, String)
 boolean LayoutPermissionImpl.containsWithoutViewableGroup(PermissionChecker permissionChecker, Layout layout, String controlPanelCategory, boolean checkLayoutUpdateable, String actionId)
          Deprecated. As of 6.2.0, replaced by LayoutPermissionImpl.containsWithoutViewableGroup(PermissionChecker, Layout, boolean, String)
static boolean LayoutPermissionUtil.containsWithoutViewableGroup(PermissionChecker permissionChecker, Layout layout, String controlPanelCategory, String actionId)
          Deprecated. As of 6.2.0, replaced by LayoutPermissionUtil.containsWithoutViewableGroup(PermissionChecker, Layout, String)
 boolean LayoutPermission.containsWithoutViewableGroup(PermissionChecker permissionChecker, Layout layout, String controlPanelCategory, String actionId)
          Deprecated. As of 6.2.0, replaced by LayoutPermission.containsWithoutViewableGroup(PermissionChecker, Layout, String)
 boolean LayoutPermissionImpl.containsWithoutViewableGroup(PermissionChecker permissionChecker, Layout layout, String controlPanelCategory, String actionId)
          Deprecated. As of 6.2.0, replaced by LayoutPermissionImpl.containsWithoutViewableGroup(PermissionChecker, Layout, String)
protected  boolean LayoutPermissionImpl.containsWithViewableGroup(PermissionChecker permissionChecker, Layout layout, boolean checkViewableGroup, String actionId)
           
 boolean PortletPermission.hasAccessPermission(PermissionChecker permissionChecker, long scopeGroupId, Layout layout, Portlet portlet, PortletMode portletMode)
           
static boolean PortletPermissionUtil.hasAccessPermission(PermissionChecker permissionChecker, long scopeGroupId, Layout layout, Portlet portlet, PortletMode portletMode)
           
 boolean PortletPermissionImpl.hasAccessPermission(PermissionChecker permissionChecker, long scopeGroupId, Layout layout, Portlet portlet, PortletMode portletMode)
           
 boolean PortletPermission.hasConfigurationPermission(PermissionChecker permissionChecker, long groupId, Layout layout, String actionId)
           
static boolean PortletPermissionUtil.hasConfigurationPermission(PermissionChecker permissionChecker, long groupId, Layout layout, String actionId)
           
 boolean PortletPermissionImpl.hasConfigurationPermission(PermissionChecker permissionChecker, long groupId, Layout layout, String actionId)
           
protected  boolean PortletPermissionImpl.hasConfigurePermission(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId)
           
protected  boolean PortletPermissionImpl.hasCustomizePermission(PermissionChecker permissionChecker, Layout layout, String portletId, String actionId)
           
protected  boolean LayoutPermissionImpl.isAttemptToModifyLockedLayout(Layout layout, String actionId)
           
protected  boolean LayoutPermissionImpl.isViewableGroup(PermissionChecker permissionChecker, Layout layout, boolean checkResourcePermission)
           
 

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

Methods in com.liferay.portal.service.persistence that return Layout
 Layout LayoutPersistence.create(long plid)
          Creates a new layout with the primary key.
static Layout LayoutUtil.create(long plid)
          Creates a new layout with the primary key.
 Layout LayoutPersistenceImpl.create(long plid)
          Creates a new layout with the primary key.
 Layout LayoutPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where companyId = ?.
static Layout LayoutUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where companyId = ?.
 Layout LayoutPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where companyId = ?.
 Layout LayoutPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where companyId = ?.
static Layout LayoutUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where companyId = ?.
 Layout LayoutPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where companyId = ?.
 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)
          Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or returns null if it could not be found.
 Layout LayoutPersistenceImpl.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, 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_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 LayoutPersistenceImpl.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_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
static Layout LayoutUtil.fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
 Layout LayoutPersistenceImpl.fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
 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)
          Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or returns null if it could not be found.
 Layout LayoutPersistenceImpl.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, 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_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 LayoutPersistenceImpl.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_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
static Layout LayoutUtil.fetchByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
 Layout LayoutPersistenceImpl.fetchByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
 Layout LayoutPersistence.fetchByG_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.fetchByG_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 LayoutPersistenceImpl.fetchByG_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.fetchByG_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.fetchByG_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 LayoutPersistenceImpl.fetchByG_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.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)
          Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? or returns null if it could not be found.
 Layout LayoutPersistenceImpl.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, 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.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 LayoutPersistenceImpl.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_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.fetchByG_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 LayoutPersistenceImpl.fetchByG_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.fetchByG_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.fetchByG_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 LayoutPersistenceImpl.fetchByG_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.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ?.
static Layout LayoutUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ?.
 Layout LayoutPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ?.
 Layout LayoutPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ?.
static Layout LayoutUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ?.
 Layout LayoutPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ?.
 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)
          Returns the layout where iconImageId = ? or returns null if it could not be found.
 Layout LayoutPersistenceImpl.fetchByIconImageId(long iconImageId)
          Returns the layout where iconImageId = ? or returns null if it could not be found.
 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.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 LayoutPersistenceImpl.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.fetchByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
static Layout LayoutUtil.fetchByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
 Layout LayoutPersistenceImpl.fetchByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
 Layout LayoutPersistence.fetchByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
static Layout LayoutUtil.fetchByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
 Layout LayoutPersistenceImpl.fetchByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
 Layout LayoutPersistence.fetchByPrimaryKey(long plid)
          Returns the layout with the primary key or returns null if it could not be found.
static Layout LayoutUtil.fetchByPrimaryKey(long plid)
          Returns the layout with the primary key or returns null if it could not be found.
 Layout LayoutPersistenceImpl.fetchByPrimaryKey(long plid)
          Returns the layout with the primary key or returns null if it could not be found.
 Layout LayoutPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the layout with the primary key or returns null if it could not be found.
 Layout LayoutPersistence.fetchBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
static Layout LayoutUtil.fetchBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
 Layout LayoutPersistenceImpl.fetchBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
 Layout LayoutPersistence.fetchBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
static Layout LayoutUtil.fetchBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
 Layout LayoutPersistenceImpl.fetchBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
 Layout LayoutPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where uuid = ? and companyId = ?.
static Layout LayoutUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where uuid = ? and companyId = ?.
 Layout LayoutPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where uuid = ? and companyId = ?.
 Layout LayoutPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where uuid = ? and companyId = ?.
static Layout LayoutUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where uuid = ? and companyId = ?.
 Layout LayoutPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where uuid = ? and companyId = ?.
 Layout LayoutPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where uuid = ?.
static Layout LayoutUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where uuid = ?.
 Layout LayoutPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where uuid = ?.
 Layout LayoutPersistence.fetchByUUID_G_P(String uuid, long groupId, boolean privateLayout)
          Returns the layout where uuid = ? and groupId = ? and privateLayout = ? or returns null if it could not be found.
static Layout LayoutUtil.fetchByUUID_G_P(String uuid, long groupId, boolean privateLayout)
          Returns the layout where uuid = ? and groupId = ? and privateLayout = ? or returns null if it could not be found.
 Layout LayoutPersistenceImpl.fetchByUUID_G_P(String uuid, long groupId, boolean privateLayout)
          Returns the layout where uuid = ? and groupId = ? and privateLayout = ? or returns null if it could not be found.
 Layout LayoutPersistence.fetchByUUID_G_P(String uuid, long groupId, boolean privateLayout, boolean retrieveFromCache)
          Returns the layout where uuid = ? and groupId = ? and privateLayout = ? or returns null if it could not be found, optionally using the finder cache.
static Layout LayoutUtil.fetchByUUID_G_P(String uuid, long groupId, boolean privateLayout, boolean retrieveFromCache)
          Returns the layout where uuid = ? and groupId = ? and privateLayout = ? or returns null if it could not be found, optionally using the finder cache.
 Layout LayoutPersistenceImpl.fetchByUUID_G_P(String uuid, long groupId, boolean privateLayout, boolean retrieveFromCache)
          Returns the layout where uuid = ? and groupId = ? and privateLayout = ? or returns null if it could not be found, optionally using the finder cache.
 Layout LayoutPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where uuid = ?.
static Layout LayoutUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where uuid = ?.
 Layout LayoutPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where uuid = ?.
 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_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[] LayoutPersistenceImpl.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_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_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[] LayoutPersistenceImpl.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_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.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[] LayoutPersistenceImpl.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.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.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[] LayoutPersistenceImpl.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 = ?.
protected  Layout LayoutPersistenceImpl.filterGetByG_P_P_PrevAndNext(Session session, Layout layout, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.filterGetByG_P_PrevAndNext(Session session, Layout layout, long groupId, boolean privateLayout, OrderByComparator orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.filterGetByG_P_T_PrevAndNext(Session session, Layout layout, long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, Layout layout, long groupId, OrderByComparator orderByComparator, boolean previous)
           
 Layout LayoutPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where companyId = ?.
static Layout LayoutUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where companyId = ?.
 Layout LayoutPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where companyId = ?.
 Layout LayoutPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last 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.findByCompanyId_PrevAndNext(long plid, long companyId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where companyId = ?.
 Layout[] LayoutPersistenceImpl.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.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_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 LayoutPersistenceImpl.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_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
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 LayoutPersistenceImpl.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_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_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 LayoutPersistenceImpl.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_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
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 LayoutPersistenceImpl.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_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_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 Layout LayoutPersistenceImpl.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_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_Last(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 Layout LayoutPersistenceImpl.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_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_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[] LayoutPersistenceImpl.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_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_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[] LayoutPersistenceImpl.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_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_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 LayoutPersistenceImpl.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_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_First(long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
 Layout LayoutPersistenceImpl.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_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_Last(long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
 Layout LayoutPersistenceImpl.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_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.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[] LayoutPersistenceImpl.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.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ?.
static Layout LayoutUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where groupId = ?.
 Layout LayoutPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where groupId = ?.
 Layout LayoutPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last 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.findByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where groupId = ?.
 Layout[] LayoutPersistenceImpl.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.findByIconImageId(long iconImageId)
          Returns the layout where iconImageId = ? or throws a NoSuchLayoutException if it could not be found.
static Layout LayoutUtil.findByIconImageId(long iconImageId)
          Returns the layout where iconImageId = ? or throws a NoSuchLayoutException if it could not be found.
 Layout LayoutPersistenceImpl.findByIconImageId(long iconImageId)
          Returns the layout where iconImageId = ? or throws a NoSuchLayoutException if it could not be found.
 Layout LayoutPersistence.findByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
static Layout LayoutUtil.findByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
 Layout LayoutPersistenceImpl.findByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
 Layout LayoutPersistence.findByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
static Layout LayoutUtil.findByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
 Layout LayoutPersistenceImpl.findByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
 Layout[] LayoutPersistence.findByLayoutPrototypeUuid_PrevAndNext(long plid, String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where layoutPrototypeUuid = ?.
static Layout[] LayoutUtil.findByLayoutPrototypeUuid_PrevAndNext(long plid, String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where layoutPrototypeUuid = ?.
 Layout[] LayoutPersistenceImpl.findByLayoutPrototypeUuid_PrevAndNext(long plid, String layoutPrototypeUuid, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where layoutPrototypeUuid = ?.
 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.findByPrimaryKey(long plid)
          Returns the layout with the primary key or throws a NoSuchLayoutException if it could not be found.
 Layout LayoutPersistenceImpl.findByPrimaryKey(long plid)
          Returns the layout with the primary key or throws a NoSuchLayoutException if it could not be found.
 Layout LayoutPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the layout with the primary key or throws a NoSuchModelException if it could not be found.
 Layout LayoutPersistence.findBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
static Layout LayoutUtil.findBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
 Layout LayoutPersistenceImpl.findBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
 Layout LayoutPersistence.findBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
static Layout LayoutUtil.findBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
 Layout LayoutPersistenceImpl.findBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
 Layout[] LayoutPersistence.findBySourcePrototypeLayoutUuid_PrevAndNext(long plid, String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where sourcePrototypeLayoutUuid = ?.
static Layout[] LayoutUtil.findBySourcePrototypeLayoutUuid_PrevAndNext(long plid, String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where sourcePrototypeLayoutUuid = ?.
 Layout[] LayoutPersistenceImpl.findBySourcePrototypeLayoutUuid_PrevAndNext(long plid, String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where sourcePrototypeLayoutUuid = ?.
 Layout LayoutPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where uuid = ? and companyId = ?.
static Layout LayoutUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where uuid = ? and companyId = ?.
 Layout LayoutPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where uuid = ? and companyId = ?.
 Layout LayoutPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where uuid = ? and companyId = ?.
static Layout LayoutUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where uuid = ? and companyId = ?.
 Layout LayoutPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where uuid = ? and companyId = ?.
 Layout[] LayoutPersistence.findByUuid_C_PrevAndNext(long plid, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where uuid = ? and companyId = ?.
static Layout[] LayoutUtil.findByUuid_C_PrevAndNext(long plid, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where uuid = ? and companyId = ?.
 Layout[] LayoutPersistenceImpl.findByUuid_C_PrevAndNext(long plid, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where uuid = ? and companyId = ?.
 Layout LayoutPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where uuid = ?.
static Layout LayoutUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where uuid = ?.
 Layout LayoutPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout in the ordered set where uuid = ?.
 Layout LayoutPersistence.findByUUID_G_P(String uuid, long groupId, boolean privateLayout)
          Returns the layout where uuid = ? and groupId = ? and privateLayout = ? or throws a NoSuchLayoutException if it could not be found.
static Layout LayoutUtil.findByUUID_G_P(String uuid, long groupId, boolean privateLayout)
          Returns the layout where uuid = ? and groupId = ? and privateLayout = ? or throws a NoSuchLayoutException if it could not be found.
 Layout LayoutPersistenceImpl.findByUUID_G_P(String uuid, long groupId, boolean privateLayout)
          Returns the layout where uuid = ? and groupId = ? and privateLayout = ? or throws a NoSuchLayoutException if it could not be found.
 Layout LayoutPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where uuid = ?.
static Layout LayoutUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout in the ordered set where uuid = ?.
 Layout LayoutPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last 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.findByUuid_PrevAndNext(long plid, String uuid, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where uuid = ?.
 Layout[] LayoutPersistenceImpl.findByUuid_PrevAndNext(long plid, String uuid, OrderByComparator orderByComparator)
          Returns the layouts before and after the current layout in the ordered set where uuid = ?.
protected  Layout LayoutPersistenceImpl.getByCompanyId_PrevAndNext(Session session, Layout layout, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.getByG_P_P_PrevAndNext(Session session, Layout layout, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.getByG_P_PrevAndNext(Session session, Layout layout, long groupId, boolean privateLayout, OrderByComparator orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.getByG_P_T_PrevAndNext(Session session, Layout layout, long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.getByGroupId_PrevAndNext(Session session, Layout layout, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.getByLayoutPrototypeUuid_PrevAndNext(Session session, Layout layout, String layoutPrototypeUuid, OrderByComparator orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.getBySourcePrototypeLayoutUuid_PrevAndNext(Session session, Layout layout, String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.getByUuid_C_PrevAndNext(Session session, Layout layout, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.getByUuid_PrevAndNext(Session session, Layout layout, String uuid, OrderByComparator orderByComparator, boolean previous)
           
 Layout LayoutPersistence.remove(long plid)
          Removes the layout with the primary key from the database.
static Layout LayoutUtil.remove(long plid)
          Removes the layout with the primary key from the database.
 Layout LayoutPersistenceImpl.remove(long plid)
          Removes the layout with the primary key from the database.
 Layout LayoutPersistenceImpl.remove(Serializable primaryKey)
          Removes the layout with the primary key from the database.
 Layout LayoutPersistence.removeByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
          Removes the layout where groupId = ? and privateLayout = ? and friendlyURL = ? from the database.
static Layout LayoutUtil.removeByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
          Removes the layout where groupId = ? and privateLayout = ? and friendlyURL = ? from the database.
 Layout LayoutPersistenceImpl.removeByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
          Removes the layout where groupId = ? and privateLayout = ? and friendlyURL = ? from the database.
 Layout LayoutPersistence.removeByG_P_L(long groupId, boolean privateLayout, long layoutId)
          Removes the layout where groupId = ? and privateLayout = ? and layoutId = ? from the database.
static Layout LayoutUtil.removeByG_P_L(long groupId, boolean privateLayout, long layoutId)
          Removes the layout where groupId = ? and privateLayout = ? and layoutId = ? from the database.
 Layout LayoutPersistenceImpl.removeByG_P_L(long groupId, boolean privateLayout, long layoutId)
          Removes the layout where groupId = ? and privateLayout = ? and layoutId = ? from the database.
 Layout LayoutPersistence.removeByG_P_SPLU(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid)
          Removes the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? from the database.
static Layout LayoutUtil.removeByG_P_SPLU(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid)
          Removes the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? from the database.
 Layout LayoutPersistenceImpl.removeByG_P_SPLU(long groupId, boolean privateLayout, String sourcePrototypeLayoutUuid)
          Removes the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? from the database.
 Layout LayoutPersistence.removeByIconImageId(long iconImageId)
          Removes the layout where iconImageId = ? from the database.
static Layout LayoutUtil.removeByIconImageId(long iconImageId)
          Removes the layout where iconImageId = ? from the database.
 Layout LayoutPersistenceImpl.removeByIconImageId(long iconImageId)
          Removes the layout where iconImageId = ? from the database.
 Layout LayoutPersistence.removeByUUID_G_P(String uuid, long groupId, boolean privateLayout)
          Removes the layout where uuid = ? and groupId = ? and privateLayout = ? from the database.
static Layout LayoutUtil.removeByUUID_G_P(String uuid, long groupId, boolean privateLayout)
          Removes the layout where uuid = ? and groupId = ? and privateLayout = ? from the database.
 Layout LayoutPersistenceImpl.removeByUUID_G_P(String uuid, long groupId, boolean privateLayout)
          Removes the layout where uuid = ? and groupId = ? and privateLayout = ? from the database.
protected  Layout LayoutPersistenceImpl.removeImpl(Layout layout)
           
protected  Layout LayoutPersistenceImpl.toUnwrappedModel(Layout layout)
           
static Layout LayoutUtil.update(Layout layout)
           
static Layout LayoutUtil.update(Layout layout, ServiceContext serviceContext)
           
 Layout LayoutPersistence.updateImpl(Layout layout)
           
static Layout LayoutUtil.updateImpl(Layout layout)
           
 Layout LayoutPersistenceImpl.updateImpl(Layout layout)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Layout
 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)
          Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 List<Layout> LayoutPersistenceImpl.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, 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)
          Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 List<Layout> LayoutPersistenceImpl.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, 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_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> LayoutPersistenceImpl.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_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)
          Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.
 List<Layout> LayoutPersistenceImpl.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, 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)
          Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.
 List<Layout> LayoutPersistenceImpl.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, 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_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> LayoutPersistenceImpl.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(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)
          Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ?.
 List<Layout> LayoutPersistenceImpl.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, 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)
          Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ?.
 List<Layout> LayoutPersistenceImpl.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, 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.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> LayoutPersistenceImpl.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.filterFindByGroupId(long groupId)
          Returns all the layouts that the user has permission to view where groupId = ?.
static List<Layout> LayoutUtil.filterFindByGroupId(long groupId)
          Returns all the layouts that the user has permission to view where groupId = ?.
 List<Layout> LayoutPersistenceImpl.filterFindByGroupId(long groupId)
          Returns 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)
          Returns a range of all the layouts that the user has permission to view where groupId = ?.
 List<Layout> LayoutPersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts that the user has permissions 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> LayoutPersistenceImpl.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.findAll()
          Returns all the layouts.
static List<Layout> LayoutUtil.findAll()
          Returns all the layouts.
 List<Layout> LayoutPersistenceImpl.findAll()
          Returns 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)
          Returns a range of all the layouts.
 List<Layout> LayoutPersistenceImpl.findAll(int start, int end)
          Returns a 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.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts.
 List<Layout> LayoutPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts.
 List<Layout> LayoutPersistence.findByCompanyId(long companyId)
          Returns all the layouts where companyId = ?.
static List<Layout> LayoutUtil.findByCompanyId(long companyId)
          Returns all the layouts where companyId = ?.
 List<Layout> LayoutPersistenceImpl.findByCompanyId(long companyId)
          Returns 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)
          Returns a range of all the layouts where companyId = ?.
 List<Layout> LayoutPersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered 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> LayoutPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where companyId = ?.
 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)
          Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 List<Layout> LayoutPersistenceImpl.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, 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)
          Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
 List<Layout> LayoutPersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered 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> LayoutPersistenceImpl.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_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)
          Returns all the layouts where groupId = ? and privateLayout = ? and type = ?.
 List<Layout> LayoutPersistenceImpl.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, 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)
          Returns a range of all the layouts where groupId = ? and privateLayout = ? and type = ?.
 List<Layout> LayoutPersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered 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> LayoutPersistenceImpl.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(long groupId, boolean privateLayout)
          Returns all the layouts where groupId = ? and privateLayout = ?.
static List<Layout> LayoutUtil.findByG_P(long groupId, boolean privateLayout)
          Returns all the layouts where groupId = ? and privateLayout = ?.
 List<Layout> LayoutPersistenceImpl.findByG_P(long groupId, boolean privateLayout)
          Returns 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)
          Returns a range of all the layouts where groupId = ? and privateLayout = ?.
 List<Layout> LayoutPersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered 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> LayoutPersistenceImpl.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.findByGroupId(long groupId)
          Returns all the layouts where groupId = ?.
static List<Layout> LayoutUtil.findByGroupId(long groupId)
          Returns all the layouts where groupId = ?.
 List<Layout> LayoutPersistenceImpl.findByGroupId(long groupId)
          Returns 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)
          Returns a range of all the layouts where groupId = ?.
 List<Layout> LayoutPersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered 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> LayoutPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where groupId = ?.
 List<Layout> LayoutPersistence.findByLayoutPrototypeUuid(String layoutPrototypeUuid)
          Returns all the layouts where layoutPrototypeUuid = ?.
static List<Layout> LayoutUtil.findByLayoutPrototypeUuid(String layoutPrototypeUuid)
          Returns all the layouts where layoutPrototypeUuid = ?.
 List<Layout> LayoutPersistenceImpl.findByLayoutPrototypeUuid(String layoutPrototypeUuid)
          Returns all the layouts where layoutPrototypeUuid = ?.
 List<Layout> LayoutPersistence.findByLayoutPrototypeUuid(String layoutPrototypeUuid, int start, int end)
          Returns a range of all the layouts where layoutPrototypeUuid = ?.
static List<Layout> LayoutUtil.findByLayoutPrototypeUuid(String layoutPrototypeUuid, int start, int end)
          Returns a range of all the layouts where layoutPrototypeUuid = ?.
 List<Layout> LayoutPersistenceImpl.findByLayoutPrototypeUuid(String layoutPrototypeUuid, int start, int end)
          Returns a range of all the layouts where layoutPrototypeUuid = ?.
 List<Layout> LayoutPersistence.findByLayoutPrototypeUuid(String layoutPrototypeUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.
static List<Layout> LayoutUtil.findByLayoutPrototypeUuid(String layoutPrototypeUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.
 List<Layout> LayoutPersistenceImpl.findByLayoutPrototypeUuid(String layoutPrototypeUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.
static List<Layout> LayoutFinderUtil.findByNoPermissions(long roleId)
           
 List<Layout> LayoutFinder.findByNoPermissions(long roleId)
           
 List<Layout> LayoutFinderImpl.findByNoPermissions(long roleId)
           
static List<Layout> LayoutFinderUtil.findByNullFriendlyURL()
           
 List<Layout> LayoutFinder.findByNullFriendlyURL()
           
 List<Layout> LayoutFinderImpl.findByNullFriendlyURL()
           
static List<Layout> LayoutFinderUtil.findByScopeGroup(long groupId, boolean privateLayout)
           
 List<Layout> LayoutFinder.findByScopeGroup(long groupId, boolean privateLayout)
           
 List<Layout> LayoutFinderImpl.findByScopeGroup(long groupId, boolean privateLayout)
           
 List<Layout> LayoutPersistence.findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
          Returns all the layouts where sourcePrototypeLayoutUuid = ?.
static List<Layout> LayoutUtil.findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
          Returns all the layouts where sourcePrototypeLayoutUuid = ?.
 List<Layout> LayoutPersistenceImpl.findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
          Returns all the layouts where sourcePrototypeLayoutUuid = ?.
 List<Layout> LayoutPersistence.findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid, int start, int end)
          Returns a range of all the layouts where sourcePrototypeLayoutUuid = ?.
static List<Layout> LayoutUtil.findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid, int start, int end)
          Returns a range of all the layouts where sourcePrototypeLayoutUuid = ?.
 List<Layout> LayoutPersistenceImpl.findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid, int start, int end)
          Returns a range of all the layouts where sourcePrototypeLayoutUuid = ?.
 List<Layout> LayoutPersistence.findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.
static List<Layout> LayoutUtil.findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.
 List<Layout> LayoutPersistenceImpl.findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.
 List<Layout> LayoutPersistence.findByUuid_C(String uuid, long companyId)
          Returns all the layouts where uuid = ? and companyId = ?.
static List<Layout> LayoutUtil.findByUuid_C(String uuid, long companyId)
          Returns all the layouts where uuid = ? and companyId = ?.
 List<Layout> LayoutPersistenceImpl.findByUuid_C(String uuid, long companyId)
          Returns all the layouts where uuid = ? and companyId = ?.
 List<Layout> LayoutPersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the layouts where uuid = ? and companyId = ?.
static List<Layout> LayoutUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the layouts where uuid = ? and companyId = ?.
 List<Layout> LayoutPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the layouts where uuid = ? and companyId = ?.
 List<Layout> LayoutPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where uuid = ? and companyId = ?.
static List<Layout> LayoutUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where uuid = ? and companyId = ?.
 List<Layout> LayoutPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layouts where uuid = ? and companyId = ?.
 List<Layout> LayoutPersistence.findByUuid(String uuid)
          Returns all the layouts where uuid = ?.
static List<Layout> LayoutUtil.findByUuid(String uuid)
          Returns all the layouts where uuid = ?.
 List<Layout> LayoutPersistenceImpl.findByUuid(String uuid)
          Returns 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)
          Returns a range of all the layouts where uuid = ?.
 List<Layout> LayoutPersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered 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> LayoutPersistenceImpl.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
 void LayoutPersistence.cacheResult(Layout layout)
          Caches the layout in the entity cache if it is enabled.
static void LayoutUtil.cacheResult(Layout layout)
          Caches the layout in the entity cache if it is enabled.
 void LayoutPersistenceImpl.cacheResult(Layout layout)
          Caches the layout in the entity cache if it is enabled.
protected  void LayoutPersistenceImpl.cacheUniqueFindersCache(Layout layout)
           
static void LayoutUtil.clearCache(Layout layout)
           
 void LayoutPersistenceImpl.clearCache(Layout layout)
          Clears the cache for the layout.
protected  void LayoutPersistenceImpl.clearUniqueFindersCache(Layout layout)
           
protected  Layout LayoutPersistenceImpl.filterGetByG_P_P_PrevAndNext(Session session, Layout layout, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.filterGetByG_P_PrevAndNext(Session session, Layout layout, long groupId, boolean privateLayout, OrderByComparator orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.filterGetByG_P_T_PrevAndNext(Session session, Layout layout, long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, Layout layout, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.getByCompanyId_PrevAndNext(Session session, Layout layout, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.getByG_P_P_PrevAndNext(Session session, Layout layout, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.getByG_P_PrevAndNext(Session session, Layout layout, long groupId, boolean privateLayout, OrderByComparator orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.getByG_P_T_PrevAndNext(Session session, Layout layout, long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.getByGroupId_PrevAndNext(Session session, Layout layout, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.getByLayoutPrototypeUuid_PrevAndNext(Session session, Layout layout, String layoutPrototypeUuid, OrderByComparator orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.getBySourcePrototypeLayoutUuid_PrevAndNext(Session session, Layout layout, String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.getByUuid_C_PrevAndNext(Session session, Layout layout, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.getByUuid_PrevAndNext(Session session, Layout layout, String uuid, OrderByComparator orderByComparator, boolean previous)
           
protected  Layout LayoutPersistenceImpl.removeImpl(Layout layout)
           
protected  Layout LayoutPersistenceImpl.toUnwrappedModel(Layout layout)
           
static Layout LayoutUtil.update(Layout layout)
           
static Layout LayoutUtil.update(Layout layout, ServiceContext serviceContext)
           
 Layout LayoutPersistence.updateImpl(Layout layout)
           
static Layout LayoutUtil.updateImpl(Layout layout)
           
 Layout LayoutPersistenceImpl.updateImpl(Layout layout)
           
 

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

Uses of Layout in com.liferay.portal.servlet
 

Methods in com.liferay.portal.servlet with parameters of type Layout
protected  boolean FriendlyURLServlet.matches(Layout layout, String friendlyURL)
           
protected  Locale FriendlyURLServlet.setAlternativeLayoutFriendlyURL(javax.servlet.http.HttpServletRequest request, Layout layout, String friendlyURL)
           
 

Uses of Layout in com.liferay.portal.staging
 

Methods in com.liferay.portal.staging that return types with arguments of type Layout
 List<Layout> StagingImpl.getMissingParentLayouts(Layout layout, long liveGroupId)
           
static Map<Layout,Object> ProxiedLayoutsThreadLocal.getProxiedLayouts()
           
 

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

Uses of Layout in com.liferay.portal.struts
 

Methods in com.liferay.portal.struts with parameters of type Layout
protected  PortletPreferences PortletAction.getStrictPortletSetup(Layout layout, String portletId)
           
 

Uses of Layout in com.liferay.portal.theme
 

Methods in com.liferay.portal.theme that return Layout
 Layout NavItem.getLayout()
           
 Layout ThemeDisplay.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
 void ThemeDisplay.setLayout(Layout layout)
           
 

Method parameters in com.liferay.portal.theme with type arguments of type Layout
static List<NavItem> NavItem.fromLayouts(javax.servlet.http.HttpServletRequest request, List<Layout> layouts, Template template)
           
 void ThemeDisplay.setLayouts(List<Layout> layouts)
           
 void ThemeDisplay.setUnfilteredLayouts(List<Layout> unfilteredLayouts)
           
 

Constructors in com.liferay.portal.theme with parameters of type Layout
NavItem(javax.servlet.http.HttpServletRequest request, Layout layout, Template template)
           
 

Uses of Layout in com.liferay.portal.util
 

Methods in com.liferay.portal.util that return Layout
 Layout Portal.getJournalArticleLayout(long groupId, boolean privateLayout, String friendlyURL)
           
static Layout PortalUtil.getJournalArticleLayout(long groupId, boolean privateLayout, String friendlyURL)
           
 Layout PortalImpl.getJournalArticleLayout(long groupId, boolean privateLayout, String friendlyURL)
           
 

Methods in com.liferay.portal.util with parameters of type Layout
protected  void PortalImpl.addDefaultResource(long companyId, Layout layout, Portlet portlet, boolean portletActions)
           
protected  void PortalImpl.addDefaultResource(long companyId, long groupId, Layout layout, Portlet portlet, boolean portletActions)
           
 void Portal.addPortletDefaultResource(long companyId, Layout layout, Portlet portlet)
           
static void PortalUtil.addPortletDefaultResource(long companyId, Layout layout, Portlet portlet)
           
 void PortalImpl.addPortletDefaultResource(long companyId, Layout layout, Portlet portlet)
           
 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 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 PortalImpl.addPreservedParameters(ThemeDisplay themeDisplay, Layout layout, String url, boolean doAsUser)
           
 LayoutTypePortlet LayoutTypePortletFactory.create(Layout layout)
           
static LayoutTypePortlet LayoutTypePortletFactoryUtil.create(Layout layout)
           
 LayoutTypePortlet LayoutTypePortletFactoryImpl.create(Layout layout)
           
 String Portal.getAlternateURL(String canonicalURL, ThemeDisplay themeDisplay, Locale locale, Layout layout)
          Returns the alternate URL of the page, to distinguish it from its canonical URL.
static String PortalUtil.getAlternateURL(String canonicalURL, ThemeDisplay themeDisplay, Locale locale, Layout layout)
           
 String PortalImpl.getAlternateURL(String canonicalURL, ThemeDisplay themeDisplay, Locale locale, 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.getCanonicalURL(String completeURL, ThemeDisplay themeDisplay, Layout layout)
           
 String PortalImpl.getCanonicalURL(String completeURL, ThemeDisplay themeDisplay, Layout layout)
           
 String Portal.getCanonicalURL(String completeURL, ThemeDisplay themeDisplay, Layout layout, boolean forceLayoutFriendlyURL)
          Returns the canonical URL of the page, to distinguish it among its translations.
static String PortalUtil.getCanonicalURL(String completeURL, ThemeDisplay themeDisplay, Layout layout, boolean forceLayoutFriendlyURL)
           
 String PortalImpl.getCanonicalURL(String completeURL, ThemeDisplay themeDisplay, Layout layout, boolean forceLayoutFriendlyURL)
           
static LayoutSettings LayoutSettings.getInstance(Layout layout)
           
 String Portal.getLayoutActualURL(Layout layout)
           
static String PortalUtil.getLayoutActualURL(Layout layout)
           
 String PortalImpl.getLayoutActualURL(Layout layout)
           
 String Portal.getLayoutActualURL(Layout layout, String mainPath)
           
static String PortalUtil.getLayoutActualURL(Layout layout, String mainPath)
           
 String PortalImpl.getLayoutActualURL(Layout layout, String mainPath)
           
 String Portal.getLayoutEditPage(Layout layout)
           
static String PortalUtil.getLayoutEditPage(Layout layout)
           
 String PortalImpl.getLayoutEditPage(Layout layout)
           
 String Portal.getLayoutFriendlyURL(Layout layout, ThemeDisplay themeDisplay)
           
static String PortalUtil.getLayoutFriendlyURL(Layout layout, ThemeDisplay themeDisplay)
           
 String PortalImpl.getLayoutFriendlyURL(Layout layout, ThemeDisplay themeDisplay)
           
 String Portal.getLayoutFriendlyURL(Layout layout, ThemeDisplay themeDisplay, Locale locale)
           
static String PortalUtil.getLayoutFriendlyURL(Layout layout, ThemeDisplay themeDisplay, Locale locale)
           
 String PortalImpl.getLayoutFriendlyURL(Layout layout, ThemeDisplay themeDisplay, Locale locale)
           
 String Portal.getLayoutFullURL(Layout layout, ThemeDisplay themeDisplay)
           
static String PortalUtil.getLayoutFullURL(Layout layout, ThemeDisplay themeDisplay)
           
 String PortalImpl.getLayoutFullURL(Layout layout, ThemeDisplay themeDisplay)
           
 String Portal.getLayoutFullURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser)
           
static String PortalUtil.getLayoutFullURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser)
           
 String PortalImpl.getLayoutFullURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser)
           
 String Portal.getLayoutTarget(Layout layout)
           
static String PortalUtil.getLayoutTarget(Layout layout)
           
 String PortalImpl.getLayoutTarget(Layout layout)
           
 String Portal.getLayoutURL(Layout layout, ThemeDisplay themeDisplay)
           
static String PortalUtil.getLayoutURL(Layout layout, ThemeDisplay themeDisplay)
           
 String PortalImpl.getLayoutURL(Layout layout, ThemeDisplay themeDisplay)
           
 String Portal.getLayoutURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser)
           
static String PortalUtil.getLayoutURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser)
           
 String PortalImpl.getLayoutURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser)
           
 String Portal.getLayoutURL(Layout layout, ThemeDisplay themeDisplay, Locale locale)
           
static String PortalUtil.getLayoutURL(Layout layout, ThemeDisplay themeDisplay, Locale locale)
           
 String PortalImpl.getLayoutURL(Layout layout, ThemeDisplay themeDisplay, Locale locale)
           
 String Portal.getLayoutViewPage(Layout layout)
           
static String PortalUtil.getLayoutViewPage(Layout layout)
           
 String PortalImpl.getLayoutViewPage(Layout layout)
           
 String Portal.getLocalizedFriendlyURL(javax.servlet.http.HttpServletRequest request, Layout layout, Locale locale, Locale originalLocale)
           
static String PortalUtil.getLocalizedFriendlyURL(javax.servlet.http.HttpServletRequest request, Layout layout, Locale locale, Locale originalLocale)
           
 String PortalImpl.getLocalizedFriendlyURL(javax.servlet.http.HttpServletRequest request, Layout layout, Locale locale, Locale originalLocale)
           
 String Portal.getPortalURL(Layout layout, ThemeDisplay themeDisplay)
           
static String PortalUtil.getPortalURL(Layout layout, ThemeDisplay themeDisplay)
           
 String PortalImpl.getPortalURL(Layout layout, ThemeDisplay themeDisplay)
           
static PortletCategory PortletCategoryUtil.getRelevantPortletCategory(PermissionChecker permissionChecker, long companyId, Layout layout, PortletCategory portletCategory, LayoutTypePortlet layoutTypePortlet)
           
protected static PortletCategory PortletCategoryUtil.getRelevantPortletCategory(PermissionChecker permissionChecker, long companyId, Layout layout, PortletCategory portletCategory, Set<String> panelSelectedPortletIds, LayoutTypePortlet layoutTypePortlet)
           
 long Portal.getScopeGroupId(Layout layout)
           
static long PortalUtil.getScopeGroupId(Layout layout)
           
 long PortalImpl.getScopeGroupId(Layout layout)
           
 long Portal.getScopeGroupId(Layout layout, String portletId)
           
static long PortalUtil.getScopeGroupId(Layout layout, String portletId)
           
 long PortalImpl.getScopeGroupId(Layout layout, String portletId)
           
protected  boolean LayoutSettings.hasViewPermission(Layout layout)
           
 boolean Portal.isLayoutDescendant(Layout layout, long layoutId)
           
static boolean PortalUtil.isLayoutDescendant(Layout layout, long layoutId)
           
 boolean PortalImpl.isLayoutDescendant(Layout layout, long layoutId)
           
 boolean Portal.isLayoutFirstPageable(Layout layout)
           
static boolean PortalUtil.isLayoutFirstPageable(Layout layout)
           
 boolean PortalImpl.isLayoutFirstPageable(Layout layout)
           
 boolean Portal.isLayoutFriendliable(Layout layout)
           
static boolean PortalUtil.isLayoutFriendliable(Layout layout)
           
 boolean PortalImpl.isLayoutFriendliable(Layout layout)
           
 boolean Portal.isLayoutParentable(Layout layout)
           
static boolean PortalUtil.isLayoutParentable(Layout layout)
           
 boolean PortalImpl.isLayoutParentable(Layout layout)
           
 boolean Portal.isLayoutSitemapable(Layout layout)
           
static boolean PortalUtil.isLayoutSitemapable(Layout layout)
           
 boolean PortalImpl.isLayoutSitemapable(Layout layout)
           
 PortletMode Portal.updatePortletMode(String portletId, User user, Layout layout, PortletMode portletMode, javax.servlet.http.HttpServletRequest request)
           
static PortletMode PortalUtil.updatePortletMode(String portletId, User user, Layout layout, PortletMode portletMode, javax.servlet.http.HttpServletRequest request)
           
 PortletMode PortalImpl.updatePortletMode(String portletId, User user, Layout layout, PortletMode portletMode, javax.servlet.http.HttpServletRequest request)
           
 WindowState Portal.updateWindowState(String portletId, User user, Layout layout, WindowState windowState, javax.servlet.http.HttpServletRequest request)
           
static WindowState PortalUtil.updateWindowState(String portletId, User user, Layout layout, WindowState windowState, javax.servlet.http.HttpServletRequest request)
           
 WindowState PortalImpl.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 that return Layout
 Layout StateAwareResponseImpl.getLayout()
           
 Layout PortletURLImpl.getLayout()
           
 

Methods in com.liferay.portlet with parameters of type Layout
static ActionResponseImpl ActionResponseFactory.create(ActionRequestImpl actionRequestImpl, javax.servlet.http.HttpServletResponse response, String portletName, User user, Layout layout, WindowState windowState, PortletMode portletMode)
           
static EventResponseImpl EventResponseFactory.create(EventRequestImpl eventRequestImpl, javax.servlet.http.HttpServletResponse response, String portletName, User user, Layout layout)
           
static PortletPreferences PortletPreferencesFactoryUtil.getLayoutPortletSetup(Layout layout, String portletId)
           
 PortletPreferences PortletPreferencesFactory.getLayoutPortletSetup(Layout layout, String portletId)
           
 PortletPreferences PortletPreferencesFactoryImpl.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)
           
 PortletPreferencesIds PortletPreferencesFactoryImpl.getPortletPreferencesIds(javax.servlet.http.HttpServletRequest request, Layout layout, 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)
           
 PortletPreferencesIds PortletPreferencesFactoryImpl.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)
           
 PortletPreferences PortletPreferencesFactoryImpl.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)
           
 PortletPreferences PortletPreferencesFactoryImpl.getPortletSetup(long scopeGroupId, Layout layout, String portletId, String defaultPreferences)
           
protected  PortletPreferences PortletPreferencesFactoryImpl.getPortletSetup(long scopeGroupId, Layout layout, String portletId, String defaultPreferences, boolean strictMode)
           
protected  long PortletContainerImpl.getScopeGroupId(javax.servlet.http.HttpServletRequest request, Layout layout, String portletId)
           
static PortletPreferences PortletPreferencesFactoryUtil.getStrictLayoutPortletSetup(Layout layout, String portletId)
           
 PortletPreferences PortletPreferencesFactory.getStrictLayoutPortletSetup(Layout layout, String portletId)
           
 PortletPreferences PortletPreferencesFactoryImpl.getStrictLayoutPortletSetup(Layout layout, String portletId)
           
static PortletPreferences PortletPreferencesFactoryUtil.getStrictPortletSetup(Layout layout, String portletId)
           
 PortletPreferences PortletPreferencesFactory.getStrictPortletSetup(Layout layout, String portletId)
           
 PortletPreferences PortletPreferencesFactoryImpl.getStrictPortletSetup(Layout layout, String portletId)
           
protected  void EventResponseImpl.init(PortletRequestImpl portletRequestImpl, javax.servlet.http.HttpServletResponse response, String portletName, User user, Layout layout)
           
protected  void StateAwareResponseImpl.init(PortletRequestImpl portletRequestImpl, javax.servlet.http.HttpServletResponse response, String portletName, User user, Layout layout, WindowState windowState, PortletMode portletMode)
           
 List<Event> RestrictPortletContainerWrapper.processEvent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Portlet portlet, Layout layout, Event event)
           
 List<Event> SecurityPortletContainerWrapper.processEvent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Portlet portlet, Layout layout, Event event)
           
 List<Event> PortletContainerImpl.processEvent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Portlet portlet, Layout layout, Event event)
           
protected  void PortletContainerImpl.processPublicRenderParameters(javax.servlet.http.HttpServletRequest request, Layout layout, Portlet portlet)
           
 

Uses of Layout in com.liferay.portlet.announcements.service.permission
 

Methods in com.liferay.portlet.announcements.service.permission with parameters of type Layout
static void AnnouncementsEntryPermission.check(PermissionChecker permissionChecker, Layout layout, String name, String actionId)
           
static boolean AnnouncementsEntryPermission.contains(PermissionChecker permissionChecker, Layout layout, String name, String actionId)
           
 

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)
           
 

Uses of Layout in com.liferay.portlet.asset.util
 

Methods in com.liferay.portlet.asset.util with parameters of type Layout
static String AssetUtil.getDefaultAssetPublisherId(Layout layout)
           
static boolean AssetUtil.isDefaultAssetPublisher(Layout layout, String portletId, String portletResource)
           
 

Uses of Layout in com.liferay.portlet.assetpublisher.util
 

Methods in com.liferay.portlet.assetpublisher.util with parameters of type Layout
static List<AssetEntry> AssetPublisherUtil.getAssetEntries(PortletPreferences portletPreferences, Layout layout, long scopeGroupId, int max, boolean checkPermission)
           
 List<AssetEntry> AssetPublisher.getAssetEntries(PortletPreferences portletPreferences, Layout layout, long scopeGroupId, int max, boolean checkPermission)
           
 List<AssetEntry> AssetPublisherImpl.getAssetEntries(PortletPreferences portletPreferences, Layout layout, long scopeGroupId, int max, boolean checkPermission)
           
static long[] AssetPublisherUtil.getGroupIds(PortletPreferences portletPreferences, long scopeGroupId, Layout layout)
           
 long[] AssetPublisher.getGroupIds(PortletPreferences portletPreferences, long scopeGroupId, Layout layout)
           
 long[] AssetPublisherImpl.getGroupIds(PortletPreferences portletPreferences, long scopeGroupId, Layout layout)
           
static boolean AssetPublisherUtil.isScopeIdSelectable(PermissionChecker permissionChecker, String scopeId, long companyGroupId, Layout layout)
           
 boolean AssetPublisher.isScopeIdSelectable(PermissionChecker permissionChecker, String scopeId, long companyGroupId, Layout layout)
           
 boolean AssetPublisherImpl.isScopeIdSelectable(PermissionChecker permissionChecker, String scopeId, long companyGroupId, Layout layout)
           
 

Uses of Layout in com.liferay.portlet.journal.action
 

Methods in com.liferay.portlet.journal.action with parameters of type Layout
protected  String RSSAction.exportToRSS(ResourceRequest resourceRequest, ResourceResponse resourceResponse, JournalFeed feed, String languageId, Layout layout, ThemeDisplay themeDisplay)
           
protected  String RSSAction.getEntryURL(ResourceRequest resourceRequest, JournalFeed feed, JournalArticle article, Layout layout, ThemeDisplay themeDisplay)
           
 

Uses of Layout in com.liferay.portlet.language.action
 

Methods in com.liferay.portlet.language.action with parameters of type Layout
protected  boolean ViewAction.isGroupFriendlyURL(Group group, Layout layout, String layoutURL, Locale locale)
           
 

Uses of Layout in com.liferay.portlet.layoutsadmin.action
 

Methods in com.liferay.portlet.layoutsadmin.action with parameters of type Layout
protected  void EditLayoutsAction.checkPermission(PermissionChecker permissionChecker, Group group, Layout layout, long selPlid)
           
protected  String EditLayoutsAction.getDefaultThemeSetting(Layout layout, String key, String device, boolean inheritLookAndFeel)
           
protected  void EditLayoutsAction.inheritMobileRuleGroups(Layout layout, ServiceContext serviceContext)
           
protected  String EditLayoutsAction.updateCloseRedirect(ThemeDisplay themeDisplay, String closeRedirect, Group group, Layout layout, String oldLayoutFriendlyURL)
           
 

Uses of Layout in com.liferay.portlet.layoutsadmin.lar
 

Methods in com.liferay.portlet.layoutsadmin.lar with parameters of type Layout
protected  void LayoutStagedModelDataHandler.deleteMissingLayoutFriendlyURLs(PortletDataContext portletDataContext, Layout layout)
           
protected  void LayoutStagedModelDataHandler.doExportStagedModel(PortletDataContext portletDataContext, Layout layout)
           
protected  void LayoutStagedModelDataHandler.doImportStagedModel(PortletDataContext portletDataContext, Layout layout)
           
protected  void LayoutStagedModelDataHandler.exportJournalArticle(PortletDataContext portletDataContext, Layout layout)
           
protected  void LayoutStagedModelDataHandler.exportLayoutIconImage(PortletDataContext portletDataContext, Layout layout, Element layoutElement)
           
protected  void LayoutStagedModelDataHandler.exportLinkedLayout(PortletDataContext portletDataContext, Layout layout, Element layoutElement)
           
protected  void LayoutStagedModelDataHandler.exportTheme(PortletDataContext portletDataContext, Layout layout)
           
protected  Object[] LayoutStagedModelDataHandler.extractFriendlyURLInfo(Layout layout)
           
protected  void LayoutStagedModelDataHandler.fixExportTypeSettings(Layout layout)
           
protected  void LayoutStagedModelDataHandler.fixImportTypeSettings(Layout layout)
           
 String LayoutStagedModelDataHandler.getDisplayName(Layout layout)
           
protected  String LayoutStagedModelDataHandler.getUniqueFriendlyURL(PortletDataContext portletDataContext, Layout existingLayout, String friendlyURL)
           
protected  void LayoutStagedModelDataHandler.importJournalArticle(PortletDataContext portletDataContext, Layout layout)
           
protected  void LayoutStagedModelDataHandler.importLayoutFriendlyURLs(PortletDataContext portletDataContext, Layout layout, Layout importedLayout)
           
protected  void LayoutStagedModelDataHandler.importLayoutIconImage(PortletDataContext portletDataContext, Layout importedLayout, Element layoutElement)
           
protected  void LayoutStagedModelDataHandler.importLinkedLayout(PortletDataContext portletDataContext, Layout layout, Layout importedLayout, Element layoutElement, Map<Long,Layout> newLayoutsMap)
           
protected  void LayoutStagedModelDataHandler.importTheme(PortletDataContext portletDataContext, Layout layout, Layout importedLayout)
           
protected  void LayoutStagedModelDataHandler.initNewLayoutPermissions(long companyId, long groupId, long userId, Layout layout, Layout importedLayout, boolean privateLayout)
           
protected  void LayoutStagedModelDataHandler.mergePortlets(Layout layout, String newTypeSettings, String portletsMergeMode)
           
protected  void LayoutStagedModelDataHandler.populateElementLayoutMetadata(Element layoutElement, Layout layout)
           
protected  void LayoutStagedModelDataHandler.updateTypeSettings(PortletDataContext portletDataContext, Layout importedLayout, Layout layout)
           
 

Method parameters in com.liferay.portlet.layoutsadmin.lar with type arguments of type Layout
protected  void LayoutStagedModelDataHandler.importLinkedLayout(PortletDataContext portletDataContext, Layout layout, Layout importedLayout, Element layoutElement, Map<Long,Layout> newLayoutsMap)
           
 

Uses of Layout in com.liferay.portlet.layoutsadmin.util
 

Methods in com.liferay.portlet.layoutsadmin.util with parameters of type Layout
protected  Map<Locale,String> SitemapImpl.getAlternateURLs(String canonicalURL, ThemeDisplay themeDisplay, Layout layout)
           
protected  void SitemapImpl.visitArticles(Element element, Layout layout, ThemeDisplay themeDisplay)
           
protected  void SitemapImpl.visitLayout(Element element, Layout layout, ThemeDisplay themeDisplay)
           
 

Method parameters in com.liferay.portlet.layoutsadmin.util with type arguments of type Layout
protected  void SitemapImpl.visitLayouts(Element element, List<Layout> layouts, ThemeDisplay themeDisplay)
           
 

Uses of Layout in com.liferay.portlet.myplaces.action
 

Methods in com.liferay.portlet.myplaces.action that return types with arguments of type Layout
protected  List<Layout> ViewAction.getLayouts(long groupId, boolean privateLayout)
           
protected  List<Layout> ViewAction.getLayouts(long groupId, String privateLayoutParam)
           
 

Method parameters in com.liferay.portlet.myplaces.action with type arguments of type Layout
protected  String ViewAction.getRedirect(ThemeDisplay themeDisplay, List<Layout> layouts, long groupId, String privateLayoutParam)
           
 

Uses of Layout in com.liferay.portlet.nestedportlets.action
 

Methods in com.liferay.portlet.nestedportlets.action with parameters of type Layout
protected  void ViewAction.checkLayout(Layout layout, Collection<String> columnIds)
           
 

Uses of Layout in com.liferay.portlet.sites.action
 

Methods in com.liferay.portlet.sites.action with parameters of type Layout
static void ActionUtil.copyPreferences(javax.servlet.http.HttpServletRequest request, Layout targetLayout, Layout sourceLayout)
           
static void ActionUtil.copyPreferences(PortletRequest portletRequest, Layout targetLayout, Layout sourceLayout)
           
static void ActionUtil.removePortletIds(javax.servlet.http.HttpServletRequest request, Layout layout)
           
static void ActionUtil.removePortletIds(PortletRequest portletRequest, Layout layout)
           
 

Uses of Layout in com.liferay.portlet.sites.util
 

Methods in com.liferay.portlet.sites.util that return Layout
 Layout Sites.getLayoutSetPrototypeLayout(Layout layout)
           
static Layout SitesUtil.getLayoutSetPrototypeLayout(Layout layout)
           
 Layout SitesImpl.getLayoutSetPrototypeLayout(Layout layout)
           
 

Methods in com.liferay.portlet.sites.util that return types with arguments of type Layout
 List<Layout> Sites.getMergeFailFriendlyURLLayouts(LayoutSet layoutSet)
           
static List<Layout> SitesUtil.getMergeFailFriendlyURLLayouts(LayoutSet layoutSet)
           
 List<Layout> SitesImpl.getMergeFailFriendlyURLLayouts(LayoutSet layoutSet)
           
 

Methods in com.liferay.portlet.sites.util with parameters of type Layout
 void Sites.addMergeFailFriendlyURLLayout(Layout layout)
           
static void SitesUtil.addMergeFailFriendlyURLLayout(Layout layout)
           
 void SitesImpl.addMergeFailFriendlyURLLayout(Layout layout)
           
 void Sites.applyLayoutPrototype(LayoutPrototype layoutPrototype, Layout targetLayout, boolean linkEnabled)
           
static void SitesUtil.applyLayoutPrototype(LayoutPrototype layoutPrototype, Layout targetLayout, boolean linkEnabled)
           
 void SitesImpl.applyLayoutPrototype(LayoutPrototype layoutPrototype, Layout targetLayout, boolean linkEnabled)
           
protected  void SitesImpl.checkResetPrototypePermissions(Group group, Layout layout)
          Checks the permissions necessary for resetting the layout or site.
 void Sites.copyLayout(long userId, Layout sourceLayout, Layout targetLayout, ServiceContext serviceContext)
           
static void SitesUtil.copyLayout(long userId, Layout sourceLayout, Layout targetLayout, ServiceContext serviceContext)
           
 void SitesImpl.copyLayout(long userId, Layout sourceLayout, Layout targetLayout, ServiceContext serviceContext)
           
 void Sites.copyLookAndFeel(Layout targetLayout, Layout sourceLayout)
           
static void SitesUtil.copyLookAndFeel(Layout targetLayout, Layout sourceLayout)
           
 void SitesImpl.copyLookAndFeel(Layout targetLayout, Layout sourceLayout)
           
 void Sites.copyPortletPermissions(Layout targetLayout, Layout sourceLayout)
           
static void SitesUtil.copyPortletPermissions(Layout targetLayout, Layout sourceLayout)
           
 void SitesImpl.copyPortletPermissions(Layout targetLayout, Layout sourceLayout)
           
 void Sites.copyPortletSetups(Layout sourceLayout, Layout targetLayout)
           
static void SitesUtil.copyPortletSetups(Layout sourceLayout, Layout targetLayout)
           
 void SitesImpl.copyPortletSetups(Layout sourceLayout, Layout targetLayout)
           
protected  void SitesImpl.doMergeLayoutPrototypeLayout(Group group, Layout layout)
           
protected  void SitesImpl.doResetPrototype(Layout layout)
          Resets the modified timestamp on the layout, and then calls SitesImpl.doResetPrototype(LayoutSet) to reset the modified timestamp on the layout's site.
 Layout Sites.getLayoutSetPrototypeLayout(Layout layout)
           
static Layout SitesUtil.getLayoutSetPrototypeLayout(Layout layout)
           
 Layout SitesImpl.getLayoutSetPrototypeLayout(Layout layout)
           
 boolean Sites.isLayoutDeleteable(Layout layout)
           
static boolean SitesUtil.isLayoutDeleteable(Layout layout)
           
 boolean SitesImpl.isLayoutDeleteable(Layout layout)
           
 boolean Sites.isLayoutModifiedSinceLastMerge(Layout layout)
           
static boolean SitesUtil.isLayoutModifiedSinceLastMerge(Layout layout)
           
 boolean SitesImpl.isLayoutModifiedSinceLastMerge(Layout layout)
           
 boolean Sites.isLayoutSortable(Layout layout)
           
static boolean SitesUtil.isLayoutSortable(Layout layout)
           
 boolean SitesImpl.isLayoutSortable(Layout layout)
           
 boolean Sites.isLayoutUpdateable(Layout layout)
           
static boolean SitesUtil.isLayoutUpdateable(Layout layout)
           
 boolean SitesImpl.isLayoutUpdateable(Layout layout)
           
 void Sites.mergeLayoutPrototypeLayout(Group group, Layout layout)
           
static void SitesUtil.mergeLayoutPrototypeLayout(Group group, Layout layout)
           
 void SitesImpl.mergeLayoutPrototypeLayout(Group group, Layout layout)
           
 void Sites.mergeLayoutProtypeLayout(Group group, Layout layout)
          Deprecated. As of 6.2.0, replaced by Sites.mergeLayoutPrototypeLayout(Group, Layout)
static void SitesUtil.mergeLayoutProtypeLayout(Group group, Layout layout)
          Deprecated. As of 6.2.0, replaced by SitesUtil.mergeLayoutPrototypeLayout(Group, Layout)
 void SitesImpl.mergeLayoutProtypeLayout(Group group, Layout layout)
          Deprecated. As of 6.2.0, replaced by SitesImpl.mergeLayoutPrototypeLayout(Group, Layout)
 void Sites.resetPrototype(Layout layout)
           
static void SitesUtil.resetPrototype(Layout layout)
           
 void SitesImpl.resetPrototype(Layout layout)
          Checks the permissions necessary for resetting the layout.
 void Sites.updateLayoutScopes(long userId, Layout sourceLayout, Layout targetLayout, PortletPreferences sourcePreferences, PortletPreferences targetPreferences, String sourcePortletId, String languageId)
           
static void SitesUtil.updateLayoutScopes(long userId, Layout sourceLayout, Layout targetLayout, PortletPreferences sourcePreferences, PortletPreferences targetPreferences, String sourcePortletId, String languageId)
           
 void SitesImpl.updateLayoutScopes(long userId, Layout sourceLayout, Layout targetLayout, PortletPreferences sourcePreferences, PortletPreferences targetPreferences, String sourcePortletId, String languageId)
           
 

Uses of Layout in com.liferay.taglib.theme
 

Methods in com.liferay.taglib.theme with parameters of type Layout
static void LayoutIconTag.doTag(Layout layout, javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
static void LayoutIconTag.doTag(String page, Layout layout, javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void LayoutIconTag.setLayout(Layout layout)
           
static void LayoutIconTag.setRequestAttributes(javax.servlet.http.HttpServletRequest request, Layout layout)
           
 

Uses of Layout in com.liferay.taglib.ui
 

Methods in com.liferay.taglib.ui with parameters of type Layout
protected  void BreadcrumbTag.buildLayoutBreadcrumb(Layout selLayout, String selLayoutParam, boolean selectedLayout, PortletURL portletURL, ThemeDisplay themeDisplay, StringBundler sb)
           
protected  String BreadcrumbTag.getBreadcrumbLayoutURL(Layout selLayout, String selLayoutParam, PortletURL portletURL, ThemeDisplay themeDisplay)
           
 void BreadcrumbTag.setSelLayout(Layout selLayout)
           
 

Uses of Layout in com.liferay.taglib.util
 

Methods in com.liferay.taglib.util with parameters of type Layout
 void DummyVelocityTaglib.layoutIcon(Layout layout)
           
 void VelocityTaglib.layoutIcon(Layout layout)
           
 void VelocityTaglibImpl.layoutIcon(Layout layout)
           
 


Liferay 6.2-ce-ga5