Liferay 6.0-ee

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

Packages that use LayoutSet
com.liferay.portal.lar   
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.http   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
com.liferay.portal.util   
com.liferay.portlet.communities.util   
 

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 LayoutWrapper.getLayoutSet()
           
 LayoutSet LayoutSetPrototypeWrapper.getLayoutSet()
           
 LayoutSet LayoutSetPrototype.getLayoutSet()
           
 LayoutSet Layout.getLayoutSet()
           
 LayoutSet GroupWrapper.getPrivateLayoutSet()
           
 LayoutSet Group.getPrivateLayoutSet()
           
 LayoutSet GroupWrapper.getPublicLayoutSet()
           
 LayoutSet Group.getPublicLayoutSet()
           
 LayoutSet LayoutSetWrapper.getWrappedLayoutSet()
           
 LayoutSet LayoutSetWrapper.toEscapedModel()
           
 LayoutSet LayoutSetModel.toEscapedModel()
           
 

Methods in com.liferay.portal.model with parameters of type LayoutSet
protected  void LayoutSetListener.clearCache(LayoutSet layoutSet)
           
 int LayoutSetWrapper.compareTo(LayoutSet layoutSet)
           
 int LayoutSetModel.compareTo(LayoutSet layoutSet)
           
 void LayoutSetListener.onAfterRemove(LayoutSet layoutSet)
           
 void LayoutSetListener.onAfterUpdate(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
LayoutSetWrapper(LayoutSet layoutSet)
           
 

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

Classes in com.liferay.portal.model.impl that implement LayoutSet
 class LayoutSetImpl
           
 

Methods in com.liferay.portal.model.impl that return LayoutSet
 LayoutSet LayoutSetPrototypeImpl.getLayoutSet()
           
 LayoutSet LayoutImpl.getLayoutSet()
           
 LayoutSet GroupImpl.getPrivateLayoutSet()
           
 LayoutSet GroupImpl.getPublicLayoutSet()
           
 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
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)
           
 

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.
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(long groupId, boolean privateLayout)
           
static LayoutSet LayoutSetLocalServiceUtil.addLayoutSet(long groupId, boolean privateLayout)
           
 LayoutSet LayoutSetLocalService.addLayoutSet(long groupId, boolean privateLayout)
           
 LayoutSet LayoutSetLocalServiceWrapper.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 LayoutSetLocalService.createLayoutSet(long layoutSetId)
          Creates a new layout set with the primary key.
 LayoutSet LayoutSetLocalServiceWrapper.getLayoutSet(long layoutSetId)
          Gets the layout set with the primary key.
static LayoutSet LayoutSetLocalServiceUtil.getLayoutSet(long layoutSetId)
          Gets the layout set with the primary key.
 LayoutSet LayoutSetLocalService.getLayoutSet(long layoutSetId)
          Gets the layout set with the primary key.
 LayoutSet LayoutSetLocalServiceWrapper.getLayoutSet(long groupId, boolean privateLayout)
           
static LayoutSet LayoutSetLocalServiceUtil.getLayoutSet(long groupId, boolean privateLayout)
           
 LayoutSet LayoutSetLocalService.getLayoutSet(long groupId, boolean privateLayout)
           
 LayoutSet LayoutSetLocalServiceWrapper.getLayoutSet(String virtualHost)
           
static LayoutSet LayoutSetLocalServiceUtil.getLayoutSet(String virtualHost)
           
 LayoutSet LayoutSetLocalService.getLayoutSet(String virtualHost)
           
 LayoutSet LayoutSetLocalServiceWrapper.updateLayoutSet(LayoutSet layoutSet)
          Updates the layout set in the database.
static LayoutSet LayoutSetLocalServiceUtil.updateLayoutSet(LayoutSet layoutSet)
          Updates the layout set in the database.
 LayoutSet LayoutSetLocalService.updateLayoutSet(LayoutSet layoutSet)
          Updates the layout set in the database.
 LayoutSet LayoutSetLocalServiceWrapper.updateLayoutSet(LayoutSet layoutSet, boolean merge)
          Updates the layout set in the database.
