Liferay 6.0.3

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

Packages that use EmailAddress
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.http   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
com.liferay.portlet.enterpriseadmin.util   
 

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.
 

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

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 EmailAddressImpl
           
 

Methods in com.liferay.portal.model.impl that return EmailAddress
 EmailAddress EmailAddressModelImpl.toEscapedModel()
           
static EmailAddress EmailAddressModelImpl.toModel(EmailAddressSoap soapModel)
           
 

Methods in com.liferay.portal.model.impl that return types with arguments of type EmailAddress
static List<EmailAddress> EmailAddressModelImpl.toModels(EmailAddressSoap[] soapModels)
           
 

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
 EmailAddress EmailAddressLocalServiceWrapper.addEmailAddress(EmailAddress emailAddress)
           
static EmailAddress EmailAddressLocalServiceUtil.addEmailAddress(EmailAddress emailAddress)
           
 EmailAddress EmailAddressLocalService.addEmailAddress(EmailAddress emailAddress)
           
 EmailAddress EmailAddressLocalServiceWrapper.addEmailAddress(long userId, String className, long classPK, String address, int typeId, boolean primary)
           
static EmailAddress EmailAddressLocalServiceUtil.addEmailAddress(long userId, String className, long classPK, String address, int typeId, boolean primary)
           
 EmailAddress EmailAddressLocalService.addEmailAddress(long userId, String className, long classPK, String address, int typeId, boolean primary)
           
 EmailAddress EmailAddressServiceWrapper.addEmailAddress(String className, long classPK, String address, int typeId, boolean primary)
           
static EmailAddress EmailAddressServiceUtil.addEmailAddress(String className, long classPK, String address, int typeId, boolean primary)
           
 EmailAddress EmailAddressService.addEmailAddress(String className, long classPK, String address, int typeId, boolean primary)
           
 EmailAddress EmailAddressLocalServiceWrapper.createEmailAddress(long emailAddressId)
           
static EmailAddress EmailAddressLocalServiceUtil.createEmailAddress(long emailAddressId)
           
 EmailAddress EmailAddressLocalService.createEmailAddress(long emailAddressId)
           
 EmailAddress EmailAddressServiceWrapper.getEmailAddress(long emailAddressId)
           
static EmailAddress EmailAddressServiceUtil.getEmailAddress(long emailAddressId)
           
 EmailAddress EmailAddressService.getEmailAddress(long emailAddressId)
           
 EmailAddress EmailAddressLocalServiceWrapper.getEmailAddress(long emailAddressId)
           
static EmailAddress EmailAddressLocalServiceUtil.getEmailAddress(long emailAddressId)
           
 EmailAddress EmailAddressLocalService.getEmailAddress(long emailAddressId)
           
 EmailAddress EmailAddressLocalServiceWrapper.updateEmailAddress(EmailAddress emailAddress)
           
static EmailAddress EmailAddressLocalServiceUtil.updateEmailAddress(EmailAddress emailAddress)
           
 EmailAddress EmailAddressLocalService.updateEmailAddress(EmailAddress emailAddress)
           
 EmailAddress EmailAddressLocalServiceWrapper.updateEmailAddress(EmailAddress emailAddress, boolean merge)
           
static EmailAddress EmailAddressLocalServiceUtil.updateEmailAddress(EmailAddress emailAddress, boolean merge)
           
 EmailAddress EmailAddressLocalService.updateEmailAddress(EmailAddress emailAddress, boolean merge)
           
 EmailAddress EmailAddressServiceWrapper.updateEmailAddress(long emailAddressId, String address, int typeId, boolean primary)
           
static EmailAddress EmailAddressServiceUtil.updateEmailAddress(long emailAddressId, String address, int typeId, boolean primary)
           
 EmailAddress EmailAddressService.updateEmailAddress(long emailAddressId, String address, int typeId, boolean primary)
           
 EmailAddress EmailAddressLocalServiceWrapper.updateEmailAddress(long emailAddressId, String address, int typeId, boolean primary)
           
static EmailAddress EmailAddressLocalServiceUtil.updateEmailAddress(long emailAddressId, String address, int typeId, boolean primary)
           
 EmailAddress EmailAddressLocalService.updateEmailAddress(long emailAddressId, String address, int typeId, boolean primary)
           
 

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

Methods in com.liferay.portal.service with parameters of type EmailAddress
 EmailAddress EmailAddressLocalServiceWrapper.addEmailAddress(EmailAddress emailAddress)
           
static EmailAddress EmailAddressLocalServiceUtil.addEmailAddress(EmailAddress emailAddress)
           
 EmailAddress EmailAddressLocalService.addEmailAddress(EmailAddress emailAddress)
           
 void EmailAddressLocalServiceWrapper.deleteEmailAddress(EmailAddress emailAddress)
           
static void EmailAddressLocalServiceUtil.deleteEmailAddress(EmailAddress emailAddress)
           
 void EmailAddressLocalService.deleteEmailAddress(EmailAddress emailAddress)
           
 EmailAddress EmailAddressLocalServiceWrapper.updateEmailAddress(EmailAddress emailAddress)
           
static EmailAddress EmailAddressLocalServiceUtil.updateEmailAddress(EmailAddress emailAddress)
           
 EmailAddress EmailAddressLocalService.updateEmailAddress(EmailAddress emailAddress)
           
 EmailAddress EmailAddressLocalServiceWrapper.updateEmailAddress(EmailAddress emailAddress, boolean merge)
           
static EmailAddress EmailAddressLocalServiceUtil.updateEmailAddress(EmailAddress emailAddress, boolean merge)
           
 EmailAddress EmailAddressLocalService.updateEmailAddress(EmailAddress emailAddress, boolean merge)
           
 

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, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
static Organization OrganizationServiceUtil.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 Organization OrganizationService.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
 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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
 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)
           
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)
           
 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)
           
 Organization OrganizationServiceWrapper.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
static Organization OrganizationServiceUtil.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 Organization OrganizationService.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext 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, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, 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 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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, 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)
           
 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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, 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.base
 

Methods in com.liferay.portal.service.base that return EmailAddress
 EmailAddress EmailAddressLocalServiceBaseImpl.addEmailAddress(EmailAddress emailAddress)
           
 EmailAddress EmailAddressLocalServiceBaseImpl.createEmailAddress(long emailAddressId)
           
 EmailAddress EmailAddressLocalServiceBaseImpl.getEmailAddress(long emailAddressId)
           
 EmailAddress EmailAddressLocalServiceBaseImpl.updateEmailAddress(EmailAddress emailAddress)
           
 EmailAddress EmailAddressLocalServiceBaseImpl.updateEmailAddress(EmailAddress emailAddress, boolean merge)
           
 

Methods in com.liferay.portal.service.base that return types with arguments of type EmailAddress
 List<EmailAddress> EmailAddressLocalServiceBaseImpl.getEmailAddresses(int start, int end)
           
 

Methods in com.liferay.portal.service.base with parameters of type EmailAddress
 EmailAddress EmailAddressLocalServiceBaseImpl.addEmailAddress(EmailAddress emailAddress)
           
 void EmailAddressLocalServiceBaseImpl.deleteEmailAddress(EmailAddress emailAddress)
           
 EmailAddress EmailAddressLocalServiceBaseImpl.updateEmailAddress(EmailAddress emailAddress)
           
 EmailAddress EmailAddressLocalServiceBaseImpl.updateEmailAddress(EmailAddress emailAddress, boolean merge)
           
 

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, int typeId, boolean primary)
           
static EmailAddress EmailAddressServiceHttp.getEmailAddress(HttpPrincipal httpPrincipal, long emailAddressId)
           
static EmailAddress EmailAddressServiceHttp.updateEmailAddress(HttpPrincipal httpPrincipal, long emailAddressId, String address, int 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)
           
 

Methods in com.liferay.portal.service.http with parameters of type EmailAddress
static JSONArray EmailAddressJSONSerializer.toJSONArray(EmailAddress[] models)
           
static JSONArray EmailAddressJSONSerializer.toJSONArray(EmailAddress[][] models)
           
static JSONObject EmailAddressJSONSerializer.toJSONObject(EmailAddress model)
           
 

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, int statusId, String comments, 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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
static JSONArray EmailAddressJSONSerializer.toJSONArray(List<EmailAddress> models)
           
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, int statusId, String comments, 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, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, 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, int typeId, boolean primary)
           
 EmailAddress EmailAddressServiceImpl.addEmailAddress(String className, long classPK, String address, int typeId, boolean primary)
           
 EmailAddress EmailAddressServiceImpl.getEmailAddress(long emailAddressId)
           
 EmailAddress EmailAddressLocalServiceImpl.getEmailAddress(long emailAddressId)
           
 EmailAddress EmailAddressServiceImpl.updateEmailAddress(long emailAddressId, String address, int typeId, boolean primary)
           
 EmailAddress EmailAddressLocalServiceImpl.updateEmailAddress(long emailAddressId, String address, int 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)
           
 

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, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 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, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
 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)
           
 Organization OrganizationServiceImpl.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext 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, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, 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.persistence
 

