Liferay 7.0-ce-b4

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

Packages that use LayoutSet
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.service.persistence.impl This package defines the portal service persistence implementation base classes. 
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.exportimport.lar   
com.liferay.portlet.exportimport.staging   
com.liferay.portlet.sites.util   
com.liferay.sites.kernel.util   
 

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.
 

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

Methods in com.liferay.portal.model that return LayoutSet
 LayoutSet LayoutRevisionWrapper.getLayoutSet()
           
 LayoutSet LayoutRevision.getLayoutSet()
           
 LayoutSet LayoutSetPrototypeWrapper.getLayoutSet()
           
 LayoutSet LayoutWrapper.getLayoutSet()
          Returns the current layout's LayoutSet.
 LayoutSet LayoutSetPrototype.getLayoutSet()
           
 LayoutSet Layout.getLayoutSet()
          Returns the current layout's LayoutSet.
 LayoutSet LayoutSetStagingHandler.getLayoutSet()
           
 LayoutSet LayoutSetBranchWrapper.getLayoutSet()
           
 LayoutSet LayoutSetBranch.getLayoutSet()
           
 LayoutSet Group.getPrivateLayoutSet()
           
 LayoutSet GroupWrapper.getPrivateLayoutSet()
           
 LayoutSet Group.getPublicLayoutSet()
           
 LayoutSet GroupWrapper.getPublicLayoutSet()
           
 LayoutSet LayoutSetWrapper.getWrappedModel()
           
 LayoutSet LayoutSetWrapper.toEscapedModel()
           
 LayoutSet LayoutSetModel.toEscapedModel()
           
 LayoutSet LayoutSetWrapper.toUnescapedModel()
           
 LayoutSet LayoutSetModel.toUnescapedModel()
           
 

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

Methods in com.liferay.portal.model with parameters of type LayoutSet
protected  void LayoutSetModelListener.clearCache(LayoutSet layoutSet)
           
 int LayoutSetWrapper.compareTo(LayoutSet layoutSet)
           
 int LayoutSetModel.compareTo(LayoutSet layoutSet)
           
 void LayoutSetModelListener.onAfterRemove(LayoutSet layoutSet)
           
 void LayoutSetModelListener.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
          Represents a portal layout set, providing access to the layout set's color schemes, groups, prototypes, themes, and more.
 

Methods in com.liferay.portal.model.impl that return LayoutSet
 LayoutSet VirtualLayout.getLayoutSet()
           
 LayoutSet LayoutImpl.getLayoutSet()
          Returns the current layout's LayoutSet.
 LayoutSet LayoutRevisionImpl.getLayoutSet()
           
 LayoutSet LayoutSetBranchImpl.getLayoutSet()
           
 LayoutSet LayoutSetPrototypeImpl.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.
 

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
static LayoutSet LayoutSetLocalServiceUtil.addLayoutSet(LayoutSet layoutSet)
          Adds the layout set to the database.
 LayoutSet LayoutSetLocalService.addLayoutSet(LayoutSet layoutSet)
          Adds the layout set to the database.
 LayoutSet LayoutSetLocalServiceWrapper.addLayoutSet(LayoutSet layoutSet)
          Adds the layout set to the database.
static LayoutSet LayoutSetLocalServiceUtil.addLayoutSet(long groupId, boolean privateLayout)
           
 LayoutSet LayoutSetLocalService.addLayoutSet(long groupId, boolean privateLayout)
           
 LayoutSet LayoutSetLocalServiceWrapper.addLayoutSet(long groupId, boolean privateLayout)
           
static LayoutSet LayoutSetLocalServiceUtil.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.
 LayoutSet LayoutSetLocalServiceWrapper.createLayoutSet(long layoutSetId)
          Creates a new layout set with the primary key.
static LayoutSet LayoutSetLocalServiceUtil.deleteLayoutSet(LayoutSet layoutSet)
          Deletes the layout set from the database.
 LayoutSet LayoutSetLocalService.deleteLayoutSet(LayoutSet layoutSet)
          Deletes the layout set from the database.
 LayoutSet LayoutSetLocalServiceWrapper.deleteLayoutSet(LayoutSet layoutSet)
          Deletes the layout set from the database.
static LayoutSet LayoutSetLocalServiceUtil.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.
 LayoutSet LayoutSetLocalServiceWrapper.deleteLayoutSet(long layoutSetId)
          Deletes the layout set with the primary key from the database.