static LayoutSet LayoutSetLocalServiceUtil.updateLayoutSet(LayoutSet layoutSet, boolean merge)
          Updates the layout set in the database.
 LayoutSet LayoutSetLocalService.updateLayoutSet(LayoutSet layoutSet, boolean merge)
          Updates the layout set in the database.
 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 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)
           
static LayoutSet LayoutSetLocalServiceUtil.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.updatePageCount(long groupId, boolean privateLayout)
           
static LayoutSet LayoutSetLocalServiceUtil.updatePageCount(long groupId, boolean privateLayout)
           
 LayoutSet LayoutSetLocalService.updatePageCount(long groupId, boolean privateLayout)
           
 LayoutSet LayoutSetServiceWrapper.updateSettings(long groupId, boolean privateLayout, String settings)
           
static LayoutSet LayoutSetServiceUtil.updateSettings(long groupId, boolean privateLayout, String settings)
           
 LayoutSet LayoutSetService.updateSettings(long groupId, boolean privateLayout, String settings)
           
 LayoutSet LayoutSetLocalServiceWrapper.updateSettings(long groupId, boolean privateLayout, String settings)
           
static LayoutSet LayoutSetLocalServiceUtil.updateSettings(long groupId, boolean privateLayout, String settings)
           
 LayoutSet LayoutSetLocalService.updateSettings(long groupId, boolean privateLayout, String settings)
           
 LayoutSet LayoutSetServiceWrapper.updateVirtualHost(long groupId, boolean privateLayout, String virtualHost)
           
static LayoutSet LayoutSetServiceUtil.updateVirtualHost(long groupId, boolean privateLayout, String virtualHost)
           
 LayoutSet LayoutSetService.updateVirtualHost(long groupId, boolean privateLayout, String virtualHost)
           
 LayoutSet LayoutSetLocalServiceWrapper.updateVirtualHost(long groupId, boolean privateLayout, String virtualHost)
           
static LayoutSet LayoutSetLocalServiceUtil.updateVirtualHost(long groupId, boolean privateLayout, String virtualHost)
           
 LayoutSet LayoutSetLocalService.updateVirtualHost(long groupId, boolean privateLayout, String virtualHost)
           
 

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

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

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.getLayoutSet(long layoutSetId)
          Gets the layout set with the primary key.
 LayoutSet LayoutSetLocalServiceBaseImpl.updateLayoutSet(LayoutSet layoutSet)
          Updates the layout set in the database.
 LayoutSet LayoutSetLocalServiceBaseImpl.updateLayoutSet(LayoutSet layoutSet, boolean merge)
          Updates the layout set in the database.
 

Methods in com.liferay.portal.service.base that return types with arguments of type LayoutSet
 List<LayoutSet> LayoutSetLocalServiceBaseImpl.getLayoutSets(int start, int end)
          Gets 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.
 void LayoutSetLocalServiceBaseImpl.deleteLayoutSet(LayoutSet layoutSet)
          Deletes the layout set from the database.
 LayoutSet LayoutSetLocalServiceBaseImpl.updateLayoutSet(LayoutSet layoutSet)
          Updates the layout set in the database.
 LayoutSet LayoutSetLocalServiceBaseImpl.updateLayoutSet(LayoutSet layoutSet, boolean merge)
          Updates the layout set in the database.
 

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)
           
 

Methods in com.liferay.portal.service.http with parameters of type LayoutSet
static JSONArray LayoutSetJSONSerializer.toJSONArray(LayoutSet[] models)
           
static JSONArray LayoutSetJSONSerializer.toJSONArray(LayoutSet[][] models)
           
static JSONObject LayoutSetJSONSerializer.toJSONObject(LayoutSet model)
           
 

Method parameters in com.liferay.portal.service.http with type arguments of type LayoutSet
static JSONArray LayoutSetJSONSerializer.toJSONArray(List<LayoutSet> models)
           
 

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.getLayoutSet(long groupId, boolean privateLayout)
           
 LayoutSet LayoutSetLocalServiceImpl.getLayoutSet(String virtualHost)
           
 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 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 virtualHost)
           
 

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.
 LayoutSet LayoutSetPersistenceImpl.create(long layoutSetId)
          Creates a new layout set with the primary key.
