Liferay 6.1.2-ce-ga3

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

Packages that use LayoutSet
com.liferay.portal.events   
com.liferay.portal.kernel.staging   
com.liferay.portal.lar This package defines the portal archiving interfaces, classes, and exceptions. 
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.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.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.staging   
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.verify   
com.liferay.portlet.sites.util   
 

Uses of LayoutSet in com.liferay.portal.events
 

Methods in com.liferay.portal.events that return LayoutSet
protected  LayoutSet AddDefaultLayoutSetPrototypesAction.addLayoutSetPrototype(long companyId, long defaultUserId, String name, String description, List<LayoutSetPrototype> layoutSetPrototypes)
           
 

Methods in com.liferay.portal.events with parameters of type LayoutSet
protected  Layout AddDefaultLayoutPrototypesAction.addLayout(LayoutSet layoutSet, String name, String friendlyURL, String layouteTemplateId)
           
protected  Layout AddDefaultLayoutSetPrototypesAction.addLayout(LayoutSet layoutSet, String name, String friendlyURL, String layouteTemplateId)
           
 

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

Methods in com.liferay.portal.kernel.staging with parameters of type LayoutSet
 LayoutSetBranch LayoutStaging.getLayoutSetBranch(LayoutSet layoutSet)
           
static LayoutSetBranch LayoutStagingUtil.getLayoutSetBranch(LayoutSet layoutSet)
           
 LayoutSetStagingHandler LayoutStaging.getLayoutSetStagingHandler(LayoutSet layoutSet)
           
static LayoutSetStagingHandler LayoutStagingUtil.getLayoutSetStagingHandler(LayoutSet layoutSet)
           
 

Uses of LayoutSet in com.liferay.portal.lar
 

Methods in com.liferay.portal.lar with parameters of type LayoutSet
protected  void LayoutExporter.exportTheme(LayoutSet layoutSet, ZipWriter zipWriter)
           
protected  String LayoutImporter.importTheme(LayoutSet layoutSet, InputStream themeZip)
           
static void LayoutExporter.updateLastPublishDate(LayoutSet layoutSet, long lastPublishDate)
           
 

Uses of LayoutSet in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement LayoutSet
 class LayoutSetWrapper
           This class is a wrapper for LayoutSet.
 

Methods in com.liferay.portal.model that return LayoutSet
 LayoutSet LayoutSetStagingHandler.getLayoutSet()
           
 LayoutSet LayoutSetPrototype.getLayoutSet()
           
 LayoutSet LayoutWrapper.getLayoutSet()
           
 LayoutSet LayoutSetBranchWrapper.getLayoutSet()
           
 LayoutSet Layout.getLayoutSet()
           
 LayoutSet LayoutSetPrototypeWrapper.getLayoutSet()
           
 LayoutSet LayoutRevision.getLayoutSet()
           
 LayoutSet LayoutSetBranch.getLayoutSet()
           
 LayoutSet LayoutRevisionWrapper.getLayoutSet()
           
 LayoutSet GroupWrapper.getPrivateLayoutSet()
           
 LayoutSet Group.getPrivateLayoutSet()
           
 LayoutSet GroupWrapper.getPublicLayoutSet()
           
 LayoutSet Group.getPublicLayoutSet()
           
 LayoutSet LayoutSetWrapper.getWrappedLayoutSet()
          Deprecated. Renamed to LayoutSetWrapper.getWrappedModel()
 LayoutSet LayoutSetWrapper.getWrappedModel()
           
 LayoutSet LayoutSetModel.toEscapedModel()
           
 LayoutSet LayoutSetWrapper.toEscapedModel()
           
 LayoutSet LayoutSetModel.toUnescapedModel()
           
 LayoutSet LayoutSetWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type LayoutSet
 CacheModel<LayoutSet> LayoutSetModel.toCacheModel()
           
 CacheModel<LayoutSet> LayoutSetWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type LayoutSet
protected  void LayoutSetListener.clearCache(LayoutSet layoutSet)
           
 int LayoutSetModel.compareTo(LayoutSet layoutSet)
           
 int LayoutSetWrapper.compareTo(LayoutSet layoutSet)
           
 void LayoutSetListener.onAfterRemove(LayoutSet layoutSet)
           
 void LayoutSetListener.onAfterUpdate(LayoutSet layoutSet)
           
 void LayoutWrapper.setLayoutSet(LayoutSet layoutSet)
           
 void Layout.setLayoutSet(LayoutSet layoutSet)
           
static LayoutSetSoap LayoutSetSoap.toSoapModel(LayoutSet model)
           
static LayoutSetSoap[] LayoutSetSoap.toSoapModels(LayoutSet[] models)
           
static LayoutSetSoap[][] LayoutSetSoap.toSoapModels(LayoutSet[][] models)
           
 

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

Constructors in com.liferay.portal.model with parameters of type LayoutSet
LayoutSetStagingHandler(LayoutSet layoutSet)
           
LayoutSetWrapper(LayoutSet layoutSet)
           
 

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