static LayoutSet LayoutSetLocalServiceUtil.fetchLayoutSet(long layoutSetId)
           
 LayoutSet LayoutSetLocalService.fetchLayoutSet(long layoutSetId)
           
 LayoutSet LayoutSetLocalServiceWrapper.fetchLayoutSet(long layoutSetId)
           
static LayoutSet LayoutSetLocalServiceUtil.fetchLayoutSet(String virtualHostname)
           
 LayoutSet LayoutSetLocalService.fetchLayoutSet(String virtualHostname)
           
 LayoutSet LayoutSetLocalServiceWrapper.fetchLayoutSet(String virtualHostname)
           
static LayoutSet LayoutSetLocalServiceUtil.getLayoutSet(long layoutSetId)
          Returns the layout set with the primary key.
 LayoutSet LayoutSetLocalService.getLayoutSet(long layoutSetId)
          Returns the layout set with the primary key.
 LayoutSet LayoutSetLocalServiceWrapper.getLayoutSet(long layoutSetId)
          Returns the layout set with the primary key.
static LayoutSet LayoutSetLocalServiceUtil.getLayoutSet(long groupId, boolean privateLayout)
           
 LayoutSet LayoutSetLocalService.getLayoutSet(long groupId, boolean privateLayout)
           
 LayoutSet LayoutSetLocalServiceWrapper.getLayoutSet(long groupId, boolean privateLayout)
           
static LayoutSet LayoutSetLocalServiceUtil.getLayoutSet(String virtualHostname)
           
 LayoutSet LayoutSetLocalService.getLayoutSet(String virtualHostname)
           
 LayoutSet LayoutSetLocalServiceWrapper.getLayoutSet(String virtualHostname)
           
static LayoutSet LayoutSetLocalServiceUtil.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.
 LayoutSet LayoutSetLocalServiceWrapper.updateLayoutSet(LayoutSet layoutSet)
          Updates the layout set in the database or adds it if it does not yet exist.
static LayoutSet LayoutSetLocalServiceUtil.updateLogo(long groupId, boolean privateLayout, boolean logo, byte[] bytes)
           
 LayoutSet LayoutSetLocalService.updateLogo(long groupId, boolean privateLayout, boolean logo, byte[] bytes)
           
 LayoutSet LayoutSetLocalServiceWrapper.updateLogo(long groupId, boolean privateLayout, boolean logo, byte[] bytes)
           
static LayoutSet LayoutSetLocalServiceUtil.updateLogo(long groupId, boolean privateLayout, boolean logo, File file)
           
 LayoutSet LayoutSetLocalService.updateLogo(long groupId, boolean privateLayout, boolean logo, File file)
           
 LayoutSet LayoutSetLocalServiceWrapper.updateLogo(long groupId, boolean privateLayout, boolean logo, File file)
           
static LayoutSet LayoutSetLocalServiceUtil.updateLogo(long groupId, boolean privateLayout, boolean logo, InputStream is)
           
 LayoutSet LayoutSetLocalService.updateLogo(long groupId, boolean privateLayout, boolean logo, InputStream is)
           
 LayoutSet LayoutSetLocalServiceWrapper.updateLogo(long groupId, boolean privateLayout, boolean logo, InputStream is)
           
static LayoutSet LayoutSetLocalServiceUtil.updateLogo(long groupId, boolean privateLayout, boolean logo, InputStream is, boolean cleanUpStream)
           
 LayoutSet LayoutSetLocalService.updateLogo(long groupId, boolean privateLayout, boolean logo, InputStream is, boolean cleanUpStream)
           
 LayoutSet LayoutSetLocalServiceWrapper.updateLogo(long groupId, boolean privateLayout, boolean logo, InputStream is, boolean cleanUpStream)
           
 LayoutSet LayoutSetServiceWrapper.updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
 LayoutSet LayoutSetService.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)
           
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)
           
 LayoutSet LayoutSetLocalServiceWrapper.updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
static LayoutSet LayoutSetLocalServiceUtil.updatePageCount(long groupId, boolean privateLayout)
           
 LayoutSet LayoutSetLocalService.updatePageCount(long groupId, boolean privateLayout)
           
 LayoutSet LayoutSetLocalServiceWrapper.updatePageCount(long groupId, boolean privateLayout)
           
 LayoutSet LayoutSetServiceWrapper.updateSettings(long groupId, boolean privateLayout, String settings)
           
 LayoutSet LayoutSetService.updateSettings(long groupId, boolean privateLayout, String settings)
           