static LayoutSet LayoutSetUtil.fetchByG_P(long groupId, boolean privateLayout)
          Finds the layout set where groupId = ? and privateLayout = ? or returns null if it could not be found.
 LayoutSet LayoutSetPersistence.fetchByG_P(long groupId, boolean privateLayout)
          Finds the layout set where groupId = ? and privateLayout = ? or returns null if it could not be found.
 LayoutSet LayoutSetPersistenceImpl.fetchByG_P(long groupId, boolean privateLayout)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds the layout set where groupId = ? and privateLayout = ? or returns null if it could not be found, optionally using the finder cache.
static LayoutSet LayoutSetUtil.fetchByPrimaryKey(long layoutSetId)
          Finds the layout set with the primary key or returns null if it could not be found.
 LayoutSet LayoutSetPersistence.fetchByPrimaryKey(long layoutSetId)
          Finds the layout set with the primary key or returns null if it could not be found.
 LayoutSet LayoutSetPersistenceImpl.fetchByPrimaryKey(long layoutSetId)
          Finds the layout set with the primary key or returns null if it could not be found.
 LayoutSet LayoutSetPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the layout set with the primary key or returns null if it could not be found.
static LayoutSet LayoutSetUtil.fetchByVirtualHost(String virtualHost)
          Finds the layout set where virtualHost = ? or returns null if it could not be found.
 LayoutSet LayoutSetPersistence.fetchByVirtualHost(String virtualHost)
          Finds the layout set where virtualHost = ? or returns null if it could not be found.
 LayoutSet LayoutSetPersistenceImpl.fetchByVirtualHost(String virtualHost)
          Finds the layout set where virtualHost = ? or returns null if it could not be found.
static LayoutSet LayoutSetUtil.fetchByVirtualHost(String virtualHost, boolean retrieveFromCache)
          Finds the layout set where virtualHost = ? or returns null if it could not be found, optionally using the finder cache.
 LayoutSet LayoutSetPersistence.fetchByVirtualHost(String virtualHost, boolean retrieveFromCache)
          Finds the layout set where virtualHost = ? or returns null if it could not be found, optionally using the finder cache.
 LayoutSet LayoutSetPersistenceImpl.fetchByVirtualHost(String virtualHost, boolean retrieveFromCache)
          Finds the layout set where virtualHost = ? or returns null if it could not be found, optionally using the finder cache.
static LayoutSet LayoutSetUtil.findByG_P(long groupId, boolean privateLayout)
          Finds 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)
          Finds 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)
          Finds 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 orderByComparator)
          Finds the first layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first layout set in the ordered set where groupId = ?.
static LayoutSet LayoutSetUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last layout set in the ordered set where groupId = ?.
static LayoutSet[] LayoutSetUtil.findByGroupId_PrevAndNext(long layoutSetId, long groupId, OrderByComparator orderByComparator)
          Finds 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 orderByComparator)
          Finds 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)
          Finds the layout sets before and after the current layout set in the ordered set where groupId = ?.
static LayoutSet LayoutSetUtil.findByPrimaryKey(long layoutSetId)
          Finds the layout set with the primary key or throws a NoSuchLayoutSetException if it could not be found.
 LayoutSet LayoutSetPersistence.findByPrimaryKey(long layoutSetId)
          Finds the layout set with the primary key or throws a NoSuchLayoutSetException if it could not be found.
 LayoutSet LayoutSetPersistenceImpl.findByPrimaryKey(long layoutSetId)
          Finds the layout set with the primary key or throws a NoSuchLayoutSetException if it could not be found.
 LayoutSet LayoutSetPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the layout set with the primary key or throws a NoSuchModelException if it could not be found.
