Package | Description |
---|---|
com.liferay.exportimport.kernel.lar | |
com.liferay.exportimport.kernel.staging | |
com.liferay.layouts.admin.kernel.util | |
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.model.impl |
This package defines the portal model implementation base classes.
|
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
com.liferay.portal.kernel.theme |
This package defines the portal theme classes.
|
com.liferay.portal.kernel.util |
This package defines the kernel utility interfaces and classes.
|
com.liferay.sites.kernel.util |
Modifier and Type | Method and Description |
---|---|
static Date |
ExportImportDateUtil.getLastPublishDate(LayoutSet layoutSet) |
Modifier and Type | Method and Description |
---|---|
static LayoutSetBranch |
LayoutStagingUtil.getLayoutSetBranch(LayoutSet layoutSet) |
LayoutSetBranch |
LayoutStaging.getLayoutSetBranch(LayoutSet layoutSet) |
static LayoutSetStagingHandler |
LayoutStagingUtil.getLayoutSetStagingHandler(LayoutSet layoutSet) |
LayoutSetStagingHandler |
LayoutStaging.getLayoutSetStagingHandler(LayoutSet layoutSet) |
Modifier and Type | Method and Description |
---|---|
void |
SitemapURLProvider.visitLayout(Element element,
String layoutUuid,
LayoutSet layoutSet,
ThemeDisplay themeDisplay) |
void |
SitemapURLProvider.visitLayoutSet(Element element,
LayoutSet layoutSet,
ThemeDisplay themeDisplay) |
Modifier and Type | Class and Description |
---|---|
class |
LayoutSetWrapper
This class is a wrapper for
LayoutSet . |
Modifier and Type | Field and Description |
---|---|
static Accessor<LayoutSet,Long> |
LayoutSet.LAYOUT_SET_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
LayoutSet |
LayoutRevisionWrapper.getLayoutSet() |
LayoutSet |
LayoutSetPrototypeWrapper.getLayoutSet() |
LayoutSet |
LayoutRevision.getLayoutSet() |
LayoutSet |
LayoutSetPrototype.getLayoutSet() |
LayoutSet |
Layout.getLayoutSet()
Returns the current layout's
LayoutSet . |
LayoutSet |
LayoutSetBranch.getLayoutSet() |
LayoutSet |
LayoutWrapper.getLayoutSet()
Returns the current layout's
LayoutSet . |
LayoutSet |
LayoutSetBranchWrapper.getLayoutSet() |
LayoutSet |
LayoutSetStagingHandler.getLayoutSet() |
LayoutSet |
GroupWrapper.getPrivateLayoutSet() |
LayoutSet |
Group.getPrivateLayoutSet() |
LayoutSet |
GroupWrapper.getPublicLayoutSet() |
LayoutSet |
Group.getPublicLayoutSet() |
LayoutSet |
LayoutSetWrapper.getWrappedModel() |
LayoutSet |
LayoutSetModel.toEscapedModel() |
LayoutSet |
LayoutSetWrapper.toEscapedModel() |
LayoutSet |
LayoutSetModel.toUnescapedModel() |
LayoutSet |
LayoutSetWrapper.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<LayoutSet> |
LayoutSetModel.toCacheModel() |
CacheModel<LayoutSet> |
LayoutSetWrapper.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
LayoutSetModel.compareTo(LayoutSet layoutSet) |
int |
LayoutSetWrapper.compareTo(LayoutSet layoutSet) |
void |
Layout.setLayoutSet(LayoutSet layoutSet) |
void |
LayoutWrapper.setLayoutSet(LayoutSet layoutSet) |
static LayoutSetSoap |
LayoutSetSoap.toSoapModel(LayoutSet model) |
static LayoutSetSoap[] |
LayoutSetSoap.toSoapModels(LayoutSet[] models) |
static LayoutSetSoap[][] |
LayoutSetSoap.toSoapModels(LayoutSet[][] models) |
Modifier and Type | Method and Description |
---|---|
static LayoutSetSoap[] |
LayoutSetSoap.toSoapModels(List<LayoutSet> models) |
Constructor and Description |
---|
LayoutSetStagingHandler(LayoutSet layoutSet) |
LayoutSetWrapper(LayoutSet layoutSet) |
Modifier and Type | Method and Description |
---|---|
LayoutSet |
VirtualLayout.getLayoutSet() |
Modifier and Type | Method and Description |
---|---|
void |
VirtualLayout.setLayoutSet(LayoutSet layoutSet) |
Modifier and Type | Method and Description |
---|---|
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.fetchLayoutSetByLogoId(boolean privateLayout,
long logoId) |
LayoutSet |
LayoutSetLocalService.fetchLayoutSetByLogoId(boolean privateLayout,
long logoId) |
static LayoutSet |
LayoutSetLocalServiceUtil.fetchLayoutSetByLogoId(boolean privateLayout,
long logoId) |
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.updateLogo(long groupId,
boolean privateLayout,
boolean logo,
byte[] bytes) |
LayoutSet |
LayoutSetLocalService.updateLogo(long groupId,
boolean privateLayout,
boolean logo,
byte[] bytes) |
static LayoutSet |
LayoutSetLocalServiceUtil.updateLogo(long groupId,
boolean privateLayout,
boolean logo,
byte[] bytes) |
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) |
LayoutSet |
LayoutSetLocalServiceWrapper.updateLookAndFeel(long groupId,
boolean privateLayout,
String themeId,
String colorSchemeId,
String css) |
static LayoutSet |
LayoutSetServiceUtil.updateLookAndFeel(long groupId,
boolean privateLayout,
String themeId,
String colorSchemeId,
String css) |
LayoutSet |
LayoutSetServiceWrapper.updateLookAndFeel(long groupId,
boolean privateLayout,
String themeId,
String colorSchemeId,
String css) |
LayoutSet |
LayoutSetLocalService.updateLookAndFeel(long groupId,
boolean privateLayout,
String themeId,
String colorSchemeId,
String css) |
static LayoutSet |
LayoutSetLocalServiceUtil.updateLookAndFeel(long groupId,
boolean privateLayout,
String themeId,
String colorSchemeId,
String css) |
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) |
static LayoutSet |
LayoutSetServiceUtil.updateSettings(long groupId,
boolean privateLayout,
String settings) |
LayoutSet |
LayoutSetServiceWrapper.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) |
static LayoutSet |
LayoutSetServiceUtil.updateVirtualHost(long groupId,
boolean privateLayout,
String virtualHost) |
LayoutSet |
LayoutSetServiceWrapper.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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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.
|
Map<Long,List<Layout>> |
LayoutLocalServiceWrapper.getLayoutChildLayouts(LayoutSet layoutSet,
List<Layout> parentLayouts) |
Map<Long,List<Layout>> |
LayoutLocalService.getLayoutChildLayouts(LayoutSet layoutSet,
List<Layout> parentLayouts) |
static Map<Long,List<Layout>> |
LayoutLocalServiceUtil.getLayoutChildLayouts(LayoutSet layoutSet,
List<Layout> parentLayouts) |
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.
|
Modifier and Type | Method and Description |
---|---|
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<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where groupId = ?.
|
static LayoutSet |
LayoutSetUtil.fetchByGroupId_First(long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first 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.fetchByGroupId_Last(long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where groupId = ?.
|
LayoutSet |
LayoutSetPersistence.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
|
static LayoutSet |
LayoutSetUtil.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first 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.fetchByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
|
LayoutSet |
LayoutSetPersistence.fetchByP_L(boolean privateLayout,
long logoId)
Returns the layout set where privateLayout = ? and logoId = ? or returns
null if it could not be found. |
static LayoutSet |
LayoutSetUtil.fetchByP_L(boolean privateLayout,
long logoId)
Returns the layout set where privateLayout = ? and logoId = ? or returns
null if it could not be found. |
LayoutSet |
LayoutSetPersistence.fetchByP_L(boolean privateLayout,
long logoId,
boolean retrieveFromCache)
Returns the layout set where privateLayout = ? and logoId = ? or returns
null if it could not be found, optionally using the finder cache. |
static LayoutSet |
LayoutSetUtil.fetchByP_L(boolean privateLayout,
long logoId,
boolean retrieveFromCache)
Returns the layout set where privateLayout = ? and logoId = ? or returns
null if it could not be found, optionally using the finder cache. |
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<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where groupId = ?.
|
static LayoutSet |
LayoutSetUtil.findByGroupId_First(long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first 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_Last(long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last 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.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.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
|
static LayoutSet |
LayoutSetUtil.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first 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_Last(String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last 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.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.findByP_L(boolean privateLayout,
long logoId)
Returns the layout set where privateLayout = ? and logoId = ? or throws a
NoSuchLayoutSetException if it could not be found. |
static LayoutSet |
LayoutSetUtil.findByP_L(boolean privateLayout,
long logoId)
Returns the layout set where privateLayout = ? and logoId = ? 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.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.
|
LayoutSet |
LayoutSetPersistence.removeByP_L(boolean privateLayout,
long logoId)
Removes the layout set where privateLayout = ? and logoId = ? from the database.
|
static LayoutSet |
LayoutSetUtil.removeByP_L(boolean privateLayout,
long logoId)
Removes the layout set where privateLayout = ? and logoId = ? from the database.
|
static LayoutSet |
LayoutSetUtil.update(LayoutSet layoutSet) |
static LayoutSet |
LayoutSetUtil.update(LayoutSet layoutSet,
ServiceContext serviceContext) |
LayoutSet |
LayoutSetPersistence.updateImpl(LayoutSet layoutSet) |
static LayoutSet |
LayoutSetUtil.updateImpl(LayoutSet layoutSet) |
Modifier and Type | Method and Description |
---|---|
Map<Serializable,LayoutSet> |
LayoutSetPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static Map<Serializable,LayoutSet> |
LayoutSetUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
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<LayoutSet> orderByComparator)
Returns an ordered 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,
boolean retrieveFromCache)
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.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<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)
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.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.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<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)
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.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) |
Modifier and Type | Method and Description |
---|---|
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) |
static LayoutSet |
LayoutSetUtil.update(LayoutSet layoutSet,
ServiceContext serviceContext) |
LayoutSet |
LayoutSetPersistence.updateImpl(LayoutSet layoutSet) |
static LayoutSet |
LayoutSetUtil.updateImpl(LayoutSet layoutSet) |
Modifier and Type | Method and Description |
---|---|
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.
|
LayoutSet |
LayoutSetPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where groupId = ?.
|
static LayoutSet |
LayoutSetUtil.fetchByGroupId_First(long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first 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.fetchByGroupId_Last(long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where groupId = ?.
|
LayoutSet |
LayoutSetPersistence.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
|
static LayoutSet |
LayoutSetUtil.fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first 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.fetchByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
|
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)
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.findAll(int start,
int end,
OrderByComparator<LayoutSet> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout sets.
|
LayoutSet |
LayoutSetPersistence.findByGroupId_First(long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where groupId = ?.
|
static LayoutSet |
LayoutSetUtil.findByGroupId_First(long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first 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_Last(long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last 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.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> |
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)
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.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutSet> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout sets where groupId = ?.
|
LayoutSet |
LayoutSetPersistence.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
|
static LayoutSet |
LayoutSetUtil.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first 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_Last(String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last 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.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> |
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)
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.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) |
Modifier and Type | Method and Description |
---|---|
LayoutSet |
ThemeDisplay.getLayoutSet()
Returns the current layout set, being either a public layout set or a
private layout set.
|
Modifier and Type | Method and Description |
---|---|
void |
ThemeDisplay.setLayoutSet(LayoutSet layoutSet) |
Modifier and Type | Method and Description |
---|---|
static LayoutSet |
DefaultLayoutSetPrototypesUtil.addLayoutSetPrototype(long companyId,
long defaultUserId,
String nameKey,
String descriptionKey,
List<LayoutSetPrototype> layoutSetPrototypes,
ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
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 |
Portal.getGroupFriendlyURL(LayoutSet layoutSet,
ThemeDisplay themeDisplay,
Locale locale) |
static String |
PortalUtil.getGroupFriendlyURL(LayoutSet layoutSet,
ThemeDisplay themeDisplay,
Locale locale) |
String |
Portal.getLayoutSetDisplayURL(LayoutSet layoutSet,
boolean secureConnection) |
static String |
PortalUtil.getLayoutSetDisplayURL(LayoutSet layoutSet,
boolean secureConnection) |
String |
Portal.getLayoutSetFriendlyURL(LayoutSet layoutSet,
ThemeDisplay themeDisplay) |
static String |
PortalUtil.getLayoutSetFriendlyURL(LayoutSet layoutSet,
ThemeDisplay themeDisplay) |
String |
Portal.getPortalURL(LayoutSet layoutSet,
ThemeDisplay themeDisplay) |
static String |
PortalUtil.getPortalURL(LayoutSet layoutSet,
ThemeDisplay themeDisplay) |
String |
Portal.getVirtualHostname(LayoutSet layoutSet) |
static String |
PortalUtil.getVirtualHostname(LayoutSet layoutSet) |
Modifier and Type | Method and Description |
---|---|
static List<Layout> |
SitesUtil.getMergeFailFriendlyURLLayouts(LayoutSet layoutSet) |
List<Layout> |
Sites.getMergeFailFriendlyURLLayouts(LayoutSet layoutSet) |
static boolean |
SitesUtil.isLayoutSetMergeable(Group group,
LayoutSet layoutSet) |
boolean |
Sites.isLayoutSetMergeable(Group group,
LayoutSet layoutSet) |
static boolean |
SitesUtil.isLayoutSetPrototypeUpdateable(LayoutSet layoutSet) |
boolean |
Sites.isLayoutSetPrototypeUpdateable(LayoutSet layoutSet) |
static void |
SitesUtil.mergeLayoutSetPrototypeLayouts(Group group,
LayoutSet layoutSet) |
void |
Sites.mergeLayoutSetPrototypeLayouts(Group group,
LayoutSet layoutSet) |
static void |
SitesUtil.removeMergeFailFriendlyURLLayouts(LayoutSet layoutSet) |
void |
Sites.removeMergeFailFriendlyURLLayouts(LayoutSet layoutSet) |
static void |
SitesUtil.resetPrototype(LayoutSet layoutSet) |
void |
Sites.resetPrototype(LayoutSet layoutSet) |