static LayoutSet LayoutSetLocalServiceUtil.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)
           
 LayoutSet LayoutSetLocalServiceWrapper.updateSettings(long groupId, boolean privateLayout, String settings)
           
 LayoutSet LayoutSetServiceWrapper.updateVirtualHost(long groupId, boolean privateLayout, String virtualHost)
           
 LayoutSet LayoutSetService.updateVirtualHost(long groupId, boolean privateLayout, String virtualHost)
           
static LayoutSet LayoutSetLocalServiceUtil.updateVirtualHost(long groupId, boolean privateLayout, String virtualHostname)
           
static LayoutSet LayoutSetServiceUtil.updateVirtualHost(long groupId, boolean privateLayout, String virtualHost)
           
 LayoutSet LayoutSetLocalService.updateVirtualHost(long groupId, boolean privateLayout, String virtualHostname)
           
 LayoutSet LayoutSetLocalServiceWrapper.updateVirtualHost(long groupId, boolean privateLayout, String virtualHostname)
           
 

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

Methods in com.liferay.portal.service with parameters of type LayoutSet
static LayoutSet LayoutSetLocalServiceUtil.addLayoutSet(LayoutSet layoutSet)
          Adds the layout set to the database.
 LayoutSet LayoutSetLocalService.addLayoutSet(LayoutSet layoutSet)
          Adds the layout set to the database.
 LayoutSet LayoutSetLocalServiceWrapper.addLayoutSet(LayoutSet layoutSet)
          Adds the layout set to the database.
static LayoutSet LayoutSetLocalServiceUtil.deleteLayoutSet(LayoutSet layoutSet)
          Deletes the layout set from the database.
 LayoutSet LayoutSetLocalService.deleteLayoutSet(LayoutSet layoutSet)
          Deletes the layout set from the database.
 LayoutSet LayoutSetLocalServiceWrapper.deleteLayoutSet(LayoutSet layoutSet)
          Deletes the layout set from the database.
static LayoutSet LayoutSetLocalServiceUtil.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.
 LayoutSet LayoutSetLocalServiceWrapper.updateLayoutSet(LayoutSet layoutSet)
          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.
 

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.
 

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 LayoutSetLocalServiceImpl.initLayoutSet(LayoutSet layoutSet)
           
protected  LayoutSet LayoutSetLocalServiceStagingAdvice.unwrapLayoutSet(LayoutSet layoutSet)
           
 LayoutSet LayoutSetLocalServiceStagingAdvice.updateLogo(LayoutSetLocalService layoutSetLocalService, long groupId, boolean privateLayout, boolean logo, byte[] logoBytes)
           
 LayoutSet LayoutSetLocalServiceImpl.updateLogo(long groupId, boolean privateLayout, boolean logo, byte[] bytes)
           
 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  LayoutSet LayoutSetLocalServiceImpl.initLayoutSet(LayoutSet layoutSet)
           
protected  void LayoutLocalServiceVirtualLayoutsAdvice.mergeLayoutSetPrototypeLayouts(Method method, Object[] arguments, Group group, LayoutSet layoutSet, boolean privateLayout, boolean workflowEnabled)
           
 void LayoutSetPrototypeLayoutSetModelListener.onAfterCreate(LayoutSet layoutSet)
           
 void LayoutSetPrototypeLayoutSetModelListener.onAfterRemove(LayoutSet layoutSet)
           
 void LayoutSetPrototypeLayoutSetModelListener.onAfterUpdate(LayoutSet layoutSet)
           
protected  LayoutSet LayoutSetLocalServiceStagingAdvice.unwrapLayoutSet(LayoutSet layoutSet)
           