static LayoutSet LayoutSetUtil.findByVirtualHost(String virtualHost)
          Finds the layout set where virtualHost = ? or throws a NoSuchLayoutSetException if it could not be found.
 LayoutSet LayoutSetPersistence.findByVirtualHost(String virtualHost)
          Finds the layout set where virtualHost = ? or throws a NoSuchLayoutSetException if it could not be found.
 LayoutSet LayoutSetPersistenceImpl.findByVirtualHost(String virtualHost)
          Finds the layout set where virtualHost = ? or throws a NoSuchLayoutSetException if it could not be found.
protected  LayoutSet LayoutSetPersistenceImpl.getByGroupId_PrevAndNext(Session session, LayoutSet layoutSet, long groupId, OrderByComparator orderByComparator, boolean previous)
           
static LayoutSet LayoutSetUtil.remove(LayoutSet layoutSet)
           
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.
 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.
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)
           
static LayoutSet LayoutSetUtil.updateImpl(LayoutSet layoutSet, boolean merge)
           
 LayoutSet LayoutSetPersistence.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
static List<LayoutSet> LayoutSetUtil.findAll()
          Finds all the layout sets.
 List<LayoutSet> LayoutSetPersistence.findAll()
          Finds all the layout sets.
 List<LayoutSet> LayoutSetPersistenceImpl.findAll()
          Finds all the layout sets.
static List<LayoutSet> LayoutSetUtil.findAll(int start, int end)
          Finds a range of all the layout sets.
 List<LayoutSet> LayoutSetPersistence.findAll(int start, int end)
          Finds a range of all the layout sets.
 List<LayoutSet> LayoutSetPersistenceImpl.findAll(int start, int end)
          Finds a range of all the layout sets.
static List<LayoutSet> LayoutSetUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the layout sets.
 List<LayoutSet> LayoutSetPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the layout sets.
 List<LayoutSet> LayoutSetPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the layout sets.
static List<LayoutSet> LayoutSetUtil.findByGroupId(long groupId)
          Finds all the layout sets where groupId = ?.
 List<LayoutSet> LayoutSetPersistence.findByGroupId(long groupId)
          Finds all the layout sets where groupId = ?.
 List<LayoutSet> LayoutSetPersistenceImpl.findByGroupId(long groupId)
          Finds all the layout sets where groupId = ?.
static List<LayoutSet> LayoutSetUtil.findByGroupId(long groupId, int start, int end)
          Finds a range of all the layout sets where groupId = ?.
 List<LayoutSet> LayoutSetPersistence.findByGroupId(long groupId, int start, int end)
          Finds a range of all the layout sets where groupId = ?.
 List<LayoutSet> LayoutSetPersistenceImpl.findByGroupId(long groupId, int start, int end)
          Finds a range of all the layout sets where groupId = ?.
static List<LayoutSet> LayoutSetUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the layout sets where groupId = ?.
 List<LayoutSet> LayoutSetPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the layout sets where groupId = ?.
 List<LayoutSet> LayoutSetPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the layout sets where groupId = ?.
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
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.
 void LayoutSetPersistenceImpl.cacheResult(LayoutSet layoutSet)
          Caches the layout set in the entity cache if it is enabled.
static void LayoutSetUtil.clearCache(LayoutSet layoutSet)
           
 void LayoutSetPersistenceImpl.clearCache(LayoutSet layoutSet)
          Clears the cache for the layout set.
protected  LayoutSet LayoutSetPersistenceImpl.getByGroupId_PrevAndNext(Session session, LayoutSet layoutSet, long groupId, OrderByComparator orderByComparator, boolean previous)
           
static LayoutSet LayoutSetUtil.remove(LayoutSet layoutSet)
           
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)
           
static LayoutSet LayoutSetUtil.updateImpl(LayoutSet layoutSet, boolean merge)
           
 LayoutSet LayoutSetPersistence.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
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.
 void LayoutSetPersistenceImpl.cacheResult(List<LayoutSet> layoutSets)
          Caches the layout sets in the entity cache if it is enabled.
 

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)
           
 

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

Methods in com.liferay.portlet.communities.util with parameters of type LayoutSet
static void CommunitiesUtil.copyLayoutSet(LayoutSet sourceLayoutSet, LayoutSet targetLayoutSet)
           
 


Liferay 6.0-ee