|
Liferay 6.2.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LayoutRevision | |
|---|---|
| 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. |
| Uses of LayoutRevision in com.liferay.portal.kernel.staging |
|---|
| Methods in com.liferay.portal.kernel.staging that return LayoutRevision | |
|---|---|
abstract LayoutRevision |
LayoutStaging.getLayoutRevision(Layout layout)
|
static LayoutRevision |
LayoutStagingUtil.getLayoutRevision(Layout layout)
|
| Methods in com.liferay.portal.kernel.staging with parameters of type LayoutRevision | |
|---|---|
static WorkflowTask |
StagingUtil.getWorkflowTask(long userId,
LayoutRevision layoutRevision)
|
abstract WorkflowTask |
Staging.getWorkflowTask(long userId,
LayoutRevision layoutRevision)
|
static boolean |
StagingUtil.hasWorkflowTask(long userId,
LayoutRevision layoutRevision)
|
abstract boolean |
Staging.hasWorkflowTask(long userId,
LayoutRevision layoutRevision)
|
| Uses of LayoutRevision in com.liferay.portal.model |
|---|
| Classes in com.liferay.portal.model that implement LayoutRevision | |
|---|---|
class |
LayoutRevisionWrapper
This class is a wrapper for LayoutRevision. |
| Methods in com.liferay.portal.model that return LayoutRevision | |
|---|---|
LayoutRevision |
LayoutStagingHandler.getLayoutRevision()
|
LayoutRevision |
LayoutRevisionWrapper.getWrappedLayoutRevision()
Deprecated. As of 6.1.0, replaced by LayoutRevisionWrapper.getWrappedModel() |
LayoutRevision |
LayoutRevisionWrapper.getWrappedModel()
|
abstract LayoutRevision |
LayoutRevisionModel.toEscapedModel()
|
LayoutRevision |
LayoutRevisionWrapper.toEscapedModel()
|
abstract LayoutRevision |
LayoutRevisionModel.toUnescapedModel()
|
LayoutRevision |
LayoutRevisionWrapper.toUnescapedModel()
|
| Methods in com.liferay.portal.model that return types with arguments of type LayoutRevision | |
|---|---|
List<LayoutRevision> |
LayoutRevisionWrapper.getChildren()
|
abstract List<LayoutRevision> |
LayoutRevision.getChildren()
|
abstract CacheModel<LayoutRevision> |
LayoutRevisionModel.toCacheModel()
|
CacheModel<LayoutRevision> |
LayoutRevisionWrapper.toCacheModel()
|
| Methods in com.liferay.portal.model with parameters of type LayoutRevision | |
|---|---|
abstract int |
LayoutRevisionModel.compareTo(LayoutRevision layoutRevision)
|
int |
LayoutRevisionWrapper.compareTo(LayoutRevision layoutRevision)
|
void |
LayoutStagingHandler.setLayoutRevision(LayoutRevision layoutRevision)
|
static LayoutRevisionSoap |
LayoutRevisionSoap.toSoapModel(LayoutRevision model)
|
static LayoutRevisionSoap[] |
LayoutRevisionSoap.toSoapModels(LayoutRevision[] models)
|
static LayoutRevisionSoap[][] |
LayoutRevisionSoap.toSoapModels(LayoutRevision[][] models)
|
| Method parameters in com.liferay.portal.model with type arguments of type LayoutRevision | |
|---|---|
static LayoutRevisionSoap[] |
LayoutRevisionSoap.toSoapModels(List<LayoutRevision> models)
|
| Constructors in com.liferay.portal.model with parameters of type LayoutRevision | |
|---|---|
LayoutRevisionWrapper(LayoutRevision layoutRevision)
|
|
| Uses of LayoutRevision in com.liferay.portal.service |
|---|
| Methods in com.liferay.portal.service that return LayoutRevision | |
|---|---|
static LayoutRevision |
LayoutRevisionLocalServiceUtil.addLayoutRevision(LayoutRevision layoutRevision)
Adds the layout revision to the database. |
LayoutRevision |
LayoutRevisionLocalServiceWrapper.addLayoutRevision(LayoutRevision layoutRevision)
Adds the layout revision to the database. |
abstract LayoutRevision |
LayoutRevisionLocalService.addLayoutRevision(LayoutRevision layoutRevision)
Adds the layout revision to the database. |
LayoutRevision |
LayoutRevisionServiceWrapper.addLayoutRevision(long userId,
long layoutSetBranchId,
long layoutBranchId,
long parentLayoutRevisionId,
boolean head,
long plid,
long portletPreferencesPlid,
boolean privateLayout,
String name,
String title,
String description,
String keywords,
String robots,
String typeSettings,
boolean iconImage,
long iconImageId,
String themeId,
String colorSchemeId,
String wapThemeId,
String wapColorSchemeId,
String css,
ServiceContext serviceContext)
|
static LayoutRevision |
LayoutRevisionLocalServiceUtil.addLayoutRevision(long userId,
long layoutSetBranchId,
long layoutBranchId,
long parentLayoutRevisionId,
boolean head,
long plid,
long portletPreferencesPlid,
boolean privateLayout,
String name,
String title,
String description,
String keywords,
String robots,
String typeSettings,
boolean iconImage,
long iconImageId,
String themeId,
String colorSchemeId,
String wapThemeId,
String wapColorSchemeId,
String css,
ServiceContext serviceContext)
|
LayoutRevision |
LayoutRevisionLocalServiceWrapper.addLayoutRevision(long userId,
long layoutSetBranchId,
long layoutBranchId,
long parentLayoutRevisionId,
boolean head,
long plid,
long portletPreferencesPlid,
boolean privateLayout,
String name,
String title,
String description,
String keywords,
String robots,
String typeSettings,
boolean iconImage,
long iconImageId,
String themeId,
String colorSchemeId,
String wapThemeId,
String wapColorSchemeId,
String css,
ServiceContext serviceContext)
|
static LayoutRevision |
LayoutRevisionServiceUtil.addLayoutRevision(long userId,
long layoutSetBranchId,
long layoutBranchId,
long parentLayoutRevisionId,
boolean head,
long plid,
long portletPreferencesPlid,
boolean privateLayout,
String name,
String title,
String description,
String keywords,
String robots,
String typeSettings,
boolean iconImage,
long iconImageId,
String themeId,
String colorSchemeId,
String wapThemeId,
String wapColorSchemeId,
String css,
ServiceContext serviceContext)
|
abstract LayoutRevision |
LayoutRevisionLocalService.addLayoutRevision(long userId,
long layoutSetBranchId,
long layoutBranchId,
long parentLayoutRevisionId,
boolean head,
long plid,
long portletPreferencesPlid,
boolean privateLayout,
String name,
String title,
String description,
String keywords,
String robots,
String typeSettings,
boolean iconImage,
long iconImageId,
String themeId,
String colorSchemeId,
String wapThemeId,
String wapColorSchemeId,
String css,
ServiceContext serviceContext)
|
abstract LayoutRevision |
LayoutRevisionService.addLayoutRevision(long userId,
long layoutSetBranchId,
long layoutBranchId,
long parentLayoutRevisionId,
boolean head,
long plid,
long portletPreferencesPlid,
boolean privateLayout,
String name,
String title,
String description,
String keywords,
String robots,
String typeSettings,
boolean iconImage,
long iconImageId,
String themeId,
String colorSchemeId,
String wapThemeId,
String wapColorSchemeId,
String css,
ServiceContext serviceContext)
|
static LayoutRevision |
LayoutRevisionLocalServiceUtil.createLayoutRevision(long layoutRevisionId)
Creates a new layout revision with the primary key. |
LayoutRevision |
LayoutRevisionLocalServiceWrapper.createLayoutRevision(long layoutRevisionId)
Creates a new layout revision with the primary key. |
abstract LayoutRevision |
LayoutRevisionLocalService.createLayoutRevision(long layoutRevisionId)
Creates a new layout revision with the primary key. |
static LayoutRevision |
LayoutRevisionLocalServiceUtil.deleteLayoutRevision(LayoutRevision layoutRevision)
Deletes the layout revision from the database. |
LayoutRevision |
LayoutRevisionLocalServiceWrapper.deleteLayoutRevision(LayoutRevision layoutRevision)
Deletes the layout revision from the database. |
abstract LayoutRevision |
LayoutRevisionLocalService.deleteLayoutRevision(LayoutRevision layoutRevision)
Deletes the layout revision from the database. |
static LayoutRevision |
LayoutRevisionLocalServiceUtil.deleteLayoutRevision(long layoutRevisionId)
Deletes the layout revision with the primary key from the database. |
LayoutRevision |
LayoutRevisionLocalServiceWrapper.deleteLayoutRevision(long layoutRevisionId)
Deletes the layout revision with the primary key from the database. |
abstract LayoutRevision |
LayoutRevisionLocalService.deleteLayoutRevision(long layoutRevisionId)
Deletes the layout revision with the primary key from the database. |
static LayoutRevision |
LayoutRevisionLocalServiceUtil.fetchLastLayoutRevision(long plid,
boolean head)
|
LayoutRevision |
LayoutRevisionLocalServiceWrapper.fetchLastLayoutRevision(long plid,
boolean head)
|
abstract LayoutRevision |
LayoutRevisionLocalService.fetchLastLayoutRevision(long plid,
boolean head)
|
static LayoutRevision |
LayoutRevisionLocalServiceUtil.fetchLatestLayoutRevision(long layoutSetBranchId,
long plid)
|
LayoutRevision |
LayoutRevisionLocalServiceWrapper.fetchLatestLayoutRevision(long layoutSetBranchId,
long plid)
|
abstract LayoutRevision |
LayoutRevisionLocalService.fetchLatestLayoutRevision(long layoutSetBranchId,
long plid)
|
static LayoutRevision |
LayoutRevisionLocalServiceUtil.fetchLayoutRevision(long layoutRevisionId)
|
LayoutRevision |
LayoutRevisionLocalServiceWrapper.fetchLayoutRevision(long layoutRevisionId)
|
abstract LayoutRevision |
LayoutRevisionLocalService.fetchLayoutRevision(long layoutRevisionId)
|
static LayoutRevision |
LayoutRevisionLocalServiceUtil.fetchLayoutRevision(long layoutSetBranchId,
boolean head,
long plid)
|
LayoutRevision |
LayoutRevisionLocalServiceWrapper.fetchLayoutRevision(long layoutSetBranchId,
boolean head,
long plid)
|
abstract LayoutRevision |
LayoutRevisionLocalService.fetchLayoutRevision(long layoutSetBranchId,
boolean head,
long plid)
|
static LayoutRevision |
LayoutRevisionLocalServiceUtil.getLayoutRevision(long layoutRevisionId)
Returns the layout revision with the primary key. |
LayoutRevision |
LayoutRevisionLocalServiceWrapper.getLayoutRevision(long layoutRevisionId)
Returns the layout revision with the primary key. |
abstract LayoutRevision |
LayoutRevisionLocalService.getLayoutRevision(long layoutRevisionId)
Returns the layout revision with the primary key. |
static LayoutRevision |
LayoutRevisionLocalServiceUtil.getLayoutRevision(long layoutSetBranchId,
long plid,
boolean head)
|
LayoutRevision |
LayoutRevisionLocalServiceWrapper.getLayoutRevision(long layoutSetBranchId,
long plid,
boolean head)
|
abstract LayoutRevision |
LayoutRevisionLocalService.getLayoutRevision(long layoutSetBranchId,
long plid,
boolean head)
|
static LayoutRevision |
LayoutRevisionLocalServiceUtil.getLayoutRevision(long layoutSetBranchId,
long layoutBranchId,
long plid)
|
LayoutRevision |
LayoutRevisionLocalServiceWrapper.getLayoutRevision(long layoutSetBranchId,
long layoutBranchId,
long plid)
|
abstract LayoutRevision |
LayoutRevisionLocalService.getLayoutRevision(long layoutSetBranchId,
long layoutBranchId,
long plid)
|
static LayoutRevision |
LayoutRevisionLocalServiceUtil.updateLayoutRevision(LayoutRevision layoutRevision)
Updates the layout revision in the database or adds it if it does not yet exist. |
LayoutRevision |
LayoutRevisionLocalServiceWrapper.updateLayoutRevision(LayoutRevision layoutRevision)
Updates the layout revision in the database or adds it if it does not yet exist. |
abstract LayoutRevision |
LayoutRevisionLocalService.updateLayoutRevision(LayoutRevision layoutRevision)
Updates the layout revision in the database or adds it if it does not yet exist. |
static LayoutRevision |
LayoutRevisionLocalServiceUtil.updateLayoutRevision(long userId,
long layoutRevisionId,
long layoutBranchId,
String name,
String title,
String description,
String keywords,
String robots,
String typeSettings,
boolean iconImage,
long iconImageId,
String themeId,
String colorSchemeId,
String wapThemeId,
String wapColorSchemeId,
String css,
ServiceContext serviceContext)
|
LayoutRevision |
LayoutRevisionLocalServiceWrapper.updateLayoutRevision(long userId,
long layoutRevisionId,
long layoutBranchId,
String name,
String title,
String description,
String keywords,
String robots,
String typeSettings,
boolean iconImage,
long iconImageId,
String themeId,
String colorSchemeId,
String wapThemeId,
String wapColorSchemeId,
String css,
ServiceContext serviceContext)
|
abstract LayoutRevision |
LayoutRevisionLocalService.updateLayoutRevision(long userId,
long layoutRevisionId,
long layoutBranchId,
String name,
String title,
String description,
String keywords,
String robots,
String typeSettings,
boolean iconImage,
long iconImageId,
String themeId,
String colorSchemeId,
String wapThemeId,
String wapColorSchemeId,
String css,
ServiceContext serviceContext)
|
static LayoutRevision |
LayoutRevisionLocalServiceUtil.updateStatus(long userId,
long layoutRevisionId,
int status,
ServiceContext serviceContext)
|
LayoutRevision |
LayoutRevisionLocalServiceWrapper.updateStatus(long userId,
long layoutRevisionId,
int status,
ServiceContext serviceContext)
|
abstract LayoutRevision |
LayoutRevisionLocalService.updateStatus(long userId,
long layoutRevisionId,
int status,
ServiceContext serviceContext)
|
| Methods in com.liferay.portal.service that return types with arguments of type LayoutRevision | |
|---|---|
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getChildLayoutRevisions(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid)
|
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getChildLayoutRevisions(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid)
|
abstract List<LayoutRevision> |
LayoutRevisionLocalService.getChildLayoutRevisions(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid)
|
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getChildLayoutRevisions(long layoutSetBranchId,
long parentLayoutRevision,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
|
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getChildLayoutRevisions(long layoutSetBranchId,
long parentLayoutRevision,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
|
abstract List<LayoutRevision> |
LayoutRevisionLocalService.getChildLayoutRevisions(long layoutSetBranchId,
long parentLayoutRevision,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getLayoutRevisions(int start,
int end)
Returns a range of all the layout revisions. |
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getLayoutRevisions(int start,
int end)
Returns a range of all the layout revisions. |
abstract List<LayoutRevision> |
LayoutRevisionLocalService.getLayoutRevisions(int start,
int end)
Returns a range of all the layout revisions. |
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getLayoutRevisions(long plid)
|
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long plid)
|
abstract List<LayoutRevision> |
LayoutRevisionLocalService.getLayoutRevisions(long plid)
|
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId,
boolean head)
|
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId,
boolean head)
|
abstract List<LayoutRevision> |
LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId,
boolean head)
|
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId,
int status)
|
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId,
int status)
|
abstract List<LayoutRevision> |
LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId,
int status)
|
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId,
long plid)
|
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId,
long plid)
|
abstract List<LayoutRevision> |
LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId,
long plid)
|
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId,
long plid,
int status)
|
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId,
long plid,
int status)
|
abstract List<LayoutRevision> |
LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId,
long plid,
int status)
|
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
|
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
|
abstract List<LayoutRevision> |
LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
|
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
|
abstract List<LayoutRevision> |
LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
|
| Methods in com.liferay.portal.service with parameters of type LayoutRevision | |
|---|---|
static LayoutRevision |
LayoutRevisionLocalServiceUtil.addLayoutRevision(LayoutRevision layoutRevision)
Adds the layout revision to the database. |
LayoutRevision |
LayoutRevisionLocalServiceWrapper.addLayoutRevision(LayoutRevision layoutRevision)
Adds the layout revision to the database. |
abstract LayoutRevision |
LayoutRevisionLocalService.addLayoutRevision(LayoutRevision layoutRevision)
Adds the layout revision to the database. |
static LayoutRevision |
LayoutRevisionLocalServiceUtil.deleteLayoutRevision(LayoutRevision layoutRevision)
Deletes the layout revision from the database. |
LayoutRevision |
LayoutRevisionLocalServiceWrapper.deleteLayoutRevision(LayoutRevision layoutRevision)
Deletes the layout revision from the database. |
abstract LayoutRevision |
LayoutRevisionLocalService.deleteLayoutRevision(LayoutRevision layoutRevision)
Deletes the layout revision from the database. |
static LayoutRevision |
LayoutRevisionLocalServiceUtil.updateLayoutRevision(LayoutRevision layoutRevision)
Updates the layout revision in the database or adds it if it does not yet exist. |
LayoutRevision |
LayoutRevisionLocalServiceWrapper.updateLayoutRevision(LayoutRevision layoutRevision)
Updates the layout revision in the database or adds it if it does not yet exist. |
abstract LayoutRevision |
LayoutRevisionLocalService.updateLayoutRevision(LayoutRevision layoutRevision)
Updates the layout revision in the database or adds it if it does not yet exist. |
| Uses of LayoutRevision in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that return LayoutRevision | |
|---|---|
static LayoutRevision |
LayoutRevisionUtil.create(long layoutRevisionId)
Creates a new layout revision with the primary key. |
abstract LayoutRevision |
LayoutRevisionPersistence.create(long layoutRevisionId)
Creates a new layout revision with the primary key. |
static LayoutRevision |
LayoutRevisionUtil.fetchByH_P_First(boolean head,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where head = ? and plid = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.fetchByH_P_First(boolean head,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where head = ? and plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByH_P_Last(boolean head,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where head = ? and plid = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.fetchByH_P_Last(boolean head,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where head = ? and plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByL_H_First(long layoutSetBranchId,
boolean head,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.fetchByL_H_First(long layoutSetBranchId,
boolean head,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByL_H_Last(long layoutSetBranchId,
boolean head,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.fetchByL_H_Last(long layoutSetBranchId,
boolean head,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByL_H_P(long layoutSetBranchId,
boolean head,
long plid)
Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or returns null if it could not be found. |
abstract LayoutRevision |
LayoutRevisionPersistence.fetchByL_H_P(long layoutSetBranchId,
boolean head,
long plid)
Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or returns null if it could not be found. |
static LayoutRevision |
LayoutRevisionUtil.fetchByL_H_P(long layoutSetBranchId,
boolean head,
long plid,
boolean retrieveFromCache)
Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or returns null if it could not be found, optionally using the finder cache. |
abstract LayoutRevision |
LayoutRevisionPersistence.fetchByL_H_P(long layoutSetBranchId,
boolean head,
long plid,
boolean retrieveFromCache)
Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or returns null if it could not be found, optionally using the finder cache. |
static LayoutRevision |
LayoutRevisionUtil.fetchByL_L_P_First(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.fetchByL_L_P_First(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByL_L_P_Last(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.fetchByL_L_P_Last(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.fetchByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.fetchByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByL_P_P_First(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.fetchByL_P_P_First(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByL_P_P_Last(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.fetchByL_P_P_Last(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByL_P_S_First(long layoutSetBranchId,
long plid,
int status,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.fetchByL_P_S_First(long layoutSetBranchId,
long plid,
int status,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByL_P_S_Last(long layoutSetBranchId,
long plid,
int status,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.fetchByL_P_S_Last(long layoutSetBranchId,
long plid,
int status,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByL_S_First(long layoutSetBranchId,
int status,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.fetchByL_S_First(long layoutSetBranchId,
int status,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByL_S_Last(long layoutSetBranchId,
int status,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.fetchByL_S_Last(long layoutSetBranchId,
int status,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.fetchByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.fetchByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByP_NotS_First(long plid,
int status,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where plid = ? and status ≠ ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.fetchByP_NotS_First(long plid,
int status,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where plid = ? and status ≠ ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByP_NotS_Last(long plid,
int status,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where plid = ? and status ≠ ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.fetchByP_NotS_Last(long plid,
int status,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where plid = ? and status ≠ ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByPlid_First(long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where plid = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.fetchByPlid_First(long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByPlid_Last(long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where plid = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.fetchByPlid_Last(long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.fetchByPrimaryKey(long layoutRevisionId)
Returns the layout revision with the primary key or returns null if it could not be found. |
abstract LayoutRevision |
LayoutRevisionPersistence.fetchByPrimaryKey(long layoutRevisionId)
Returns the layout revision with the primary key or returns null if it could not be found. |
static LayoutRevision |
LayoutRevisionUtil.findByH_P_First(boolean head,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where head = ? and plid = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.findByH_P_First(boolean head,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where head = ? and plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByH_P_Last(boolean head,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where head = ? and plid = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.findByH_P_Last(boolean head,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where head = ? and plid = ?. |
static LayoutRevision[] |
LayoutRevisionUtil.findByH_P_PrevAndNext(long layoutRevisionId,
boolean head,
long plid,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where head = ? and plid = ?. |
abstract LayoutRevision[] |
LayoutRevisionPersistence.findByH_P_PrevAndNext(long layoutRevisionId,
boolean head,
long plid,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where head = ? and plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByL_H_First(long layoutSetBranchId,
boolean head,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.findByL_H_First(long layoutSetBranchId,
boolean head,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByL_H_Last(long layoutSetBranchId,
boolean head,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.findByL_H_Last(long layoutSetBranchId,
boolean head,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByL_H_P(long layoutSetBranchId,
boolean head,
long plid)
Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or throws a NoSuchLayoutRevisionException if it could not be found. |
abstract LayoutRevision |
LayoutRevisionPersistence.findByL_H_P(long layoutSetBranchId,
boolean head,
long plid)
Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or throws a NoSuchLayoutRevisionException if it could not be found. |
static LayoutRevision[] |
LayoutRevisionUtil.findByL_H_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
boolean head,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
abstract LayoutRevision[] |
LayoutRevisionPersistence.findByL_H_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
boolean head,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByL_L_P_First(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.findByL_L_P_First(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByL_L_P_Last(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.findByL_L_P_Last(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
static LayoutRevision[] |
LayoutRevisionUtil.findByL_L_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
abstract LayoutRevision[] |
LayoutRevisionPersistence.findByL_L_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.findByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.findByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByL_P_P_First(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.findByL_P_P_First(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByL_P_P_Last(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.findByL_P_P_Last(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
static LayoutRevision[] |
LayoutRevisionUtil.findByL_P_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
abstract LayoutRevision[] |
LayoutRevisionPersistence.findByL_P_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
static LayoutRevision[] |
LayoutRevisionUtil.findByL_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
abstract LayoutRevision[] |
LayoutRevisionPersistence.findByL_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByL_P_S_First(long layoutSetBranchId,
long plid,
int status,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.findByL_P_S_First(long layoutSetBranchId,
long plid,
int status,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByL_P_S_Last(long layoutSetBranchId,
long plid,
int status,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.findByL_P_S_Last(long layoutSetBranchId,
long plid,
int status,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
static LayoutRevision[] |
LayoutRevisionUtil.findByL_P_S_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long plid,
int status,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
abstract LayoutRevision[] |
LayoutRevisionPersistence.findByL_P_S_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long plid,
int status,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByL_S_First(long layoutSetBranchId,
int status,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.findByL_S_First(long layoutSetBranchId,
int status,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByL_S_Last(long layoutSetBranchId,
int status,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.findByL_S_Last(long layoutSetBranchId,
int status,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
static LayoutRevision[] |
LayoutRevisionUtil.findByL_S_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
int status,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
abstract LayoutRevision[] |
LayoutRevisionPersistence.findByL_S_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
int status,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.findByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.findByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ?. |
static LayoutRevision[] |
LayoutRevisionUtil.findByLayoutSetBranchId_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ?. |
abstract LayoutRevision[] |
LayoutRevisionPersistence.findByLayoutSetBranchId_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByP_NotS_First(long plid,
int status,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where plid = ? and status ≠ ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.findByP_NotS_First(long plid,
int status,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where plid = ? and status ≠ ?. |
static LayoutRevision |
LayoutRevisionUtil.findByP_NotS_Last(long plid,
int status,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where plid = ? and status ≠ ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.findByP_NotS_Last(long plid,
int status,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where plid = ? and status ≠ ?. |
static LayoutRevision[] |
LayoutRevisionUtil.findByP_NotS_PrevAndNext(long layoutRevisionId,
long plid,
int status,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where plid = ? and status ≠ ?. |
abstract LayoutRevision[] |
LayoutRevisionPersistence.findByP_NotS_PrevAndNext(long layoutRevisionId,
long plid,
int status,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where plid = ? and status ≠ ?. |
static LayoutRevision |
LayoutRevisionUtil.findByPlid_First(long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where plid = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.findByPlid_First(long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByPlid_Last(long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where plid = ?. |
abstract LayoutRevision |
LayoutRevisionPersistence.findByPlid_Last(long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where plid = ?. |
static LayoutRevision[] |
LayoutRevisionUtil.findByPlid_PrevAndNext(long layoutRevisionId,
long plid,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where plid = ?. |
abstract LayoutRevision[] |
LayoutRevisionPersistence.findByPlid_PrevAndNext(long layoutRevisionId,
long plid,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where plid = ?. |
static LayoutRevision |
LayoutRevisionUtil.findByPrimaryKey(long layoutRevisionId)
Returns the layout revision with the primary key or throws a NoSuchLayoutRevisionException if it could not be found. |
abstract LayoutRevision |
LayoutRevisionPersistence.findByPrimaryKey(long layoutRevisionId)
Returns the layout revision with the primary key or throws a NoSuchLayoutRevisionException if it could not be found. |
static LayoutRevision |
LayoutRevisionUtil.remove(long layoutRevisionId)
Removes the layout revision with the primary key from the database. |
abstract LayoutRevision |
LayoutRevisionPersistence.remove(long layoutRevisionId)
Removes the layout revision with the primary key from the database. |
static LayoutRevision |
LayoutRevisionUtil.removeByL_H_P(long layoutSetBranchId,
boolean head,
long plid)
Removes the layout revision where layoutSetBranchId = ? and head = ? and plid = ? from the database. |
abstract LayoutRevision |
LayoutRevisionPersistence.removeByL_H_P(long layoutSetBranchId,
boolean head,
long plid)
Removes the layout revision where layoutSetBranchId = ? and head = ? and plid = ? from the database. |
static LayoutRevision |
LayoutRevisionUtil.update(LayoutRevision layoutRevision)
|
static LayoutRevision |
LayoutRevisionUtil.update(LayoutRevision layoutRevision,
ServiceContext serviceContext)
|
static LayoutRevision |
LayoutRevisionUtil.updateImpl(LayoutRevision layoutRevision)
|
abstract LayoutRevision |
LayoutRevisionPersistence.updateImpl(LayoutRevision layoutRevision)
|
| Methods in com.liferay.portal.service.persistence that return types with arguments of type LayoutRevision | |
|---|---|
static List<LayoutRevision> |
LayoutRevisionUtil.findAll()
Returns all the layout revisions. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findAll()
Returns all the layout revisions. |
static List<LayoutRevision> |
LayoutRevisionUtil.findAll(int start,
int end)
Returns a range of all the layout revisions. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findAll(int start,
int end)
Returns a range of all the layout revisions. |
static List<LayoutRevision> |
LayoutRevisionUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByH_P(boolean head,
long plid)
Returns all the layout revisions where head = ? and plid = ?. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findByH_P(boolean head,
long plid)
Returns all the layout revisions where head = ? and plid = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByH_P(boolean head,
long plid,
int start,
int end)
Returns a range of all the layout revisions where head = ? and plid = ?. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findByH_P(boolean head,
long plid,
int start,
int end)
Returns a range of all the layout revisions where head = ? and plid = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByH_P(boolean head,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where head = ? and plid = ?. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findByH_P(boolean head,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where head = ? and plid = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_H(long layoutSetBranchId,
boolean head)
Returns all the layout revisions where layoutSetBranchId = ? and head = ?. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findByL_H(long layoutSetBranchId,
boolean head)
Returns all the layout revisions where layoutSetBranchId = ? and head = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_H(long layoutSetBranchId,
boolean head,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and head = ?. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findByL_H(long layoutSetBranchId,
boolean head,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and head = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_H(long layoutSetBranchId,
boolean head,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ?. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findByL_H(long layoutSetBranchId,
boolean head,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid)
Returns all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid)
Returns all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid)
Returns all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid)
Returns all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_P_S(long layoutSetBranchId,
long plid,
int status)
Returns all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P_S(long layoutSetBranchId,
long plid,
int status)
Returns all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_P_S(long layoutSetBranchId,
long plid,
int status,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P_S(long layoutSetBranchId,
long plid,
int status,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_P_S(long layoutSetBranchId,
long plid,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P_S(long layoutSetBranchId,
long plid,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_P(long layoutSetBranchId,
long plid)
Returns all the layout revisions where layoutSetBranchId = ? and plid = ?. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P(long layoutSetBranchId,
long plid)
Returns all the layout revisions where layoutSetBranchId = ? and plid = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_P(long layoutSetBranchId,
long plid,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and plid = ?. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P(long layoutSetBranchId,
long plid,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and plid = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_P(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_S(long layoutSetBranchId,
int status)
Returns all the layout revisions where layoutSetBranchId = ? and status = ?. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findByL_S(long layoutSetBranchId,
int status)
Returns all the layout revisions where layoutSetBranchId = ? and status = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_S(long layoutSetBranchId,
int status,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and status = ?. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findByL_S(long layoutSetBranchId,
int status,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and status = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_S(long layoutSetBranchId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findByL_S(long layoutSetBranchId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByLayoutSetBranchId(long layoutSetBranchId)
Returns all the layout revisions where layoutSetBranchId = ?. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findByLayoutSetBranchId(long layoutSetBranchId)
Returns all the layout revisions where layoutSetBranchId = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ?. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ?. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByP_NotS(long plid,
int status)
Returns all the layout revisions where plid = ? and status ≠ ?. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findByP_NotS(long plid,
int status)
Returns all the layout revisions where plid = ? and status ≠ ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByP_NotS(long plid,
int status,
int start,
int end)
Returns a range of all the layout revisions where plid = ? and status ≠ ?. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findByP_NotS(long plid,
int status,
int start,
int end)
Returns a range of all the layout revisions where plid = ? and status ≠ ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByP_NotS(long plid,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where plid = ? and status ≠ ?. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findByP_NotS(long plid,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where plid = ? and status ≠ ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByPlid(long plid)
Returns all the layout revisions where plid = ?. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findByPlid(long plid)
Returns all the layout revisions where plid = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByPlid(long plid,
int start,
int end)
Returns a range of all the layout revisions where plid = ?. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findByPlid(long plid,
int start,
int end)
Returns a range of all the layout revisions where plid = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findByPlid(long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where plid = ?. |
abstract List<LayoutRevision> |
LayoutRevisionPersistence.findByPlid(long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where plid = ?. |
static List<LayoutRevision> |
LayoutRevisionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<LayoutRevision> |
LayoutRevisionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<LayoutRevision> |
LayoutRevisionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
| Methods in com.liferay.portal.service.persistence with parameters of type LayoutRevision | |
|---|---|
static void |
LayoutRevisionUtil.cacheResult(LayoutRevision layoutRevision)
Caches the layout revision in the entity cache if it is enabled. |
abstract void |
LayoutRevisionPersistence.cacheResult(LayoutRevision layoutRevision)
Caches the layout revision in the entity cache if it is enabled. |
static void |
LayoutRevisionUtil.clearCache(LayoutRevision layoutRevision)
|
static LayoutRevision |
LayoutRevisionUtil.update(LayoutRevision layoutRevision)
|
static LayoutRevision |
LayoutRevisionUtil.update(LayoutRevision layoutRevision,
ServiceContext serviceContext)
|
static LayoutRevision |
LayoutRevisionUtil.updateImpl(LayoutRevision layoutRevision)
|
abstract LayoutRevision |
LayoutRevisionPersistence.updateImpl(LayoutRevision layoutRevision)
|
| Method parameters in com.liferay.portal.service.persistence with type arguments of type LayoutRevision | |
|---|---|
static void |
LayoutRevisionUtil.cacheResult(List<LayoutRevision> layoutRevisions)
Caches the layout revisions in the entity cache if it is enabled. |
abstract void |
LayoutRevisionPersistence.cacheResult(List<LayoutRevision> layoutRevisions)
Caches the layout revisions in the entity cache if it is enabled. |
|
Liferay 6.2.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||