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 |
---|---|
ListType |
ListTypePersistence.findByC_N_T(long companyId,
String name,
String type)
Returns the list type where companyId = ? and name = ? and type = ? or throws a
NoSuchListTypeException if it could not be found. |
static ListType |
ListTypeUtil.findByC_N_T(long companyId,
String name,
String type)
Returns the list type where companyId = ? and name = ? and type = ? or throws a
NoSuchListTypeException if it could not be found. |
ListType |
ListTypePersistence.findByC_T_First(long companyId,
String type,
OrderByComparator<ListType> orderByComparator)
Returns the first list type in the ordered set where companyId = ? and type = ?.
|
static ListType |
ListTypeUtil.findByC_T_First(long companyId,
String type,
OrderByComparator<ListType> orderByComparator)
Returns the first list type in the ordered set where companyId = ? and type = ?.
|
ListType |
ListTypePersistence.findByC_T_Last(long companyId,
String type,
OrderByComparator<ListType> orderByComparator)
Returns the last list type in the ordered set where companyId = ? and type = ?.
|
static ListType |
ListTypeUtil.findByC_T_Last(long companyId,
String type,
OrderByComparator<ListType> orderByComparator)
Returns the last list type in the ordered set where companyId = ? and type = ?.
|
ListType[] |
ListTypePersistence.findByC_T_PrevAndNext(long listTypeId,
long companyId,
String type,
OrderByComparator<ListType> orderByComparator)
Returns the list types before and after the current list type in the ordered set where companyId = ? and type = ?.
|
static ListType[] |
ListTypeUtil.findByC_T_PrevAndNext(long listTypeId,
long companyId,
String type,
OrderByComparator<ListType> orderByComparator)
Returns the list types before and after the current list type in the ordered set where companyId = ? and type = ?.
|
ListType |
ListTypePersistence.findByCompanyId_First(long companyId,
OrderByComparator<ListType> orderByComparator)
Returns the first list type in the ordered set where companyId = ?.
|
static ListType |
ListTypeUtil.findByCompanyId_First(long companyId,
OrderByComparator<ListType> orderByComparator)
Returns the first list type in the ordered set where companyId = ?.
|
ListType |
ListTypePersistence.findByCompanyId_Last(long companyId,
OrderByComparator<ListType> orderByComparator)
Returns the last list type in the ordered set where companyId = ?.
|
static ListType |
ListTypeUtil.findByCompanyId_Last(long companyId,
OrderByComparator<ListType> orderByComparator)
Returns the last list type in the ordered set where companyId = ?.
|
ListType[] |
ListTypePersistence.findByCompanyId_PrevAndNext(long listTypeId,
long companyId,
OrderByComparator<ListType> orderByComparator)
Returns the list types before and after the current list type in the ordered set where companyId = ?.
|
static ListType[] |
ListTypeUtil.findByCompanyId_PrevAndNext(long listTypeId,
long companyId,
OrderByComparator<ListType> orderByComparator)
Returns the list types before and after the current list type in the ordered set where companyId = ?.
|
ListType |
ListTypePersistence.findByPrimaryKey(long listTypeId)
Returns the list type with the primary key or throws a
NoSuchListTypeException if it could not be found. |
static ListType |
ListTypeUtil.findByPrimaryKey(long listTypeId)
Returns the list type with the primary key or throws a
NoSuchListTypeException if it could not be found. |
ListType |
ListTypePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<ListType> orderByComparator)
Returns the first list type in the ordered set where uuid = ? and companyId = ?.
|
static ListType |
ListTypeUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<ListType> orderByComparator)
Returns the first list type in the ordered set where uuid = ? and companyId = ?.
|
ListType |
ListTypePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<ListType> orderByComparator)
Returns the last list type in the ordered set where uuid = ? and companyId = ?.
|
static ListType |
ListTypeUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<ListType> orderByComparator)
Returns the last list type in the ordered set where uuid = ? and companyId = ?.
|
ListType[] |
ListTypePersistence.findByUuid_C_PrevAndNext(long listTypeId,
String uuid,
long companyId,
OrderByComparator<ListType> orderByComparator)
Returns the list types before and after the current list type in the ordered set where uuid = ? and companyId = ?.
|
static ListType[] |
ListTypeUtil.findByUuid_C_PrevAndNext(long listTypeId,
String uuid,
long companyId,
OrderByComparator<ListType> orderByComparator)
Returns the list types before and after the current list type in the ordered set where uuid = ? and companyId = ?.
|
ListType |
ListTypePersistence.findByUuid_First(String uuid,
OrderByComparator<ListType> orderByComparator)
Returns the first list type in the ordered set where uuid = ?.
|
static ListType |
ListTypeUtil.findByUuid_First(String uuid,
OrderByComparator<ListType> orderByComparator)
Returns the first list type in the ordered set where uuid = ?.
|
ListType |
ListTypePersistence.findByUuid_Last(String uuid,
OrderByComparator<ListType> orderByComparator)
Returns the last list type in the ordered set where uuid = ?.
|
static ListType |
ListTypeUtil.findByUuid_Last(String uuid,
OrderByComparator<ListType> orderByComparator)
Returns the last list type in the ordered set where uuid = ?.
|
ListType[] |
ListTypePersistence.findByUuid_PrevAndNext(long listTypeId,
String uuid,
OrderByComparator<ListType> orderByComparator)
Returns the list types before and after the current list type in the ordered set where uuid = ?.
|
static ListType[] |
ListTypeUtil.findByUuid_PrevAndNext(long listTypeId,
String uuid,
OrderByComparator<ListType> orderByComparator)
Returns the list types before and after the current list type in the ordered set where uuid = ?.
|
ListType |
ListTypePersistence.remove(long listTypeId)
Removes the list type with the primary key from the database.
|
static ListType |
ListTypeUtil.remove(long listTypeId)
Removes the list type with the primary key from the database.
|
ListType |
ListTypePersistence.removeByC_N_T(long companyId,
String name,
String type)
Removes the list type where companyId = ? and name = ? and type = ? from the database.
|
static ListType |
ListTypeUtil.removeByC_N_T(long companyId,
String name,
String type)
Removes the list type where companyId = ? and name = ? and type = ? from the database.
|