|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchLayoutPrototypeException | |
|---|---|
| com.liferay.portal.service.persistence | This package defines the portal service persistence interfaces, classes, and utilities. |
| com.liferay.portal.service.persistence.impl | This package defines the portal service persistence implementation base classes. |
| Uses of NoSuchLayoutPrototypeException in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that throw NoSuchLayoutPrototypeException | |
|---|---|
static LayoutPrototype[] |
LayoutPrototypeUtil.filterFindByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ? and active = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.filterFindByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ? and active = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.filterFindByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.filterFindByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.filterFindByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ? and companyId = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.filterFindByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ? and companyId = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.filterFindByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.filterFindByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByC_A_First(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByC_A_First(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ? and active = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByC_A_Last(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByC_A_Last(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ? and active = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.findByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.findByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByCompanyId_First(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByCompanyId_First(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByCompanyId_Last(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByCompanyId_Last(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.findByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.findByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByPrimaryKey(long layoutPrototypeId)
Returns the layout prototype with the primary key or throws a NoSuchLayoutPrototypeException if it could not be found. |
LayoutPrototype |
LayoutPrototypePersistence.findByPrimaryKey(long layoutPrototypeId)
Returns the layout prototype with the primary key or throws a NoSuchLayoutPrototypeException if it could not be found. |
static LayoutPrototype |
LayoutPrototypeUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.findByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.findByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ? and companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByUuid_First(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByUuid_First(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByUuid_Last(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByUuid_Last(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.findByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.findByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.remove(long layoutPrototypeId)
Removes the layout prototype with the primary key from the database. |
LayoutPrototype |
LayoutPrototypePersistence.remove(long layoutPrototypeId)
Removes the layout prototype with the primary key from the database. |
| Uses of NoSuchLayoutPrototypeException in com.liferay.portal.service.persistence.impl |
|---|
| Methods in com.liferay.portal.service.persistence.impl that throw NoSuchLayoutPrototypeException | |
|---|---|
LayoutPrototype[] |
LayoutPrototypePersistenceImpl.filterFindByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ? and active = ?. |
LayoutPrototype[] |
LayoutPrototypePersistenceImpl.filterFindByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ?. |
LayoutPrototype[] |
LayoutPrototypePersistenceImpl.filterFindByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ? and companyId = ?. |
LayoutPrototype[] |
LayoutPrototypePersistenceImpl.filterFindByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.findByC_A_First(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.findByC_A_Last(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype[] |
LayoutPrototypePersistenceImpl.findByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ?. |
LayoutPrototype[] |
LayoutPrototypePersistenceImpl.findByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.findByPrimaryKey(long layoutPrototypeId)
Returns the layout prototype with the primary key or throws a NoSuchLayoutPrototypeException if it could not be found. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the layout prototype with the primary key or throws a NoSuchModelException if it could not be found. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype[] |
LayoutPrototypePersistenceImpl.findByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.findByUuid_First(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ?. |
LayoutPrototype[] |
LayoutPrototypePersistenceImpl.findByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.remove(long layoutPrototypeId)
Removes the layout prototype with the primary key from the database. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.remove(Serializable primaryKey)
Removes the layout prototype with the primary key from the database. |
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||