Package | Description |
---|---|
com.liferay.exportimport.kernel.staging | |
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
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.util.comparator |
This package defines the portal comparator classes.
|
Modifier and Type | Method and Description |
---|---|
static LayoutRevision |
LayoutStagingUtil.getLayoutRevision(Layout layout) |
LayoutRevision |
LayoutStaging.getLayoutRevision(Layout layout) |
Modifier and Type | Method and Description |
---|---|
WorkflowTask |
Staging.getWorkflowTask(long userId,
LayoutRevision layoutRevision) |
static WorkflowTask |
StagingUtil.getWorkflowTask(long userId,
LayoutRevision layoutRevision) |
boolean |
Staging.hasWorkflowTask(long userId,
LayoutRevision layoutRevision) |
static boolean |
StagingUtil.hasWorkflowTask(long userId,
LayoutRevision layoutRevision) |
Modifier and Type | Class and Description |
---|---|
class |
LayoutRevisionWrapper
This class is a wrapper for
LayoutRevision . |
Modifier and Type | Field and Description |
---|---|
static Accessor<LayoutRevision,Long> |
LayoutRevision.LAYOUT_REVISION_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
LayoutRevision |
LayoutStagingHandler.getLayoutRevision() |
LayoutRevision |
LayoutRevisionWrapper.getWrappedModel() |
LayoutRevision |
LayoutRevisionWrapper.toEscapedModel() |
LayoutRevision |
LayoutRevisionModel.toEscapedModel() |
LayoutRevision |
LayoutRevisionWrapper.toUnescapedModel() |
LayoutRevision |
LayoutRevisionModel.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
List<LayoutRevision> |
LayoutRevisionWrapper.getChildren() |
List<LayoutRevision> |
LayoutRevision.getChildren() |
CacheModel<LayoutRevision> |
LayoutRevisionWrapper.toCacheModel() |
CacheModel<LayoutRevision> |
LayoutRevisionModel.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
LayoutRevisionWrapper.compareTo(LayoutRevision layoutRevision) |
int |
LayoutRevisionModel.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) |
Modifier and Type | Method and Description |
---|---|
static LayoutRevisionSoap[] |
LayoutRevisionSoap.toSoapModels(List<LayoutRevision> models) |
Constructor and Description |
---|
LayoutRevisionWrapper(LayoutRevision layoutRevision) |
Modifier and Type | Method and Description |
---|---|
LayoutRevision |
LayoutRevisionLocalService.addLayoutRevision(LayoutRevision layoutRevision)
Adds the layout revision to the database.
|
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.
|
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 css,
ServiceContext serviceContext) |
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 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 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 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 css,
ServiceContext serviceContext) |
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 css,
ServiceContext serviceContext) |
LayoutRevision |
LayoutRevisionLocalService.createLayoutRevision(long layoutRevisionId)
Creates a new layout revision with the primary key.
|
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.
|
LayoutRevision |
LayoutRevisionLocalService.deleteLayoutRevision(LayoutRevision layoutRevision)
Deletes the layout revision from 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.
|
LayoutRevision |
LayoutRevisionLocalService.deleteLayoutRevision(long layoutRevisionId)
Deletes the layout revision with the primary key 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.
|
LayoutRevision |
LayoutRevisionLocalService.fetchLastLayoutRevision(long plid,
boolean head) |
static LayoutRevision |
LayoutRevisionLocalServiceUtil.fetchLastLayoutRevision(long plid,
boolean head) |
LayoutRevision |
LayoutRevisionLocalServiceWrapper.fetchLastLayoutRevision(long plid,
boolean head) |
LayoutRevision |
LayoutRevisionLocalService.fetchLatestLayoutRevision(long layoutSetBranchId,
long plid) |
static LayoutRevision |
LayoutRevisionLocalServiceUtil.fetchLatestLayoutRevision(long layoutSetBranchId,
long plid) |
LayoutRevision |
LayoutRevisionLocalServiceWrapper.fetchLatestLayoutRevision(long layoutSetBranchId,
long plid) |
LayoutRevision |
LayoutRevisionLocalService.fetchLayoutRevision(long layoutRevisionId) |
static LayoutRevision |
LayoutRevisionLocalServiceUtil.fetchLayoutRevision(long layoutRevisionId) |
LayoutRevision |
LayoutRevisionLocalServiceWrapper.fetchLayoutRevision(long layoutRevisionId) |
LayoutRevision |
LayoutRevisionLocalService.fetchLayoutRevision(long layoutSetBranchId,
boolean head,
long plid)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
static LayoutRevision |
LayoutRevisionLocalServiceUtil.fetchLayoutRevision(long layoutSetBranchId,
boolean head,
long plid)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
LayoutRevision |
LayoutRevisionLocalServiceWrapper.fetchLayoutRevision(long layoutSetBranchId,
boolean head,
long plid)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
LayoutRevision |
LayoutRevisionLocalService.fetchLayoutRevision(long layoutSetBranchId,
long layoutBranchId,
boolean head,
long plid) |
static LayoutRevision |
LayoutRevisionLocalServiceUtil.fetchLayoutRevision(long layoutSetBranchId,
long layoutBranchId,
boolean head,
long plid) |
LayoutRevision |
LayoutRevisionLocalServiceWrapper.fetchLayoutRevision(long layoutSetBranchId,
long layoutBranchId,
boolean head,
long plid) |
LayoutRevision |
LayoutRevisionLocalService.getLayoutRevision(long layoutRevisionId)
Returns the layout revision with the primary key.
|
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.
|
LayoutRevision |
LayoutRevisionLocalService.getLayoutRevision(long layoutSetBranchId,
long plid,
boolean head)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
static LayoutRevision |
LayoutRevisionLocalServiceUtil.getLayoutRevision(long layoutSetBranchId,
long plid,
boolean head)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
LayoutRevision |
LayoutRevisionLocalServiceWrapper.getLayoutRevision(long layoutSetBranchId,
long plid,
boolean head)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
LayoutRevision |
LayoutRevisionLocalService.getLayoutRevision(long layoutSetBranchId,
long layoutBranchId,
long plid) |
static LayoutRevision |
LayoutRevisionLocalServiceUtil.getLayoutRevision(long layoutSetBranchId,
long layoutBranchId,
long plid) |
LayoutRevision |
LayoutRevisionLocalServiceWrapper.getLayoutRevision(long layoutSetBranchId,
long layoutBranchId,
long plid) |
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(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.
|
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 css,
ServiceContext serviceContext) |
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 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 css,
ServiceContext serviceContext) |
LayoutRevision |
LayoutRevisionLocalService.updateStatus(long userId,
long layoutRevisionId,
int status,
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) |
Modifier and Type | Method and Description |
---|---|
List<LayoutRevision> |
LayoutRevisionLocalService.getChildLayoutRevisions(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid) |
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getChildLayoutRevisions(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid) |
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getChildLayoutRevisions(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid) |
List<LayoutRevision> |
LayoutRevisionLocalService.getChildLayoutRevisions(long layoutSetBranchId,
long parentLayoutRevision,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator) |
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getChildLayoutRevisions(long layoutSetBranchId,
long parentLayoutRevision,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator) |
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getChildLayoutRevisions(long layoutSetBranchId,
long parentLayoutRevision,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator) |
List<LayoutRevision> |
LayoutRevisionLocalService.getLayoutRevisions(int start,
int end)
Returns a range of all the layout revisions.
|
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.
|
List<LayoutRevision> |
LayoutRevisionLocalService.getLayoutRevisions(long plid) |
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getLayoutRevisions(long plid) |
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long plid) |
List<LayoutRevision> |
LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId,
boolean head) |
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId,
boolean head) |
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId,
boolean head) |
List<LayoutRevision> |
LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId,
boolean head,
int status) |
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId,
boolean head,
int status) |
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId,
boolean head,
int status) |
List<LayoutRevision> |
LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId,
int status) |
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId,
int status) |
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId,
int status) |
List<LayoutRevision> |
LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId,
long plid) |
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId,
long plid) |
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId,
long plid) |
List<LayoutRevision> |
LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId,
long plid,
boolean head) |
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId,
long plid,
boolean head) |
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId,
long plid,
boolean head) |
List<LayoutRevision> |
LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId,
long plid,
int status) |
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId,
long plid,
int status) |
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId,
long plid,
int status) |
List<LayoutRevision> |
LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator) |
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator) |
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator) |
List<LayoutRevision> |
LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator) |
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator) |
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
LayoutRevision |
LayoutRevisionLocalService.addLayoutRevision(LayoutRevision layoutRevision)
Adds the layout revision to the database.
|
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.
|
LayoutRevision |
LayoutRevisionLocalService.deleteLayoutRevision(LayoutRevision layoutRevision)
Deletes the layout revision from 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.
|
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(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.
|
Modifier and Type | Method and Description |
---|---|
List<LayoutRevision> |
LayoutRevisionLocalService.getChildLayoutRevisions(long layoutSetBranchId,
long parentLayoutRevision,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator) |
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getChildLayoutRevisions(long layoutSetBranchId,
long parentLayoutRevision,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator) |
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getChildLayoutRevisions(long layoutSetBranchId,
long parentLayoutRevision,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator) |
List<LayoutRevision> |
LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator) |
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator) |
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator) |
List<LayoutRevision> |
LayoutRevisionLocalService.getLayoutRevisions(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator) |
static List<LayoutRevision> |
LayoutRevisionLocalServiceUtil.getLayoutRevisions(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator) |
List<LayoutRevision> |
LayoutRevisionLocalServiceWrapper.getLayoutRevisions(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
static LayoutRevision |
LayoutRevisionUtil.create(long layoutRevisionId)
Creates a new layout revision with the primary key.
|
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<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where head = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByH_P_First(boolean head,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where head = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByH_P_Last(boolean head,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_H_First(long layoutSetBranchId,
boolean head,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_H_Last(long layoutSetBranchId,
boolean head,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
|
static LayoutRevision |
LayoutRevisionUtil.fetchByL_H_P_Collection_First(long layoutSetBranchId,
boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_H_P_Collection_First(long layoutSetBranchId,
boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.
|
static LayoutRevision |
LayoutRevisionUtil.fetchByL_H_P_Collection_Last(long layoutSetBranchId,
boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_H_P_Collection_Last(long layoutSetBranchId,
boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.
|
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. |
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. |
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_H_S_First(long layoutSetBranchId,
boolean head,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_H_S_First(long layoutSetBranchId,
boolean head,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.
|
static LayoutRevision |
LayoutRevisionUtil.fetchByL_H_S_Last(long layoutSetBranchId,
boolean head,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_H_S_Last(long layoutSetBranchId,
boolean head,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.
|
static LayoutRevision |
LayoutRevisionUtil.fetchByL_L_H_P(long layoutSetBranchId,
long layoutBranchId,
boolean head,
long plid)
Returns the layout revision where layoutSetBranchId = ? and layoutBranchId = ? and head = ? and plid = ? or returns
null if it could not be found. |
LayoutRevision |
LayoutRevisionPersistence.fetchByL_L_H_P(long layoutSetBranchId,
long layoutBranchId,
boolean head,
long plid)
Returns the layout revision where layoutSetBranchId = ? and layoutBranchId = ? and head = ? and plid = ? or returns
null if it could not be found. |
static LayoutRevision |
LayoutRevisionUtil.fetchByL_L_H_P(long layoutSetBranchId,
long layoutBranchId,
boolean head,
long plid,
boolean retrieveFromCache)
Returns the layout revision where layoutSetBranchId = ? and layoutBranchId = ? and head = ? and plid = ? or returns
null if it could not be found, optionally using the finder cache. |
LayoutRevision |
LayoutRevisionPersistence.fetchByL_L_H_P(long layoutSetBranchId,
long layoutBranchId,
boolean head,
long plid,
boolean retrieveFromCache)
Returns the layout revision where layoutSetBranchId = ? and layoutBranchId = ? 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<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_L_P_First(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_L_P_Last(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_P_P_First(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_P_P_Last(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_P_S_First(long layoutSetBranchId,
long plid,
int status,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_P_S_Last(long layoutSetBranchId,
long plid,
int status,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_S_First(long layoutSetBranchId,
int status,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_S_Last(long layoutSetBranchId,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
|
static LayoutRevision |
LayoutRevisionUtil.fetchByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
|
static LayoutRevision |
LayoutRevisionUtil.fetchByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
|
static LayoutRevision |
LayoutRevisionUtil.fetchByP_NotS_First(long plid,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByP_NotS_First(long plid,
int status,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByP_NotS_Last(long plid,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
|
static LayoutRevision |
LayoutRevisionUtil.fetchByPlid_First(long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByPlid_First(long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where plid = ?.
|
static LayoutRevision |
LayoutRevisionUtil.fetchByPlid_Last(long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByPlid_Last(long plid,
OrderByComparator<LayoutRevision> 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. |
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<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where head = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByH_P_First(boolean head,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where head = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByH_P_Last(boolean head,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where head = ? and plid = ?.
|
LayoutRevision[] |
LayoutRevisionPersistence.findByH_P_PrevAndNext(long layoutRevisionId,
boolean head,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_H_First(long layoutSetBranchId,
boolean head,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_H_Last(long layoutSetBranchId,
boolean head,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
|
static LayoutRevision |
LayoutRevisionUtil.findByL_H_P_Collection_First(long layoutSetBranchId,
boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_H_P_Collection_First(long layoutSetBranchId,
boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.
|
static LayoutRevision |
LayoutRevisionUtil.findByL_H_P_Collection_Last(long layoutSetBranchId,
boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_H_P_Collection_Last(long layoutSetBranchId,
boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.
|
static LayoutRevision[] |
LayoutRevisionUtil.findByL_H_P_Collection_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.
|
LayoutRevision[] |
LayoutRevisionPersistence.findByL_H_P_Collection_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.
|
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. |
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<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
|
LayoutRevision[] |
LayoutRevisionPersistence.findByL_H_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
boolean head,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
|
static LayoutRevision |
LayoutRevisionUtil.findByL_H_S_First(long layoutSetBranchId,
boolean head,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_H_S_First(long layoutSetBranchId,
boolean head,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.
|
static LayoutRevision |
LayoutRevisionUtil.findByL_H_S_Last(long layoutSetBranchId,
boolean head,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_H_S_Last(long layoutSetBranchId,
boolean head,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.
|
static LayoutRevision[] |
LayoutRevisionUtil.findByL_H_S_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
boolean head,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.
|
LayoutRevision[] |
LayoutRevisionPersistence.findByL_H_S_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
boolean head,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.
|
static LayoutRevision |
LayoutRevisionUtil.findByL_L_H_P(long layoutSetBranchId,
long layoutBranchId,
boolean head,
long plid)
Returns the layout revision where layoutSetBranchId = ? and layoutBranchId = ? and head = ? and plid = ? or throws a
NoSuchLayoutRevisionException if it could not be found. |
LayoutRevision |
LayoutRevisionPersistence.findByL_L_H_P(long layoutSetBranchId,
long layoutBranchId,
boolean head,
long plid)
Returns the layout revision where layoutSetBranchId = ? and layoutBranchId = ? and head = ? and plid = ? or throws a
NoSuchLayoutRevisionException if it could not be found. |
static LayoutRevision |
LayoutRevisionUtil.findByL_L_P_First(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_L_P_First(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_L_P_Last(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
|
LayoutRevision[] |
LayoutRevisionPersistence.findByL_L_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_P_P_First(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_P_P_Last(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
|
LayoutRevision[] |
LayoutRevisionPersistence.findByL_P_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
|
LayoutRevision[] |
LayoutRevisionPersistence.findByL_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_P_S_First(long layoutSetBranchId,
long plid,
int status,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_P_S_Last(long layoutSetBranchId,
long plid,
int status,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
|
LayoutRevision[] |
LayoutRevisionPersistence.findByL_P_S_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long plid,
int status,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_S_First(long layoutSetBranchId,
int status,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_S_Last(long layoutSetBranchId,
int status,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
|
LayoutRevision[] |
LayoutRevisionPersistence.findByL_S_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
int status,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
|
static LayoutRevision |
LayoutRevisionUtil.findByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
|
static LayoutRevision[] |
LayoutRevisionUtil.findByLayoutSetBranchId_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ?.
|
LayoutRevision[] |
LayoutRevisionPersistence.findByLayoutSetBranchId_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByP_NotS_First(long plid,
int status,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByP_NotS_Last(long plid,
int status,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where plid = ? and status ≠ ?.
|
LayoutRevision[] |
LayoutRevisionPersistence.findByP_NotS_PrevAndNext(long layoutRevisionId,
long plid,
int status,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByPlid_First(long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where plid = ?.
|
static LayoutRevision |
LayoutRevisionUtil.findByPlid_Last(long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByPlid_Last(long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where plid = ?.
|
static LayoutRevision[] |
LayoutRevisionUtil.findByPlid_PrevAndNext(long layoutRevisionId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where plid = ?.
|
LayoutRevision[] |
LayoutRevisionPersistence.findByPlid_PrevAndNext(long layoutRevisionId,
long plid,
OrderByComparator<LayoutRevision> 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. |
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.
|
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.
|
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.removeByL_L_H_P(long layoutSetBranchId,
long layoutBranchId,
boolean head,
long plid)
Removes the layout revision where layoutSetBranchId = ? and layoutBranchId = ? and head = ? and plid = ? from the database.
|
LayoutRevision |
LayoutRevisionPersistence.removeByL_L_H_P(long layoutSetBranchId,
long layoutBranchId,
boolean head,
long plid)
Removes the layout revision where layoutSetBranchId = ? and layoutBranchId = ? 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) |
LayoutRevision |
LayoutRevisionPersistence.updateImpl(LayoutRevision layoutRevision) |
Modifier and Type | Method and Description |
---|---|
static Map<Serializable,LayoutRevision> |
LayoutRevisionUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
Map<Serializable,LayoutRevision> |
LayoutRevisionPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static List<LayoutRevision> |
LayoutRevisionUtil.findAll()
Returns all the layout revisions.
|
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.
|
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<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findAll(int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions.
|
static List<LayoutRevision> |
LayoutRevisionUtil.findAll(int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findAll(int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
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 = ?.
|
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 = ?.
|
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<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where head = ? and plid = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByH_P(boolean head,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered 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<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where head = ? and plid = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByH_P(boolean head,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where head = ? and plid = ?.
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_H_P_Collection(long layoutSetBranchId,
boolean head,
long plid)
Returns all the layout revisions where layoutSetBranchId = ? and head = ? and plid = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_H_P_Collection(long layoutSetBranchId,
boolean head,
long plid)
Returns all the layout revisions where layoutSetBranchId = ? and head = ? and plid = ?.
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_H_P_Collection(long layoutSetBranchId,
boolean head,
long plid,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and head = ? and plid = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_H_P_Collection(long layoutSetBranchId,
boolean head,
long plid,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and head = ? and plid = ?.
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_H_P_Collection(long layoutSetBranchId,
boolean head,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and plid = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_H_P_Collection(long layoutSetBranchId,
boolean head,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and plid = ?.
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_H_P_Collection(long layoutSetBranchId,
boolean head,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and plid = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_H_P_Collection(long layoutSetBranchId,
boolean head,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and plid = ?.
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_H_S(long layoutSetBranchId,
boolean head,
int status)
Returns all the layout revisions where layoutSetBranchId = ? and head = ? and status = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_H_S(long layoutSetBranchId,
boolean head,
int status)
Returns all the layout revisions where layoutSetBranchId = ? and head = ? and status = ?.
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_H_S(long layoutSetBranchId,
boolean head,
int status,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and head = ? and status = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_H_S(long layoutSetBranchId,
boolean head,
int status,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and head = ? and status = ?.
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_H_S(long layoutSetBranchId,
boolean head,
int status,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and status = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_H_S(long layoutSetBranchId,
boolean head,
int status,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and status = ?.
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_H_S(long layoutSetBranchId,
boolean head,
int status,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and status = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_H_S(long layoutSetBranchId,
boolean head,
int status,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and status = ?.
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_H(long layoutSetBranchId,
boolean head)
Returns all the layout revisions where layoutSetBranchId = ? and head = ?.
|
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 = ?.
|
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<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_H(long layoutSetBranchId,
boolean head,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered 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<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_H(long layoutSetBranchId,
boolean head,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
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 = ?.
|
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 = ?.
|
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<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered 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<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
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 = ?.
|
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 = ?.
|
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<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered 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<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
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 = ?.
|
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 = ?.
|
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<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P_S(long layoutSetBranchId,
long plid,
int status,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered 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<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P_S(long layoutSetBranchId,
long plid,
int status,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
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 = ?.
|
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 = ?.
|
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<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered 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<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
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 = ?.
|
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 = ?.
|
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<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_S(long layoutSetBranchId,
int status,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered 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<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_S(long layoutSetBranchId,
int status,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
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 = ?.
|
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 = ?.
|
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<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
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 ≠ ?.
|
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 ≠ ?.
|
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<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where plid = ? and status ≠ ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByP_NotS(long plid,
int status,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered 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<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where plid = ? and status ≠ ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByP_NotS(long plid,
int status,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
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 = ?.
|
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 = ?.
|
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<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where plid = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByPlid(long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where plid = ?.
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByPlid(long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where plid = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByPlid(long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
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<LayoutRevision> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
static void |
LayoutRevisionUtil.cacheResult(LayoutRevision layoutRevision)
Caches the layout revision in the entity cache if it is enabled.
|
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) |
LayoutRevision |
LayoutRevisionPersistence.updateImpl(LayoutRevision layoutRevision) |
Modifier and Type | Method and Description |
---|---|
static void |
LayoutRevisionUtil.cacheResult(List<LayoutRevision> layoutRevisions)
Caches the layout revisions in the entity cache if it is enabled.
|
void |
LayoutRevisionPersistence.cacheResult(List<LayoutRevision> layoutRevisions)
Caches the layout revisions in the entity cache if it is enabled.
|
static LayoutRevision |
LayoutRevisionUtil.fetchByH_P_First(boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where head = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByH_P_First(boolean head,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where head = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByH_P_Last(boolean head,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_H_First(long layoutSetBranchId,
boolean head,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_H_Last(long layoutSetBranchId,
boolean head,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
|
static LayoutRevision |
LayoutRevisionUtil.fetchByL_H_P_Collection_First(long layoutSetBranchId,
boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_H_P_Collection_First(long layoutSetBranchId,
boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.
|
static LayoutRevision |
LayoutRevisionUtil.fetchByL_H_P_Collection_Last(long layoutSetBranchId,
boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_H_P_Collection_Last(long layoutSetBranchId,
boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.
|
static LayoutRevision |
LayoutRevisionUtil.fetchByL_H_S_First(long layoutSetBranchId,
boolean head,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_H_S_First(long layoutSetBranchId,
boolean head,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.
|
static LayoutRevision |
LayoutRevisionUtil.fetchByL_H_S_Last(long layoutSetBranchId,
boolean head,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_H_S_Last(long layoutSetBranchId,
boolean head,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.
|
static LayoutRevision |
LayoutRevisionUtil.fetchByL_L_P_First(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_L_P_First(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_L_P_Last(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_P_P_First(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_P_P_Last(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_P_S_First(long layoutSetBranchId,
long plid,
int status,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_P_S_Last(long layoutSetBranchId,
long plid,
int status,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_S_First(long layoutSetBranchId,
int status,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByL_S_Last(long layoutSetBranchId,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
|
static LayoutRevision |
LayoutRevisionUtil.fetchByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
|
static LayoutRevision |
LayoutRevisionUtil.fetchByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
|
static LayoutRevision |
LayoutRevisionUtil.fetchByP_NotS_First(long plid,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByP_NotS_First(long plid,
int status,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByP_NotS_Last(long plid,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
|
static LayoutRevision |
LayoutRevisionUtil.fetchByPlid_First(long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByPlid_First(long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where plid = ?.
|
static LayoutRevision |
LayoutRevisionUtil.fetchByPlid_Last(long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.fetchByPlid_Last(long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where plid = ?.
|
static List<LayoutRevision> |
LayoutRevisionUtil.findAll(int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findAll(int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions.
|
static List<LayoutRevision> |
LayoutRevisionUtil.findAll(int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findAll(int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions.
|
static LayoutRevision |
LayoutRevisionUtil.findByH_P_First(boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where head = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByH_P_First(boolean head,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where head = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByH_P_Last(boolean head,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where head = ? and plid = ?.
|
LayoutRevision[] |
LayoutRevisionPersistence.findByH_P_PrevAndNext(long layoutRevisionId,
boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where head = ? and plid = ?.
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByH_P(boolean head,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where head = ? and plid = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByH_P(boolean head,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered 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<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where head = ? and plid = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByH_P(boolean head,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where head = ? and plid = ?.
|
static LayoutRevision |
LayoutRevisionUtil.findByL_H_First(long layoutSetBranchId,
boolean head,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_H_First(long layoutSetBranchId,
boolean head,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_H_Last(long layoutSetBranchId,
boolean head,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
|
static LayoutRevision |
LayoutRevisionUtil.findByL_H_P_Collection_First(long layoutSetBranchId,
boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_H_P_Collection_First(long layoutSetBranchId,
boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.
|
static LayoutRevision |
LayoutRevisionUtil.findByL_H_P_Collection_Last(long layoutSetBranchId,
boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_H_P_Collection_Last(long layoutSetBranchId,
boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.
|
static LayoutRevision[] |
LayoutRevisionUtil.findByL_H_P_Collection_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.
|
LayoutRevision[] |
LayoutRevisionPersistence.findByL_H_P_Collection_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
boolean head,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_H_P_Collection(long layoutSetBranchId,
boolean head,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and plid = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_H_P_Collection(long layoutSetBranchId,
boolean head,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and plid = ?.
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_H_P_Collection(long layoutSetBranchId,
boolean head,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and plid = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_H_P_Collection(long layoutSetBranchId,
boolean head,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and plid = ?.
|
static LayoutRevision[] |
LayoutRevisionUtil.findByL_H_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
boolean head,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
|
LayoutRevision[] |
LayoutRevisionPersistence.findByL_H_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
boolean head,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ?.
|
static LayoutRevision |
LayoutRevisionUtil.findByL_H_S_First(long layoutSetBranchId,
boolean head,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_H_S_First(long layoutSetBranchId,
boolean head,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.
|
static LayoutRevision |
LayoutRevisionUtil.findByL_H_S_Last(long layoutSetBranchId,
boolean head,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_H_S_Last(long layoutSetBranchId,
boolean head,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.
|
static LayoutRevision[] |
LayoutRevisionUtil.findByL_H_S_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
boolean head,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.
|
LayoutRevision[] |
LayoutRevisionPersistence.findByL_H_S_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
boolean head,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_H_S(long layoutSetBranchId,
boolean head,
int status,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and status = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_H_S(long layoutSetBranchId,
boolean head,
int status,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and status = ?.
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_H_S(long layoutSetBranchId,
boolean head,
int status,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and status = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_H_S(long layoutSetBranchId,
boolean head,
int status,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and status = ?.
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_H(long layoutSetBranchId,
boolean head,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_H(long layoutSetBranchId,
boolean head,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered 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<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_H(long layoutSetBranchId,
boolean head,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ?.
|
static LayoutRevision |
LayoutRevisionUtil.findByL_L_P_First(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_L_P_First(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_L_P_Last(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
|
LayoutRevision[] |
LayoutRevisionPersistence.findByL_L_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered 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<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.
|
static LayoutRevision |
LayoutRevisionUtil.findByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_P_P_First(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_P_P_Last(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
|
LayoutRevision[] |
LayoutRevisionPersistence.findByL_P_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered 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<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.
|
static LayoutRevision[] |
LayoutRevisionUtil.findByL_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.
|
LayoutRevision[] |
LayoutRevisionPersistence.findByL_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long plid,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_P_S_First(long layoutSetBranchId,
long plid,
int status,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_P_S_Last(long layoutSetBranchId,
long plid,
int status,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
|
LayoutRevision[] |
LayoutRevisionPersistence.findByL_P_S_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long plid,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_P_S(long layoutSetBranchId,
long plid,
int status,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P_S(long layoutSetBranchId,
long plid,
int status,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered 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<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P_S(long layoutSetBranchId,
long plid,
int status,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
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,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered 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<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_P(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?.
|
static LayoutRevision |
LayoutRevisionUtil.findByL_S_First(long layoutSetBranchId,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_S_First(long layoutSetBranchId,
int status,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByL_S_Last(long layoutSetBranchId,
int status,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
|
LayoutRevision[] |
LayoutRevisionPersistence.findByL_S_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and status = ?.
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByL_S(long layoutSetBranchId,
int status,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_S(long layoutSetBranchId,
int status,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered 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<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByL_S(long layoutSetBranchId,
int status,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?.
|
static LayoutRevision |
LayoutRevisionUtil.findByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ?.
|
static LayoutRevision |
LayoutRevisionUtil.findByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ?.
|
static LayoutRevision[] |
LayoutRevisionUtil.findByLayoutSetBranchId_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ?.
|
LayoutRevision[] |
LayoutRevisionPersistence.findByLayoutSetBranchId_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ?.
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.
|
static LayoutRevision |
LayoutRevisionUtil.findByP_NotS_First(long plid,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByP_NotS_First(long plid,
int status,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByP_NotS_Last(long plid,
int status,
OrderByComparator<LayoutRevision> 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<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where plid = ? and status ≠ ?.
|
LayoutRevision[] |
LayoutRevisionPersistence.findByP_NotS_PrevAndNext(long layoutRevisionId,
long plid,
int status,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where plid = ? and status ≠ ?.
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByP_NotS(long plid,
int status,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where plid = ? and status ≠ ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByP_NotS(long plid,
int status,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered 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<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where plid = ? and status ≠ ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByP_NotS(long plid,
int status,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where plid = ? and status ≠ ?.
|
static LayoutRevision |
LayoutRevisionUtil.findByPlid_First(long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByPlid_First(long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the first layout revision in the ordered set where plid = ?.
|
static LayoutRevision |
LayoutRevisionUtil.findByPlid_Last(long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where plid = ?.
|
LayoutRevision |
LayoutRevisionPersistence.findByPlid_Last(long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the last layout revision in the ordered set where plid = ?.
|
static LayoutRevision[] |
LayoutRevisionUtil.findByPlid_PrevAndNext(long layoutRevisionId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where plid = ?.
|
LayoutRevision[] |
LayoutRevisionPersistence.findByPlid_PrevAndNext(long layoutRevisionId,
long plid,
OrderByComparator<LayoutRevision> orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where plid = ?.
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByPlid(long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where plid = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByPlid(long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator)
Returns an ordered range of all the layout revisions where plid = ?.
|
static List<LayoutRevision> |
LayoutRevisionUtil.findByPlid(long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where plid = ?.
|
List<LayoutRevision> |
LayoutRevisionPersistence.findByPlid(long plid,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout revisions where plid = ?.
|
static List<LayoutRevision> |
LayoutRevisionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<LayoutRevision> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
int |
LayoutRevisionModifiedDateComparator.compare(LayoutRevision layoutRevision1,
LayoutRevision layoutRevision2) |
int |
LayoutRevisionCreateDateComparator.compare(LayoutRevision layoutRevision1,
LayoutRevision layoutRevision2) |
int |
LayoutRevisionIdComparator.compare(LayoutRevision layoutRevision1,
LayoutRevision layoutRevision2) |