Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.model.EmailAddress

Packages that use EmailAddress
com.liferay.portal.kernel.test.util   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
com.liferay.portlet.usersadmin.util   
com.liferay.users.admin.kernel.util   
 

Uses of EmailAddress in com.liferay.portal.kernel.test.util
 

Methods in com.liferay.portal.kernel.test.util that return EmailAddress
static EmailAddress OrganizationTestUtil.addEmailAddress(Organization organization)
           
 

Uses of EmailAddress in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement EmailAddress
 class EmailAddressWrapper
           This class is a wrapper for EmailAddress.
 

Fields in com.liferay.portal.model with type parameters of type EmailAddress
static Accessor<EmailAddress,Long> EmailAddress.EMAIL_ADDRESS_ID_ACCESSOR
           
 

Methods in com.liferay.portal.model that return EmailAddress
 EmailAddress EmailAddressWrapper.getWrappedModel()
           
 EmailAddress EmailAddressWrapper.toEscapedModel()
           
 EmailAddress EmailAddressModel.toEscapedModel()
           
 EmailAddress EmailAddressWrapper.toUnescapedModel()
           
 EmailAddress EmailAddressModel.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type EmailAddress
 List<EmailAddress> User.getEmailAddresses()
          Returns the user's email addresses.
 List<EmailAddress> UserWrapper.getEmailAddresses()
          Returns the user's email addresses.
 CacheModel<EmailAddress> EmailAddressWrapper.toCacheModel()
           
 CacheModel<EmailAddress> EmailAddressModel.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type EmailAddress
 int EmailAddressWrapper.compareTo(EmailAddress emailAddress)
           
 int EmailAddressModel.compareTo(EmailAddress emailAddress)
           
static EmailAddressSoap EmailAddressSoap.toSoapModel(EmailAddress model)
           
static EmailAddressSoap[] EmailAddressSoap.toSoapModels(EmailAddress[] models)
           