Methods in com.liferay.portal.service.persistence that return EmailAddress
static EmailAddress EmailAddressUtil.create(long emailAddressId)
           
 EmailAddress EmailAddressPersistence.create(long emailAddressId)
           
 EmailAddress EmailAddressPersistenceImpl.create(long emailAddressId)
           
static EmailAddress EmailAddressUtil.fetchByPrimaryKey(long emailAddressId)
           
 EmailAddress EmailAddressPersistence.fetchByPrimaryKey(long emailAddressId)
           
 EmailAddress EmailAddressPersistenceImpl.fetchByPrimaryKey(long emailAddressId)
           
 EmailAddress EmailAddressPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static EmailAddress EmailAddressUtil.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
 EmailAddress EmailAddressPersistence.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
 EmailAddress EmailAddressPersistenceImpl.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
static EmailAddress EmailAddressUtil.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
 EmailAddress EmailAddressPersistence.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
 EmailAddress EmailAddressPersistenceImpl.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
static EmailAddress EmailAddressUtil.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
           
 EmailAddress EmailAddressPersistence.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
           
 EmailAddress EmailAddressPersistenceImpl.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
           
static EmailAddress EmailAddressUtil.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
           
 EmailAddress EmailAddressPersistence.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
           
 EmailAddress EmailAddressPersistenceImpl.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
           