protected  void LayoutSetPrototypeLayoutSetModelListener.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
static LayoutSet LayoutSetUtil.create(long layoutSetId)
          Creates a new layout set with the primary key.
 LayoutSet LayoutSetPersistence.create(long layoutSetId)
          Creates a new layout set with the primary key.
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 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, 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.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.fetchByGroupId_First(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistence.fetchByGroupId_First(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
static LayoutSet LayoutSetUtil.fetchByGroupId_Last(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
static LayoutSet LayoutSetUtil.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistence.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
static LayoutSet LayoutSetUtil.fetchByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistence.fetchByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
static LayoutSet LayoutSetUtil.fetchByPrimaryKey(long layoutSetId)
          Returns the layout set with the primary key or returns null if it could not be found.
 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.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.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.findByGroupId_First(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistence.findByGroupId_First(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
static LayoutSet LayoutSetUtil.findByGroupId_Last(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistence.findByGroupId_Last(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
static LayoutSet[] LayoutSetUtil.findByGroupId_PrevAndNext(long layoutSetId, long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where groupId = ?.
 LayoutSet[] LayoutSetPersistence.findByGroupId_PrevAndNext(long layoutSetId, long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where groupId = ?.
static LayoutSet LayoutSetUtil.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistence.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
static LayoutSet LayoutSetUtil.findByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistence.findByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
static LayoutSet[] LayoutSetUtil.findByLayoutSetPrototypeUuid_PrevAndNext(long layoutSetId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet[] LayoutSetPersistence.findByLayoutSetPrototypeUuid_PrevAndNext(long layoutSetId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?.
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 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.remove(long layoutSetId)
          Removes the layout set with the primary key from the database.
 LayoutSet LayoutSetPersistence.remove(long layoutSetId)
          Removes the layout set with the primary key from the database.
static LayoutSet LayoutSetUtil.removeByG_P(long groupId, boolean privateLayout)
          Removes the layout set where groupId = ? and privateLayout = ? 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.update(LayoutSet layoutSet)
           
static LayoutSet LayoutSetUtil.update(LayoutSet layoutSet, ServiceContext serviceContext)
           
static LayoutSet LayoutSetUtil.updateImpl(LayoutSet layoutSet)
           
 LayoutSet LayoutSetPersistence.updateImpl(LayoutSet layoutSet)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type LayoutSet
static Map<Serializable,LayoutSet> LayoutSetUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 Map<Serializable,LayoutSet> LayoutSetPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static List<LayoutSet> LayoutSetUtil.findAll()
          Returns all the layout sets.
 List<LayoutSet> LayoutSetPersistence.findAll()
          Returns all the layout sets.
static List<LayoutSet> LayoutSetUtil.findAll(int start, int end)
          Returns a range of 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, OrderByComparator<LayoutSet> orderByComparator)
          Returns an ordered range of all the layout sets.
 List<LayoutSet> LayoutSetPersistence.findAll(int start, int end, OrderByComparator<LayoutSet> orderByComparator)
          Returns an ordered range of all the layout sets.
static List<LayoutSet> LayoutSetUtil.findAll(int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout sets.
 List<LayoutSet> LayoutSetPersistence.findAll(int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout sets.
static List<LayoutSet> LayoutSetUtil.findByGroupId(long groupId)
          Returns all the layout sets where groupId = ?.
 List<LayoutSet> LayoutSetPersistence.findByGroupId(long groupId)
          Returns 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> 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, OrderByComparator<LayoutSet> orderByComparator)
          Returns an ordered range of all the layout sets where groupId = ?.
 List<LayoutSet> LayoutSetPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator)
          Returns an ordered range of all the layout sets where groupId = ?.
static List<LayoutSet> LayoutSetUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout sets where groupId = ?.
 List<LayoutSet> LayoutSetPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout sets where groupId = ?.
static List<LayoutSet> LayoutSetUtil.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
          Returns all the layout sets where layoutSetPrototypeUuid = ?.
 List<LayoutSet> LayoutSetPersistence.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
          Returns 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> 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, OrderByComparator<LayoutSet> orderByComparator)
          Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.
 List<LayoutSet> LayoutSetPersistence.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator)
          Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.
static List<LayoutSet> LayoutSetUtil.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.
 List<LayoutSet> LayoutSetPersistence.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean retrieveFromCache)
          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<LayoutSet> orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type LayoutSet
static void LayoutSetUtil.cacheResult(LayoutSet layoutSet)
          Caches the layout set in the entity cache if it is enabled.
 void LayoutSetPersistence.cacheResult(LayoutSet layoutSet)
          Caches the layout set in the entity cache if it is enabled.
static void LayoutSetUtil.clearCache(LayoutSet layoutSet)
           
static LayoutSet LayoutSetUtil.update(LayoutSet layoutSet)
           
static LayoutSet LayoutSetUtil.update(LayoutSet layoutSet, ServiceContext serviceContext)
           
static LayoutSet LayoutSetUtil.updateImpl(LayoutSet layoutSet)
           
 LayoutSet LayoutSetPersistence.updateImpl(LayoutSet layoutSet)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type LayoutSet
static void LayoutSetUtil.cacheResult(List<LayoutSet> layoutSets)
          Caches the layout sets in the entity cache if it is enabled.
 void LayoutSetPersistence.cacheResult(List<LayoutSet> layoutSets)
          Caches the layout sets in the entity cache if it is enabled.
static LayoutSet LayoutSetUtil.fetchByGroupId_First(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistence.fetchByGroupId_First(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
static LayoutSet LayoutSetUtil.fetchByGroupId_Last(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
static LayoutSet LayoutSetUtil.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistence.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
static LayoutSet LayoutSetUtil.fetchByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistence.fetchByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
static List<LayoutSet> LayoutSetUtil.findAll(int start, int end, OrderByComparator<LayoutSet> orderByComparator)
          Returns an ordered range of all the layout sets.
 List<LayoutSet> LayoutSetPersistence.findAll(int start, int end, OrderByComparator<LayoutSet> orderByComparator)
          Returns an ordered range of all the layout sets.
static List<LayoutSet> LayoutSetUtil.findAll(int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout sets.
 List<LayoutSet> LayoutSetPersistence.findAll(int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout sets.
static LayoutSet LayoutSetUtil.findByGroupId_First(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistence.findByGroupId_First(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
static LayoutSet LayoutSetUtil.findByGroupId_Last(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistence.findByGroupId_Last(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
static LayoutSet[] LayoutSetUtil.findByGroupId_PrevAndNext(long layoutSetId, long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where groupId = ?.
 LayoutSet[] LayoutSetPersistence.findByGroupId_PrevAndNext(long layoutSetId, long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where groupId = ?.
static List<LayoutSet> LayoutSetUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator)
          Returns an ordered range of all the layout sets where groupId = ?.
 List<LayoutSet> LayoutSetPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator)
          Returns an ordered range of all the layout sets where groupId = ?.
static List<LayoutSet> LayoutSetUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout sets where groupId = ?.
 List<LayoutSet> LayoutSetPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout sets where groupId = ?.
static LayoutSet LayoutSetUtil.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistence.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
static LayoutSet LayoutSetUtil.findByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistence.findByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
static LayoutSet[] LayoutSetUtil.findByLayoutSetPrototypeUuid_PrevAndNext(long layoutSetId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet[] LayoutSetPersistence.findByLayoutSetPrototypeUuid_PrevAndNext(long layoutSetId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?.
static List<LayoutSet> LayoutSetUtil.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator)
          Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.
 List<LayoutSet> LayoutSetPersistence.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator)
          Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.
static List<LayoutSet> LayoutSetUtil.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.
 List<LayoutSet> LayoutSetPersistence.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.
static List<LayoutSet> LayoutSetUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutSet> orderByComparator)
           
 

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

Methods in com.liferay.portal.service.persistence.impl that return LayoutSet
 LayoutSet LayoutSetPersistenceImpl.create(long layoutSetId)
          Creates a new layout set with the primary key.
 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 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 LayoutSetPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistenceImpl.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistenceImpl.fetchByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
 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 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 LayoutSetPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
 LayoutSet[] LayoutSetPersistenceImpl.findByGroupId_PrevAndNext(long layoutSetId, long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistenceImpl.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistenceImpl.findByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet[] LayoutSetPersistenceImpl.findByLayoutSetPrototypeUuid_PrevAndNext(long layoutSetId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?.
 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<LayoutSet> orderByComparator, boolean previous)
           
protected  LayoutSet LayoutSetPersistenceImpl.getByLayoutSetPrototypeUuid_PrevAndNext(Session session, LayoutSet layoutSet, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator, boolean previous)
           
 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 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)
           
 LayoutSet LayoutSetPersistenceImpl.updateImpl(LayoutSet layoutSet)
           
 

Methods in com.liferay.portal.service.persistence.impl that return types with arguments of type LayoutSet
 Map<Serializable,LayoutSet> LayoutSetPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<LayoutSet> LayoutSetPersistenceImpl.findAll()
          Returns all the layout sets.
 List<LayoutSet> LayoutSetPersistenceImpl.findAll(int start, int end)
          Returns a range of all the layout sets.
 List<LayoutSet> LayoutSetPersistenceImpl.findAll(int start, int end, OrderByComparator<LayoutSet> orderByComparator)
          Returns an ordered range of all the layout sets.
 List<LayoutSet> LayoutSetPersistenceImpl.findAll(int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout sets.
 List<LayoutSet> LayoutSetPersistenceImpl.findByGroupId(long groupId)
          Returns 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> LayoutSetPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator)
          Returns an ordered range of all the layout sets where groupId = ?.
 List<LayoutSet> LayoutSetPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout sets where groupId = ?.
 List<LayoutSet> LayoutSetPersistenceImpl.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
          Returns 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> LayoutSetPersistenceImpl.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator)
          Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.
 List<LayoutSet> LayoutSetPersistenceImpl.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.
 

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

Method parameters in com.liferay.portal.service.persistence.impl with type arguments of type LayoutSet
 void LayoutSetPersistenceImpl.cacheResult(List<LayoutSet> layoutSets)
          Caches the layout sets in the entity cache if it is enabled.
 void LayoutSetPersistenceImpl.clearCache(List<LayoutSet> layoutSets)
           
 LayoutSet LayoutSetPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistenceImpl.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistenceImpl.fetchByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
 List<LayoutSet> LayoutSetPersistenceImpl.findAll(int start, int end, OrderByComparator<LayoutSet> orderByComparator)
          Returns an ordered range of all the layout sets.
 List<LayoutSet> LayoutSetPersistenceImpl.findAll(int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout sets.
 LayoutSet LayoutSetPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
 LayoutSet[] LayoutSetPersistenceImpl.findByGroupId_PrevAndNext(long layoutSetId, long groupId, OrderByComparator<LayoutSet> orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where groupId = ?.
 List<LayoutSet> LayoutSetPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator)
          Returns an ordered range of all the layout sets where groupId = ?.
 List<LayoutSet> LayoutSetPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout sets where groupId = ?.
 LayoutSet LayoutSetPersistenceImpl.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistenceImpl.findByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet[] LayoutSetPersistenceImpl.findByLayoutSetPrototypeUuid_PrevAndNext(long layoutSetId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
          Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?.
 List<LayoutSet> LayoutSetPersistenceImpl.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator)
          Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.
 List<LayoutSet> LayoutSetPersistenceImpl.findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.
protected  LayoutSet LayoutSetPersistenceImpl.getByGroupId_PrevAndNext(Session session, LayoutSet layoutSet, long groupId, OrderByComparator<LayoutSet> orderByComparator, boolean previous)
           
protected  LayoutSet LayoutSetPersistenceImpl.getByLayoutSetPrototypeUuid_PrevAndNext(Session session, LayoutSet layoutSet, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator, boolean previous)
           
 

Uses of LayoutSet in com.liferay.portal.theme
 

Methods in com.liferay.portal.theme that return LayoutSet
 LayoutSet ThemeDisplay.getLayoutSet()
          Returns the current layout set, being either a public layout set or a private layout set.
 

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 that return LayoutSet
static LayoutSet DefaultLayoutSetPrototypesUtil.addLayoutSetPrototype(long companyId, long defaultUserId, String nameKey, String descriptionKey, List<LayoutSetPrototype> layoutSetPrototypes, ClassLoader classLoader)
           
 

Methods in com.liferay.portal.util with parameters of type LayoutSet
static Layout DefaultLayoutPrototypesUtil.addLayout(LayoutSet layoutSet, String nameKey, String friendlyURL, String layouteTemplateId)
           
 String Portal.getGroupFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay)
           
static String PortalUtil.getGroupFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay)
           
 String PortalImpl.getGroupFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay)
           
protected  String PortalImpl.getGroupFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay, boolean canonicalURL)
           
 String Portal.getGroupFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay, Locale locale)
           
static String PortalUtil.getGroupFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay, Locale locale)
           
 String PortalImpl.getGroupFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay, Locale locale)
           
 String Portal.getLayoutSetDisplayURL(LayoutSet layoutSet, boolean secureConnection)
           
static String PortalUtil.getLayoutSetDisplayURL(LayoutSet layoutSet, boolean secureConnection)
           
 String PortalImpl.getLayoutSetDisplayURL(LayoutSet layoutSet, boolean secureConnection)
           
 String Portal.getLayoutSetFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay)
           
static String PortalUtil.getLayoutSetFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay)
           
 String PortalImpl.getLayoutSetFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay)
           
static String RobotsUtil.getRobots(LayoutSet layoutSet)
           
 String Portal.getVirtualHostname(LayoutSet layoutSet)
           
static String PortalUtil.getVirtualHostname(LayoutSet layoutSet)
           
 String PortalImpl.getVirtualHostname(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.exportimport.lar
 

Methods in com.liferay.portlet.exportimport.lar with parameters of type LayoutSet
static Date ExportImportDateUtil.getLastPublishDate(LayoutSet layoutSet)
           
 

Uses of LayoutSet in com.liferay.portlet.exportimport.staging
 

Methods in com.liferay.portlet.exportimport.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.portlet.sites.util
 

Methods in com.liferay.portlet.sites.util with parameters of type LayoutSet
protected  void SitesImpl.doResetPrototype(LayoutSet layoutSet)
          Resets the modified timestamp on the layout set.
 List<Layout> SitesImpl.getMergeFailFriendlyURLLayouts(LayoutSet layoutSet)
           
 boolean SitesImpl.isLayoutSetMergeable(Group group, LayoutSet layoutSet)
          Returns true if the linked site template can be merged into the layout set.
 boolean SitesImpl.isLayoutSetPrototypeUpdateable(LayoutSet layoutSet)
           
 void SitesImpl.mergeLayoutSetPrototypeLayouts(Group group, LayoutSet layoutSet)
           
 void SitesImpl.mergeLayoutSetProtypeLayouts(Group group, LayoutSet layoutSet)
          Deprecated. As of 6.2.0, replaced by SitesImpl.mergeLayoutSetPrototypeLayouts(Group, LayoutSet)
 void SitesImpl.removeMergeFailFriendlyURLLayouts(LayoutSet layoutSet)
           
 void SitesImpl.resetPrototype(LayoutSet layoutSet)
          Checks the permissions necessary for resetting the layout set.
protected  void SitesImpl.setLayoutSetPrototypeLinkEnabledParameter(Map<String,String[]> parameterMap, LayoutSet targetLayoutSet, ServiceContext serviceContext)
           
 

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

Methods in com.liferay.sites.kernel.util with parameters of type LayoutSet
 List<Layout> Sites.getMergeFailFriendlyURLLayouts(LayoutSet layoutSet)
           
static List<Layout> SitesUtil.getMergeFailFriendlyURLLayouts(LayoutSet layoutSet)
           
 boolean Sites.isLayoutSetMergeable(Group group, LayoutSet layoutSet)
           
static boolean SitesUtil.isLayoutSetMergeable(Group group, LayoutSet layoutSet)
           
 boolean Sites.isLayoutSetPrototypeUpdateable(LayoutSet layoutSet)
           
static boolean SitesUtil.isLayoutSetPrototypeUpdateable(LayoutSet layoutSet)
           
 void Sites.mergeLayoutSetPrototypeLayouts(Group group, LayoutSet layoutSet)
           
static void SitesUtil.mergeLayoutSetPrototypeLayouts(Group group, LayoutSet layoutSet)
           
 void Sites.mergeLayoutSetProtypeLayouts(Group group, LayoutSet layoutSet)
          Deprecated. As of 6.2.0, replaced by Sites.mergeLayoutSetPrototypeLayouts(Group, LayoutSet)
static void SitesUtil.mergeLayoutSetProtypeLayouts(Group group, LayoutSet layoutSet)
          Deprecated. As of 6.2.0, replaced by SitesUtil.mergeLayoutSetPrototypeLayouts(Group, LayoutSet)
 void Sites.removeMergeFailFriendlyURLLayouts(LayoutSet layoutSet)
           
static void SitesUtil.removeMergeFailFriendlyURLLayouts(LayoutSet layoutSet)
           
 void Sites.resetPrototype(LayoutSet layoutSet)
           
static void SitesUtil.resetPrototype(LayoutSet layoutSet)
           
 


Liferay 7.0-ce-b4