Classes in com.liferay.portal.model.impl that implement LayoutSet
 class LayoutSetBaseImpl
          The extended model base implementation for the LayoutSet service.
 class LayoutSetImpl
           
 

Methods in com.liferay.portal.model.impl that return LayoutSet
 LayoutSet VirtualLayout.getLayoutSet()
           
 LayoutSet LayoutSetPrototypeImpl.getLayoutSet()
           
 LayoutSet LayoutSetBranchImpl.getLayoutSet()
           
 LayoutSet LayoutImpl.getLayoutSet()
           
 LayoutSet LayoutRevisionImpl.getLayoutSet()
           
 LayoutSet GroupImpl.getPrivateLayoutSet()
           
 LayoutSet GroupImpl.getPublicLayoutSet()
           
 LayoutSet LayoutSetCacheModel.toEntityModel()
           
 LayoutSet LayoutSetModelImpl.toEscapedModel()
           
static LayoutSet LayoutSetModelImpl.toModel(LayoutSetSoap soapModel)
          Converts the soap model instance into a normal model instance.
 LayoutSet LayoutSetModelImpl.toUnescapedModel()
           
 

Methods in com.liferay.portal.model.impl that return types with arguments of type LayoutSet
 CacheModel<LayoutSet> LayoutSetModelImpl.toCacheModel()
           
