|
Liferay 6.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchContactException | |
---|---|
com.liferay.portal.service.persistence | This package defines the portal service persistence interfaces, classes, and utilities. |
Uses of NoSuchContactException in com.liferay.portal.service.persistence |
---|
Methods in com.liferay.portal.service.persistence that throw NoSuchContactException | |
---|---|
Contact |
ContactPersistence.findByAccountId_First(long accountId,
OrderByComparator orderByComparator)
Returns the first contact in the ordered set where accountId = ?. |
static Contact |
ContactUtil.findByAccountId_First(long accountId,
OrderByComparator orderByComparator)
Returns the first contact in the ordered set where accountId = ?. |
Contact |
ContactPersistenceImpl.findByAccountId_First(long accountId,
OrderByComparator orderByComparator)
Returns the first contact in the ordered set where accountId = ?. |
Contact |
ContactPersistence.findByAccountId_Last(long accountId,
OrderByComparator orderByComparator)
Returns the last contact in the ordered set where accountId = ?. |
static Contact |
ContactUtil.findByAccountId_Last(long accountId,
OrderByComparator orderByComparator)
Returns the last contact in the ordered set where accountId = ?. |
Contact |
ContactPersistenceImpl.findByAccountId_Last(long accountId,
OrderByComparator orderByComparator)
Returns the last contact in the ordered set where accountId = ?. |
Contact[] |
ContactPersistence.findByAccountId_PrevAndNext(long contactId,
long accountId,
OrderByComparator orderByComparator)
Returns the contacts before and after the current contact in the ordered set where accountId = ?. |
static Contact[] |
ContactUtil.findByAccountId_PrevAndNext(long contactId,
long accountId,
OrderByComparator orderByComparator)
Returns the contacts before and after the current contact in the ordered set where accountId = ?. |
Contact[] |
ContactPersistenceImpl.findByAccountId_PrevAndNext(long contactId,
long accountId,
OrderByComparator orderByComparator)
Returns the contacts before and after the current contact in the ordered set where accountId = ?. |
Contact |
ContactPersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first contact in the ordered set where classNameId = ? and classPK = ?. |
static Contact |
ContactUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first contact in the ordered set where classNameId = ? and classPK = ?. |
Contact |
ContactPersistenceImpl.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first contact in the ordered set where classNameId = ? and classPK = ?. |
Contact |
ContactPersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last contact in the ordered set where classNameId = ? and classPK = ?. |
static Contact |
ContactUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last contact in the ordered set where classNameId = ? and classPK = ?. |
Contact |
ContactPersistenceImpl.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last contact in the ordered set where classNameId = ? and classPK = ?. |
Contact[] |
ContactPersistence.findByC_C_PrevAndNext(long contactId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the contacts before and after the current contact in the ordered set where classNameId = ? and classPK = ?. |
static Contact[] |
ContactUtil.findByC_C_PrevAndNext(long contactId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the contacts before and after the current contact in the ordered set where classNameId = ? and classPK = ?. |
Contact[] |
ContactPersistenceImpl.findByC_C_PrevAndNext(long contactId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the contacts before and after the current contact in the ordered set where classNameId = ? and classPK = ?. |
Contact |
ContactPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first contact in the ordered set where companyId = ?. |
static Contact |
ContactUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first contact in the ordered set where companyId = ?. |
Contact |
ContactPersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first contact in the ordered set where companyId = ?. |
Contact |
ContactPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last contact in the ordered set where companyId = ?. |
static Contact |
ContactUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last contact in the ordered set where companyId = ?. |
Contact |
ContactPersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last contact in the ordered set where companyId = ?. |
Contact[] |
ContactPersistence.findByCompanyId_PrevAndNext(long contactId,
long companyId,
OrderByComparator orderByComparator)
Returns the contacts before and after the current contact in the ordered set where companyId = ?. |
static Contact[] |
ContactUtil.findByCompanyId_PrevAndNext(long contactId,
long companyId,
OrderByComparator orderByComparator)
Returns the contacts before and after the current contact in the ordered set where companyId = ?. |
Contact[] |
ContactPersistenceImpl.findByCompanyId_PrevAndNext(long contactId,
long companyId,
OrderByComparator orderByComparator)
Returns the contacts before and after the current contact in the ordered set where companyId = ?. |
Contact |
ContactPersistence.findByPrimaryKey(long contactId)
Returns the contact with the primary key or throws a NoSuchContactException if it could not be found. |
static Contact |
ContactUtil.findByPrimaryKey(long contactId)
Returns the contact with the primary key or throws a NoSuchContactException if it could not be found. |
Contact |
ContactPersistenceImpl.findByPrimaryKey(long contactId)
Returns the contact with the primary key or throws a NoSuchContactException if it could not be found. |
Contact |
ContactPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the contact with the primary key or throws a NoSuchModelException if it could not be found. |
Contact |
ContactPersistence.remove(long contactId)
Removes the contact with the primary key from the database. |
static Contact |
ContactUtil.remove(long contactId)
Removes the contact with the primary key from the database. |
Contact |
ContactPersistenceImpl.remove(long contactId)
Removes the contact with the primary key from the database. |
Contact |
ContactPersistenceImpl.remove(Serializable primaryKey)
Removes the contact with the primary key from the database. |
|
Liferay 6.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |