Uses of Interface
com.liferay.portal.kernel.model.EmailAddress
Packages that use EmailAddress
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.
-
Uses of EmailAddress in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement EmailAddressFields in com.liferay.portal.kernel.model with type parameters of type EmailAddressModifier and TypeFieldDescriptionstatic final Accessor<EmailAddress,Long> EmailAddress.EMAIL_ADDRESS_ID_ACCESSORMethods in com.liferay.portal.kernel.model that return EmailAddressModifier and TypeMethodDescriptionEmailAddressModel.cloneWithOriginalValues()EmailAddressWrapper.cloneWithOriginalValues()Methods in com.liferay.portal.kernel.model that return types with arguments of type EmailAddressModifier and TypeMethodDescriptionEmailAddressWrapper.getAttributeGetterFunctions()EmailAddressWrapper.getAttributeSetterBiConsumers()User.getEmailAddresses()Returns the user's email addresses.UserWrapper.getEmailAddresses()Returns the user's email addresses.Methods in com.liferay.portal.kernel.model with parameters of type EmailAddressModifier and TypeMethodDescriptionprotected EmailAddressWrapperEmailAddressWrapper.wrap(EmailAddress emailAddress) Constructors in com.liferay.portal.kernel.model with parameters of type EmailAddress -
Uses of EmailAddress in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return EmailAddressModifier and TypeMethodDescriptionEmailAddressLocalService.addEmailAddress(EmailAddress emailAddress) Adds the email address to the database.EmailAddressLocalService.addEmailAddress(String externalReferenceCode, long userId, String className, long classPK, String address, long listTypeId, boolean primary, ServiceContext serviceContext) static EmailAddressEmailAddressLocalServiceUtil.addEmailAddress(EmailAddress emailAddress) Adds the email address to the database.static EmailAddressEmailAddressLocalServiceUtil.addEmailAddress(String externalReferenceCode, long userId, String className, long classPK, String address, long listTypeId, boolean primary, ServiceContext serviceContext) EmailAddressLocalServiceWrapper.addEmailAddress(EmailAddress emailAddress) Adds the email address to the database.EmailAddressLocalServiceWrapper.addEmailAddress(String externalReferenceCode, long userId, String className, long classPK, String address, long listTypeId, boolean primary, ServiceContext serviceContext) EmailAddressService.addEmailAddress(String externalReferenceCode, String className, long classPK, String address, long typeId, boolean primary, ServiceContext serviceContext) static EmailAddressEmailAddressServiceUtil.addEmailAddress(String externalReferenceCode, String className, long classPK, String address, long typeId, boolean primary, ServiceContext serviceContext) EmailAddressServiceWrapper.addEmailAddress(String externalReferenceCode, String className, long classPK, String address, long typeId, boolean primary, ServiceContext serviceContext) EmailAddressLocalService.createEmailAddress(long emailAddressId) Creates a new email address with the primary key.static EmailAddressEmailAddressLocalServiceUtil.createEmailAddress(long emailAddressId) Creates a new email address with the primary key.EmailAddressLocalServiceWrapper.createEmailAddress(long emailAddressId) Creates a new email address with the primary key.EmailAddressLocalService.deleteEmailAddress(long emailAddressId) Deletes the email address with the primary key from the database.EmailAddressLocalService.deleteEmailAddress(EmailAddress emailAddress) Deletes the email address from the database.static EmailAddressEmailAddressLocalServiceUtil.deleteEmailAddress(long emailAddressId) Deletes the email address with the primary key from the database.static EmailAddressEmailAddressLocalServiceUtil.deleteEmailAddress(EmailAddress emailAddress) Deletes the email address from the database.EmailAddressLocalServiceWrapper.deleteEmailAddress(long emailAddressId) Deletes the email address with the primary key from the database.EmailAddressLocalServiceWrapper.deleteEmailAddress(EmailAddress emailAddress) Deletes the email address from the database.EmailAddressLocalService.fetchEmailAddress(long emailAddressId) static EmailAddressEmailAddressLocalServiceUtil.fetchEmailAddress(long emailAddressId) EmailAddressLocalServiceWrapper.fetchEmailAddress(long emailAddressId) EmailAddressService.fetchEmailAddress(long emailAddressId) Returns the email address with the primary key.static EmailAddressEmailAddressServiceUtil.fetchEmailAddress(long emailAddressId) Returns the email address with the primary key.EmailAddressServiceWrapper.fetchEmailAddress(long emailAddressId) Returns the email address with the primary key.EmailAddressLocalService.fetchEmailAddressByExternalReferenceCode(String externalReferenceCode, long companyId) static EmailAddressEmailAddressLocalServiceUtil.fetchEmailAddressByExternalReferenceCode(String externalReferenceCode, long companyId) EmailAddressLocalServiceWrapper.fetchEmailAddressByExternalReferenceCode(String externalReferenceCode, long companyId) EmailAddressService.fetchEmailAddressByExternalReferenceCode(String externalReferenceCode, long companyId) static EmailAddressEmailAddressServiceUtil.fetchEmailAddressByExternalReferenceCode(String externalReferenceCode, long companyId) EmailAddressServiceWrapper.fetchEmailAddressByExternalReferenceCode(String externalReferenceCode, long companyId) EmailAddressLocalService.fetchEmailAddressByUuidAndCompanyId(String uuid, long companyId) Returns the email address with the matching UUID and company.static EmailAddressEmailAddressLocalServiceUtil.fetchEmailAddressByUuidAndCompanyId(String uuid, long companyId) Returns the email address with the matching UUID and company.EmailAddressLocalServiceWrapper.fetchEmailAddressByUuidAndCompanyId(String uuid, long companyId) Returns the email address with the matching UUID and company.EmailAddressLocalService.getEmailAddress(long emailAddressId) Returns the email address with the primary key.static EmailAddressEmailAddressLocalServiceUtil.getEmailAddress(long emailAddressId) Returns the email address with the primary key.EmailAddressLocalServiceWrapper.getEmailAddress(long emailAddressId) Returns the email address with the primary key.EmailAddressService.getEmailAddress(long emailAddressId) static EmailAddressEmailAddressServiceUtil.getEmailAddress(long emailAddressId) EmailAddressServiceWrapper.getEmailAddress(long emailAddressId) EmailAddressLocalService.getEmailAddressByExternalReferenceCode(String externalReferenceCode, long companyId) static EmailAddressEmailAddressLocalServiceUtil.getEmailAddressByExternalReferenceCode(String externalReferenceCode, long companyId) EmailAddressLocalServiceWrapper.getEmailAddressByExternalReferenceCode(String externalReferenceCode, long companyId) EmailAddressLocalService.getEmailAddressByUuidAndCompanyId(String uuid, long companyId) Returns the email address with the matching UUID and company.static EmailAddressEmailAddressLocalServiceUtil.getEmailAddressByUuidAndCompanyId(String uuid, long companyId) Returns the email address with the matching UUID and company.EmailAddressLocalServiceWrapper.getEmailAddressByUuidAndCompanyId(String uuid, long companyId) Returns the email address with the matching UUID and company.EmailAddressLocalService.updateEmailAddress(EmailAddress emailAddress) Updates the email address in the database or adds it if it does not yet exist.EmailAddressLocalService.updateEmailAddress(String externalReferenceCode, long emailAddressId, String address, long listTypeId, boolean primary) static EmailAddressEmailAddressLocalServiceUtil.updateEmailAddress(EmailAddress emailAddress) Updates the email address in the database or adds it if it does not yet exist.static EmailAddressEmailAddressLocalServiceUtil.updateEmailAddress(String externalReferenceCode, long emailAddressId, String address, long listTypeId, boolean primary) EmailAddressLocalServiceWrapper.updateEmailAddress(EmailAddress emailAddress) Updates the email address in the database or adds it if it does not yet exist.EmailAddressLocalServiceWrapper.updateEmailAddress(String externalReferenceCode, long emailAddressId, String address, long listTypeId, boolean primary) EmailAddressService.updateEmailAddress(String externalReferenceCode, long emailAddressId, String address, long typeId, boolean primary) static EmailAddressEmailAddressServiceUtil.updateEmailAddress(String externalReferenceCode, long emailAddressId, String address, long typeId, boolean primary) EmailAddressServiceWrapper.updateEmailAddress(String externalReferenceCode, long emailAddressId, String address, long typeId, boolean primary) Methods in com.liferay.portal.kernel.service that return types with arguments of type EmailAddressModifier and TypeMethodDescriptionEmailAddressLocalService.getCTPersistence()EmailAddressLocalServiceWrapper.getCTPersistence()EmailAddressLocalService.getEmailAddresses()EmailAddressLocalService.getEmailAddresses(int start, int end) Returns a range of all the email addresses.EmailAddressLocalService.getEmailAddresses(long companyId, String className, long classPK) static List<EmailAddress>EmailAddressLocalServiceUtil.getEmailAddresses()static List<EmailAddress>EmailAddressLocalServiceUtil.getEmailAddresses(int start, int end) Returns a range of all the email addresses.static List<EmailAddress>EmailAddressLocalServiceUtil.getEmailAddresses(long companyId, String className, long classPK) EmailAddressLocalServiceWrapper.getEmailAddresses()EmailAddressLocalServiceWrapper.getEmailAddresses(int start, int end) Returns a range of all the email addresses.EmailAddressLocalServiceWrapper.getEmailAddresses(long companyId, String className, long classPK) EmailAddressService.getEmailAddresses(String className, long classPK) static List<EmailAddress>EmailAddressServiceUtil.getEmailAddresses(String className, long classPK) EmailAddressServiceWrapper.getEmailAddresses(String className, long classPK) EmailAddressLocalService.getModelClass()EmailAddressLocalServiceWrapper.getModelClass()Methods in com.liferay.portal.kernel.service with parameters of type EmailAddressModifier and TypeMethodDescriptionEmailAddressLocalService.addEmailAddress(EmailAddress emailAddress) Adds the email address to the database.static EmailAddressEmailAddressLocalServiceUtil.addEmailAddress(EmailAddress emailAddress) Adds the email address to the database.EmailAddressLocalServiceWrapper.addEmailAddress(EmailAddress emailAddress) Adds the email address to the database.EmailAddressLocalService.deleteEmailAddress(EmailAddress emailAddress) Deletes the email address from the database.static EmailAddressEmailAddressLocalServiceUtil.deleteEmailAddress(EmailAddress emailAddress) Deletes the email address from the database.EmailAddressLocalServiceWrapper.deleteEmailAddress(EmailAddress emailAddress) Deletes the email address from the database.EmailAddressLocalService.updateEmailAddress(EmailAddress emailAddress) Updates the email address in the database or adds it if it does not yet exist.static EmailAddressEmailAddressLocalServiceUtil.updateEmailAddress(EmailAddress emailAddress) Updates the email address in the database or adds it if it does not yet exist.EmailAddressLocalServiceWrapper.updateEmailAddress(EmailAddress emailAddress) Updates the email address 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 EmailAddressModifier and TypeMethodDescription<R,E extends Throwable>
REmailAddressLocalService.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<EmailAddress>, R, E> updateUnsafeFunction) <R,E extends Throwable>
REmailAddressLocalServiceWrapper.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<EmailAddress>, R, E> updateUnsafeFunction) -
Uses of EmailAddress in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return EmailAddressModifier and TypeMethodDescriptionEmailAddressPersistence.create(long emailAddressId) Creates a new email address with the primary key.static EmailAddressEmailAddressUtil.create(long emailAddressId) Creates a new email address with the primary key.EmailAddressPersistence.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static EmailAddressEmailAddressUtil.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.EmailAddressPersistence.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static EmailAddressEmailAddressUtil.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.EmailAddressPersistence.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static EmailAddressEmailAddressUtil.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.EmailAddressPersistence.fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static EmailAddressEmailAddressUtil.fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.EmailAddressPersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ?.static EmailAddressEmailAddressUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ?.EmailAddressPersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ?.static EmailAddressEmailAddressUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ?.EmailAddressPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ?.static EmailAddressEmailAddressUtil.fetchByCompanyId_First(long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ?.EmailAddressPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ?.static EmailAddressEmailAddressUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ?.EmailAddressPersistence.fetchByERC_C(String externalReferenceCode, long companyId) Returns the email address where externalReferenceCode = ? and companyId = ? or returnsnullif it could not be found.EmailAddressPersistence.fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the email address where externalReferenceCode = ? and companyId = ? or returnsnullif it could not be found, optionally using the finder cache.static EmailAddressEmailAddressUtil.fetchByERC_C(String externalReferenceCode, long companyId) Returns the email address where externalReferenceCode = ? and companyId = ? or returnsnullif it could not be found.static EmailAddressEmailAddressUtil.fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the email address where externalReferenceCode = ? and companyId = ? or returnsnullif it could not be found, optionally using the finder cache.EmailAddressPersistence.fetchByPrimaryKey(long emailAddressId) Returns the email address with the primary key or returnsnullif it could not be found.static EmailAddressEmailAddressUtil.fetchByPrimaryKey(long emailAddressId) Returns the email address with the primary key or returnsnullif it could not be found.EmailAddressPersistence.fetchByUserId_First(long userId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where userId = ?.static EmailAddressEmailAddressUtil.fetchByUserId_First(long userId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where userId = ?.EmailAddressPersistence.fetchByUserId_Last(long userId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where userId = ?.static EmailAddressEmailAddressUtil.fetchByUserId_Last(long userId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where userId = ?.EmailAddressPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where uuid = ? and companyId = ?.static EmailAddressEmailAddressUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where uuid = ? and companyId = ?.EmailAddressPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where uuid = ? and companyId = ?.static EmailAddressEmailAddressUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where uuid = ? and companyId = ?.EmailAddressPersistence.fetchByUuid_First(String uuid, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where uuid = ?.static EmailAddressEmailAddressUtil.fetchByUuid_First(String uuid, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where uuid = ?.EmailAddressPersistence.fetchByUuid_Last(String uuid, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where uuid = ?.static EmailAddressEmailAddressUtil.fetchByUuid_Last(String uuid, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where uuid = ?.EmailAddressPersistence.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static EmailAddressEmailAddressUtil.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.EmailAddressPersistence.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static EmailAddressEmailAddressUtil.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.EmailAddressPersistence.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static EmailAddressEmailAddressUtil.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.EmailAddressPersistence.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static EmailAddressEmailAddressUtil.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.EmailAddressPersistence.findByC_C_C_P_PrevAndNext(long emailAddressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static EmailAddress[]EmailAddressUtil.findByC_C_C_P_PrevAndNext(long emailAddressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.EmailAddressPersistence.findByC_C_C_PrevAndNext(long emailAddressId, long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static EmailAddress[]EmailAddressUtil.findByC_C_C_PrevAndNext(long emailAddressId, long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.EmailAddressPersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ?.static EmailAddressEmailAddressUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ?.EmailAddressPersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ?.static EmailAddressEmailAddressUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ?.EmailAddressPersistence.findByC_C_PrevAndNext(long emailAddressId, long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ?.static EmailAddress[]EmailAddressUtil.findByC_C_PrevAndNext(long emailAddressId, long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ?.EmailAddressPersistence.findByCompanyId_First(long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ?.static EmailAddressEmailAddressUtil.findByCompanyId_First(long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ?.EmailAddressPersistence.findByCompanyId_Last(long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ?.static EmailAddressEmailAddressUtil.findByCompanyId_Last(long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ?.EmailAddressPersistence.findByCompanyId_PrevAndNext(long emailAddressId, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where companyId = ?.static EmailAddress[]EmailAddressUtil.findByCompanyId_PrevAndNext(long emailAddressId, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where companyId = ?.EmailAddressPersistence.findByERC_C(String externalReferenceCode, long companyId) Returns the email address where externalReferenceCode = ? and companyId = ? or throws aNoSuchEmailAddressExceptionif it could not be found.static EmailAddressEmailAddressUtil.findByERC_C(String externalReferenceCode, long companyId) Returns the email address where externalReferenceCode = ? and companyId = ? or throws aNoSuchEmailAddressExceptionif it could not be found.EmailAddressPersistence.findByPrimaryKey(long emailAddressId) Returns the email address with the primary key or throws aNoSuchEmailAddressExceptionif it could not be found.static EmailAddressEmailAddressUtil.findByPrimaryKey(long emailAddressId) Returns the email address with the primary key or throws aNoSuchEmailAddressExceptionif it could not be found.EmailAddressPersistence.findByUserId_First(long userId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where userId = ?.static EmailAddressEmailAddressUtil.findByUserId_First(long userId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where userId = ?.EmailAddressPersistence.findByUserId_Last(long userId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where userId = ?.static EmailAddressEmailAddressUtil.findByUserId_Last(long userId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where userId = ?.EmailAddressPersistence.findByUserId_PrevAndNext(long emailAddressId, long userId, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where userId = ?.static EmailAddress[]EmailAddressUtil.findByUserId_PrevAndNext(long emailAddressId, long userId, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where userId = ?.EmailAddressPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where uuid = ? and companyId = ?.static EmailAddressEmailAddressUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where uuid = ? and companyId = ?.EmailAddressPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where uuid = ? and companyId = ?.static EmailAddressEmailAddressUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where uuid = ? and companyId = ?.EmailAddressPersistence.findByUuid_C_PrevAndNext(long emailAddressId, String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where uuid = ? and companyId = ?.static EmailAddress[]EmailAddressUtil.findByUuid_C_PrevAndNext(long emailAddressId, String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where uuid = ? and companyId = ?.EmailAddressPersistence.findByUuid_First(String uuid, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where uuid = ?.static EmailAddressEmailAddressUtil.findByUuid_First(String uuid, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where uuid = ?.EmailAddressPersistence.findByUuid_Last(String uuid, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where uuid = ?.static EmailAddressEmailAddressUtil.findByUuid_Last(String uuid, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where uuid = ?.EmailAddressPersistence.findByUuid_PrevAndNext(long emailAddressId, String uuid, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where uuid = ?.static EmailAddress[]EmailAddressUtil.findByUuid_PrevAndNext(long emailAddressId, String uuid, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where uuid = ?.EmailAddressPersistence.remove(long emailAddressId) Removes the email address with the primary key from the database.static EmailAddressEmailAddressUtil.remove(long emailAddressId) Removes the email address with the primary key from the database.EmailAddressPersistence.removeByERC_C(String externalReferenceCode, long companyId) Removes the email address where externalReferenceCode = ? and companyId = ? from the database.static EmailAddressEmailAddressUtil.removeByERC_C(String externalReferenceCode, long companyId) Removes the email address where externalReferenceCode = ? and companyId = ? from the database.static EmailAddressEmailAddressUtil.update(EmailAddress emailAddress) static EmailAddressEmailAddressUtil.update(EmailAddress emailAddress, ServiceContext serviceContext) EmailAddressPersistence.updateImpl(EmailAddress emailAddress) static EmailAddressEmailAddressUtil.updateImpl(EmailAddress emailAddress) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type EmailAddressModifier and TypeMethodDescriptionstatic Map<Serializable,EmailAddress> EmailAddressUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) EmailAddressPersistence.findAll()Returns all the email addresses.EmailAddressPersistence.findAll(int start, int end) Returns a range of all the email addresses.EmailAddressPersistence.findAll(int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses.EmailAddressPersistence.findAll(int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses.static List<EmailAddress>EmailAddressUtil.findAll()Returns all the email addresses.static List<EmailAddress>EmailAddressUtil.findAll(int start, int end) Returns a range of all the email addresses.static List<EmailAddress>EmailAddressUtil.findAll(int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses.static List<EmailAddress>EmailAddressUtil.findAll(int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses.EmailAddressPersistence.findByC_C(long companyId, long classNameId) Returns all the email addresses where companyId = ? and classNameId = ?.EmailAddressPersistence.findByC_C(long companyId, long classNameId, int start, int end) Returns a range of all the email addresses where companyId = ? and classNameId = ?.EmailAddressPersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ?.EmailAddressPersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ?.static List<EmailAddress>EmailAddressUtil.findByC_C(long companyId, long classNameId) Returns all the email addresses where companyId = ? and classNameId = ?.static List<EmailAddress>EmailAddressUtil.findByC_C(long companyId, long classNameId, int start, int end) Returns a range of all the email addresses where companyId = ? and classNameId = ?.static List<EmailAddress>EmailAddressUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ?.static List<EmailAddress>EmailAddressUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ?.EmailAddressPersistence.findByC_C_C(long companyId, long classNameId, long classPK) Returns all the email addresses where companyId = ? and classNameId = ? and classPK = ?.EmailAddressPersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end) Returns a range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?.EmailAddressPersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?.EmailAddressPersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?.static List<EmailAddress>EmailAddressUtil.findByC_C_C(long companyId, long classNameId, long classPK) Returns all the email addresses where companyId = ? and classNameId = ? and classPK = ?.static List<EmailAddress>EmailAddressUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end) Returns a range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?.static List<EmailAddress>EmailAddressUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?.static List<EmailAddress>EmailAddressUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?.EmailAddressPersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary) Returns all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.EmailAddressPersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end) Returns a range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.EmailAddressPersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.EmailAddressPersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static List<EmailAddress>EmailAddressUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary) Returns all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static List<EmailAddress>EmailAddressUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end) Returns a range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static List<EmailAddress>EmailAddressUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static List<EmailAddress>EmailAddressUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.EmailAddressPersistence.findByCompanyId(long companyId) Returns all the email addresses where companyId = ?.EmailAddressPersistence.findByCompanyId(long companyId, int start, int end) Returns a range of all the email addresses where companyId = ?.EmailAddressPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where companyId = ?.EmailAddressPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where companyId = ?.static List<EmailAddress>EmailAddressUtil.findByCompanyId(long companyId) Returns all the email addresses where companyId = ?.static List<EmailAddress>EmailAddressUtil.findByCompanyId(long companyId, int start, int end) Returns a range of all the email addresses where companyId = ?.static List<EmailAddress>EmailAddressUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where companyId = ?.static List<EmailAddress>EmailAddressUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where companyId = ?.EmailAddressPersistence.findByUserId(long userId) Returns all the email addresses where userId = ?.EmailAddressPersistence.findByUserId(long userId, int start, int end) Returns a range of all the email addresses where userId = ?.EmailAddressPersistence.findByUserId(long userId, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where userId = ?.EmailAddressPersistence.findByUserId(long userId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where userId = ?.static List<EmailAddress>EmailAddressUtil.findByUserId(long userId) Returns all the email addresses where userId = ?.static List<EmailAddress>EmailAddressUtil.findByUserId(long userId, int start, int end) Returns a range of all the email addresses where userId = ?.static List<EmailAddress>EmailAddressUtil.findByUserId(long userId, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where userId = ?.static List<EmailAddress>EmailAddressUtil.findByUserId(long userId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where userId = ?.EmailAddressPersistence.findByUuid(String uuid) Returns all the email addresses where uuid = ?.EmailAddressPersistence.findByUuid(String uuid, int start, int end) Returns a range of all the email addresses where uuid = ?.EmailAddressPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where uuid = ?.EmailAddressPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where uuid = ?.static List<EmailAddress>EmailAddressUtil.findByUuid(String uuid) Returns all the email addresses where uuid = ?.static List<EmailAddress>EmailAddressUtil.findByUuid(String uuid, int start, int end) Returns a range of all the email addresses where uuid = ?.static List<EmailAddress>EmailAddressUtil.findByUuid(String uuid, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where uuid = ?.static List<EmailAddress>EmailAddressUtil.findByUuid(String uuid, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where uuid = ?.EmailAddressPersistence.findByUuid_C(String uuid, long companyId) Returns all the email addresses where uuid = ? and companyId = ?.EmailAddressPersistence.findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the email addresses where uuid = ? and companyId = ?.EmailAddressPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where uuid = ? and companyId = ?.EmailAddressPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where uuid = ? and companyId = ?.static List<EmailAddress>EmailAddressUtil.findByUuid_C(String uuid, long companyId) Returns all the email addresses where uuid = ? and companyId = ?.static List<EmailAddress>EmailAddressUtil.findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the email addresses where uuid = ? and companyId = ?.static List<EmailAddress>EmailAddressUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where uuid = ? and companyId = ?.static List<EmailAddress>EmailAddressUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where uuid = ? and companyId = ?.static List<EmailAddress>EmailAddressUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) static List<EmailAddress>EmailAddressUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) static List<EmailAddress>EmailAddressUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type EmailAddressModifier and TypeMethodDescriptionvoidEmailAddressPersistence.cacheResult(EmailAddress emailAddress) Caches the email address in the entity cache if it is enabled.static voidEmailAddressUtil.cacheResult(EmailAddress emailAddress) Caches the email address in the entity cache if it is enabled.static voidEmailAddressUtil.clearCache(EmailAddress emailAddress) static EmailAddressEmailAddressUtil.update(EmailAddress emailAddress) static EmailAddressEmailAddressUtil.update(EmailAddress emailAddress, ServiceContext serviceContext) EmailAddressPersistence.updateImpl(EmailAddress emailAddress) static EmailAddressEmailAddressUtil.updateImpl(EmailAddress emailAddress) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type EmailAddressModifier and TypeMethodDescriptionvoidEmailAddressPersistence.cacheResult(List<EmailAddress> emailAddresses) Caches the email addresses in the entity cache if it is enabled.static voidEmailAddressUtil.cacheResult(List<EmailAddress> emailAddresses) Caches the email addresses in the entity cache if it is enabled.EmailAddressPersistence.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static EmailAddressEmailAddressUtil.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.EmailAddressPersistence.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static EmailAddressEmailAddressUtil.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.EmailAddressPersistence.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static EmailAddressEmailAddressUtil.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.EmailAddressPersistence.fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static EmailAddressEmailAddressUtil.fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.EmailAddressPersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ?.static EmailAddressEmailAddressUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ?.EmailAddressPersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ?.static EmailAddressEmailAddressUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ?.EmailAddressPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ?.static EmailAddressEmailAddressUtil.fetchByCompanyId_First(long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ?.EmailAddressPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ?.static EmailAddressEmailAddressUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ?.EmailAddressPersistence.fetchByUserId_First(long userId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where userId = ?.static EmailAddressEmailAddressUtil.fetchByUserId_First(long userId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where userId = ?.EmailAddressPersistence.fetchByUserId_Last(long userId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where userId = ?.static EmailAddressEmailAddressUtil.fetchByUserId_Last(long userId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where userId = ?.EmailAddressPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where uuid = ? and companyId = ?.static EmailAddressEmailAddressUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where uuid = ? and companyId = ?.EmailAddressPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where uuid = ? and companyId = ?.static EmailAddressEmailAddressUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where uuid = ? and companyId = ?.EmailAddressPersistence.fetchByUuid_First(String uuid, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where uuid = ?.static EmailAddressEmailAddressUtil.fetchByUuid_First(String uuid, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where uuid = ?.EmailAddressPersistence.fetchByUuid_Last(String uuid, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where uuid = ?.static EmailAddressEmailAddressUtil.fetchByUuid_Last(String uuid, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where uuid = ?.EmailAddressPersistence.findAll(int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses.EmailAddressPersistence.findAll(int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses.static List<EmailAddress>EmailAddressUtil.findAll(int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses.static List<EmailAddress>EmailAddressUtil.findAll(int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses.EmailAddressPersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ?.EmailAddressPersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ?.static List<EmailAddress>EmailAddressUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ?.static List<EmailAddress>EmailAddressUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ?.EmailAddressPersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?.EmailAddressPersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?.static List<EmailAddress>EmailAddressUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?.static List<EmailAddress>EmailAddressUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?.EmailAddressPersistence.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static EmailAddressEmailAddressUtil.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.EmailAddressPersistence.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static EmailAddressEmailAddressUtil.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.EmailAddressPersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.EmailAddressPersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static List<EmailAddress>EmailAddressUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static List<EmailAddress>EmailAddressUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.EmailAddressPersistence.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static EmailAddressEmailAddressUtil.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.EmailAddressPersistence.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static EmailAddressEmailAddressUtil.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.EmailAddressPersistence.findByC_C_C_P_PrevAndNext(long emailAddressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static EmailAddress[]EmailAddressUtil.findByC_C_C_P_PrevAndNext(long emailAddressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.EmailAddressPersistence.findByC_C_C_PrevAndNext(long emailAddressId, long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static EmailAddress[]EmailAddressUtil.findByC_C_C_PrevAndNext(long emailAddressId, long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.EmailAddressPersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ?.static EmailAddressEmailAddressUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ?.EmailAddressPersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ?.static EmailAddressEmailAddressUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ?.EmailAddressPersistence.findByC_C_PrevAndNext(long emailAddressId, long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ?.static EmailAddress[]EmailAddressUtil.findByC_C_PrevAndNext(long emailAddressId, long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ?.EmailAddressPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where companyId = ?.EmailAddressPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where companyId = ?.static List<EmailAddress>EmailAddressUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where companyId = ?.static List<EmailAddress>EmailAddressUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where companyId = ?.EmailAddressPersistence.findByCompanyId_First(long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ?.static EmailAddressEmailAddressUtil.findByCompanyId_First(long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ?.EmailAddressPersistence.findByCompanyId_Last(long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ?.static EmailAddressEmailAddressUtil.findByCompanyId_Last(long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ?.EmailAddressPersistence.findByCompanyId_PrevAndNext(long emailAddressId, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where companyId = ?.static EmailAddress[]EmailAddressUtil.findByCompanyId_PrevAndNext(long emailAddressId, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where companyId = ?.EmailAddressPersistence.findByUserId(long userId, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where userId = ?.EmailAddressPersistence.findByUserId(long userId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where userId = ?.static List<EmailAddress>EmailAddressUtil.findByUserId(long userId, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where userId = ?.static List<EmailAddress>EmailAddressUtil.findByUserId(long userId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where userId = ?.EmailAddressPersistence.findByUserId_First(long userId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where userId = ?.static EmailAddressEmailAddressUtil.findByUserId_First(long userId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where userId = ?.EmailAddressPersistence.findByUserId_Last(long userId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where userId = ?.static EmailAddressEmailAddressUtil.findByUserId_Last(long userId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where userId = ?.EmailAddressPersistence.findByUserId_PrevAndNext(long emailAddressId, long userId, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where userId = ?.static EmailAddress[]EmailAddressUtil.findByUserId_PrevAndNext(long emailAddressId, long userId, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where userId = ?.EmailAddressPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where uuid = ?.EmailAddressPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where uuid = ?.static List<EmailAddress>EmailAddressUtil.findByUuid(String uuid, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where uuid = ?.static List<EmailAddress>EmailAddressUtil.findByUuid(String uuid, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where uuid = ?.EmailAddressPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where uuid = ? and companyId = ?.EmailAddressPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where uuid = ? and companyId = ?.static List<EmailAddress>EmailAddressUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where uuid = ? and companyId = ?.static List<EmailAddress>EmailAddressUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where uuid = ? and companyId = ?.EmailAddressPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where uuid = ? and companyId = ?.static EmailAddressEmailAddressUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where uuid = ? and companyId = ?.EmailAddressPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where uuid = ? and companyId = ?.static EmailAddressEmailAddressUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where uuid = ? and companyId = ?.EmailAddressPersistence.findByUuid_C_PrevAndNext(long emailAddressId, String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where uuid = ? and companyId = ?.static EmailAddress[]EmailAddressUtil.findByUuid_C_PrevAndNext(long emailAddressId, String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where uuid = ? and companyId = ?.EmailAddressPersistence.findByUuid_First(String uuid, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where uuid = ?.static EmailAddressEmailAddressUtil.findByUuid_First(String uuid, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where uuid = ?.EmailAddressPersistence.findByUuid_Last(String uuid, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where uuid = ?.static EmailAddressEmailAddressUtil.findByUuid_Last(String uuid, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where uuid = ?.EmailAddressPersistence.findByUuid_PrevAndNext(long emailAddressId, String uuid, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where uuid = ?.static EmailAddress[]EmailAddressUtil.findByUuid_PrevAndNext(long emailAddressId, String uuid, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where uuid = ?.static List<EmailAddress>EmailAddressUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<EmailAddress> orderByComparator)