Liferay 6.2-ce-ga5

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

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

Methods in com.liferay.portal.kernel.staging with parameters of type LayoutSet
 Date Staging.getLastPublishDate(LayoutSet layoutSet)
           
static Date StagingUtil.getLastPublishDate(LayoutSet 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 LayoutRevisionWrapper.getLayoutSet()
           
 LayoutSet LayoutRevision.getLayoutSet()
           
 LayoutSet LayoutSetPrototypeWrapper.getLayoutSet()
           
 LayoutSet LayoutWrapper.getLayoutSet()
           
 LayoutSet LayoutSetPrototype.getLayoutSet()
           
 LayoutSet Layout.getLayoutSet()
           
 LayoutSet LayoutSetStagingHandler.getLayoutSet()
           
 LayoutSet LayoutSetBranchWrapper.getLayoutSet()
           
 LayoutSet LayoutSetBranch.getLayoutSet()
           
 LayoutSet Group.getPrivateLayoutSet()
           
 LayoutSet GroupWrapper.getPrivateLayoutSet()
           
 LayoutSet Group.getPublicLayoutSet()
           
 LayoutSet GroupWrapper.getPublicLayoutSet()
           
 LayoutSet LayoutSetWrapper.getWrappedLayoutSet()
          Deprecated. As of 6.1.0, replaced by LayoutSetWrapper.getWrappedModel()
 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
 int LayoutSetWrapper.compareTo(LayoutSet layoutSet)
           
 int LayoutSetModel.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
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.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 orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first 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.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout set in the ordered set where groupId = ?.
static LayoutSet LayoutSetUtil.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistence.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first 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.fetchByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator 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 orderByComparator)
          Returns the first layout set in the ordered set where groupId = ?.
 LayoutSet LayoutSetPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last 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.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.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
 LayoutSet LayoutSetPersistence.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the first 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_Last(String layoutSetPrototypeUuid, OrderByComparator orderByComparator)
          Returns the last 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.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.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 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 orderByComparator)
          Returns an ordered 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.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 orderByComparator)
          Returns an ordered 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.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 orderByComparator)
          Returns an ordered 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.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.
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.
 

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
 String Portal.getLayoutSetFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay)
           
static String PortalUtil.getLayoutSetFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay)
           
 

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

Methods in com.liferay.portlet.sites.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 6.2-ce-ga5