Liferay 6.1.2-ce-ga3

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

Packages that use LayoutSet
com.liferay.portal.kernel.staging   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.theme This package defines the portal theme classes. 
com.liferay.portal.util This package defines the portal utility interfaces and classes. 
 

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

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

Uses of LayoutSet in com.liferay.portal.model
 

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

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

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

Methods in com.liferay.portal.model with parameters of type LayoutSet
 int LayoutSetModel.compareTo(LayoutSet layoutSet)
           
 int LayoutSetWrapper.compareTo(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.service
 

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

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

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

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

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

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

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

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

Uses of LayoutSet in com.liferay.portal.theme
 

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

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

Uses of LayoutSet in com.liferay.portal.util
 

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


Liferay 6.1.2-ce-ga3