static List<LayoutSet> LayoutSetModelImpl.toModels(LayoutSetSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type LayoutSet
 int LayoutSetModelImpl.compareTo(LayoutSet layoutSet)
           
 void LayoutImpl.setLayoutSet(LayoutSet layoutSet)
           
 

Uses of LayoutSet in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return LayoutSet
 LayoutSet LayoutSetLocalServiceWrapper.addLayoutSet(LayoutSet layoutSet)
          Adds the layout set to the database.
 LayoutSet LayoutSetLocalService.addLayoutSet(LayoutSet layoutSet)
          Adds the layout set to the database.
static LayoutSet LayoutSetLocalServiceUtil.addLayoutSet(LayoutSet layoutSet)
          Adds the layout set to the database.
 LayoutSet LayoutSetLocalServiceWrapper.addLayoutSet(long groupId, boolean privateLayout)
           
 LayoutSet LayoutSetLocalService.addLayoutSet(long groupId, boolean privateLayout)
           
static LayoutSet LayoutSetLocalServiceUtil.addLayoutSet(long groupId, boolean privateLayout)
           
 LayoutSet LayoutSetLocalServiceWrapper.createLayoutSet(long layoutSetId)
          Creates a new layout set with the primary key.
 LayoutSet LayoutSetLocalService.createLayoutSet(long layoutSetId)
          Creates a new layout set with the primary key.
static LayoutSet LayoutSetLocalServiceUtil.createLayoutSet(long layoutSetId)
          Creates a new layout set with the primary key.
 LayoutSet LayoutSetLocalServiceWrapper.deleteLayoutSet(LayoutSet layoutSet)
          Deletes the layout set from the database.
 LayoutSet LayoutSetLocalService.deleteLayoutSet(LayoutSet layoutSet)
          Deletes the layout set from the database.
static LayoutSet LayoutSetLocalServiceUtil.deleteLayoutSet(LayoutSet layoutSet)
          Deletes the layout set from the database.
 LayoutSet LayoutSetLocalServiceWrapper.deleteLayoutSet(long layoutSetId)
          Deletes the layout set with the primary key from the database.
 LayoutSet LayoutSetLocalService.deleteLayoutSet(long layoutSetId)
          Deletes the layout set with the primary key from the database.
static LayoutSet LayoutSetLocalServiceUtil.deleteLayoutSet(long layoutSetId)
          Deletes the layout set with the primary key from the database.
 LayoutSet LayoutSetLocalServiceWrapper.fetchLayoutSet(long layoutSetId)
           
 LayoutSet LayoutSetLocalService.fetchLayoutSet(long layoutSetId)
           
static LayoutSet LayoutSetLocalServiceUtil.fetchLayoutSet(long layoutSetId)
           
 LayoutSet LayoutSetLocalServiceWrapper.fetchLayoutSet(String virtualHostname)
           
 LayoutSet LayoutSetLocalService.fetchLayoutSet(String virtualHostname)
           
static LayoutSet LayoutSetLocalServiceUtil.fetchLayoutSet(String virtualHostname)
           
 LayoutSet LayoutSetLocalServiceWrapper.getLayoutSet(long layoutSetId)
          Returns the layout set with the primary key.
 LayoutSet LayoutSetLocalService.getLayoutSet(long layoutSetId)
          Returns the layout set with the primary key.
static LayoutSet LayoutSetLocalServiceUtil.getLayoutSet(long layoutSetId)
          Returns the layout set with the primary key.
 LayoutSet LayoutSetLocalServiceWrapper.getLayoutSet(long groupId, boolean privateLayout)
           
 LayoutSet LayoutSetLocalService.getLayoutSet(long groupId, boolean privateLayout)
           
static LayoutSet LayoutSetLocalServiceUtil.getLayoutSet(long groupId, boolean privateLayout)
           
 LayoutSet LayoutSetLocalServiceWrapper.getLayoutSet(String virtualHostname)
           
 LayoutSet LayoutSetLocalService.getLayoutSet(String virtualHostname)
           
static LayoutSet LayoutSetLocalServiceUtil.getLayoutSet(String virtualHostname)
           
 LayoutSet LayoutSetLocalServiceWrapper.updateLayoutSet(LayoutSet layoutSet)
          Updates the layout set in the database or adds it if it does not yet exist.
 LayoutSet LayoutSetLocalService.updateLayoutSet(LayoutSet layoutSet)
          Updates the layout set in the database or adds it if it does not yet exist.
static LayoutSet LayoutSetLocalServiceUtil.updateLayoutSet(LayoutSet layoutSet)
          Updates the layout set in the database or adds it if it does not yet exist.
 LayoutSet LayoutSetLocalServiceWrapper.updateLayoutSet(LayoutSet layoutSet, boolean merge)
          Updates the layout set in the database or adds it if it does not yet exist.
 LayoutSet LayoutSetLocalService.updateLayoutSet(LayoutSet layoutSet, boolean merge)
          Updates the layout set in the database or adds it if it does not yet exist.
static LayoutSet LayoutSetLocalServiceUtil.updateLayoutSet(LayoutSet layoutSet, boolean merge)
          Updates the layout set in the database or adds it if it does not yet exist.
 LayoutSet LayoutSetLocalServiceWrapper.updateLogo(long groupId, boolean privateLayout, boolean logo, File file)
           
 LayoutSet LayoutSetLocalService.updateLogo(long groupId, boolean privateLayout, boolean logo, File file)
           
static LayoutSet LayoutSetLocalServiceUtil.updateLogo(long groupId, boolean privateLayout, boolean logo, File file)
           
 LayoutSet LayoutSetLocalServiceWrapper.updateLogo(long groupId, boolean privateLayout, boolean logo, InputStream is)
           
 LayoutSet LayoutSetLocalService.updateLogo(long groupId, boolean privateLayout, boolean logo, InputStream is)
           
static LayoutSet LayoutSetLocalServiceUtil.updateLogo(long groupId, boolean privateLayout, boolean logo, InputStream is)
           
 LayoutSet LayoutSetLocalServiceWrapper.updateLogo(long groupId, boolean privateLayout, boolean logo, InputStream is, boolean cleanUpStream)
           
 LayoutSet LayoutSetLocalService.updateLogo(long groupId, boolean privateLayout, boolean logo, InputStream is, boolean cleanUpStream)
           
static LayoutSet LayoutSetLocalServiceUtil.updateLogo(long groupId, boolean privateLayout, boolean logo, InputStream is, boolean cleanUpStream)
           
 LayoutSet LayoutSetService.updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
 LayoutSet LayoutSetLocalServiceWrapper.updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
 LayoutSet LayoutSetServiceWrapper.updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
static LayoutSet LayoutSetServiceUtil.updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
 LayoutSet LayoutSetLocalService.updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
static LayoutSet LayoutSetLocalServiceUtil.updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
 LayoutSet LayoutSetLocalServiceWrapper.updatePageCount(long groupId, boolean privateLayout)
           
 LayoutSet LayoutSetLocalService.updatePageCount(long groupId, boolean privateLayout)
           
static LayoutSet LayoutSetLocalServiceUtil.updatePageCount(long groupId, boolean privateLayout)
           
 LayoutSet LayoutSetService.updateSettings(long groupId, boolean privateLayout, String settings)
           
 LayoutSet LayoutSetLocalServiceWrapper.updateSettings(long groupId, boolean privateLayout, String settings)
           
 LayoutSet LayoutSetServiceWrapper.updateSettings(long groupId, boolean privateLayout, String settings)
           
static LayoutSet LayoutSetServiceUtil.updateSettings(long groupId, boolean privateLayout, String settings)
           
 LayoutSet LayoutSetLocalService.updateSettings(long groupId, boolean privateLayout, String settings)
           
static LayoutSet LayoutSetLocalServiceUtil.updateSettings(long groupId, boolean privateLayout, String settings)
           
 LayoutSet LayoutSetService.updateVirtualHost(long groupId, boolean privateLayout, String virtualHost)
           
 LayoutSet LayoutSetLocalServiceWrapper.updateVirtualHost(long groupId, boolean privateLayout, String virtualHostname)
           
 LayoutSet LayoutSetServiceWrapper.updateVirtualHost(long groupId, boolean privateLayout, String virtualHost)
           
static LayoutSet LayoutSetServiceUtil.updateVirtualHost(long groupId, boolean privateLayout, String virtualHost)
           
 LayoutSet LayoutSetLocalService.updateVirtualHost(long groupId, boolean privateLayout, String virtualHostname)
           
static LayoutSet LayoutSetLocalServiceUtil.updateVirtualHost(long groupId, boolean privateLayout, String virtualHostname)
           
 

Methods in com.liferay.portal.service that return types with arguments of type LayoutSet
 List<LayoutSet> LayoutSetLocalServiceWrapper.getLayoutSets(int start, int end)
          Returns a range of all the layout sets.
 List<LayoutSet> LayoutSetLocalService.getLayoutSets(int start, int end)
          Returns a range of all the layout sets.
static List<LayoutSet> LayoutSetLocalServiceUtil.getLayoutSets(int start, int end)
          Returns a range of all the layout sets.
 List<LayoutSet> LayoutSetLocalServiceWrapper.getLayoutSetsByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
           
 List<LayoutSet> LayoutSetLocalService.getLayoutSetsByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
           
static List<LayoutSet> LayoutSetLocalServiceUtil.getLayoutSetsByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
           
 

Methods in com.liferay.portal.service with parameters of type LayoutSet
 LayoutSet LayoutSetLocalServiceWrapper.addLayoutSet(LayoutSet layoutSet)
          Adds the layout set to the database.
 LayoutSet LayoutSetLocalService.addLayoutSet(LayoutSet layoutSet)
          Adds the layout set to the database.
static LayoutSet LayoutSetLocalServiceUtil.addLayoutSet(LayoutSet layoutSet)
          Adds the layout set to the database.
 LayoutSet LayoutSetLocalServiceWrapper.deleteLayoutSet(LayoutSet layoutSet)
          Deletes the layout set from the database.
 LayoutSet LayoutSetLocalService.deleteLayoutSet(LayoutSet layoutSet)
          Deletes the layout set from the database.
static LayoutSet LayoutSetLocalServiceUtil.deleteLayoutSet(LayoutSet layoutSet)
          Deletes the layout set from the database.
 LayoutSet LayoutSetLocalServiceWrapper.updateLayoutSet(LayoutSet layoutSet)
          Updates the layout set in the database or adds it if it does not yet exist.
 LayoutSet LayoutSetLocalService.updateLayoutSet(LayoutSet layoutSet)
          Updates the layout set in the database or adds it if it does not yet exist.
static LayoutSet LayoutSetLocalServiceUtil.updateLayoutSet(LayoutSet layoutSet)
          Updates the layout set in the database or adds it if it does not yet exist.
 LayoutSet LayoutSetLocalServiceWrapper.updateLayoutSet(LayoutSet layoutSet, boolean merge)
          Updates the layout set in the database or adds it if it does not yet exist.
 LayoutSet LayoutSetLocalService.updateLayoutSet(LayoutSet layoutSet, boolean merge)
          Updates the layout set in the database or adds it if it does not yet exist.
static LayoutSet LayoutSetLocalServiceUtil.updateLayoutSet(LayoutSet layoutSet, boolean merge)
          Updates the layout set in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service.base that return LayoutSet
 LayoutSet LayoutSetLocalServiceBaseImpl.addLayoutSet(LayoutSet layoutSet)
          Adds the layout set to the database.
 LayoutSet LayoutSetLocalServiceBaseImpl.createLayoutSet(long layoutSetId)
          Creates a new layout set with the primary key.
 LayoutSet LayoutSetLocalServiceBaseImpl.deleteLayoutSet(LayoutSet layoutSet)
          Deletes the layout set from the database.
 LayoutSet LayoutSetLocalServiceBaseImpl.deleteLayoutSet(long layoutSetId)
          Deletes the layout set with the primary key from the database.
 LayoutSet LayoutSetLocalServiceBaseImpl.fetchLayoutSet(long layoutSetId)
           
 LayoutSet LayoutSetLocalServiceBaseImpl.getLayoutSet(long layoutSetId)
          Returns the layout set with the primary key.
 LayoutSet LayoutSetLocalServiceBaseImpl.updateLayoutSet(LayoutSet layoutSet)
          Updates the layout set in the database or adds it if it does not yet exist.
 LayoutSet LayoutSetLocalServiceBaseImpl.updateLayoutSet(LayoutSet layoutSet, boolean merge)
          Updates the layout set 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 LayoutSet
 List<LayoutSet> LayoutSetLocalServiceBaseImpl.getLayoutSets(int start, int end)
          Returns a range of all the layout sets.
 

Methods in com.liferay.portal.service.base with parameters of type LayoutSet
 LayoutSet LayoutSetLocalServiceBaseImpl.addLayoutSet(LayoutSet layoutSet)
          Adds the layout set to the database.
 LayoutSet LayoutSetLocalServiceBaseImpl.deleteLayoutSet(LayoutSet layoutSet)
          Deletes the layout set from the database.
 LayoutSet LayoutSetLocalServiceBaseImpl.updateLayoutSet(LayoutSet layoutSet)
          Updates the layout set in the database or adds it if it does not yet exist.
 LayoutSet LayoutSetLocalServiceBaseImpl.updateLayoutSet(LayoutSet layoutSet, boolean merge)
          Updates the layout set in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service.http that return LayoutSet
static LayoutSet LayoutSetServiceHttp.updateLookAndFeel(HttpPrincipal httpPrincipal, long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
static LayoutSet LayoutSetServiceHttp.updateSettings(HttpPrincipal httpPrincipal, long groupId, boolean privateLayout, String settings)
           
static LayoutSet LayoutSetServiceHttp.updateVirtualHost(HttpPrincipal httpPrincipal, long groupId, boolean privateLayout, String virtualHost)
           
 

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

Methods in com.liferay.portal.service.impl that return LayoutSet
 LayoutSet LayoutSetLocalServiceImpl.addLayoutSet(long groupId, boolean privateLayout)
           
 LayoutSet LayoutSetLocalServiceImpl.fetchLayoutSet(String virtualHostname)
           
 LayoutSet LayoutSetLocalServiceImpl.getLayoutSet(long groupId, boolean privateLayout)
           
 LayoutSet LayoutSetLocalServiceImpl.getLayoutSet(String virtualHostname)
           
protected  LayoutSet LayoutSetLocalServiceStagingAdvice.unwrapLayoutSet(LayoutSet layoutSet)
           
 LayoutSet LayoutSetLocalServiceStagingAdvice.updateLogo(LayoutSetLocalService layoutSetLocalService, long groupId, boolean privateLayout, boolean logo, InputStream is, boolean cleanUpStream)
           
 LayoutSet LayoutSetLocalServiceImpl.updateLogo(long groupId, boolean privateLayout, boolean logo, File file)
           
 LayoutSet LayoutSetLocalServiceImpl.updateLogo(long groupId, boolean privateLayout, boolean logo, InputStream is)
           
 LayoutSet LayoutSetLocalServiceImpl.updateLogo(long groupId, boolean privateLayout, boolean logo, InputStream is, boolean cleanUpStream)
           
 LayoutSet LayoutSetLocalServiceStagingAdvice.updateLookAndFeel(LayoutSetLocalService target, long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
 LayoutSet LayoutSetServiceImpl.updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
 LayoutSet LayoutSetLocalServiceImpl.updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
 LayoutSet LayoutSetLocalServiceImpl.updatePageCount(long groupId, boolean privateLayout)
           
 LayoutSet LayoutSetLocalServiceStagingAdvice.updateSettings(LayoutSetLocalService target, long groupId, boolean privateLayout, String settings)
           
 LayoutSet LayoutSetServiceImpl.updateSettings(long groupId, boolean privateLayout, String settings)
           
 LayoutSet LayoutSetLocalServiceImpl.updateSettings(long groupId, boolean privateLayout, String settings)
           
 LayoutSet LayoutSetServiceImpl.updateVirtualHost(long groupId, boolean privateLayout, String virtualHost)
           
 LayoutSet LayoutSetLocalServiceImpl.updateVirtualHost(long groupId, boolean privateLayout, String virtualHostname)
           
protected  LayoutSet LayoutSetLocalServiceStagingAdvice.wrapLayoutSet(LayoutSet layoutSet)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type LayoutSet
 List<LayoutSet> LayoutSetLocalServiceImpl.getLayoutSetsByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
           
protected  List<LayoutSet> LayoutSetLocalServiceStagingAdvice.wrapLayoutSets(List<LayoutSet> layoutSets)
           
 

Methods in com.liferay.portal.service.impl with parameters of type LayoutSet
protected  List<Layout> LayoutLocalServiceVirtualLayoutsAdvice.addUserGroupLayouts(Group group, LayoutSet layoutSet, List<Layout> layouts, long parentLayoutId)
           
protected  void LayoutLocalServiceVirtualLayoutsAdvice.mergeLayoutSetPrototypeLayouts(String methodName, Object[] arguments, Class<?>[] parameterTypes, Group group, LayoutSet layoutSet, boolean privateLayout, boolean workflowEnabled)
           
 void LayoutSetPrototypeLayoutSetListener.onAfterCreate(LayoutSet layoutSet)
           
 void LayoutSetPrototypeLayoutSetListener.onAfterRemove(LayoutSet layoutSet)
           
 void LayoutSetPrototypeLayoutSetListener.onAfterUpdate(LayoutSet layoutSet)
           
protected  LayoutSet LayoutSetLocalServiceStagingAdvice.unwrapLayoutSet(LayoutSet layoutSet)
           
protected  void LayoutSetPrototypeLayoutSetListener.updateLayoutSetPrototype(LayoutSet layoutSet, Date modifiedDate)
           
protected  LayoutSet LayoutSetLocalServiceStagingAdvice.wrapLayoutSet(LayoutSet layoutSet)
           
 

Method parameters in com.liferay.portal.service.impl with type arguments of type LayoutSet
protected  List<LayoutSet> LayoutSetLocalServiceStagingAdvice.wrapLayoutSets(List<LayoutSet> layoutSets)
           
 

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

Methods in com.liferay.portal.service.persistence that return LayoutSet
 LayoutSet LayoutSetPersistence.create(long layoutSetId)
          Creates a new layout set with the primary key.
static LayoutSet LayoutSetUtil.create(long layoutSetId)
          Creates a new layout set with the primary key.
 LayoutSet LayoutSetPersistenceImpl.create(long layoutSetId)
          Creates a new layout set with the primary key.
 LayoutSet LayoutSetPersistence.fetchByG_P(long groupId, boolean privateLayout)
          Returns the layout set where groupId = ? and privateLayout = ? or returns null if it could not be found.
static LayoutSet LayoutSetUtil.fetchByG_P(long groupId, boolean privateLayout)
          Returns the layout set where groupId = ? and privateLayout = ? or returns null if it could not be found.
 LayoutSet LayoutSetPersistenceImpl.fetchByG_P(long groupId, boolean privateLayout)
          Returns the layout set where groupId = ? and privateLayout = ? or returns null if it could not be found.
 LayoutSet LayoutSetPersistence.fetchByG_P(long groupId, boolean privateLayout, boolean retrieveFromCache)
          Returns the layout set where groupId = ? and privateLayout = ? or returns null if it could not be found, optionally using the finder cache.
static LayoutSet LayoutSetUtil.fetchByG_P(long groupId, boolean privateLayout, boolean retrieveFromCache)
          Returns the layout set where groupId = ? and privateLayout = ? or returns null if it could not be found, optionally using the finder cache.
 LayoutSet LayoutSetPersistenceImpl.fetchByG_P(long groupId, boolean privateLayout, boolean retrieveFromCache)
          Returns the layout set where groupId = ? and privateLayout = ? or returns null if it could not be found, optionally using the finder cache.
 LayoutSet LayoutSetPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
static LayoutSet LayoutSetUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
static LayoutSet LayoutSetUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistence.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
static LayoutSet LayoutSetUtil.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistenceImpl.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistence.fetchByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
static LayoutSet LayoutSetUtil.fetchByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistenceImpl.fetchByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistence.fetchByPrimaryKey(long layoutSetId)
          Returns the layout set with the primary key or returns null if it could not be found.
static LayoutSet LayoutSetUtil.fetchByPrimaryKey(long layoutSetId)
          Returns the layout set with the primary key or returns null if it could not be found.
 LayoutSet LayoutSetPersistenceImpl.fetchByPrimaryKey(long layoutSetId)
          Returns the layout set with the primary key or returns null if it could not be found.
 LayoutSet LayoutSetPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the layout set with the primary key or returns null if it could not be found.
 LayoutSet LayoutSetPersistence.findByG_P(long groupId, boolean privateLayout)
          Returns the layout set where groupId = ? and privateLayout = ? or throws a NoSuchLayoutSetException if it could not be found.
static LayoutSet LayoutSetUtil.findByG_P(long groupId, boolean privateLayout)
          Returns the layout set where groupId = ? and privateLayout = ? or throws a NoSuchLayoutSetException if it could not be found.
 LayoutSet LayoutSetPersistenceImpl.findByG_P(long groupId, boolean privateLayout)
          Returns the layout set where groupId = ? and privateLayout = ? or throws a NoSuchLayoutSetException if it could not be found.
 LayoutSet LayoutSetPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
static LayoutSet LayoutSetUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
static LayoutSet LayoutSetUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
 LayoutSet[] LayoutSetPersistence.findByGroupId_PrevAndNext(long layoutSetId, long groupId, OrderByComparator orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where groupId = ?.
static LayoutSet[] LayoutSetUtil.findByGroupId_PrevAndNext(long layoutSetId, long groupId, OrderByComparator orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where groupId = ?.
 LayoutSet[] LayoutSetPersistenceImpl.findByGroupId_PrevAndNext(long layoutSetId, long groupId, OrderByComparator orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistence.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
static LayoutSet LayoutSetUtil.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistenceImpl.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistence.findByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
static LayoutSet LayoutSetUtil.findByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistenceImpl.findByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet[] LayoutSetPersistence.findByLayoutSetPrototypeUuid_PrevAndNext(long layoutSetId, String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?.
static LayoutSet[] LayoutSetUtil.findByLayoutSetPrototypeUuid_PrevAndNext(long layoutSetId, String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet[] LayoutSetPersistenceImpl.findByLayoutSetPrototypeUuid_PrevAndNext(long layoutSetId, String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistence.findByPrimaryKey(long layoutSetId)
          Returns the layout set with the primary key or throws a NoSuchLayoutSetException if it could not be found.
static LayoutSet LayoutSetUtil.findByPrimaryKey(long layoutSetId)
          Returns the layout set with the primary key or throws a NoSuchLayoutSetException if it could not be found.
 LayoutSet LayoutSetPersistenceImpl.findByPrimaryKey(long layoutSetId)
          Returns the layout set with the primary key or throws a NoSuchLayoutSetException if it could not be found.
 LayoutSet LayoutSetPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the layout set with the primary key or throws a NoSuchModelException if it could not be found.
protected  LayoutSet LayoutSetPersistenceImpl.getByGroupId_PrevAndNext(Session session, LayoutSet layoutSet, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutSet LayoutSetPersistenceImpl.getByLayoutSetPrototypeUuid_PrevAndNext(Session session, LayoutSet layoutSet, String layoutSetPrototypeUuid, OrderByComparator orderByComparator, boolean previous)
           
 LayoutSet LayoutSetPersistence.remove(long layoutSetId)
          Removes the layout set with the primary key from the database.
static LayoutSet LayoutSetUtil.remove(long layoutSetId)
          Removes the layout set with the primary key from the database.
 LayoutSet LayoutSetPersistenceImpl.remove(long layoutSetId)
          Removes the layout set with the primary key from the database.
 LayoutSet LayoutSetPersistenceImpl.remove(Serializable primaryKey)
          Removes the layout set with the primary key from the database.
 LayoutSet LayoutSetPersistence.removeByG_P(long groupId, boolean privateLayout)
          Removes the layout set where groupId = ? and privateLayout = ? from the database.
static LayoutSet LayoutSetUtil.removeByG_P(long groupId, boolean privateLayout)
          Removes the layout set where groupId = ? and privateLayout = ? from the database.
 LayoutSet LayoutSetPersistenceImpl.removeByG_P(long groupId, boolean privateLayout)
          Removes the layout set where groupId = ? and privateLayout = ? from the database.
protected  LayoutSet LayoutSetPersistenceImpl.removeImpl(LayoutSet layoutSet)
           
protected  LayoutSet LayoutSetPersistenceImpl.toUnwrappedModel(LayoutSet layoutSet)
           
static LayoutSet LayoutSetUtil.update(LayoutSet layoutSet, boolean merge)
           
static LayoutSet LayoutSetUtil.update(LayoutSet layoutSet, boolean merge, ServiceContext serviceContext)
           
 LayoutSet LayoutSetPersistence.updateImpl(LayoutSet layoutSet, boolean merge)
           
static LayoutSet LayoutSetUtil.updateImpl(LayoutSet layoutSet, boolean merge)
           
 LayoutSet LayoutSetPersistenceImpl.updateImpl(LayoutSet layoutSet, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type LayoutSet
 List<LayoutSet> LayoutSetPersistence.findAll()
          Returns all the layout sets.
static List<LayoutSet> LayoutSetUtil.findAll()
          Returns all the layout sets.
 List<LayoutSet> LayoutSetPersistenceImpl.findAll()
          Returns all the layout sets.
 List<LayoutSet> LayoutSetPersistence.findAll(int start, int end)
          Returns a range of all the layout sets.
static List<LayoutSet> LayoutSetUtil.findAll(int start, int end)
          Returns a range of all the layout sets.
 List<LayoutSet> LayoutSetPersistenceImpl.findAll(int start, int end)
          Returns a range of all the layout sets.
 List<LayoutSet> LayoutSetPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout sets.
static List<LayoutSet> LayoutSetUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout sets.
 List<LayoutSet> LayoutSetPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout sets.
 List<LayoutSet> LayoutSetPersistence.findByGroupId(long groupId)
          Returns all the layout sets where groupId = ?.
static List<LayoutSet> LayoutSetUtil.findByGroupId(long groupId)
          Returns all the layout sets where groupId = ?.
 List<LayoutSet> LayoutSetPersistenceImpl.findByGroupId(long groupId)
          Returns all the layout sets where groupId = ?.
 List<LayoutSet> LayoutSetPersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the layout sets where groupId = ?.
static List<LayoutSet> LayoutSetUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the layout sets where groupId = ?.
 List<LayoutSet> LayoutSetPersistenceImpl.findByGroupId(long groupId, int start, int end)
          Returns a range of all the layout sets where groupId = ?.
 List<LayoutSet> LayoutSetPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout sets where groupId = ?.
static List<LayoutSet> LayoutSetUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout sets where groupId = ?.
 List<LayoutSet> LayoutSetPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout sets where groupId = ?.
 List<LayoutSet> LayoutSetPersistence.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
          Returns all the layout sets where layoutSetPrototypeUuid = ?.
static List<LayoutSet> LayoutSetUtil.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
          Returns all the layout sets where layoutSetPrototypeUuid = ?.
 List<LayoutSet> LayoutSetPersistenceImpl.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
          Returns all the layout sets where layoutSetPrototypeUuid = ?.
 List<LayoutSet> LayoutSetPersistence.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end)
          Returns a range of all the layout sets where layoutSetPrototypeUuid = ?.
static List<LayoutSet> LayoutSetUtil.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end)
          Returns a range of all the layout sets where layoutSetPrototypeUuid = ?.
 List<LayoutSet> LayoutSetPersistenceImpl.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end)
          Returns a range of all the layout sets where layoutSetPrototypeUuid = ?.
 List<LayoutSet> LayoutSetPersistence.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.
static List<LayoutSet> LayoutSetUtil.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.
 List<LayoutSet> LayoutSetPersistenceImpl.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.
static List<LayoutSet> LayoutSetUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<LayoutSet> LayoutSetUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<LayoutSet> LayoutSetUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type LayoutSet
 void LayoutSetPersistence.cacheResult(LayoutSet layoutSet)
          Caches the layout set in the entity cache if it is enabled.
static void LayoutSetUtil.cacheResult(LayoutSet layoutSet)
          Caches the layout set in the entity cache if it is enabled.
 void LayoutSetPersistenceImpl.cacheResult(LayoutSet layoutSet)
          Caches the layout set in the entity cache if it is enabled.
protected  void LayoutSetPersistenceImpl.cacheUniqueFindersCache(LayoutSet layoutSet)
           
static void LayoutSetUtil.clearCache(LayoutSet layoutSet)
           
 void LayoutSetPersistenceImpl.clearCache(LayoutSet layoutSet)
          Clears the cache for the layout set.
protected  void LayoutSetPersistenceImpl.clearUniqueFindersCache(LayoutSet layoutSet)
           
protected  LayoutSet LayoutSetPersistenceImpl.getByGroupId_PrevAndNext(Session session, LayoutSet layoutSet, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutSet LayoutSetPersistenceImpl.getByLayoutSetPrototypeUuid_PrevAndNext(Session session, LayoutSet layoutSet, String layoutSetPrototypeUuid, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutSet LayoutSetPersistenceImpl.removeImpl(LayoutSet layoutSet)
           
protected  LayoutSet LayoutSetPersistenceImpl.toUnwrappedModel(LayoutSet layoutSet)
           
static LayoutSet LayoutSetUtil.update(LayoutSet layoutSet, boolean merge)
           
static LayoutSet LayoutSetUtil.update(LayoutSet layoutSet, boolean merge, ServiceContext serviceContext)
           
 LayoutSet LayoutSetPersistence.updateImpl(LayoutSet layoutSet, boolean merge)
           
static LayoutSet LayoutSetUtil.updateImpl(LayoutSet layoutSet, boolean merge)
           
 LayoutSet LayoutSetPersistenceImpl.updateImpl(LayoutSet layoutSet, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type LayoutSet
 void LayoutSetPersistence.cacheResult(List<LayoutSet> layoutSets)
          Caches the layout sets in the entity cache if it is enabled.
static void LayoutSetUtil.cacheResult(List<LayoutSet> layoutSets)
          Caches the layout sets in the entity cache if it is enabled.
 void LayoutSetPersistenceImpl.cacheResult(List<LayoutSet> layoutSets)
          Caches the layout sets in the entity cache if it is enabled.
 void LayoutSetPersistenceImpl.clearCache(List<LayoutSet> layoutSets)
           
 

Uses of LayoutSet in com.liferay.portal.staging
 

Methods in com.liferay.portal.staging with parameters of type LayoutSet
 LayoutSetBranch LayoutStagingImpl.getLayoutSetBranch(LayoutSet layoutSet)
           
 LayoutSetStagingHandler LayoutStagingImpl.getLayoutSetStagingHandler(LayoutSet layoutSet)
           
 

Uses of LayoutSet in com.liferay.portal.theme
 

Methods in com.liferay.portal.theme that return LayoutSet
 LayoutSet ThemeDisplay.getLayoutSet()
           
 

Methods in com.liferay.portal.theme with parameters of type LayoutSet
 void ThemeDisplay.setLayoutSet(LayoutSet layoutSet)
           
 

Uses of LayoutSet in com.liferay.portal.util
 

Methods in com.liferay.portal.util with parameters of type LayoutSet
static String PortalUtil.getLayoutSetFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay)
           
 String Portal.getLayoutSetFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay)
           
 String PortalImpl.getLayoutSetFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay)
           
static String RobotsUtil.getRobots(LayoutSet layoutSet)
           
 

Uses of LayoutSet in com.liferay.portal.verify
 

Methods in com.liferay.portal.verify with parameters of type LayoutSet
protected  String VerifyGroup.getRobots(LayoutSet layoutSet)
           
 

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

Methods in com.liferay.portlet.sites.util with parameters of type LayoutSet
static List<Layout> SitesUtil.getMergeFailFriendlyURLLayouts(LayoutSet layoutSet)
           
static boolean SitesUtil.isLayoutSetMergeable(Group group, LayoutSet layoutSet)
           
static boolean SitesUtil.isLayoutSetPrototypeUpdateable(LayoutSet layoutSet)
           
static void SitesUtil.mergeLayoutSetPrototypeLayouts(Group group, LayoutSet layoutSet)
           
static void SitesUtil.mergeLayoutSetProtypeLayouts(Group group, LayoutSet layoutSet)
          Deprecated. SitesUtil.mergeLayoutSetPrototypeLayouts(Group, LayoutSet)
static void SitesUtil.removeMergeFailFriendlyURLLayouts(LayoutSet layoutSet)
           
protected static void SitesUtil.setLayoutSetPrototypeLinkEnabledParameter(Map<String,String[]> parameterMap, LayoutSet targetLayoutSet, ServiceContext serviceContext)
           
 


Liferay 6.1.2-ce-ga3