static EmailAddress[] EmailAddressUtil.findByC_C_C_P_PrevAndNext(long emailAddressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
           
 EmailAddress[] EmailAddressPersistence.findByC_C_C_P_PrevAndNext(long emailAddressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
           
 EmailAddress[] EmailAddressPersistenceImpl.findByC_C_C_P_PrevAndNext(long emailAddressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
           
static EmailAddress[] EmailAddressUtil.findByC_C_C_PrevAndNext(long emailAddressId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
 EmailAddress[] EmailAddressPersistence.findByC_C_C_PrevAndNext(long emailAddressId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
 EmailAddress[] EmailAddressPersistenceImpl.findByC_C_C_PrevAndNext(long emailAddressId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
static EmailAddress EmailAddressUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
           
 EmailAddress EmailAddressPersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
           
 EmailAddress EmailAddressPersistenceImpl.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
           
static EmailAddress EmailAddressUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
           
 EmailAddress EmailAddressPersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
           
 EmailAddress EmailAddressPersistenceImpl.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
           
static EmailAddress[] EmailAddressUtil.findByC_C_PrevAndNext(long emailAddressId, long companyId, long classNameId, OrderByComparator orderByComparator)
           
 EmailAddress[] EmailAddressPersistence.findByC_C_PrevAndNext(long emailAddressId, long companyId, long classNameId, OrderByComparator orderByComparator)
           
 EmailAddress[] EmailAddressPersistenceImpl.findByC_C_PrevAndNext(long emailAddressId, long companyId, long classNameId, OrderByComparator orderByComparator)
           
static EmailAddress EmailAddressUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 EmailAddress EmailAddressPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 EmailAddress EmailAddressPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
static EmailAddress EmailAddressUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 EmailAddress EmailAddressPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 EmailAddress EmailAddressPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
static EmailAddress[] EmailAddressUtil.findByCompanyId_PrevAndNext(long emailAddressId, long companyId, OrderByComparator orderByComparator)
           
 EmailAddress[] EmailAddressPersistence.findByCompanyId_PrevAndNext(long emailAddressId, long companyId, OrderByComparator orderByComparator)
           
 EmailAddress[] EmailAddressPersistenceImpl.findByCompanyId_PrevAndNext(long emailAddressId, long companyId, OrderByComparator orderByComparator)
           
static EmailAddress EmailAddressUtil.findByPrimaryKey(long emailAddressId)
           
 EmailAddress EmailAddressPersistence.findByPrimaryKey(long emailAddressId)
           
 EmailAddress EmailAddressPersistenceImpl.findByPrimaryKey(long emailAddressId)
           
 EmailAddress EmailAddressPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
static EmailAddress EmailAddressUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
           
 EmailAddress EmailAddressPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
           
 EmailAddress EmailAddressPersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
           
static EmailAddress EmailAddressUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
           
 EmailAddress EmailAddressPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
           
 EmailAddress EmailAddressPersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
           
static EmailAddress[] EmailAddressUtil.findByUserId_PrevAndNext(long emailAddressId, long userId, OrderByComparator orderByComparator)
           
 EmailAddress[] EmailAddressPersistence.findByUserId_PrevAndNext(long emailAddressId, long userId, OrderByComparator orderByComparator)
           
 EmailAddress[] EmailAddressPersistenceImpl.findByUserId_PrevAndNext(long emailAddressId, long userId, OrderByComparator orderByComparator)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByC_C_C_P_PrevAndNext(Session session, EmailAddress emailAddress, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByC_C_C_PrevAndNext(Session session, EmailAddress emailAddress, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByC_C_PrevAndNext(Session session, EmailAddress emailAddress, long companyId, long classNameId, OrderByComparator orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByCompanyId_PrevAndNext(Session session, EmailAddress emailAddress, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByUserId_PrevAndNext(Session session, EmailAddress emailAddress, long userId, OrderByComparator orderByComparator, boolean previous)
           
static EmailAddress EmailAddressUtil.remove(EmailAddress emailAddress)
           
static EmailAddress EmailAddressUtil.remove(long emailAddressId)
           
 EmailAddress EmailAddressPersistence.remove(long emailAddressId)
           
 EmailAddress EmailAddressPersistenceImpl.remove(long emailAddressId)
           
 EmailAddress EmailAddressPersistenceImpl.remove(Serializable primaryKey)
           
protected  EmailAddress EmailAddressPersistenceImpl.removeImpl(EmailAddress emailAddress)
           
protected  EmailAddress EmailAddressPersistenceImpl.toUnwrappedModel(EmailAddress emailAddress)
           
static EmailAddress EmailAddressUtil.update(EmailAddress emailAddress, boolean merge)
           
static EmailAddress EmailAddressUtil.update(EmailAddress emailAddress, boolean merge, ServiceContext serviceContext)
           
static EmailAddress EmailAddressUtil.updateImpl(EmailAddress emailAddress, boolean merge)
           
 EmailAddress EmailAddressPersistence.updateImpl(EmailAddress emailAddress, boolean merge)
           
 EmailAddress EmailAddressPersistenceImpl.updateImpl(EmailAddress emailAddress, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type EmailAddress
static List<EmailAddress> EmailAddressUtil.findAll()
           
 List<EmailAddress> EmailAddressPersistence.findAll()
           
 List<EmailAddress> EmailAddressPersistenceImpl.findAll()
           
static List<EmailAddress> EmailAddressUtil.findAll(int start, int end)
           
 List<EmailAddress> EmailAddressPersistence.findAll(int start, int end)
           
 List<EmailAddress> EmailAddressPersistenceImpl.findAll(int start, int end)
           
static List<EmailAddress> EmailAddressUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<EmailAddress> EmailAddressPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<EmailAddress> EmailAddressPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<EmailAddress> EmailAddressUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary)
           
 List<EmailAddress> EmailAddressPersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary)
           
 List<EmailAddress> EmailAddressPersistenceImpl.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary)
           
static List<EmailAddress> EmailAddressUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end)
           
 List<EmailAddress> EmailAddressPersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end)
           
 List<EmailAddress> EmailAddressPersistenceImpl.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end)
           
static List<EmailAddress> EmailAddressUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator)
           
 List<EmailAddress> EmailAddressPersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator)
           
 List<EmailAddress> EmailAddressPersistenceImpl.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator)
           
static List<EmailAddress> EmailAddressUtil.findByC_C_C(long companyId, long classNameId, long classPK)
           
 List<EmailAddress> EmailAddressPersistence.findByC_C_C(long companyId, long classNameId, long classPK)
           
 List<EmailAddress> EmailAddressPersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK)
           
static List<EmailAddress> EmailAddressUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end)
           
 List<EmailAddress> EmailAddressPersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end)
           
 List<EmailAddress> EmailAddressPersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end)
           
static List<EmailAddress> EmailAddressUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<EmailAddress> EmailAddressPersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<EmailAddress> EmailAddressPersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
static List<EmailAddress> EmailAddressUtil.findByC_C(long companyId, long classNameId)
           
 List<EmailAddress> EmailAddressPersistence.findByC_C(long companyId, long classNameId)
           
 List<EmailAddress> EmailAddressPersistenceImpl.findByC_C(long companyId, long classNameId)
           
static List<EmailAddress> EmailAddressUtil.findByC_C(long companyId, long classNameId, int start, int end)
           
 List<EmailAddress> EmailAddressPersistence.findByC_C(long companyId, long classNameId, int start, int end)
           
 List<EmailAddress> EmailAddressPersistenceImpl.findByC_C(long companyId, long classNameId, int start, int end)
           
static List<EmailAddress> EmailAddressUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
           
 List<EmailAddress> EmailAddressPersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
           
 List<EmailAddress> EmailAddressPersistenceImpl.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
           
