Package | Description |
---|---|
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.theme |
This package defines the portal theme classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ContactWrapper
This class is a wrapper for
Contact . |
Modifier and Type | Field and Description |
---|---|
static Accessor<Contact,Long> |
Contact.CONTACT_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
Contact |
User.fetchContact() |
Contact |
UserWrapper.fetchContact() |
Contact |
User.getContact()
Returns the user's associated contact.
|
Contact |
UserWrapper.getContact()
Returns the user's associated contact.
|
Contact |
ContactWrapper.getWrappedModel() |
Contact |
ContactModel.toEscapedModel() |
Contact |
ContactWrapper.toEscapedModel() |
Contact |
ContactModel.toUnescapedModel() |
Contact |
ContactWrapper.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<Contact> |
ContactModel.toCacheModel() |
CacheModel<Contact> |
ContactWrapper.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
ContactModel.compareTo(Contact contact) |
int |
ContactWrapper.compareTo(Contact contact) |
static ContactSoap |
ContactSoap.toSoapModel(Contact model) |
static ContactSoap[] |
ContactSoap.toSoapModels(Contact[] models) |
static ContactSoap[][] |
ContactSoap.toSoapModels(Contact[][] models) |
Modifier and Type | Method and Description |
---|---|
static ContactSoap[] |
ContactSoap.toSoapModels(List<Contact> models) |
Constructor and Description |
---|
ContactWrapper(Contact contact) |
Modifier and Type | Method and Description |
---|---|
static Contact |
ContactLocalServiceUtil.addContact(Contact contact)
Adds the contact to the database.
|
Contact |
ContactLocalServiceWrapper.addContact(Contact contact)
Adds the contact to the database.
|
Contact |
ContactLocalService.addContact(Contact contact)
Adds the contact to the database.
|
static Contact |
ContactLocalServiceUtil.addContact(long userId,
String className,
long classPK,
String emailAddress,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn,
String jobTitle) |
Contact |
ContactLocalServiceWrapper.addContact(long userId,
String className,
long classPK,
String emailAddress,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn,
String jobTitle) |
Contact |
ContactLocalService.addContact(long userId,
String className,
long classPK,
String emailAddress,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn,
String jobTitle) |
static Contact |
ContactLocalServiceUtil.createContact(long contactId)
Creates a new contact with the primary key.
|
Contact |
ContactLocalServiceWrapper.createContact(long contactId)
Creates a new contact with the primary key.
|
Contact |
ContactLocalService.createContact(long contactId)
Creates a new contact with the primary key.
|
static Contact |
ContactLocalServiceUtil.deleteContact(Contact contact)
Deletes the contact from the database.
|
Contact |
ContactLocalServiceWrapper.deleteContact(Contact contact)
Deletes the contact from the database.
|
Contact |
ContactLocalService.deleteContact(Contact contact)
Deletes the contact from the database.
|
static Contact |
ContactLocalServiceUtil.deleteContact(long contactId)
Deletes the contact with the primary key from the database.
|
Contact |
ContactLocalServiceWrapper.deleteContact(long contactId)
Deletes the contact with the primary key from the database.
|
Contact |
ContactLocalService.deleteContact(long contactId)
Deletes the contact with the primary key from the database.
|
static Contact |
ContactLocalServiceUtil.fetchContact(long contactId) |
Contact |
ContactLocalServiceWrapper.fetchContact(long contactId) |
Contact |
ContactLocalService.fetchContact(long contactId) |
static Contact |
ContactServiceUtil.getContact(long contactId) |
Contact |
ContactService.getContact(long contactId) |
static Contact |
ContactLocalServiceUtil.getContact(long contactId)
Returns the contact with the primary key.
|
Contact |
ContactLocalServiceWrapper.getContact(long contactId)
Returns the contact with the primary key.
|
Contact |
ContactLocalService.getContact(long contactId)
Returns the contact with the primary key.
|
Contact |
ContactServiceWrapper.getContact(long contactId) |
static Contact |
ContactLocalServiceUtil.updateContact(Contact contact)
Updates the contact in the database or adds it if it does not yet exist.
|
Contact |
ContactLocalServiceWrapper.updateContact(Contact contact)
Updates the contact in the database or adds it if it does not yet exist.
|
Contact |
ContactLocalService.updateContact(Contact contact)
Updates the contact in the database or adds it if it does not yet exist.
|
static Contact |
ContactLocalServiceUtil.updateContact(long contactId,
String emailAddress,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn,
String jobTitle) |
Contact |
ContactLocalServiceWrapper.updateContact(long contactId,
String emailAddress,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn,
String jobTitle) |
Contact |
ContactLocalService.updateContact(long contactId,
String emailAddress,
String firstName,
String middleName,
String lastName,
long prefixId,
long suffixId,
boolean male,
int birthdayMonth,
int birthdayDay,
int birthdayYear,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn,
String jobTitle) |
Modifier and Type | Method and Description |
---|---|
static List<Contact> |
ContactServiceUtil.getCompanyContacts(long companyId,
int start,
int end) |
List<Contact> |
ContactService.getCompanyContacts(long companyId,
int start,
int end) |
static List<Contact> |
ContactLocalServiceUtil.getCompanyContacts(long companyId,
int start,
int end) |
List<Contact> |
ContactLocalServiceWrapper.getCompanyContacts(long companyId,
int start,
int end) |
List<Contact> |
ContactLocalService.getCompanyContacts(long companyId,
int start,
int end) |
List<Contact> |
ContactServiceWrapper.getCompanyContacts(long companyId,
int start,
int end) |
static List<Contact> |
ContactLocalServiceUtil.getContacts(int start,
int end)
Returns a range of all the contacts.
|
List<Contact> |
ContactLocalServiceWrapper.getContacts(int start,
int end)
Returns a range of all the contacts.
|
List<Contact> |
ContactLocalService.getContacts(int start,
int end)
Returns a range of all the contacts.
|
static List<Contact> |
ContactServiceUtil.getContacts(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator) |
List<Contact> |
ContactService.getContacts(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator) |
static List<Contact> |
ContactLocalServiceUtil.getContacts(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator) |
List<Contact> |
ContactLocalServiceWrapper.getContacts(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator) |
List<Contact> |
ContactLocalService.getContacts(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator) |
List<Contact> |
ContactServiceWrapper.getContacts(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
static Contact |
ContactLocalServiceUtil.addContact(Contact contact)
Adds the contact to the database.
|
Contact |
ContactLocalServiceWrapper.addContact(Contact contact)
Adds the contact to the database.
|
Contact |
ContactLocalService.addContact(Contact contact)
Adds the contact to the database.
|
static Contact |
ContactLocalServiceUtil.deleteContact(Contact contact)
Deletes the contact from the database.
|
Contact |
ContactLocalServiceWrapper.deleteContact(Contact contact)
Deletes the contact from the database.
|
Contact |
ContactLocalService.deleteContact(Contact contact)
Deletes the contact from the database.
|
static Contact |
ContactLocalServiceUtil.updateContact(Contact contact)
Updates the contact in the database or adds it if it does not yet exist.
|
Contact |
ContactLocalServiceWrapper.updateContact(Contact contact)
Updates the contact in the database or adds it if it does not yet exist.
|
Contact |
ContactLocalService.updateContact(Contact contact)
Updates the contact in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
static List<Contact> |
ContactServiceUtil.getContacts(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator) |
List<Contact> |
ContactService.getContacts(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator) |
static List<Contact> |
ContactLocalServiceUtil.getContacts(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator) |
List<Contact> |
ContactLocalServiceWrapper.getContacts(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator) |
List<Contact> |
ContactLocalService.getContacts(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator) |
List<Contact> |
ContactServiceWrapper.getContacts(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
Contact |
ContactPersistence.create(long contactId)
Creates a new contact with the primary key.
|
static Contact |
ContactUtil.create(long contactId)
Creates a new contact with the primary key.
|
Contact |
ContactPersistence.fetchByAccountId_First(long accountId,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where accountId = ?.
|
static Contact |
ContactUtil.fetchByAccountId_First(long accountId,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where accountId = ?.
|
Contact |
ContactPersistence.fetchByAccountId_Last(long accountId,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where accountId = ?.
|
static Contact |
ContactUtil.fetchByAccountId_Last(long accountId,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where accountId = ?.
|
Contact |
ContactPersistence.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
|
static Contact |
ContactUtil.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
|
Contact |
ContactPersistence.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
|
static Contact |
ContactUtil.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
|
Contact |
ContactPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where companyId = ?.
|
static Contact |
ContactUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where companyId = ?.
|
Contact |
ContactPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where companyId = ?.
|
static Contact |
ContactUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where companyId = ?.
|
Contact |
ContactPersistence.fetchByPrimaryKey(long contactId)
Returns the contact with the primary key or returns
null if it could not be found. |
static Contact |
ContactUtil.fetchByPrimaryKey(long contactId)
Returns the contact with the primary key or returns
null if it could not be found. |
Contact |
ContactPersistence.findByAccountId_First(long accountId,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where accountId = ?.
|
static Contact |
ContactUtil.findByAccountId_First(long accountId,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where accountId = ?.
|
Contact |
ContactPersistence.findByAccountId_Last(long accountId,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where accountId = ?.
|
static Contact |
ContactUtil.findByAccountId_Last(long accountId,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where accountId = ?.
|
Contact[] |
ContactPersistence.findByAccountId_PrevAndNext(long contactId,
long accountId,
OrderByComparator<Contact> 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<Contact> 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<Contact> orderByComparator)
Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
|
static Contact |
ContactUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
|
Contact |
ContactPersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
|
static Contact |
ContactUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<Contact> 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<Contact> 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<Contact> 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<Contact> orderByComparator)
Returns the first contact in the ordered set where companyId = ?.
|
static Contact |
ContactUtil.findByCompanyId_First(long companyId,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where companyId = ?.
|
Contact |
ContactPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where companyId = ?.
|
static Contact |
ContactUtil.findByCompanyId_Last(long companyId,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where companyId = ?.
|
Contact[] |
ContactPersistence.findByCompanyId_PrevAndNext(long contactId,
long companyId,
OrderByComparator<Contact> 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<Contact> 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 |
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.
|
static Contact |
ContactUtil.update(Contact contact) |
static Contact |
ContactUtil.update(Contact contact,
ServiceContext serviceContext) |
Contact |
ContactPersistence.updateImpl(Contact contact) |
static Contact |
ContactUtil.updateImpl(Contact contact) |
Modifier and Type | Method and Description |
---|---|
Map<Serializable,Contact> |
ContactPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static Map<Serializable,Contact> |
ContactUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
List<Contact> |
ContactPersistence.findAll()
Returns all the contacts.
|
static List<Contact> |
ContactUtil.findAll()
Returns all the contacts.
|
List<Contact> |
ContactPersistence.findAll(int start,
int end)
Returns a range of all the contacts.
|
static List<Contact> |
ContactUtil.findAll(int start,
int end)
Returns a range of all the contacts.
|
List<Contact> |
ContactPersistence.findAll(int start,
int end,
OrderByComparator<Contact> orderByComparator)
Returns an ordered range of all the contacts.
|
static List<Contact> |
ContactUtil.findAll(int start,
int end,
OrderByComparator<Contact> orderByComparator)
Returns an ordered range of all the contacts.
|
List<Contact> |
ContactPersistence.findAll(int start,
int end,
OrderByComparator<Contact> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the contacts.
|
static List<Contact> |
ContactUtil.findAll(int start,
int end,
OrderByComparator<Contact> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the contacts.
|
List<Contact> |
ContactPersistence.findByAccountId(long accountId)
Returns all the contacts where accountId = ?.
|
static List<Contact> |
ContactUtil.findByAccountId(long accountId)
Returns all the contacts where accountId = ?.
|
List<Contact> |
ContactPersistence.findByAccountId(long accountId,
int start,
int end)
Returns a range of all the contacts where accountId = ?.
|
static List<Contact> |
ContactUtil.findByAccountId(long accountId,
int start,
int end)
Returns a range of all the contacts where accountId = ?.
|
List<Contact> |
ContactPersistence.findByAccountId(long accountId,
int start,
int end,
OrderByComparator<Contact> orderByComparator)
Returns an ordered range of all the contacts where accountId = ?.
|
static List<Contact> |
ContactUtil.findByAccountId(long accountId,
int start,
int end,
OrderByComparator<Contact> orderByComparator)
Returns an ordered range of all the contacts where accountId = ?.
|
List<Contact> |
ContactPersistence.findByAccountId(long accountId,
int start,
int end,
OrderByComparator<Contact> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the contacts where accountId = ?.
|
static List<Contact> |
ContactUtil.findByAccountId(long accountId,
int start,
int end,
OrderByComparator<Contact> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the contacts where accountId = ?.
|
List<Contact> |
ContactPersistence.findByC_C(long classNameId,
long classPK)
Returns all the contacts where classNameId = ? and classPK = ?.
|
static List<Contact> |
ContactUtil.findByC_C(long classNameId,
long classPK)
Returns all the contacts where classNameId = ? and classPK = ?.
|
List<Contact> |
ContactPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the contacts where classNameId = ? and classPK = ?.
|
static List<Contact> |
ContactUtil.findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the contacts where classNameId = ? and classPK = ?.
|
List<Contact> |
ContactPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator)
Returns an ordered range of all the contacts where classNameId = ? and classPK = ?.
|
static List<Contact> |
ContactUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator)
Returns an ordered range of all the contacts where classNameId = ? and classPK = ?.
|
List<Contact> |
ContactPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the contacts where classNameId = ? and classPK = ?.
|
static List<Contact> |
ContactUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the contacts where classNameId = ? and classPK = ?.
|
List<Contact> |
ContactPersistence.findByCompanyId(long companyId)
Returns all the contacts where companyId = ?.
|
static List<Contact> |
ContactUtil.findByCompanyId(long companyId)
Returns all the contacts where companyId = ?.
|
List<Contact> |
ContactPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the contacts where companyId = ?.
|
static List<Contact> |
ContactUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the contacts where companyId = ?.
|
List<Contact> |
ContactPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Contact> orderByComparator)
Returns an ordered range of all the contacts where companyId = ?.
|
static List<Contact> |
ContactUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Contact> orderByComparator)
Returns an ordered range of all the contacts where companyId = ?.
|
List<Contact> |
ContactPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Contact> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the contacts where companyId = ?.
|
static List<Contact> |
ContactUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Contact> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the contacts where companyId = ?.
|
static List<Contact> |
ContactUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<Contact> |
ContactUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<Contact> |
ContactUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Contact> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
void |
ContactPersistence.cacheResult(Contact contact)
Caches the contact in the entity cache if it is enabled.
|
static void |
ContactUtil.cacheResult(Contact contact)
Caches the contact in the entity cache if it is enabled.
|
static void |
ContactUtil.clearCache(Contact contact) |
static Contact |
ContactUtil.update(Contact contact) |
static Contact |
ContactUtil.update(Contact contact,
ServiceContext serviceContext) |
Contact |
ContactPersistence.updateImpl(Contact contact) |
static Contact |
ContactUtil.updateImpl(Contact contact) |
Modifier and Type | Method and Description |
---|---|
void |
ContactPersistence.cacheResult(List<Contact> contacts)
Caches the contacts in the entity cache if it is enabled.
|
static void |
ContactUtil.cacheResult(List<Contact> contacts)
Caches the contacts in the entity cache if it is enabled.
|
Contact |
ContactPersistence.fetchByAccountId_First(long accountId,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where accountId = ?.
|
static Contact |
ContactUtil.fetchByAccountId_First(long accountId,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where accountId = ?.
|
Contact |
ContactPersistence.fetchByAccountId_Last(long accountId,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where accountId = ?.
|
static Contact |
ContactUtil.fetchByAccountId_Last(long accountId,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where accountId = ?.
|
Contact |
ContactPersistence.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
|
static Contact |
ContactUtil.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
|
Contact |
ContactPersistence.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
|
static Contact |
ContactUtil.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
|
Contact |
ContactPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where companyId = ?.
|
static Contact |
ContactUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where companyId = ?.
|
Contact |
ContactPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where companyId = ?.
|
static Contact |
ContactUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where companyId = ?.
|
List<Contact> |
ContactPersistence.findAll(int start,
int end,
OrderByComparator<Contact> orderByComparator)
Returns an ordered range of all the contacts.
|
static List<Contact> |
ContactUtil.findAll(int start,
int end,
OrderByComparator<Contact> orderByComparator)
Returns an ordered range of all the contacts.
|
List<Contact> |
ContactPersistence.findAll(int start,
int end,
OrderByComparator<Contact> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the contacts.
|
static List<Contact> |
ContactUtil.findAll(int start,
int end,
OrderByComparator<Contact> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the contacts.
|
Contact |
ContactPersistence.findByAccountId_First(long accountId,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where accountId = ?.
|
static Contact |
ContactUtil.findByAccountId_First(long accountId,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where accountId = ?.
|
Contact |
ContactPersistence.findByAccountId_Last(long accountId,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where accountId = ?.
|
static Contact |
ContactUtil.findByAccountId_Last(long accountId,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where accountId = ?.
|
Contact[] |
ContactPersistence.findByAccountId_PrevAndNext(long contactId,
long accountId,
OrderByComparator<Contact> 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<Contact> orderByComparator)
Returns the contacts before and after the current contact in the ordered set where accountId = ?.
|
List<Contact> |
ContactPersistence.findByAccountId(long accountId,
int start,
int end,
OrderByComparator<Contact> orderByComparator)
Returns an ordered range of all the contacts where accountId = ?.
|
static List<Contact> |
ContactUtil.findByAccountId(long accountId,
int start,
int end,
OrderByComparator<Contact> orderByComparator)
Returns an ordered range of all the contacts where accountId = ?.
|
List<Contact> |
ContactPersistence.findByAccountId(long accountId,
int start,
int end,
OrderByComparator<Contact> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the contacts where accountId = ?.
|
static List<Contact> |
ContactUtil.findByAccountId(long accountId,
int start,
int end,
OrderByComparator<Contact> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the contacts where accountId = ?.
|
Contact |
ContactPersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
|
static Contact |
ContactUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
|
Contact |
ContactPersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
|
static Contact |
ContactUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<Contact> 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<Contact> 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<Contact> orderByComparator)
Returns the contacts before and after the current contact in the ordered set where classNameId = ? and classPK = ?.
|
List<Contact> |
ContactPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator)
Returns an ordered range of all the contacts where classNameId = ? and classPK = ?.
|
static List<Contact> |
ContactUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator)
Returns an ordered range of all the contacts where classNameId = ? and classPK = ?.
|
List<Contact> |
ContactPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the contacts where classNameId = ? and classPK = ?.
|
static List<Contact> |
ContactUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Contact> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the contacts where classNameId = ? and classPK = ?.
|
Contact |
ContactPersistence.findByCompanyId_First(long companyId,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where companyId = ?.
|
static Contact |
ContactUtil.findByCompanyId_First(long companyId,
OrderByComparator<Contact> orderByComparator)
Returns the first contact in the ordered set where companyId = ?.
|
Contact |
ContactPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where companyId = ?.
|
static Contact |
ContactUtil.findByCompanyId_Last(long companyId,
OrderByComparator<Contact> orderByComparator)
Returns the last contact in the ordered set where companyId = ?.
|
Contact[] |
ContactPersistence.findByCompanyId_PrevAndNext(long contactId,
long companyId,
OrderByComparator<Contact> 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<Contact> orderByComparator)
Returns the contacts before and after the current contact in the ordered set where companyId = ?.
|
List<Contact> |
ContactPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Contact> orderByComparator)
Returns an ordered range of all the contacts where companyId = ?.
|
static List<Contact> |
ContactUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Contact> orderByComparator)
Returns an ordered range of all the contacts where companyId = ?.
|
List<Contact> |
ContactPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Contact> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the contacts where companyId = ?.
|
static List<Contact> |
ContactUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Contact> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the contacts where companyId = ?.
|
static List<Contact> |
ContactUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Contact> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
Contact |
ThemeDisplay.getContact() |
Modifier and Type | Method and Description |
---|---|
void |
ThemeDisplay.setContact(Contact contact) |