Uses of Interface
com.liferay.portal.kernel.model.Contact
Packages that use Contact
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
This package defines the portal theme classes.
-
Uses of Contact in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement ContactFields in com.liferay.portal.kernel.model with type parameters of type ContactMethods in com.liferay.portal.kernel.model that return ContactModifier and TypeMethodDescriptionContactModel.cloneWithOriginalValues()ContactWrapper.cloneWithOriginalValues()User.fetchContact()UserWrapper.fetchContact()User.getContact()Returns the user's associated contact.UserWrapper.getContact()Returns the user's associated contact.Methods in com.liferay.portal.kernel.model with parameters of type ContactModifier and TypeMethodDescriptionvoidUser.setContact(Contact contact) voidUserWrapper.setContact(Contact contact) protected ContactWrapperConstructors in com.liferay.portal.kernel.model with parameters of type Contact -
Uses of Contact in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return ContactModifier and TypeMethodDescriptionContactLocalService.addContact(long userId, String className, long classPK, String emailAddress, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle) ContactLocalService.addContact(Contact contact) Adds the contact to the database.static ContactContactLocalServiceUtil.addContact(long userId, String className, long classPK, String emailAddress, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle) static ContactContactLocalServiceUtil.addContact(Contact contact) Adds the contact to the database.ContactLocalServiceWrapper.addContact(long userId, String className, long classPK, String emailAddress, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle) ContactLocalServiceWrapper.addContact(Contact contact) Adds the contact to the database.ContactService.addContact(long userId, String className, long classPK, String emailAddress, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle) static ContactContactServiceUtil.addContact(long userId, String className, long classPK, String emailAddress, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle) ContactServiceWrapper.addContact(long userId, String className, long classPK, String emailAddress, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle) ContactLocalService.createContact(long contactId) Creates a new contact with the primary key.static ContactContactLocalServiceUtil.createContact(long contactId) Creates a new contact with the primary key.ContactLocalServiceWrapper.createContact(long contactId) Creates a new contact with the primary key.ContactLocalService.deleteContact(long contactId) Deletes the contact with the primary key from the database.ContactLocalService.deleteContact(Contact contact) Deletes the contact from the database.static ContactContactLocalServiceUtil.deleteContact(long contactId) Deletes the contact with the primary key from the database.static ContactContactLocalServiceUtil.deleteContact(Contact contact) Deletes the contact from the database.ContactLocalServiceWrapper.deleteContact(long contactId) Deletes the contact with the primary key from the database.ContactLocalServiceWrapper.deleteContact(Contact contact) Deletes the contact from the database.ContactLocalService.fetchContact(long contactId) static ContactContactLocalServiceUtil.fetchContact(long contactId) ContactLocalServiceWrapper.fetchContact(long contactId) ContactLocalService.getContact(long contactId) Returns the contact with the primary key.static ContactContactLocalServiceUtil.getContact(long contactId) Returns the contact with the primary key.ContactLocalServiceWrapper.getContact(long contactId) Returns the contact with the primary key.ContactService.getContact(long contactId) static ContactContactServiceUtil.getContact(long contactId) ContactServiceWrapper.getContact(long contactId) ContactLocalService.updateContact(long contactId, String emailAddress, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle) ContactLocalService.updateContact(Contact contact) Updates the contact in the database or adds it if it does not yet exist.static ContactContactLocalServiceUtil.updateContact(long contactId, String emailAddress, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle) static ContactContactLocalServiceUtil.updateContact(Contact contact) Updates the contact in the database or adds it if it does not yet exist.ContactLocalServiceWrapper.updateContact(long contactId, String emailAddress, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle) ContactLocalServiceWrapper.updateContact(Contact contact) Updates the contact in the database or adds it if it does not yet exist.ContactService.updateContact(long contactId, String emailAddress, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle) static ContactContactServiceUtil.updateContact(long contactId, String emailAddress, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle) ContactServiceWrapper.updateContact(long contactId, String emailAddress, String firstName, String middleName, String lastName, long prefixListTypeId, long suffixListTypeId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle) Methods in com.liferay.portal.kernel.service that return types with arguments of type ContactModifier and TypeMethodDescriptionContactLocalService.fetchContacts(Set<Serializable> primaryKeys) static Map<Serializable,Contact> ContactLocalServiceUtil.fetchContacts(Set<Serializable> primaryKeys) ContactLocalServiceWrapper.fetchContacts(Set<Serializable> primaryKeys) ContactLocalService.getCompanyContacts(long companyId, int start, int end) ContactLocalServiceUtil.getCompanyContacts(long companyId, int start, int end) ContactLocalServiceWrapper.getCompanyContacts(long companyId, int start, int end) ContactService.getCompanyContacts(long companyId, int start, int end) ContactServiceUtil.getCompanyContacts(long companyId, int start, int end) ContactServiceWrapper.getCompanyContacts(long companyId, int start, int end) ContactLocalService.getContacts(int start, int end) Returns a range of all the contacts.ContactLocalService.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator) ContactLocalServiceUtil.getContacts(int start, int end) Returns a range of all the contacts.ContactLocalServiceUtil.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator) ContactLocalServiceWrapper.getContacts(int start, int end) Returns a range of all the contacts.ContactLocalServiceWrapper.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator) ContactService.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator) ContactServiceUtil.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator) ContactServiceWrapper.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator) Methods in com.liferay.portal.kernel.service with parameters of type ContactModifier and TypeMethodDescriptionContactLocalService.addContact(Contact contact) Adds the contact to the database.static ContactContactLocalServiceUtil.addContact(Contact contact) Adds the contact to the database.ContactLocalServiceWrapper.addContact(Contact contact) Adds the contact to the database.ContactLocalService.deleteContact(Contact contact) Deletes the contact from the database.static ContactContactLocalServiceUtil.deleteContact(Contact contact) Deletes the contact from the database.ContactLocalServiceWrapper.deleteContact(Contact contact) Deletes the contact from the database.ContactLocalService.updateContact(Contact contact) Updates the contact in the database or adds it if it does not yet exist.static ContactContactLocalServiceUtil.updateContact(Contact contact) Updates the contact in the database or adds it if it does not yet exist.ContactLocalServiceWrapper.updateContact(Contact contact) Updates the contact in the database or adds it if it does not yet exist.Method parameters in com.liferay.portal.kernel.service with type arguments of type ContactModifier and TypeMethodDescriptionContactLocalService.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator) ContactLocalServiceUtil.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator) ContactLocalServiceWrapper.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator) ContactService.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator) ContactServiceUtil.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator) ContactServiceWrapper.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator) -
Uses of Contact in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return ContactModifier and TypeMethodDescriptionContactPersistence.create(long contactId) Creates a new contact with the primary key.static ContactContactUtil.create(long contactId) Creates a new contact with the primary key.ContactPersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where classNameId = ? and classPK = ?.static ContactContactUtil.fetchByC_C_First(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where classNameId = ? and classPK = ?.ContactPersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where classNameId = ? and classPK = ?.static ContactContactUtil.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where classNameId = ? and classPK = ?.ContactPersistence.fetchByC_U_First(long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where companyId = ? and userId = ?.static ContactContactUtil.fetchByC_U_First(long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where companyId = ? and userId = ?.ContactPersistence.fetchByC_U_Last(long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where companyId = ? and userId = ?.static ContactContactUtil.fetchByC_U_Last(long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where companyId = ? and userId = ?.ContactPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where companyId = ?.static ContactContactUtil.fetchByCompanyId_First(long companyId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where companyId = ?.ContactPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where companyId = ?.static ContactContactUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where companyId = ?.ContactPersistence.fetchByPrimaryKey(long contactId) Returns the contact with the primary key or returnsnullif it could not be found.static ContactContactUtil.fetchByPrimaryKey(long contactId) Returns the contact with the primary key or returnsnullif it could not be found.ContactPersistence.fetchByUserId_First(long userId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where userId = ?.static ContactContactUtil.fetchByUserId_First(long userId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where userId = ?.ContactPersistence.fetchByUserId_Last(long userId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where userId = ?.static ContactContactUtil.fetchByUserId_Last(long userId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where userId = ?.ContactPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where classNameId = ? and classPK = ?.static ContactContactUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where classNameId = ? and classPK = ?.ContactPersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where classNameId = ? and classPK = ?.static ContactContactUtil.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 = ?.ContactPersistence.findByC_U_First(long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where companyId = ? and userId = ?.static ContactContactUtil.findByC_U_First(long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where companyId = ? and userId = ?.ContactPersistence.findByC_U_Last(long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where companyId = ? and userId = ?.static ContactContactUtil.findByC_U_Last(long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where companyId = ? and userId = ?.Contact[]ContactPersistence.findByC_U_PrevAndNext(long contactId, long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the contacts before and after the current contact in the ordered set where companyId = ? and userId = ?.static Contact[]ContactUtil.findByC_U_PrevAndNext(long contactId, long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the contacts before and after the current contact in the ordered set where companyId = ? and userId = ?.ContactPersistence.findByCompanyId_First(long companyId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where companyId = ?.static ContactContactUtil.findByCompanyId_First(long companyId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where companyId = ?.ContactPersistence.findByCompanyId_Last(long companyId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where companyId = ?.static ContactContactUtil.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 = ?.ContactPersistence.findByPrimaryKey(long contactId) Returns the contact with the primary key or throws aNoSuchContactExceptionif it could not be found.static ContactContactUtil.findByPrimaryKey(long contactId) Returns the contact with the primary key or throws aNoSuchContactExceptionif it could not be found.ContactPersistence.findByUserId_First(long userId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where userId = ?.static ContactContactUtil.findByUserId_First(long userId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where userId = ?.ContactPersistence.findByUserId_Last(long userId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where userId = ?.static ContactContactUtil.findByUserId_Last(long userId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where userId = ?.Contact[]ContactPersistence.findByUserId_PrevAndNext(long contactId, long userId, OrderByComparator<Contact> orderByComparator) Returns the contacts before and after the current contact in the ordered set where userId = ?.static Contact[]ContactUtil.findByUserId_PrevAndNext(long contactId, long userId, OrderByComparator<Contact> orderByComparator) Returns the contacts before and after the current contact in the ordered set where userId = ?.ContactPersistence.remove(long contactId) Removes the contact with the primary key from the database.static ContactContactUtil.remove(long contactId) Removes the contact with the primary key from the database.static Contactstatic ContactContactUtil.update(Contact contact, ServiceContext serviceContext) ContactPersistence.updateImpl(Contact contact) static ContactContactUtil.updateImpl(Contact contact) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type ContactModifier and TypeMethodDescriptionstatic Map<Serializable,Contact> ContactUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) ContactPersistence.findAll()Returns all the contacts.ContactPersistence.findAll(int start, int end) Returns a range of all the contacts.ContactPersistence.findAll(int start, int end, OrderByComparator<Contact> orderByComparator) Returns an ordered range of all the contacts.ContactPersistence.findAll(int start, int end, OrderByComparator<Contact> orderByComparator, boolean useFinderCache) Returns an ordered range of all the contacts.ContactUtil.findAll()Returns all the contacts.ContactUtil.findAll(int start, int end) Returns a range of all the contacts.ContactUtil.findAll(int start, int end, OrderByComparator<Contact> orderByComparator) Returns an ordered range of all the contacts.ContactUtil.findAll(int start, int end, OrderByComparator<Contact> orderByComparator, boolean useFinderCache) Returns an ordered range of all the contacts.ContactPersistence.findByC_C(long classNameId, long classPK) Returns all the contacts where classNameId = ? and classPK = ?.ContactPersistence.findByC_C(long classNameId, long classPK, int start, int end) Returns a range of all the contacts where classNameId = ? and classPK = ?.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 = ?.ContactPersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator, boolean useFinderCache) Returns an ordered range of all the contacts where classNameId = ? and classPK = ?.ContactUtil.findByC_C(long classNameId, long classPK) Returns all the contacts where classNameId = ? and classPK = ?.ContactUtil.findByC_C(long classNameId, long classPK, int start, int end) Returns a range of all the contacts where classNameId = ? and classPK = ?.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 = ?.ContactUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator, boolean useFinderCache) Returns an ordered range of all the contacts where classNameId = ? and classPK = ?.ContactPersistence.findByC_U(long companyId, long userId) Returns all the contacts where companyId = ? and userId = ?.ContactPersistence.findByC_U(long companyId, long userId, int start, int end) Returns a range of all the contacts where companyId = ? and userId = ?.ContactPersistence.findByC_U(long companyId, long userId, int start, int end, OrderByComparator<Contact> orderByComparator) Returns an ordered range of all the contacts where companyId = ? and userId = ?.ContactPersistence.findByC_U(long companyId, long userId, int start, int end, OrderByComparator<Contact> orderByComparator, boolean useFinderCache) Returns an ordered range of all the contacts where companyId = ? and userId = ?.ContactUtil.findByC_U(long companyId, long userId) Returns all the contacts where companyId = ? and userId = ?.ContactUtil.findByC_U(long companyId, long userId, int start, int end) Returns a range of all the contacts where companyId = ? and userId = ?.ContactUtil.findByC_U(long companyId, long userId, int start, int end, OrderByComparator<Contact> orderByComparator) Returns an ordered range of all the contacts where companyId = ? and userId = ?.ContactUtil.findByC_U(long companyId, long userId, int start, int end, OrderByComparator<Contact> orderByComparator, boolean useFinderCache) Returns an ordered range of all the contacts where companyId = ? and userId = ?.ContactPersistence.findByCompanyId(long companyId) Returns all the contacts where companyId = ?.ContactPersistence.findByCompanyId(long companyId, int start, int end) Returns a range of all the contacts where companyId = ?.ContactPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Contact> orderByComparator) Returns an ordered range of all the contacts where companyId = ?.ContactPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Contact> orderByComparator, boolean useFinderCache) Returns an ordered range of all the contacts where companyId = ?.ContactUtil.findByCompanyId(long companyId) Returns all the contacts where companyId = ?.ContactUtil.findByCompanyId(long companyId, int start, int end) Returns a range of all the contacts where companyId = ?.ContactUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Contact> orderByComparator) Returns an ordered range of all the contacts where companyId = ?.ContactUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Contact> orderByComparator, boolean useFinderCache) Returns an ordered range of all the contacts where companyId = ?.ContactPersistence.findByUserId(long userId) Returns all the contacts where userId = ?.ContactPersistence.findByUserId(long userId, int start, int end) Returns a range of all the contacts where userId = ?.ContactPersistence.findByUserId(long userId, int start, int end, OrderByComparator<Contact> orderByComparator) Returns an ordered range of all the contacts where userId = ?.ContactPersistence.findByUserId(long userId, int start, int end, OrderByComparator<Contact> orderByComparator, boolean useFinderCache) Returns an ordered range of all the contacts where userId = ?.ContactUtil.findByUserId(long userId) Returns all the contacts where userId = ?.ContactUtil.findByUserId(long userId, int start, int end) Returns a range of all the contacts where userId = ?.ContactUtil.findByUserId(long userId, int start, int end, OrderByComparator<Contact> orderByComparator) Returns an ordered range of all the contacts where userId = ?.ContactUtil.findByUserId(long userId, int start, int end, OrderByComparator<Contact> orderByComparator, boolean useFinderCache) Returns an ordered range of all the contacts where userId = ?.ContactUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) ContactUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) ContactUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Contact> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type ContactModifier and TypeMethodDescriptionvoidContactPersistence.cacheResult(Contact contact) Caches the contact in the entity cache if it is enabled.static voidContactUtil.cacheResult(Contact contact) Caches the contact in the entity cache if it is enabled.static voidContactUtil.clearCache(Contact contact) static Contactstatic ContactContactUtil.update(Contact contact, ServiceContext serviceContext) ContactPersistence.updateImpl(Contact contact) static ContactContactUtil.updateImpl(Contact contact) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type ContactModifier and TypeMethodDescriptionvoidContactPersistence.cacheResult(List<Contact> contacts) Caches the contacts in the entity cache if it is enabled.static voidContactUtil.cacheResult(List<Contact> contacts) Caches the contacts in the entity cache if it is enabled.ContactPersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where classNameId = ? and classPK = ?.static ContactContactUtil.fetchByC_C_First(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where classNameId = ? and classPK = ?.ContactPersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where classNameId = ? and classPK = ?.static ContactContactUtil.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where classNameId = ? and classPK = ?.ContactPersistence.fetchByC_U_First(long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where companyId = ? and userId = ?.static ContactContactUtil.fetchByC_U_First(long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where companyId = ? and userId = ?.ContactPersistence.fetchByC_U_Last(long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where companyId = ? and userId = ?.static ContactContactUtil.fetchByC_U_Last(long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where companyId = ? and userId = ?.ContactPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where companyId = ?.static ContactContactUtil.fetchByCompanyId_First(long companyId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where companyId = ?.ContactPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where companyId = ?.static ContactContactUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where companyId = ?.ContactPersistence.fetchByUserId_First(long userId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where userId = ?.static ContactContactUtil.fetchByUserId_First(long userId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where userId = ?.ContactPersistence.fetchByUserId_Last(long userId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where userId = ?.static ContactContactUtil.fetchByUserId_Last(long userId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where userId = ?.ContactPersistence.findAll(int start, int end, OrderByComparator<Contact> orderByComparator) Returns an ordered range of all the contacts.ContactPersistence.findAll(int start, int end, OrderByComparator<Contact> orderByComparator, boolean useFinderCache) Returns an ordered range of all the contacts.ContactUtil.findAll(int start, int end, OrderByComparator<Contact> orderByComparator) Returns an ordered range of all the contacts.ContactUtil.findAll(int start, int end, OrderByComparator<Contact> orderByComparator, boolean useFinderCache) Returns an ordered range of all the contacts.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 = ?.ContactPersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator, boolean useFinderCache) Returns an ordered range of all the contacts where classNameId = ? and classPK = ?.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 = ?.ContactUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator, boolean useFinderCache) Returns an ordered range of all the contacts where classNameId = ? and classPK = ?.ContactPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where classNameId = ? and classPK = ?.static ContactContactUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where classNameId = ? and classPK = ?.ContactPersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where classNameId = ? and classPK = ?.static ContactContactUtil.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 = ?.ContactPersistence.findByC_U(long companyId, long userId, int start, int end, OrderByComparator<Contact> orderByComparator) Returns an ordered range of all the contacts where companyId = ? and userId = ?.ContactPersistence.findByC_U(long companyId, long userId, int start, int end, OrderByComparator<Contact> orderByComparator, boolean useFinderCache) Returns an ordered range of all the contacts where companyId = ? and userId = ?.ContactUtil.findByC_U(long companyId, long userId, int start, int end, OrderByComparator<Contact> orderByComparator) Returns an ordered range of all the contacts where companyId = ? and userId = ?.ContactUtil.findByC_U(long companyId, long userId, int start, int end, OrderByComparator<Contact> orderByComparator, boolean useFinderCache) Returns an ordered range of all the contacts where companyId = ? and userId = ?.ContactPersistence.findByC_U_First(long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where companyId = ? and userId = ?.static ContactContactUtil.findByC_U_First(long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where companyId = ? and userId = ?.ContactPersistence.findByC_U_Last(long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where companyId = ? and userId = ?.static ContactContactUtil.findByC_U_Last(long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where companyId = ? and userId = ?.Contact[]ContactPersistence.findByC_U_PrevAndNext(long contactId, long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the contacts before and after the current contact in the ordered set where companyId = ? and userId = ?.static Contact[]ContactUtil.findByC_U_PrevAndNext(long contactId, long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the contacts before and after the current contact in the ordered set where companyId = ? and userId = ?.ContactPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Contact> orderByComparator) Returns an ordered range of all the contacts where companyId = ?.ContactPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Contact> orderByComparator, boolean useFinderCache) Returns an ordered range of all the contacts where companyId = ?.ContactUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Contact> orderByComparator) Returns an ordered range of all the contacts where companyId = ?.ContactUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Contact> orderByComparator, boolean useFinderCache) Returns an ordered range of all the contacts where companyId = ?.ContactPersistence.findByCompanyId_First(long companyId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where companyId = ?.static ContactContactUtil.findByCompanyId_First(long companyId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where companyId = ?.ContactPersistence.findByCompanyId_Last(long companyId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where companyId = ?.static ContactContactUtil.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 = ?.ContactPersistence.findByUserId(long userId, int start, int end, OrderByComparator<Contact> orderByComparator) Returns an ordered range of all the contacts where userId = ?.ContactPersistence.findByUserId(long userId, int start, int end, OrderByComparator<Contact> orderByComparator, boolean useFinderCache) Returns an ordered range of all the contacts where userId = ?.ContactUtil.findByUserId(long userId, int start, int end, OrderByComparator<Contact> orderByComparator) Returns an ordered range of all the contacts where userId = ?.ContactUtil.findByUserId(long userId, int start, int end, OrderByComparator<Contact> orderByComparator, boolean useFinderCache) Returns an ordered range of all the contacts where userId = ?.ContactPersistence.findByUserId_First(long userId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where userId = ?.static ContactContactUtil.findByUserId_First(long userId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where userId = ?.ContactPersistence.findByUserId_Last(long userId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where userId = ?.static ContactContactUtil.findByUserId_Last(long userId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where userId = ?.Contact[]ContactPersistence.findByUserId_PrevAndNext(long contactId, long userId, OrderByComparator<Contact> orderByComparator) Returns the contacts before and after the current contact in the ordered set where userId = ?.static Contact[]ContactUtil.findByUserId_PrevAndNext(long contactId, long userId, OrderByComparator<Contact> orderByComparator) Returns the contacts before and after the current contact in the ordered set where userId = ?.ContactUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Contact> orderByComparator) -
Uses of Contact in com.liferay.portal.kernel.theme
Methods in com.liferay.portal.kernel.theme that return ContactMethods in com.liferay.portal.kernel.theme with parameters of type Contact