Package | Description |
---|---|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
Modifier and Type | Method and Description |
---|---|
LayoutSet |
LayoutSetPersistence.findByG_P(long groupId,
boolean privateLayout)
Returns the layout set where groupId = ? and privateLayout = ? or throws a
NoSuchLayoutSetException if it could not be found. |
static LayoutSet |
LayoutSetUtil.findByG_P(long groupId,
boolean privateLayout)
Returns the layout set where groupId = ? and privateLayout = ? or throws a
NoSuchLayoutSetException if it could not be found. |
LayoutSet |
LayoutSetPersistence.findByGroupId_First(long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where groupId = ?.
|
static LayoutSet |
LayoutSetUtil.findByGroupId_First(long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where groupId = ?.
|
LayoutSet |
LayoutSetPersistence.findByGroupId_Last(long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where groupId = ?.
|
static LayoutSet |
LayoutSetUtil.findByGroupId_Last(long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where groupId = ?.
|
LayoutSet[] |
LayoutSetPersistence.findByGroupId_PrevAndNext(long layoutSetId,
long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the layout sets before and after the current layout set in the ordered set where groupId = ?.
|
static LayoutSet[] |
LayoutSetUtil.findByGroupId_PrevAndNext(long layoutSetId,
long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the layout sets before and after the current layout set in the ordered set where groupId = ?.
|
LayoutSet |
LayoutSetPersistence.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
|
static LayoutSet |
LayoutSetUtil.findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
|
LayoutSet |
LayoutSetPersistence.findByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
|
static LayoutSet |
LayoutSetUtil.findByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
|
LayoutSet[] |
LayoutSetPersistence.findByLayoutSetPrototypeUuid_PrevAndNext(long layoutSetId,
String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?.
|
static LayoutSet[] |
LayoutSetUtil.findByLayoutSetPrototypeUuid_PrevAndNext(long layoutSetId,
String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?.
|
LayoutSet |
LayoutSetPersistence.findByP_L(boolean privateLayout,
long logoId)
Returns the layout set where privateLayout = ? and logoId = ? or throws a
NoSuchLayoutSetException if it could not be found. |
static LayoutSet |
LayoutSetUtil.findByP_L(boolean privateLayout,
long logoId)
Returns the layout set where privateLayout = ? and logoId = ? or throws a
NoSuchLayoutSetException if it could not be found. |
LayoutSet |
LayoutSetPersistence.findByPrimaryKey(long layoutSetId)
Returns the layout set with the primary key or throws a
NoSuchLayoutSetException if it could not be found. |
static LayoutSet |
LayoutSetUtil.findByPrimaryKey(long layoutSetId)
Returns the layout set with the primary key or throws a
NoSuchLayoutSetException if it could not be found. |
LayoutSet |
LayoutSetPersistence.remove(long layoutSetId)
Removes the layout set with the primary key from the database.
|
static LayoutSet |
LayoutSetUtil.remove(long layoutSetId)
Removes the layout set with the primary key from the database.
|
LayoutSet |
LayoutSetPersistence.removeByG_P(long groupId,
boolean privateLayout)
Removes the layout set where groupId = ? and privateLayout = ? from the database.
|
static LayoutSet |
LayoutSetUtil.removeByG_P(long groupId,
boolean privateLayout)
Removes the layout set where groupId = ? and privateLayout = ? from the database.
|
LayoutSet |
LayoutSetPersistence.removeByP_L(boolean privateLayout,
long logoId)
Removes the layout set where privateLayout = ? and logoId = ? from the database.
|
static LayoutSet |
LayoutSetUtil.removeByP_L(boolean privateLayout,
long logoId)
Removes the layout set where privateLayout = ? and logoId = ? from the database.
|