static List<EmailAddress> EmailAddressUtil.findByCompanyId(long companyId)
           
 List<EmailAddress> EmailAddressPersistence.findByCompanyId(long companyId)
           
 List<EmailAddress> EmailAddressPersistenceImpl.findByCompanyId(long companyId)
           
static List<EmailAddress> EmailAddressUtil.findByCompanyId(long companyId, int start, int end)
           
 List<EmailAddress> EmailAddressPersistence.findByCompanyId(long companyId, int start, int end)
           
 List<EmailAddress> EmailAddressPersistenceImpl.findByCompanyId(long companyId, int start, int end)
           
static List<EmailAddress> EmailAddressUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 List<EmailAddress> EmailAddressPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 List<EmailAddress> EmailAddressPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
static List<EmailAddress> EmailAddressUtil.findByUserId(long userId)
           
 List<EmailAddress> EmailAddressPersistence.findByUserId(long userId)
           
 List<EmailAddress> EmailAddressPersistenceImpl.findByUserId(long userId)
           
static List<EmailAddress> EmailAddressUtil.findByUserId(long userId, int start, int end)
           
 List<EmailAddress> EmailAddressPersistence.findByUserId(long userId, int start, int end)
           
 List<EmailAddress> EmailAddressPersistenceImpl.findByUserId(long userId, int start, int end)
           
static List<EmailAddress> EmailAddressUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<EmailAddress> EmailAddressPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<EmailAddress> EmailAddressPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
           
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 orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type EmailAddress
static void EmailAddressUtil.cacheResult(EmailAddress emailAddress)
           
 void EmailAddressPersistence.cacheResult(EmailAddress emailAddress)
           
 void EmailAddressPersistenceImpl.cacheResult(EmailAddress emailAddress)
           
static void EmailAddressUtil.clearCache(EmailAddress emailAddress)
           
 void EmailAddressPersistenceImpl.clearCache(EmailAddress emailAddress)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByC_C_C_P_PrevAndNext(Session session, EmailAddress emailAddress, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByC_C_C_PrevAndNext(Session session, EmailAddress emailAddress, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByC_C_PrevAndNext(Session session, EmailAddress emailAddress, long companyId, long classNameId, OrderByComparator orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByCompanyId_PrevAndNext(Session session, EmailAddress emailAddress, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  EmailAddress EmailAddressPersistenceImpl.getByUserId_PrevAndNext(Session session, EmailAddress emailAddress, long userId, OrderByComparator orderByComparator, boolean previous)
           
static EmailAddress EmailAddressUtil.remove(EmailAddress emailAddress)
           
protected  EmailAddress EmailAddressPersistenceImpl.removeImpl(EmailAddress emailAddress)
           
protected  EmailAddress EmailAddressPersistenceImpl.toUnwrappedModel(EmailAddress emailAddress)
           
static EmailAddress EmailAddressUtil.update(EmailAddress emailAddress, boolean merge)
           
static EmailAddress EmailAddressUtil.update(EmailAddress emailAddress, boolean merge, ServiceContext serviceContext)
           
static EmailAddress EmailAddressUtil.updateImpl(EmailAddress emailAddress, boolean merge)
           
 EmailAddress EmailAddressPersistence.updateImpl(EmailAddress emailAddress, boolean merge)
           
 EmailAddress EmailAddressPersistenceImpl.updateImpl(EmailAddress emailAddress, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type EmailAddress
static void EmailAddressUtil.cacheResult(List<EmailAddress> emailAddresses)
           
 void EmailAddressPersistence.cacheResult(List<EmailAddress> emailAddresses)
           
 void EmailAddressPersistenceImpl.cacheResult(List<EmailAddress> emailAddresses)
           
 

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

Methods in com.liferay.portlet.enterpriseadmin.util that return types with arguments of type EmailAddress
static List<EmailAddress> EnterpriseAdminUtil.getEmailAddresses(ActionRequest actionRequest)
           
 List<EmailAddress> EnterpriseAdmin.getEmailAddresses(ActionRequest actionRequest)
           
 List<EmailAddress> EnterpriseAdminImpl.getEmailAddresses(ActionRequest actionRequest)
           
 

Method parameters in com.liferay.portlet.enterpriseadmin.util with type arguments of type EmailAddress
static void EnterpriseAdminUtil.updateEmailAddresses(String className, long classPK, List<EmailAddress> emailAddresses)
           
 void EnterpriseAdmin.updateEmailAddresses(String className, long classPK, List<EmailAddress> emailAddresses)
           
 void EnterpriseAdminImpl.updateEmailAddresses(String className, long classPK, List<EmailAddress> emailAddresses)
           
 


Liferay 6.0.3