static EmailAddressSoap[][] EmailAddressSoap.toSoapModels(EmailAddress[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type EmailAddress
static EmailAddressSoap[] EmailAddressSoap.toSoapModels(List<EmailAddress> models)
           
 

Constructors in com.liferay.portal.model with parameters of type EmailAddress
EmailAddressWrapper(EmailAddress emailAddress)
           
 

Uses of EmailAddress in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement EmailAddress
 class EmailAddressBaseImpl
          The extended model base implementation for the EmailAddress service.
 class EmailAddressImpl
           
 

Methods in com.liferay.portal.model.impl that return EmailAddress
 EmailAddress EmailAddressCacheModel.toEntityModel()
           
 EmailAddress EmailAddressModelImpl.toEscapedModel()
           
static EmailAddress EmailAddressModelImpl.toModel(EmailAddressSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portal.model.impl that return types with arguments of type EmailAddress
 List<EmailAddress> UserImpl.getEmailAddresses()
          Returns the user's email addresses.
 CacheModel<EmailAddress> EmailAddressModelImpl.toCacheModel()
           
static List<EmailAddress> EmailAddressModelImpl.toModels(EmailAddressSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type EmailAddress
 int EmailAddressModelImpl.compareTo(EmailAddress emailAddress)
           
 

Uses of EmailAddress in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return EmailAddress
static EmailAddress EmailAddressLocalServiceUtil.addEmailAddress(EmailAddress emailAddress)
          Adds the email address to the database.
 EmailAddress EmailAddressLocalServiceWrapper.addEmailAddress(EmailAddress emailAddress)
          Adds the email address to the database.
 EmailAddress EmailAddressLocalService.addEmailAddress(EmailAddress emailAddress)
          Adds the email address to the database.
static EmailAddress EmailAddressLocalServiceUtil.addEmailAddress(long userId, String className, long classPK, String address, long typeId, boolean primary, ServiceContext serviceContext)
           
 EmailAddress EmailAddressLocalServiceWrapper.addEmailAddress(long userId, String className, long classPK, String address, long typeId, boolean primary, ServiceContext serviceContext)
           
 EmailAddress EmailAddressLocalService.addEmailAddress(long userId, String className, long classPK, String address, long typeId, boolean primary, ServiceContext serviceContext)
           
 EmailAddress EmailAddressService.addEmailAddress(String className, long classPK, String address, long typeId, boolean primary, ServiceContext serviceContext)
           
 EmailAddress EmailAddressServiceWrapper.addEmailAddress(String className, long classPK, String address, long typeId, boolean primary, ServiceContext serviceContext)
           
static EmailAddress EmailAddressServiceUtil.addEmailAddress(String className, long classPK, String address, long typeId, boolean primary, ServiceContext serviceContext)
           
static EmailAddress EmailAddressLocalServiceUtil.createEmailAddress(long emailAddressId)
          Creates a new email address with the primary key.
 EmailAddress EmailAddressLocalServiceWrapper.createEmailAddress(long emailAddressId)
          Creates a new email address with the primary key.
 EmailAddress EmailAddressLocalService.createEmailAddress(long emailAddressId)
          Creates a new email address with the primary key.
static EmailAddress EmailAddressLocalServiceUtil.deleteEmailAddress(EmailAddress emailAddress)
          Deletes the email address from the database.
 EmailAddress EmailAddressLocalServiceWrapper.deleteEmailAddress(EmailAddress emailAddress)
          Deletes the email address from the database.
 EmailAddress EmailAddressLocalService.deleteEmailAddress(EmailAddress emailAddress)
          Deletes the email address from the database.
static EmailAddress EmailAddressLocalServiceUtil.deleteEmailAddress(long emailAddressId)
          Deletes the email address with the primary key from the database.
 EmailAddress EmailAddressLocalServiceWrapper.deleteEmailAddress(long emailAddressId)
          Deletes the email address with the primary key from the database.
 EmailAddress EmailAddressLocalService.deleteEmailAddress(long emailAddressId)
          Deletes the email address with the primary key from the database.
 EmailAddress EmailAddressService.fetchEmailAddress(long emailAddressId)
          Returns the email address with the primary key.
 EmailAddress EmailAddressServiceWrapper.fetchEmailAddress(long emailAddressId)
          Returns the email address with the primary key.
static EmailAddress EmailAddressLocalServiceUtil.fetchEmailAddress(long emailAddressId)
           
 EmailAddress EmailAddressLocalServiceWrapper.fetchEmailAddress(long emailAddressId)
           
 EmailAddress EmailAddressLocalService.fetchEmailAddress(long emailAddressId)
           
static EmailAddress EmailAddressServiceUtil.fetchEmailAddress(long emailAddressId)
          Returns the email address with the primary key.
static EmailAddress EmailAddressLocalServiceUtil.fetchEmailAddressByUuidAndCompanyId(String uuid, long companyId)
          Returns the email address with the matching UUID and company.
 EmailAddress EmailAddressLocalServiceWrapper.fetchEmailAddressByUuidAndCompanyId(String uuid, long companyId)
          Returns the email address with the matching UUID and company.
 EmailAddress EmailAddressLocalService.fetchEmailAddressByUuidAndCompanyId(String uuid, long companyId)
          Returns the email address with the matching UUID and company.
 EmailAddress EmailAddressService.getEmailAddress(long emailAddressId)
           
 EmailAddress EmailAddressServiceWrapper.getEmailAddress(long emailAddressId)
           
static EmailAddress EmailAddressLocalServiceUtil.getEmailAddress(long emailAddressId)
          Returns the email address with the primary key.
 EmailAddress EmailAddressLocalServiceWrapper.getEmailAddress(long emailAddressId)
          Returns the email address with the primary key.
 EmailAddress EmailAddressLocalService.getEmailAddress(long emailAddressId)
          Returns the email address with the primary key.
static EmailAddress EmailAddressServiceUtil.getEmailAddress(long emailAddressId)
           
static EmailAddress EmailAddressLocalServiceUtil.getEmailAddressByUuidAndCompanyId(String uuid, long companyId)
          Returns the email address with the matching UUID and company.
 EmailAddress EmailAddressLocalServiceWrapper.getEmailAddressByUuidAndCompanyId(String uuid, long companyId)
          Returns the email address with the matching UUID and company.
 EmailAddress EmailAddressLocalService.getEmailAddressByUuidAndCompanyId(String uuid, long companyId)
          Returns the email address with the matching UUID and company.
static EmailAddress EmailAddressLocalServiceUtil.updateEmailAddress(EmailAddress emailAddress)
          Updates the email address in the database or adds it if it does not yet exist.
 EmailAddress EmailAddressLocalServiceWrapper.updateEmailAddress(EmailAddress emailAddress)
          Updates the email address in the database or adds it if it does not yet exist.
 EmailAddress EmailAddressLocalService.updateEmailAddress(EmailAddress emailAddress)
          Updates the email address in the database or adds it if it does not yet exist.
 EmailAddress EmailAddressService.updateEmailAddress(long emailAddressId, String address, long typeId, boolean primary)
           
 EmailAddress EmailAddressServiceWrapper.updateEmailAddress(long emailAddressId, String address, long typeId, boolean primary)
           
static EmailAddress EmailAddressLocalServiceUtil.updateEmailAddress(long emailAddressId, String address, long typeId, boolean primary)
           
 EmailAddress EmailAddressLocalServiceWrapper.updateEmailAddress(long emailAddressId, String address, long typeId, boolean primary)
           
 EmailAddress EmailAddressLocalService.updateEmailAddress(long emailAddressId, String address, long typeId, boolean primary)
           
static EmailAddress EmailAddressServiceUtil.updateEmailAddress(long emailAddressId, String address, long typeId, boolean primary)
           
 

Methods in com.liferay.portal.service that return types with arguments of type EmailAddress
static List<EmailAddress> EmailAddressLocalServiceUtil.getEmailAddresses()
           
 List<EmailAddress> EmailAddressLocalServiceWrapper.getEmailAddresses()
           
 List<EmailAddress> EmailAddressLocalService.getEmailAddresses()
           
static List<EmailAddress> EmailAddressLocalServiceUtil.getEmailAddresses(int start, int end)
          Returns a range of all the email addresses.
 List<EmailAddress> EmailAddressLocalServiceWrapper.getEmailAddresses(int start, int end)
          Returns a range of all the email addresses.
 List<EmailAddress> EmailAddressLocalService.getEmailAddresses(int start, int end)
          Returns a range of all the email addresses.
static List<EmailAddress> EmailAddressLocalServiceUtil.getEmailAddresses(long companyId, String className, long classPK)
           
 List<EmailAddress> EmailAddressLocalServiceWrapper.getEmailAddresses(long companyId, String className, long classPK)
           
 List<EmailAddress> EmailAddressLocalService.getEmailAddresses(long companyId, String className, long classPK)
           
 List<EmailAddress> EmailAddressService.getEmailAddresses(String className, long classPK)
           
 List<EmailAddress> EmailAddressServiceWrapper.getEmailAddresses(String className, long classPK)
           
static List<EmailAddress> EmailAddressServiceUtil.getEmailAddresses(String className, long classPK)
           
 

Methods in com.liferay.portal.service with parameters of type EmailAddress
static EmailAddress EmailAddressLocalServiceUtil.addEmailAddress(EmailAddress emailAddress)
          Adds the email address to the database.
 EmailAddress EmailAddressLocalServiceWrapper.addEmailAddress(EmailAddress emailAddress)
          Adds the email address to the database.
 EmailAddress EmailAddressLocalService.addEmailAddress(EmailAddress emailAddress)
          Adds the email address to the database.
static EmailAddress EmailAddressLocalServiceUtil.deleteEmailAddress(EmailAddress emailAddress)
          Deletes the email address from the database.
 EmailAddress EmailAddressLocalServiceWrapper.deleteEmailAddress(EmailAddress emailAddress)
          Deletes the email address from the database.
 EmailAddress EmailAddressLocalService.deleteEmailAddress(EmailAddress emailAddress)
          Deletes the email address from the database.
static EmailAddress EmailAddressLocalServiceUtil.updateEmailAddress(EmailAddress emailAddress)
          Updates the email address in the database or adds it if it does not yet exist.
 EmailAddress EmailAddressLocalServiceWrapper.updateEmailAddress(EmailAddress emailAddress)
          Updates the email address in the database or adds it if it does not yet exist.
 EmailAddress EmailAddressLocalService.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.service with type arguments of type EmailAddress
 Organization OrganizationServiceWrapper.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by #addOrganization(long, String, String, long, long, int, String, boolean, List, List, List, List, List, ServiceContext)
 Organization OrganizationService.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by #addOrganization(long, String, String, long, long, int, String, boolean, List, List, List, List, List, ServiceContext)
static Organization OrganizationServiceUtil.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by #addOrganization(long, String, String, long, long, int, String, boolean, List, List, List, List, List, ServiceContext)
 Organization OrganizationServiceWrapper.addOrganization(long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Adds an organization with additional parameters.
 Organization OrganizationService.addOrganization(long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Adds an organization with additional parameters.
static Organization OrganizationServiceUtil.addOrganization(long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Adds an organization with additional parameters.
 User UserServiceWrapper.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixId, long suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext)
          Adds a user with additional parameters.
static User UserServiceUtil.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixId, long suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext)
          Adds a user with additional parameters.
 User UserService.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixId, long suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext)
          Adds a user with additional parameters.
 User UserServiceWrapper.addUserWithWorkflow(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixId, long suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext)
          Adds a user with workflow and additional parameters.
static User UserServiceUtil.addUserWithWorkflow(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixId, long suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext)
          Adds a user with workflow and additional parameters.
 User UserService.addUserWithWorkflow(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixId, long suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext)
          Adds a user with workflow and additional parameters.
static Company CompanyServiceUtil.updateCompany(long companyId, String virtualHost, String mx, String homeURL, boolean logo, byte[] logoBytes, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties properties)
          Updates the company with addition information.
 Company CompanyService.updateCompany(long companyId, String virtualHost, String mx, String homeURL, boolean logo, byte[] logoBytes, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties properties)
          Updates the company with addition information.
 Company CompanyServiceWrapper.updateCompany(long companyId, String virtualHost, String mx, String homeURL, boolean logo, byte[] logoBytes, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties properties)
          Updates the company with addition information.
static Company CompanyServiceUtil.updateCompany(long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties properties)
          Deprecated. As of 7.0.0, replaced by CompanyServiceUtil.updateCompany(long, String, String, String, boolean, byte[], String, String, String, String, String, String, String, String, String, String, String, List, List, List, List, UnicodeProperties)
 Company CompanyService.updateCompany(long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties properties)
          Deprecated. As of 7.0.0, replaced by CompanyService.updateCompany(long, String, String, String, boolean, byte[], String, String, String, String, String, String, String, String, String, String, String, List, List, List, List, UnicodeProperties)
 Company CompanyServiceWrapper.updateCompany(long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties properties)
          Deprecated. As of 7.0.0, replaced by CompanyServiceWrapper.updateCompany(long, String, String, String, boolean, byte[], String, String, String, String, String, String, String, String, String, String, String, List, List, List, List, UnicodeProperties)
 Organization OrganizationServiceWrapper.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by #updateOrganization(long, long, String, String, long, long, int, String, boolean, byte[], boolean, List, List, List, List, List, ServiceContext)
 Organization OrganizationService.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by #updateOrganization(long, long, String, String, long, long, int, String, boolean, byte[], boolean, List, List, List, List, List, ServiceContext)
static Organization OrganizationServiceUtil.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by #updateOrganization(long, long, String, String, long, long, int, String, boolean, byte[], boolean, List, List, List, List, List, ServiceContext)
 Organization OrganizationServiceWrapper.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean logo, byte[] logoBytes, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Updates the organization with additional parameters.
 Organization OrganizationService.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean logo, byte[] logoBytes, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Updates the organization with additional parameters.
static Organization OrganizationServiceUtil.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean logo, byte[] logoBytes, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Updates the organization with additional parameters.
 Organization OrganizationServiceWrapper.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by #updateOrganization(long, long, String, String, long, long, int, String, boolean, byte[], boolean, List, List, List, List, List, ServiceContext)
 Organization OrganizationService.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by #updateOrganization(long, long, String, String, long, long, int, String, boolean, byte[], boolean, List, List, List, List, List, ServiceContext)
static Organization OrganizationServiceUtil.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by #updateOrganization(long, long, String, String, long, long, int, String, boolean, byte[], boolean, List, List, List, List, List, ServiceContext)
 User UserServiceWrapper.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, boolean portrait, byte[] portraitBytes, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixId, long suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
          Updates the user with additional parameters.
static User UserServiceUtil.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, boolean portrait, byte[] portraitBytes, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixId, long suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
          Updates the user with additional parameters.
 User UserService.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, boolean portrait, byte[] portraitBytes, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixId, long suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
          Updates the user with additional parameters.
 User UserServiceWrapper.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixId, long suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by #updateUser(long, String, String, String, boolean, String, String, String, String, long, String, boolean, byte[], String, String, String, String, String, String, String, int, int, boolean, int, int, int, String, String, String, String, String, String, String, String, String, String, String, long[], long[], long[], List, long[], List, List, List, List, List, ServiceContext)
static User UserServiceUtil.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixId, long suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by #updateUser(long, String, String, String, boolean, String, String, String, String, long, String, boolean, byte[], String, String, String, String, String, String, String, int, int, boolean, int, int, int, String, String, String, String, String, String, String, String, String, String, String, long[], long[], long[], List, long[], List, List, List, List, List, ServiceContext)
 User UserService.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixId, long suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by #updateUser(long, String, String, String, boolean, String, String, String, String, long, String, boolean, byte[], String, String, String, String, String, String, String, int, int, boolean, int, int, int, String, String, String, String, String, String, String, String, String, String, String, long[], long[], long[], List, long[], List, List, List, List, List, ServiceContext)
 

Uses of EmailAddress in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base that return EmailAddress
 EmailAddress EmailAddressLocalServiceBaseImpl.addEmailAddress(EmailAddress emailAddress)
          Adds the email address to the database.
 EmailAddress EmailAddressLocalServiceBaseImpl.createEmailAddress(long emailAddressId)
          Creates a new email address with the primary key.
 EmailAddress EmailAddressLocalServiceBaseImpl.deleteEmailAddress(EmailAddress emailAddress)
          Deletes the email address from the database.
 EmailAddress EmailAddressLocalServiceBaseImpl.deleteEmailAddress(long emailAddressId)
          Deletes the email address with the primary key from the database.
 EmailAddress EmailAddressLocalServiceBaseImpl.fetchEmailAddress(long emailAddressId)
           
 EmailAddress EmailAddressLocalServiceBaseImpl.fetchEmailAddressByUuidAndCompanyId(String uuid, long companyId)
          Returns the email address with the matching UUID and company.
 EmailAddress EmailAddressLocalServiceBaseImpl.getEmailAddress(long emailAddressId)
          Returns the email address with the primary key.
 EmailAddress EmailAddressLocalServiceBaseImpl.getEmailAddressByUuidAndCompanyId(String uuid, long companyId)
          Returns the email address with the matching UUID and company.
 EmailAddress EmailAddressLocalServiceBaseImpl.updateEmailAddress(EmailAddress emailAddress)
          Updates the email address in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type EmailAddress
 List<EmailAddress> EmailAddressLocalServiceBaseImpl.getEmailAddresses(int start, int end)
          Returns a range of all the email addresses.
 

Methods in com.liferay.portal.service.base with parameters of type EmailAddress
 EmailAddress EmailAddressLocalServiceBaseImpl.addEmailAddress(EmailAddress emailAddress)
          Adds the email address to the database.
 EmailAddress EmailAddressLocalServiceBaseImpl.deleteEmailAddress(EmailAddress emailAddress)
          Deletes the email address from the database.
 EmailAddress EmailAddressLocalServiceBaseImpl.updateEmailAddress(EmailAddress emailAddress)
          Updates the email address in the database or adds it if it does not yet exist.
 

Uses of EmailAddress in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http that return EmailAddress
static EmailAddress EmailAddressServiceHttp.addEmailAddress(HttpPrincipal httpPrincipal, String className, long classPK, String address, long typeId, boolean primary, ServiceContext serviceContext)
           
static EmailAddress EmailAddressServiceHttp.fetchEmailAddress(HttpPrincipal httpPrincipal, long emailAddressId)
           
static EmailAddress EmailAddressServiceHttp.getEmailAddress(HttpPrincipal httpPrincipal, long emailAddressId)
           
static EmailAddress EmailAddressServiceHttp.updateEmailAddress(HttpPrincipal httpPrincipal, long emailAddressId, String address, long typeId, boolean primary)
           
 

Methods in com.liferay.portal.service.http that return types with arguments of type EmailAddress
static List<EmailAddress> EmailAddressServiceHttp.getEmailAddresses(HttpPrincipal httpPrincipal, String className, long classPK)
           
 

Method parameters in com.liferay.portal.service.http with type arguments of type EmailAddress
static Organization OrganizationServiceHttp.addOrganization(HttpPrincipal httpPrincipal, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
static Organization OrganizationServiceHttp.addOrganization(HttpPrincipal httpPrincipal, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
static User UserServiceHttp.addUser(HttpPrincipal httpPrincipal, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixId, long suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext)
           
static User UserServiceHttp.addUserWithWorkflow(HttpPrincipal httpPrincipal, long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixId, long suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext)
           
static Company CompanyServiceHttp.updateCompany(HttpPrincipal httpPrincipal, long companyId, String virtualHost, String mx, String homeURL, boolean logo, byte[] logoBytes, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties properties)
           
static Company CompanyServiceHttp.updateCompany(HttpPrincipal httpPrincipal, long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties properties)
           
static Organization OrganizationServiceHttp.updateOrganization(HttpPrincipal httpPrincipal, long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
static Organization OrganizationServiceHttp.updateOrganization(HttpPrincipal httpPrincipal, long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean logo, byte[] logoBytes, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
static Organization OrganizationServiceHttp.updateOrganization(HttpPrincipal httpPrincipal, long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
static User UserServiceHttp.updateUser(HttpPrincipal httpPrincipal, long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, boolean portrait, byte[] portraitBytes, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixId, long suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
static User UserServiceHttp.updateUser(HttpPrincipal httpPrincipal, long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixId, long suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
 

Uses of EmailAddress in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return EmailAddress
 EmailAddress EmailAddressLocalServiceImpl.addEmailAddress(long userId, String className, long classPK, String address, long typeId, boolean primary, ServiceContext serviceContext)
           
 EmailAddress EmailAddressServiceImpl.addEmailAddress(String className, long classPK, String address, long typeId, boolean primary, ServiceContext serviceContext)
           
 EmailAddress EmailAddressLocalServiceImpl.deleteEmailAddress(EmailAddress emailAddress)
           
 EmailAddress EmailAddressLocalServiceImpl.deleteEmailAddress(long emailAddressId)
           
 EmailAddress EmailAddressServiceImpl.fetchEmailAddress(long emailAddressId)
          Returns the email address with the primary key.
 EmailAddress EmailAddressServiceImpl.getEmailAddress(long emailAddressId)
           
 EmailAddress EmailAddressServiceImpl.updateEmailAddress(long emailAddressId, String address, long typeId, boolean primary)
           
 EmailAddress EmailAddressLocalServiceImpl.updateEmailAddress(long emailAddressId, String address, long typeId, boolean primary)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type EmailAddress
 List<EmailAddress> EmailAddressLocalServiceImpl.getEmailAddresses()
           
 List<EmailAddress> EmailAddressLocalServiceImpl.getEmailAddresses(long companyId, String className, long classPK)
           
 List<EmailAddress> EmailAddressServiceImpl.getEmailAddresses(String className, long classPK)
           
 

Methods in com.liferay.portal.service.impl with parameters of type EmailAddress
 EmailAddress EmailAddressLocalServiceImpl.deleteEmailAddress(EmailAddress emailAddress)
           
 

Method parameters in com.liferay.portal.service.impl with type arguments of type EmailAddress
 Organization OrganizationServiceImpl.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by #addOrganization(long, String, String, long, long, int, String, boolean, List, List, List, List, List, ServiceContext)
 Organization OrganizationServiceImpl.addOrganization(long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Adds an organization with additional parameters.
 User UserServiceImpl.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixId, long suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext)
          Adds a user with additional parameters.
 User UserServiceImpl.addUserWithWorkflow(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, long prefixId, long suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext)
          Adds a user with workflow and additional parameters.
 Company CompanyServiceImpl.updateCompany(long companyId, String virtualHost, String mx, String homeURL, boolean logo, byte[] logoBytes, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties properties)
          Updates the company with addition information.
 Company CompanyServiceImpl.updateCompany(long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties properties)
          Deprecated. As of 7.0.0, replaced by CompanyServiceImpl.updateCompany(long, String, String, String, boolean, byte[], String, String, String, String, String, String, String, String, String, String, String, List, List, List, List, UnicodeProperties)
 Organization OrganizationServiceImpl.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by #updateOrganization(long, long, String, String, long, long, int, String, boolean, byte[], boolean, List, List, List, List, List, ServiceContext)
 Organization OrganizationServiceImpl.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean logo, byte[] logoBytes, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Updates the organization with additional parameters.
 Organization OrganizationServiceImpl.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by #updateOrganization(long, long, String, String, long, long, int, String, boolean, byte[], boolean, List, List, List, List, List, ServiceContext)
 User UserServiceImpl.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, boolean portrait, byte[] portraitBytes, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixId, long suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
          Updates the user with additional parameters.
 User UserServiceImpl.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixId, long suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by #updateUser(long, String, String, String, boolean, String, String, String, String, long, String, boolean, byte[], String, String, String, String, String, String, String, int, int, boolean, int, int, int, String, String, String, String, String, String, String, String, String, String, String, long[], long[], long[], List, long[], List, List, List, List, List, ServiceContext)
 

Uses of EmailAddress in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return EmailAddress
 EmailAddress EmailAddressPersistence.create(long emailAddressId)
          Creates a new email address with the primary key.
static EmailAddress EmailAddressUtil.create(long emailAddressId)
          Creates a new email address with the primary key.
 EmailAddress 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 EmailAddress EmailAddressUtil.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 = ?.
 EmailAddress 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 EmailAddress EmailAddressUtil.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 = ?.
 EmailAddress 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 EmailAddress EmailAddressUtil.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 = ?.
 EmailAddress 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 EmailAddress EmailAddressUtil.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 = ?.
 EmailAddress 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 EmailAddress EmailAddressUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ?.
 EmailAddress 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 EmailAddress EmailAddressUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ?.
 EmailAddress EmailAddressPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ?.
static EmailAddress EmailAddressUtil.fetchByCompanyId_First(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ?.
 EmailAddress EmailAddressPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ?.
static EmailAddress EmailAddressUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ?.
 EmailAddress EmailAddressPersistence.fetchByPrimaryKey(long emailAddressId)
          Returns the email address with the primary key or returns null if it could not be found.
static EmailAddress EmailAddressUtil.fetchByPrimaryKey(long emailAddressId)
          Returns the email address with the primary key or returns null if it could not be found.
 EmailAddress EmailAddressPersistence.fetchByUserId_First(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where userId = ?.
static EmailAddress EmailAddressUtil.fetchByUserId_First(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where userId = ?.
 EmailAddress EmailAddressPersistence.fetchByUserId_Last(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where userId = ?.
static EmailAddress EmailAddressUtil.fetchByUserId_Last(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where userId = ?.
 EmailAddress 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 EmailAddress EmailAddressUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ? and companyId = ?.
 EmailAddress 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 EmailAddress EmailAddressUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ? and companyId = ?.
 EmailAddress EmailAddressPersistence.fetchByUuid_First(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ?.
static EmailAddress EmailAddressUtil.fetchByUuid_First(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ?.
 EmailAddress EmailAddressPersistence.fetchByUuid_Last(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ?.
static EmailAddress EmailAddressUtil.fetchByUuid_Last(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ?.
 EmailAddress 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 EmailAddress EmailAddressUtil.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 = ?.
 EmailAddress 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 EmailAddress EmailAddressUtil.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 = ?.
 EmailAddress 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 EmailAddress EmailAddressUtil.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 = ?.
 EmailAddress 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 EmailAddress EmailAddressUtil.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 = ?.
 EmailAddress[] 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 = ?.
 EmailAddress[] 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 = ?.
 EmailAddress 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 EmailAddress EmailAddressUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ?.
 EmailAddress 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 EmailAddress EmailAddressUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ?.
 EmailAddress[] 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 = ?.
 EmailAddress EmailAddressPersistence.findByCompanyId_First(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ?.
static EmailAddress EmailAddressUtil.findByCompanyId_First(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ?.
 EmailAddress EmailAddressPersistence.findByCompanyId_Last(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ?.
static EmailAddress EmailAddressUtil.findByCompanyId_Last(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ?.
 EmailAddress[] 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 = ?.
 EmailAddress EmailAddressPersistence.findByPrimaryKey(long emailAddressId)
          Returns the email address with the primary key or throws a NoSuchEmailAddressException if it could not be found.
static EmailAddress EmailAddressUtil.findByPrimaryKey(long emailAddressId)
          Returns the email address with the primary key or throws a NoSuchEmailAddressException if it could not be found.
 EmailAddress EmailAddressPersistence.findByUserId_First(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where userId = ?.
static EmailAddress EmailAddressUtil.findByUserId_First(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where userId = ?.
 EmailAddress EmailAddressPersistence.findByUserId_Last(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where userId = ?.
static EmailAddress EmailAddressUtil.findByUserId_Last(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where userId = ?.
 EmailAddress[] 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 = ?.
 EmailAddress 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 EmailAddress EmailAddressUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ? and companyId = ?.
 EmailAddress 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 EmailAddress EmailAddressUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ? and companyId = ?.
 EmailAddress[] 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 = ?.
 EmailAddress EmailAddressPersistence.findByUuid_First(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ?.
static EmailAddress EmailAddressUtil.findByUuid_First(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ?.
 EmailAddress EmailAddressPersistence.findByUuid_Last(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ?.
static EmailAddress EmailAddressUtil.findByUuid_Last(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ?.
 EmailAddress[] 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 = ?.
 EmailAddress EmailAddressPersistence.remove(long emailAddressId)
          Removes the email address with the primary key from the database.
static EmailAddress EmailAddressUtil.remove(long emailAddressId)
          Removes the email address with the primary key from the database.
static EmailAddress EmailAddressUtil.update(EmailAddress emailAddress)
           
static EmailAddress EmailAddressUtil.update(EmailAddress emailAddress, ServiceContext serviceContext)
           
 EmailAddress EmailAddressPersistence.updateImpl(EmailAddress emailAddress)
           
static EmailAddress EmailAddressUtil.updateImpl(EmailAddress emailAddress)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type EmailAddress
 Map<Serializable,EmailAddress> EmailAddressPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static Map<Serializable,EmailAddress> EmailAddressUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<EmailAddress> EmailAddressPersistence.findAll()
          Returns all the email addresses.
static List<EmailAddress> EmailAddressUtil.findAll()
          Returns all the email addresses.
 List<EmailAddress> EmailAddressPersistence.findAll(int start, int end)
          Returns a range of all the email addresses.
static List<EmailAddress> EmailAddressUtil.findAll(int start, int end)
          Returns a range of all the email addresses.
 List<EmailAddress> EmailAddressPersistence.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)
          Returns an ordered range of all the email addresses.
 List<EmailAddress> EmailAddressPersistence.findAll(int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses.
static List<EmailAddress> EmailAddressUtil.findAll(int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses.
 List<EmailAddress> 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 = ?.
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 = ?.
 List<EmailAddress> 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 = ?.
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 = ?.
 List<EmailAddress> 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 = ?.
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 = ?.
 List<EmailAddress> EmailAddressPersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          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 retrieveFromCache)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<EmailAddress> EmailAddressPersistence.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)
          Returns all the email addresses where companyId = ? and classNameId = ? and classPK = ?.
 List<EmailAddress> 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 = ?.
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 = ?.
 List<EmailAddress> 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 = ?.
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 = ?.
 List<EmailAddress> EmailAddressPersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          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 retrieveFromCache)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?.
 List<EmailAddress> EmailAddressPersistence.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)
          Returns all the email addresses where companyId = ? and classNameId = ?.
 List<EmailAddress> EmailAddressPersistence.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)
          Returns a range of all the email addresses where companyId = ? and classNameId = ?.
 List<EmailAddress> 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 = ?.
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 = ?.
 List<EmailAddress> EmailAddressPersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          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 retrieveFromCache)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ?.
 List<EmailAddress> EmailAddressPersistence.findByCompanyId(long companyId)
          Returns all the email addresses where companyId = ?.
static List<EmailAddress> EmailAddressUtil.findByCompanyId(long companyId)
          Returns all the email addresses where companyId = ?.
 List<EmailAddress> EmailAddressPersistence.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)
          Returns a range of all the email addresses where companyId = ?.
 List<EmailAddress> EmailAddressPersistence.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)
          Returns an ordered range of all the email addresses where companyId = ?.
 List<EmailAddress> EmailAddressPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          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 retrieveFromCache)
          Returns an ordered range of all the email addresses where companyId = ?.
 List<EmailAddress> EmailAddressPersistence.findByUserId(long userId)
          Returns all the email addresses where userId = ?.
static List<EmailAddress> EmailAddressUtil.findByUserId(long userId)
          Returns all the email addresses where userId = ?.
 List<EmailAddress> EmailAddressPersistence.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)
          Returns a range of all the email addresses where userId = ?.
 List<EmailAddress> EmailAddressPersistence.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)
          Returns an ordered range of all the email addresses where userId = ?.
 List<EmailAddress> EmailAddressPersistence.findByUserId(long userId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          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 retrieveFromCache)
          Returns an ordered range of all the email addresses where userId = ?.
 List<EmailAddress> EmailAddressPersistence.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)
          Returns all the email addresses where uuid = ? and companyId = ?.
 List<EmailAddress> EmailAddressPersistence.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)
          Returns a range of all the email addresses where uuid = ? and companyId = ?.
 List<EmailAddress> 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 = ?.
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 = ?.
 List<EmailAddress> EmailAddressPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          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 retrieveFromCache)
          Returns an ordered range of all the email addresses where uuid = ? and companyId = ?.
 List<EmailAddress> EmailAddressPersistence.findByUuid(String uuid)
          Returns all the email addresses where uuid = ?.
static List<EmailAddress> EmailAddressUtil.findByUuid(String uuid)
          Returns all the email addresses where uuid = ?.
 List<EmailAddress> EmailAddressPersistence.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)
          Returns a range of all the email addresses where uuid = ?.
 List<EmailAddress> EmailAddressPersistence.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)
          Returns an ordered range of all the email addresses where uuid = ?.
 List<EmailAddress> EmailAddressPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          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 retrieveFromCache)
          Returns an ordered range of all the email addresses where uuid = ?.
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.service.persistence with parameters of type EmailAddress
 void EmailAddressPersistence.cacheResult(EmailAddress emailAddress)
          Caches the email address in the entity cache if it is enabled.
static void EmailAddressUtil.cacheResult(EmailAddress emailAddress)
          Caches the email address in the entity cache if it is enabled.
static void EmailAddressUtil.clearCache(EmailAddress emailAddress)
           
static EmailAddress EmailAddressUtil.update(EmailAddress emailAddress)
           
static EmailAddress EmailAddressUtil.update(EmailAddress emailAddress, ServiceContext serviceContext)
           
 EmailAddress EmailAddressPersistence.updateImpl(EmailAddress emailAddress)
           
static EmailAddress EmailAddressUtil.updateImpl(EmailAddress emailAddress)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type EmailAddress
 void EmailAddressPersistence.cacheResult(List<EmailAddress> emailAddresses)
          Caches the email addresses in the entity cache if it is enabled.
static void EmailAddressUtil.cacheResult(List<EmailAddress> emailAddresses)
          Caches the email addresses in the entity cache if it is enabled.
 EmailAddress 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 EmailAddress EmailAddressUtil.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 = ?.
 EmailAddress 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 EmailAddress EmailAddressUtil.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 = ?.
 EmailAddress 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 EmailAddress EmailAddressUtil.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 = ?.
 EmailAddress 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 EmailAddress EmailAddressUtil.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 = ?.
 EmailAddress 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 EmailAddress EmailAddressUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ?.
 EmailAddress 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 EmailAddress EmailAddressUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ?.
 EmailAddress EmailAddressPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ?.
static EmailAddress EmailAddressUtil.fetchByCompanyId_First(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ?.
 EmailAddress EmailAddressPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ?.
static EmailAddress EmailAddressUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ?.
 EmailAddress EmailAddressPersistence.fetchByUserId_First(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where userId = ?.
static EmailAddress EmailAddressUtil.fetchByUserId_First(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where userId = ?.
 EmailAddress EmailAddressPersistence.fetchByUserId_Last(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where userId = ?.
static EmailAddress EmailAddressUtil.fetchByUserId_Last(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where userId = ?.
 EmailAddress 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 EmailAddress EmailAddressUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ? and companyId = ?.
 EmailAddress 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 EmailAddress EmailAddressUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ? and companyId = ?.
 EmailAddress EmailAddressPersistence.fetchByUuid_First(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ?.
static EmailAddress EmailAddressUtil.fetchByUuid_First(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ?.
 EmailAddress EmailAddressPersistence.fetchByUuid_Last(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ?.
static EmailAddress EmailAddressUtil.fetchByUuid_Last(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ?.
 List<EmailAddress> EmailAddressPersistence.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)
          Returns an ordered range of all the email addresses.
 List<EmailAddress> EmailAddressPersistence.findAll(int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses.
static List<EmailAddress> EmailAddressUtil.findAll(int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses.
 EmailAddress 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 EmailAddress EmailAddressUtil.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 = ?.
 EmailAddress 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 EmailAddress EmailAddressUtil.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 = ?.
 EmailAddress 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 EmailAddress EmailAddressUtil.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 = ?.
 EmailAddress 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 EmailAddress EmailAddressUtil.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 = ?.
 EmailAddress[] 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 = ?.
 List<EmailAddress> 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 = ?.
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 = ?.
 List<EmailAddress> EmailAddressPersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          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 retrieveFromCache)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 EmailAddress[] 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 = ?.
 List<EmailAddress> 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 = ?.
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 = ?.
 List<EmailAddress> EmailAddressPersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          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 retrieveFromCache)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?.
 EmailAddress 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 EmailAddress EmailAddressUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ?.
 EmailAddress 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 EmailAddress EmailAddressUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ?.
 EmailAddress[] 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 = ?.
 List<EmailAddress> 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 = ?.
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 = ?.
 List<EmailAddress> EmailAddressPersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          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 retrieveFromCache)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ?.
 EmailAddress EmailAddressPersistence.findByCompanyId_First(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ?.
static EmailAddress EmailAddressUtil.findByCompanyId_First(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ?.
 EmailAddress EmailAddressPersistence.findByCompanyId_Last(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ?.
static EmailAddress EmailAddressUtil.findByCompanyId_Last(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ?.
 EmailAddress[] 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 = ?.
 List<EmailAddress> EmailAddressPersistence.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)
          Returns an ordered range of all the email addresses where companyId = ?.
 List<EmailAddress> EmailAddressPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          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 retrieveFromCache)
          Returns an ordered range of all the email addresses where companyId = ?.
 EmailAddress EmailAddressPersistence.findByUserId_First(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where userId = ?.
static EmailAddress EmailAddressUtil.findByUserId_First(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where userId = ?.
 EmailAddress EmailAddressPersistence.findByUserId_Last(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where userId = ?.
static EmailAddress EmailAddressUtil.findByUserId_Last(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where userId = ?.
 EmailAddress[] 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 = ?.
 List<EmailAddress> EmailAddressPersistence.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)
          Returns an ordered range of all the email addresses where userId = ?.
 List<EmailAddress> EmailAddressPersistence.findByUserId(long userId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          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 retrieveFromCache)
          Returns an ordered range of all the email addresses where userId = ?.
 EmailAddress 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 EmailAddress EmailAddressUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ? and companyId = ?.
 EmailAddress 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 EmailAddress EmailAddressUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ? and companyId = ?.
 EmailAddress[] 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 = ?.
 List<EmailAddress> 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 = ?.
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 = ?.
 List<EmailAddress> EmailAddressPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          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 retrieveFromCache)
          Returns an ordered range of all the email addresses where uuid = ? and companyId = ?.
 EmailAddress EmailAddressPersistence.findByUuid_First(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ?.
static EmailAddress EmailAddressUtil.findByUuid_First(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ?.
 EmailAddress EmailAddressPersistence.findByUuid_Last(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ?.
static EmailAddress EmailAddressUtil.findByUuid_Last(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ?.
 EmailAddress[] 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 = ?.
 List<EmailAddress> EmailAddressPersistence.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)
          Returns an ordered range of all the email addresses where uuid = ?.
 List<EmailAddress> EmailAddressPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          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 retrieveFromCache)
          Returns an ordered range of all the email addresses where uuid = ?.
static List<EmailAddress> EmailAddressUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<EmailAddress> orderByComparator)
           
 

Uses of EmailAddress in com.liferay.portal.service.persistence.impl
 

Methods in com.liferay.portal.service.persistence.impl that return EmailAddress
 EmailAddress EmailAddressPersistenceImpl.create(long emailAddressId)
          Creates a new email address with the primary key.
 EmailAddress EmailAddressPersistenceImpl.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 = ?.
 EmailAddress EmailAddressPersistenceImpl.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 = ?.
 EmailAddress EmailAddressPersistenceImpl.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 = ?.
 EmailAddress EmailAddressPersistenceImpl.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 = ?.
 EmailAddress EmailAddressPersistenceImpl.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ?.
 EmailAddress EmailAddressPersistenceImpl.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ?.
 EmailAddress EmailAddressPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ?.
 EmailAddress EmailAddressPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ?.
 EmailAddress EmailAddressPersistenceImpl.fetchByPrimaryKey(long emailAddressId)
          Returns the email address with the primary key or returns null if it could not be found.
 EmailAddress EmailAddressPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the email address with the primary key or returns null if it could not be found.
 EmailAddress EmailAddressPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where userId = ?.
 EmailAddress EmailAddressPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where userId = ?.
 EmailAddress EmailAddressPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ? and companyId = ?.
 EmailAddress EmailAddressPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ? and companyId = ?.
 EmailAddress EmailAddressPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ?.
 EmailAddress EmailAddressPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ?.
 EmailAddress EmailAddressPersistenceImpl.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 = ?.
 EmailAddress EmailAddressPersistenceImpl.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 = ?.
 EmailAddress EmailAddressPersistenceImpl.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 = ?.
 EmailAddress EmailAddressPersistenceImpl.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 = ?.
 EmailAddress[] EmailAddressPersistenceImpl.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 = ?.
 EmailAddress[] EmailAddressPersistenceImpl.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 = ?.
 EmailAddress EmailAddressPersistenceImpl.findByC_C_First(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ?.
 EmailAddress EmailAddressPersistenceImpl.findByC_C_Last(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ?.
 EmailAddress[] EmailAddressPersistenceImpl.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 = ?.
 EmailAddress EmailAddressPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ?.
 EmailAddress EmailAddressPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ?.
 EmailAddress[] EmailAddressPersistenceImpl.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 = ?.
 EmailAddress EmailAddressPersistenceImpl.findByPrimaryKey(long emailAddressId)
          Returns the email address with the primary key or throws a NoSuchEmailAddressException if it could not be found.
 EmailAddress EmailAddressPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the email address with the primary key or throws a NoSuchModelException if it could not be found.
 EmailAddress EmailAddressPersistenceImpl.findByUserId_First(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where userId = ?.
 EmailAddress EmailAddressPersistenceImpl.findByUserId_Last(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where userId = ?.
 EmailAddress[] EmailAddressPersistenceImpl.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 = ?.
 EmailAddress EmailAddressPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ? and companyId = ?.
 EmailAddress EmailAddressPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ? and companyId = ?.
 EmailAddress[] EmailAddressPersistenceImpl.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 = ?.
 EmailAddress EmailAddressPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ?.
 EmailAddress EmailAddressPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ?.
 EmailAddress[] EmailAddressPersistenceImpl.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 = ?.
protected  EmailAddress EmailAddressPersistenceImpl.getByC_C_C_P_PrevAndNext(Session session, EmailAddress emailAddress, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByC_C_C_PrevAndNext(Session session, EmailAddress emailAddress, long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByC_C_PrevAndNext(Session session, EmailAddress emailAddress, long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByCompanyId_PrevAndNext(Session session, EmailAddress emailAddress, long companyId, OrderByComparator<EmailAddress> orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByUserId_PrevAndNext(Session session, EmailAddress emailAddress, long userId, OrderByComparator<EmailAddress> orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByUuid_C_PrevAndNext(Session session, EmailAddress emailAddress, String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByUuid_PrevAndNext(Session session, EmailAddress emailAddress, String uuid, OrderByComparator<EmailAddress> orderByComparator, boolean previous)
           
 EmailAddress EmailAddressPersistenceImpl.remove(long emailAddressId)
          Removes the email address with the primary key from the database.
 EmailAddress EmailAddressPersistenceImpl.remove(Serializable primaryKey)
          Removes the email address with the primary key from the database.
protected  EmailAddress EmailAddressPersistenceImpl.removeImpl(EmailAddress emailAddress)
           
protected  EmailAddress EmailAddressPersistenceImpl.toUnwrappedModel(EmailAddress emailAddress)
           
 EmailAddress EmailAddressPersistenceImpl.updateImpl(EmailAddress emailAddress)
           
 

Methods in com.liferay.portal.service.persistence.impl that return types with arguments of type EmailAddress
 Map<Serializable,EmailAddress> EmailAddressPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<EmailAddress> EmailAddressPersistenceImpl.findAll()
          Returns all the email addresses.
 List<EmailAddress> EmailAddressPersistenceImpl.findAll(int start, int end)
          Returns a range of all the email addresses.
 List<EmailAddress> EmailAddressPersistenceImpl.findAll(int start, int end, OrderByComparator<EmailAddress> orderByComparator)
          Returns an ordered range of all the email addresses.
 List<EmailAddress> EmailAddressPersistenceImpl.findAll(int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses.
 List<EmailAddress> EmailAddressPersistenceImpl.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 = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.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 = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.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 = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK)
          Returns all the email addresses where companyId = ? and classNameId = ? and classPK = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.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 = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.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 = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByC_C(long companyId, long classNameId)
          Returns all the email addresses where companyId = ? and classNameId = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByC_C(long companyId, long classNameId, int start, int end)
          Returns a range of all the email addresses where companyId = ? and classNameId = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.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 = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByCompanyId(long companyId)
          Returns all the email addresses where companyId = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the email addresses where companyId = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator)
          Returns an ordered range of all the email addresses where companyId = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses where companyId = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByUserId(long userId)
          Returns all the email addresses where userId = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByUserId(long userId, int start, int end)
          Returns a range of all the email addresses where userId = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<EmailAddress> orderByComparator)
          Returns an ordered range of all the email addresses where userId = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses where userId = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByUuid_C(String uuid, long companyId)
          Returns all the email addresses where uuid = ? and companyId = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the email addresses where uuid = ? and companyId = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.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 = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses where uuid = ? and companyId = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByUuid(String uuid)
          Returns all the email addresses where uuid = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByUuid(String uuid, int start, int end)
          Returns a range of all the email addresses where uuid = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<EmailAddress> orderByComparator)
          Returns an ordered range of all the email addresses where uuid = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses where uuid = ?.
 

Methods in com.liferay.portal.service.persistence.impl with parameters of type EmailAddress
 void EmailAddressPersistenceImpl.cacheResult(EmailAddress emailAddress)
          Caches the email address in the entity cache if it is enabled.
 void EmailAddressPersistenceImpl.clearCache(EmailAddress emailAddress)
          Clears the cache for the email address.
protected  EmailAddress EmailAddressPersistenceImpl.getByC_C_C_P_PrevAndNext(Session session, EmailAddress emailAddress, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByC_C_C_PrevAndNext(Session session, EmailAddress emailAddress, long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByC_C_PrevAndNext(Session session, EmailAddress emailAddress, long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByCompanyId_PrevAndNext(Session session, EmailAddress emailAddress, long companyId, OrderByComparator<EmailAddress> orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByUserId_PrevAndNext(Session session, EmailAddress emailAddress, long userId, OrderByComparator<EmailAddress> orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByUuid_C_PrevAndNext(Session session, EmailAddress emailAddress, String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByUuid_PrevAndNext(Session session, EmailAddress emailAddress, String uuid, OrderByComparator<EmailAddress> orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.removeImpl(EmailAddress emailAddress)
           
protected  EmailAddress EmailAddressPersistenceImpl.toUnwrappedModel(EmailAddress emailAddress)
           
 EmailAddress EmailAddressPersistenceImpl.updateImpl(EmailAddress emailAddress)
           
 

Method parameters in com.liferay.portal.service.persistence.impl with type arguments of type EmailAddress
 void EmailAddressPersistenceImpl.cacheResult(List<EmailAddress> emailAddresses)
          Caches the email addresses in the entity cache if it is enabled.
 void EmailAddressPersistenceImpl.clearCache(List<EmailAddress> emailAddresses)
           
 EmailAddress EmailAddressPersistenceImpl.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 = ?.
 EmailAddress EmailAddressPersistenceImpl.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 = ?.
 EmailAddress EmailAddressPersistenceImpl.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 = ?.
 EmailAddress EmailAddressPersistenceImpl.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 = ?.
 EmailAddress EmailAddressPersistenceImpl.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ?.
 EmailAddress EmailAddressPersistenceImpl.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ?.
 EmailAddress EmailAddressPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ?.
 EmailAddress EmailAddressPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ?.
 EmailAddress EmailAddressPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where userId = ?.
 EmailAddress EmailAddressPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where userId = ?.
 EmailAddress EmailAddressPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ? and companyId = ?.
 EmailAddress EmailAddressPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ? and companyId = ?.
 EmailAddress EmailAddressPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ?.
 EmailAddress EmailAddressPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findAll(int start, int end, OrderByComparator<EmailAddress> orderByComparator)
          Returns an ordered range of all the email addresses.
 List<EmailAddress> EmailAddressPersistenceImpl.findAll(int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses.
 EmailAddress EmailAddressPersistenceImpl.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 = ?.
 EmailAddress EmailAddressPersistenceImpl.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 = ?.
 EmailAddress EmailAddressPersistenceImpl.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 = ?.
 EmailAddress EmailAddressPersistenceImpl.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 = ?.
 EmailAddress[] EmailAddressPersistenceImpl.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 = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.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 = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 EmailAddress[] EmailAddressPersistenceImpl.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 = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.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 = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?.
 EmailAddress EmailAddressPersistenceImpl.findByC_C_First(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ? and classNameId = ?.
 EmailAddress EmailAddressPersistenceImpl.findByC_C_Last(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ? and classNameId = ?.
 EmailAddress[] EmailAddressPersistenceImpl.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 = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.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 = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses where companyId = ? and classNameId = ?.
 EmailAddress EmailAddressPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where companyId = ?.
 EmailAddress EmailAddressPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where companyId = ?.
 EmailAddress[] EmailAddressPersistenceImpl.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 = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator)
          Returns an ordered range of all the email addresses where companyId = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses where companyId = ?.
 EmailAddress EmailAddressPersistenceImpl.findByUserId_First(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where userId = ?.
 EmailAddress EmailAddressPersistenceImpl.findByUserId_Last(long userId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where userId = ?.
 EmailAddress[] EmailAddressPersistenceImpl.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 = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<EmailAddress> orderByComparator)
          Returns an ordered range of all the email addresses where userId = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses where userId = ?.
 EmailAddress EmailAddressPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ? and companyId = ?.
 EmailAddress EmailAddressPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ? and companyId = ?.
 EmailAddress[] EmailAddressPersistenceImpl.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 = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.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 = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses where uuid = ? and companyId = ?.
 EmailAddress EmailAddressPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the first email address in the ordered set where uuid = ?.
 EmailAddress EmailAddressPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<EmailAddress> orderByComparator)
          Returns the last email address in the ordered set where uuid = ?.
 EmailAddress[] EmailAddressPersistenceImpl.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 = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<EmailAddress> orderByComparator)
          Returns an ordered range of all the email addresses where uuid = ?.
 List<EmailAddress> EmailAddressPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the email addresses where uuid = ?.
protected  EmailAddress EmailAddressPersistenceImpl.getByC_C_C_P_PrevAndNext(Session session, EmailAddress emailAddress, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByC_C_C_PrevAndNext(Session session, EmailAddress emailAddress, long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByC_C_PrevAndNext(Session session, EmailAddress emailAddress, long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByCompanyId_PrevAndNext(Session session, EmailAddress emailAddress, long companyId, OrderByComparator<EmailAddress> orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByUserId_PrevAndNext(Session session, EmailAddress emailAddress, long userId, OrderByComparator<EmailAddress> orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByUuid_C_PrevAndNext(Session session, EmailAddress emailAddress, String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByUuid_PrevAndNext(Session session, EmailAddress emailAddress, String uuid, OrderByComparator<EmailAddress> orderByComparator, boolean previous)
           
 

Uses of EmailAddress in com.liferay.portlet.usersadmin.util
 

Methods in com.liferay.portlet.usersadmin.util that return types with arguments of type EmailAddress
 List<EmailAddress> UsersAdminImpl.getEmailAddresses(ActionRequest actionRequest)
           
 List<EmailAddress> UsersAdminImpl.getEmailAddresses(ActionRequest actionRequest, List<EmailAddress> defaultEmailAddresses)
           
 

Method parameters in com.liferay.portlet.usersadmin.util with type arguments of type EmailAddress
 List<EmailAddress> UsersAdminImpl.getEmailAddresses(ActionRequest actionRequest, List<EmailAddress> defaultEmailAddresses)
           
 void UsersAdminImpl.updateEmailAddresses(String className, long classPK, List<EmailAddress> emailAddresses)
           
 

Uses of EmailAddress in com.liferay.users.admin.kernel.util
 

Methods in com.liferay.users.admin.kernel.util that return types with arguments of type EmailAddress
 List<EmailAddress> UsersAdmin.getEmailAddresses(ActionRequest actionRequest)
           
static List<EmailAddress> UsersAdminUtil.getEmailAddresses(ActionRequest actionRequest)
           
 List<EmailAddress> UsersAdmin.getEmailAddresses(ActionRequest actionRequest, List<EmailAddress> defaultEmailAddresses)
           
static List<EmailAddress> UsersAdminUtil.getEmailAddresses(ActionRequest actionRequest, List<EmailAddress> defaultEmailAddresses)
           
 

Method parameters in com.liferay.users.admin.kernel.util with type arguments of type EmailAddress
 List<EmailAddress> UsersAdmin.getEmailAddresses(ActionRequest actionRequest, List<EmailAddress> defaultEmailAddresses)
           
static List<EmailAddress> UsersAdminUtil.getEmailAddresses(ActionRequest actionRequest, List<EmailAddress> defaultEmailAddresses)
           
 void UsersAdmin.updateEmailAddresses(String className, long classPK, List<EmailAddress> emailAddresses)
           
static void UsersAdminUtil.updateEmailAddresses(String className, long classPK, List<EmailAddress> emailAddresses)
           
 


Liferay 7.0-ce-b4