|
Liferay 6.2.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EmailAddress | |
|---|---|
| com.liferay.portal.model | This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. |
| com.liferay.portal.service | This package defines the portal service interfaces and classes. |
| com.liferay.portal.service.persistence | This package defines the portal service persistence interfaces, classes, and utilities. |
| com.liferay.portlet.usersadmin.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()
Deprecated. As of 6.1.0, replaced by EmailAddressWrapper.getWrappedModel() |
EmailAddress |
EmailAddressWrapper.getWrappedModel()
|
EmailAddress |
EmailAddressWrapper.toEscapedModel()
|
abstract EmailAddress |
EmailAddressModel.toEscapedModel()
|
EmailAddress |
EmailAddressWrapper.toUnescapedModel()
|
abstract EmailAddress |
EmailAddressModel.toUnescapedModel()
|
| Methods in com.liferay.portal.model that return types with arguments of type EmailAddress | |
|---|---|
List<EmailAddress> |
UserWrapper.getEmailAddresses()
Returns the user's email addresses. |
abstract List<EmailAddress> |
User.getEmailAddresses()
Returns the user's email addresses. |
CacheModel<EmailAddress> |
EmailAddressWrapper.toCacheModel()
|
abstract CacheModel<EmailAddress> |
EmailAddressModel.toCacheModel()
|
| Methods in com.liferay.portal.model with parameters of type EmailAddress | |
|---|---|
int |
EmailAddressWrapper.compareTo(EmailAddress emailAddress)
|
abstract 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.service |
|---|
| Methods in com.liferay.portal.service that return EmailAddress | |
|---|---|
EmailAddress |
EmailAddressLocalServiceWrapper.addEmailAddress(EmailAddress emailAddress)
Adds the email address to the database. |
abstract EmailAddress |
EmailAddressLocalService.addEmailAddress(EmailAddress emailAddress)
Adds the email address to the database. |
static EmailAddress |
EmailAddressLocalServiceUtil.addEmailAddress(EmailAddress emailAddress)
Adds the email address to the database. |
EmailAddress |
EmailAddressLocalServiceWrapper.addEmailAddress(long userId,
String className,
long classPK,
String address,
int typeId,
boolean primary)
Deprecated. As of 6.2.0, replaced by EmailAddressLocalServiceWrapper.addEmailAddress(long,
String, long, String, int, boolean, ServiceContext) |
abstract EmailAddress |
EmailAddressLocalService.addEmailAddress(long userId,
String className,
long classPK,
String address,
int typeId,
boolean primary)
Deprecated. As of 6.2.0, replaced by EmailAddressLocalService.addEmailAddress(long,
String, long, String, int, boolean, ServiceContext) |
static EmailAddress |
EmailAddressLocalServiceUtil.addEmailAddress(long userId,
String className,
long classPK,
String address,
int typeId,
boolean primary)
Deprecated. As of 6.2.0, replaced by EmailAddressLocalServiceUtil.addEmailAddress(long,
String, long, String, int, boolean, ServiceContext) |
EmailAddress |
EmailAddressLocalServiceWrapper.addEmailAddress(long userId,
String className,
long classPK,
String address,
int typeId,
boolean primary,
ServiceContext serviceContext)
|
abstract EmailAddress |
EmailAddressLocalService.addEmailAddress(long userId,
String className,
long classPK,
String address,
int typeId,
boolean primary,
ServiceContext serviceContext)
|
static EmailAddress |
EmailAddressLocalServiceUtil.addEmailAddress(long userId,
String className,
long classPK,
String address,
int typeId,
boolean primary,
ServiceContext serviceContext)
|
EmailAddress |
EmailAddressServiceWrapper.addEmailAddress(String className,
long classPK,
String address,
int typeId,
boolean primary)
Deprecated. As of 6.2.0, replaced by EmailAddressServiceWrapper.addEmailAddress( String,
long, String, int, boolean, ServiceContext) |
static EmailAddress |
EmailAddressServiceUtil.addEmailAddress(String className,
long classPK,
String address,
int typeId,
boolean primary)
Deprecated. As of 6.2.0, replaced by EmailAddressServiceUtil.addEmailAddress( String,
long, String, int, boolean, ServiceContext) |
abstract EmailAddress |
EmailAddressService.addEmailAddress(String className,
long classPK,
String address,
int typeId,
boolean primary)
Deprecated. As of 6.2.0, replaced by EmailAddressService.addEmailAddress( String,
long, String, int, boolean, ServiceContext) |
EmailAddress |
EmailAddressServiceWrapper.addEmailAddress(String className,
long classPK,
String address,
int typeId,
boolean primary,
ServiceContext serviceContext)
|
static EmailAddress |
EmailAddressServiceUtil.addEmailAddress(String className,
long classPK,
String address,
int typeId,
boolean primary,
ServiceContext serviceContext)
|
abstract EmailAddress |
EmailAddressService.addEmailAddress(String className,
long classPK,
String address,
int typeId,
boolean primary,
ServiceContext serviceContext)
|
EmailAddress |
EmailAddressLocalServiceWrapper.createEmailAddress(long emailAddressId)
Creates a new email address with the primary key. |
abstract EmailAddress |
EmailAddressLocalService.createEmailAddress(long emailAddressId)
Creates a new email address with the primary key. |
static EmailAddress |
EmailAddressLocalServiceUtil.createEmailAddress(long emailAddressId)
Creates a new email address with the primary key. |
EmailAddress |
EmailAddressLocalServiceWrapper.deleteEmailAddress(EmailAddress emailAddress)
Deletes the email address from the database. |
abstract EmailAddress |
EmailAddressLocalService.deleteEmailAddress(EmailAddress emailAddress)
Deletes the email address from the database. |
static EmailAddress |
EmailAddressLocalServiceUtil.deleteEmailAddress(EmailAddress emailAddress)
Deletes the email address from the database. |
EmailAddress |
EmailAddressLocalServiceWrapper.deleteEmailAddress(long emailAddressId)
Deletes the email address with the primary key from the database. |
abstract EmailAddress |
EmailAddressLocalService.deleteEmailAddress(long emailAddressId)
Deletes the email address with the primary key from the database. |
static EmailAddress |
EmailAddressLocalServiceUtil.deleteEmailAddress(long emailAddressId)
Deletes the email address with the primary key from the database. |
EmailAddress |
EmailAddressLocalServiceWrapper.fetchEmailAddress(long emailAddressId)
|
abstract EmailAddress |
EmailAddressLocalService.fetchEmailAddress(long emailAddressId)
|
static EmailAddress |
EmailAddressLocalServiceUtil.fetchEmailAddress(long emailAddressId)
|
EmailAddress |
EmailAddressLocalServiceWrapper.fetchEmailAddressByUuidAndCompanyId(String uuid,
long companyId)
Returns the email address with the matching UUID and company. |
abstract EmailAddress |
EmailAddressLocalService.fetchEmailAddressByUuidAndCompanyId(String uuid,
long companyId)
Returns the email address with the matching UUID and company. |
static EmailAddress |
EmailAddressLocalServiceUtil.fetchEmailAddressByUuidAndCompanyId(String uuid,
long companyId)
Returns the email address with the matching UUID and company. |
EmailAddress |
EmailAddressServiceWrapper.getEmailAddress(long emailAddressId)
|
EmailAddress |
EmailAddressLocalServiceWrapper.getEmailAddress(long emailAddressId)
Returns the email address with the primary key. |
abstract EmailAddress |
EmailAddressLocalService.getEmailAddress(long emailAddressId)
Returns the email address with the primary key. |
static EmailAddress |
EmailAddressLocalServiceUtil.getEmailAddress(long emailAddressId)
Returns the email address with the primary key. |
static EmailAddress |
EmailAddressServiceUtil.getEmailAddress(long emailAddressId)
|
abstract EmailAddress |
EmailAddressService.getEmailAddress(long emailAddressId)
|
EmailAddress |
EmailAddressLocalServiceWrapper.getEmailAddressByUuidAndCompanyId(String uuid,
long companyId)
Returns the email address with the matching UUID and company. |
abstract EmailAddress |
EmailAddressLocalService.getEmailAddressByUuidAndCompanyId(String uuid,
long companyId)
Returns the email address with the matching UUID and company. |
static EmailAddress |
EmailAddressLocalServiceUtil.getEmailAddressByUuidAndCompanyId(String uuid,
long companyId)
Returns the email address with the matching UUID and company. |
EmailAddress |
EmailAddressLocalServiceWrapper.updateEmailAddress(EmailAddress emailAddress)
Updates the email address in the database or adds it if it does not yet exist. |
abstract EmailAddress |
EmailAddressLocalService.updateEmailAddress(EmailAddress emailAddress)
Updates the email address in the database or adds it if it does not yet exist. |
static EmailAddress |
EmailAddressLocalServiceUtil.updateEmailAddress(EmailAddress emailAddress)
Updates the email address in the database or adds it if it does not yet exist. |
EmailAddress |
EmailAddressServiceWrapper.updateEmailAddress(long emailAddressId,
String address,
int typeId,
boolean primary)
|
EmailAddress |
EmailAddressLocalServiceWrapper.updateEmailAddress(long emailAddressId,
String address,
int typeId,
boolean primary)
|
abstract EmailAddress |
EmailAddressLocalService.updateEmailAddress(long emailAddressId,
String address,
int typeId,
boolean primary)
|
static EmailAddress |
EmailAddressLocalServiceUtil.updateEmailAddress(long emailAddressId,
String address,
int typeId,
boolean primary)
|
static EmailAddress |
EmailAddressServiceUtil.updateEmailAddress(long emailAddressId,
String address,
int typeId,
boolean primary)
|
abstract EmailAddress |
EmailAddressService.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()
|
abstract List<EmailAddress> |
EmailAddressLocalService.getEmailAddresses()
|
static List<EmailAddress> |
EmailAddressLocalServiceUtil.getEmailAddresses()
|
List<EmailAddress> |
EmailAddressLocalServiceWrapper.getEmailAddresses(int start,
int end)
Returns a range of all the email addresses. |
abstract List<EmailAddress> |
EmailAddressLocalService.getEmailAddresses(int start,
int end)
Returns a range of all the email addresses. |
static List<EmailAddress> |
EmailAddressLocalServiceUtil.getEmailAddresses(int start,
int end)
Returns a range of all the email addresses. |
List<EmailAddress> |
EmailAddressLocalServiceWrapper.getEmailAddresses(long companyId,
String className,
long classPK)
|
abstract List<EmailAddress> |
EmailAddressLocalService.getEmailAddresses(long companyId,
String className,
long classPK)
|
static List<EmailAddress> |
EmailAddressLocalServiceUtil.getEmailAddresses(long companyId,
String className,
long classPK)
|
List<EmailAddress> |
EmailAddressServiceWrapper.getEmailAddresses(String className,
long classPK)
|
static List<EmailAddress> |
EmailAddressServiceUtil.getEmailAddresses(String className,
long classPK)
|
abstract List<EmailAddress> |
EmailAddressService.getEmailAddresses(String className,
long classPK)
|
| Methods in com.liferay.portal.service with parameters of type EmailAddress | |
|---|---|
EmailAddress |
EmailAddressLocalServiceWrapper.addEmailAddress(EmailAddress emailAddress)
Adds the email address to the database. |
abstract EmailAddress |
EmailAddressLocalService.addEmailAddress(EmailAddress emailAddress)
Adds the email address to the database. |
static EmailAddress |
EmailAddressLocalServiceUtil.addEmailAddress(EmailAddress emailAddress)
Adds the email address to the database. |
EmailAddress |
EmailAddressLocalServiceWrapper.deleteEmailAddress(EmailAddress emailAddress)
Deletes the email address from the database. |
abstract EmailAddress |
EmailAddressLocalService.deleteEmailAddress(EmailAddress emailAddress)
Deletes the email address from the database. |
static EmailAddress |
EmailAddressLocalServiceUtil.deleteEmailAddress(EmailAddress emailAddress)
Deletes the email address from the database. |
EmailAddress |
EmailAddressLocalServiceWrapper.updateEmailAddress(EmailAddress emailAddress)
Updates the email address in the database or adds it if it does not yet exist. |
abstract EmailAddress |
EmailAddressLocalService.updateEmailAddress(EmailAddress emailAddress)
Updates the email address in the database or adds it if it does not yet exist. |
static EmailAddress |
EmailAddressLocalServiceUtil.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 | |
|---|---|
static Organization |
OrganizationServiceUtil.addOrganization(long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int 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 OrganizationServiceUtil.addOrganization(long,
String, String, long, long, int, String, boolean,
java.util.List, java.util.List, java.util.List,
java.util.List, java.util.List, ServiceContext) |
Organization |
OrganizationServiceWrapper.addOrganization(long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int 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 OrganizationServiceWrapper.addOrganization(long,
String, String, long, long, int, String, boolean,
java.util.List, java.util.List, java.util.List,
java.util.List, java.util.List, ServiceContext) |
abstract Organization |
OrganizationService.addOrganization(long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int 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 OrganizationService.addOrganization(long,
String, String, long, long, int, String, boolean,
java.util.List, java.util.List, java.util.List,
java.util.List, java.util.List, ServiceContext) |
static Organization |
OrganizationServiceUtil.addOrganization(long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
int 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 |
OrganizationServiceWrapper.addOrganization(long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
int 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. |
abstract Organization |
OrganizationService.addOrganization(long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
int 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,
int prefixId,
int 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,
int prefixId,
int 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. |
abstract 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,
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,
int prefixId,
int 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,
int prefixId,
int 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. |
abstract 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,
int prefixId,
int 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 |
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)
Updates the company with addition information. |
abstract 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)
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)
Updates the company with addition information. |
static Organization |
OrganizationServiceUtil.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int 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 OrganizationServiceUtil.updateOrganization(long,
long, String, String, long, long, int, String, boolean,
java.util.List, java.util.List, java.util.List,
java.util.List, java.util.List, ServiceContext) |
Organization |
OrganizationServiceWrapper.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int 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 OrganizationServiceWrapper.updateOrganization(long,
long, String, String, long, long, int, String, boolean,
java.util.List, java.util.List, java.util.List,
java.util.List, java.util.List, ServiceContext) |
abstract Organization |
OrganizationService.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int 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 OrganizationService.updateOrganization(long,
long, String, String, long, long, int, String, boolean,
java.util.List, java.util.List, java.util.List,
java.util.List, java.util.List, ServiceContext) |
static Organization |
OrganizationServiceUtil.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
int statusId,
String comments,
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,
int statusId,
String comments,
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. |
abstract Organization |
OrganizationService.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
long regionId,
long countryId,
int statusId,
String comments,
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. |
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)
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,
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)
Updates the user with additional parameters. |
abstract 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)
Updates the user with additional parameters. |
| 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)
Creates a new email address with the primary key. |
abstract EmailAddress |
EmailAddressPersistence.create(long emailAddressId)
Creates a new email address with the primary key. |
static EmailAddress |
EmailAddressUtil.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
abstract EmailAddress |
EmailAddressPersistence.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first 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 orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
abstract EmailAddress |
EmailAddressPersistence.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
static EmailAddress |
EmailAddressUtil.fetchByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
abstract EmailAddress |
EmailAddressPersistence.fetchByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator 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_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
abstract EmailAddress |
EmailAddressPersistence.fetchByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
static EmailAddress |
EmailAddressUtil.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ?. |
abstract EmailAddress |
EmailAddressPersistence.fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ?. |
static EmailAddress |
EmailAddressUtil.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ?. |
abstract EmailAddress |
EmailAddressPersistence.fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ?. |
static EmailAddress |
EmailAddressUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where companyId = ?. |
abstract EmailAddress |
EmailAddressPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where companyId = ?. |
static EmailAddress |
EmailAddressUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where companyId = ?. |
abstract EmailAddress |
EmailAddressPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where companyId = ?. |
static EmailAddress |
EmailAddressUtil.fetchByPrimaryKey(long emailAddressId)
Returns the email address with the primary key or returns null if it could not be found. |
abstract 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.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where userId = ?. |
abstract EmailAddress |
EmailAddressPersistence.fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where userId = ?. |
static EmailAddress |
EmailAddressUtil.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where userId = ?. |
abstract EmailAddress |
EmailAddressPersistence.fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where userId = ?. |
static EmailAddress |
EmailAddressUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where uuid = ? and companyId = ?. |
abstract EmailAddress |
EmailAddressPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where uuid = ? and companyId = ?. |
static EmailAddress |
EmailAddressUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where uuid = ? and companyId = ?. |
abstract EmailAddress |
EmailAddressPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where uuid = ? and companyId = ?. |
static EmailAddress |
EmailAddressUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where uuid = ?. |
abstract EmailAddress |
EmailAddressPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where uuid = ?. |
static EmailAddress |
EmailAddressUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where uuid = ?. |
abstract EmailAddress |
EmailAddressPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where uuid = ?. |
static EmailAddress |
EmailAddressUtil.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
abstract EmailAddress |
EmailAddressPersistence.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first 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 orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
abstract EmailAddress |
EmailAddressPersistence.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
static EmailAddress |
EmailAddressUtil.findByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
abstract EmailAddress |
EmailAddressPersistence.findByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator 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_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
abstract EmailAddress |
EmailAddressPersistence.findByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator 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_PrevAndNext(long emailAddressId,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
abstract EmailAddress[] |
EmailAddressPersistence.findByC_C_C_P_PrevAndNext(long emailAddressId,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator 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_PrevAndNext(long emailAddressId,
long companyId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?. |
abstract EmailAddress[] |
EmailAddressPersistence.findByC_C_C_PrevAndNext(long emailAddressId,
long companyId,
long classNameId,
long classPK,
OrderByComparator 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_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ?. |
abstract EmailAddress |
EmailAddressPersistence.findByC_C_First(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where companyId = ? and classNameId = ?. |
static EmailAddress |
EmailAddressUtil.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ?. |
abstract EmailAddress |
EmailAddressPersistence.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where companyId = ? and classNameId = ?. |
static EmailAddress[] |
EmailAddressUtil.findByC_C_PrevAndNext(long emailAddressId,
long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ?. |
abstract EmailAddress[] |
EmailAddressPersistence.findByC_C_PrevAndNext(long emailAddressId,
long companyId,
long classNameId,
OrderByComparator orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ?. |
static EmailAddress |
EmailAddressUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where companyId = ?. |
abstract EmailAddress |
EmailAddressPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where companyId = ?. |
static EmailAddress |
EmailAddressUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where companyId = ?. |
abstract EmailAddress |
EmailAddressPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where companyId = ?. |
static EmailAddress[] |
EmailAddressUtil.findByCompanyId_PrevAndNext(long emailAddressId,
long companyId,
OrderByComparator orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where companyId = ?. |
abstract EmailAddress[] |
EmailAddressPersistence.findByCompanyId_PrevAndNext(long emailAddressId,
long companyId,
OrderByComparator orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where companyId = ?. |
static EmailAddress |
EmailAddressUtil.findByPrimaryKey(long emailAddressId)
Returns the email address with the primary key or throws a NoSuchEmailAddressException if it could not be found. |
abstract 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.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where userId = ?. |
abstract EmailAddress |
EmailAddressPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where userId = ?. |
static EmailAddress |
EmailAddressUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where userId = ?. |
abstract EmailAddress |
EmailAddressPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where userId = ?. |
static EmailAddress[] |
EmailAddressUtil.findByUserId_PrevAndNext(long emailAddressId,
long userId,
OrderByComparator orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where userId = ?. |
abstract EmailAddress[] |
EmailAddressPersistence.findByUserId_PrevAndNext(long emailAddressId,
long userId,
OrderByComparator orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where userId = ?. |
static EmailAddress |
EmailAddressUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where uuid = ? and companyId = ?. |
abstract EmailAddress |
EmailAddressPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where uuid = ? and companyId = ?. |
static EmailAddress |
EmailAddressUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where uuid = ? and companyId = ?. |
abstract EmailAddress |
EmailAddressPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where uuid = ? and companyId = ?. |
static EmailAddress[] |
EmailAddressUtil.findByUuid_C_PrevAndNext(long emailAddressId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where uuid = ? and companyId = ?. |
abstract EmailAddress[] |
EmailAddressPersistence.findByUuid_C_PrevAndNext(long emailAddressId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where uuid = ? and companyId = ?. |
static EmailAddress |
EmailAddressUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where uuid = ?. |
abstract EmailAddress |
EmailAddressPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first email address in the ordered set where uuid = ?. |
static EmailAddress |
EmailAddressUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where uuid = ?. |
abstract EmailAddress |
EmailAddressPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last email address in the ordered set where uuid = ?. |
static EmailAddress[] |
EmailAddressUtil.findByUuid_PrevAndNext(long emailAddressId,
String uuid,
OrderByComparator orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where uuid = ?. |
abstract EmailAddress[] |
EmailAddressPersistence.findByUuid_PrevAndNext(long emailAddressId,
String uuid,
OrderByComparator orderByComparator)
Returns the email addresses before and after the current email address in the ordered set where uuid = ?. |
static EmailAddress |
EmailAddressUtil.remove(long emailAddressId)
Removes the email address with the primary key from the database. |
abstract EmailAddress |
EmailAddressPersistence.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)
|
static EmailAddress |
EmailAddressUtil.updateImpl(EmailAddress emailAddress)
|
abstract EmailAddress |
EmailAddressPersistence.updateImpl(EmailAddress emailAddress)
|
| Methods in com.liferay.portal.service.persistence that return types with arguments of type EmailAddress | |
|---|---|
static List<EmailAddress> |
EmailAddressUtil.findAll()
Returns all the email addresses. |
abstract List<EmailAddress> |
EmailAddressPersistence.findAll()
Returns all the email addresses. |
static List<EmailAddress> |
EmailAddressUtil.findAll(int start,
int end)
Returns a range of all the email addresses. |
abstract 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,
OrderByComparator orderByComparator)
Returns an ordered range of all the email addresses. |
abstract List<EmailAddress> |
EmailAddressPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the email addresses. |
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 = ?. |
abstract 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,
int start,
int end)
Returns a range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
abstract 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,
OrderByComparator orderByComparator)
Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?. |
abstract List<EmailAddress> |
EmailAddressPersistence.findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator 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(long companyId,
long classNameId,
long classPK)
Returns all the email addresses where companyId = ? and classNameId = ? and classPK = ?. |
abstract 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,
int start,
int end)
Returns a range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?. |
abstract 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,
OrderByComparator orderByComparator)
Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?. |
abstract List<EmailAddress> |
EmailAddressPersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?. |
static List<EmailAddress> |
EmailAddressUtil.findByC_C(long companyId,
long classNameId)
Returns all the email addresses where companyId = ? and classNameId = ?. |
abstract 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,
int start,
int end)
Returns a range of all the email addresses where companyId = ? and classNameId = ?. |
abstract 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,
OrderByComparator orderByComparator)
Returns an ordered range of all the email addresses where companyId = ? and classNameId = ?. |
abstract List<EmailAddress> |
EmailAddressPersistence.findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the email addresses where companyId = ? and classNameId = ?. |
static List<EmailAddress> |
EmailAddressUtil.findByCompanyId(long companyId)
Returns all the email addresses where companyId = ?. |
abstract List<EmailAddress> |
EmailAddressPersistence.findByCompanyId(long companyId)
Returns all the email addresses where companyId = ?. |
static List<EmailAddress> |
EmailAddressUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the email addresses where companyId = ?. |
abstract 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,
OrderByComparator orderByComparator)
Returns an ordered range of all the email addresses where companyId = ?. |
abstract List<EmailAddress> |
EmailAddressPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the email addresses where companyId = ?. |
static List<EmailAddress> |
EmailAddressUtil.findByUserId(long userId)
Returns all the email addresses where userId = ?. |
abstract List<EmailAddress> |
EmailAddressPersistence.findByUserId(long userId)
Returns all the email addresses where userId = ?. |
static List<EmailAddress> |
EmailAddressUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the email addresses where userId = ?. |
abstract 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,
OrderByComparator orderByComparator)
Returns an ordered range of all the email addresses where userId = ?. |
abstract List<EmailAddress> |
EmailAddressPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the email addresses where userId = ?. |
static List<EmailAddress> |
EmailAddressUtil.findByUuid_C(String uuid,
long companyId)
Returns all the email addresses where uuid = ? and companyId = ?. |
abstract 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,
int start,
int end)
Returns a range of all the email addresses where uuid = ? and companyId = ?. |
abstract 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,
OrderByComparator orderByComparator)
Returns an ordered range of all the email addresses where uuid = ? and companyId = ?. |
abstract List<EmailAddress> |
EmailAddressPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the email addresses where uuid = ? and companyId = ?. |
static List<EmailAddress> |
EmailAddressUtil.findByUuid(String uuid)
Returns all the email addresses where uuid = ?. |
abstract List<EmailAddress> |
EmailAddressPersistence.findByUuid(String uuid)
Returns all the email addresses where uuid = ?. |
static List<EmailAddress> |
EmailAddressUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the email addresses where uuid = ?. |
abstract 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,
OrderByComparator orderByComparator)
Returns an ordered range of all the email addresses where uuid = ?. |
abstract List<EmailAddress> |
EmailAddressPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
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 orderByComparator)
|
| Methods in com.liferay.portal.service.persistence with parameters of type EmailAddress | |
|---|---|
static void |
EmailAddressUtil.cacheResult(EmailAddress emailAddress)
Caches the email address in the entity cache if it is enabled. |
abstract void |
EmailAddressPersistence.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)
|
static EmailAddress |
EmailAddressUtil.updateImpl(EmailAddress emailAddress)
|
abstract EmailAddress |
EmailAddressPersistence.updateImpl(EmailAddress emailAddress)
|
| Method parameters in com.liferay.portal.service.persistence with type arguments of type EmailAddress | |
|---|---|
static void |
EmailAddressUtil.cacheResult(List<EmailAddress> emailAddresses)
Caches the email addresses in the entity cache if it is enabled. |
abstract void |
EmailAddressPersistence.cacheResult(List<EmailAddress> emailAddresses)
Caches the email addresses in the entity cache if it is enabled. |
| Uses of EmailAddress in com.liferay.portlet.usersadmin.util |
|---|
| Methods in com.liferay.portlet.usersadmin.util that return types with arguments of type EmailAddress | |
|---|---|
static List<EmailAddress> |
UsersAdminUtil.getEmailAddresses(ActionRequest actionRequest)
|
abstract List<EmailAddress> |
UsersAdmin.getEmailAddresses(ActionRequest actionRequest)
|
static List<EmailAddress> |
UsersAdminUtil.getEmailAddresses(ActionRequest actionRequest,
List<EmailAddress> defaultEmailAddresses)
|
abstract List<EmailAddress> |
UsersAdmin.getEmailAddresses(ActionRequest actionRequest,
List<EmailAddress> defaultEmailAddresses)
|
| Method parameters in com.liferay.portlet.usersadmin.util with type arguments of type EmailAddress | |
|---|---|
static List<EmailAddress> |
UsersAdminUtil.getEmailAddresses(ActionRequest actionRequest,
List<EmailAddress> defaultEmailAddresses)
|
abstract List<EmailAddress> |
UsersAdmin.getEmailAddresses(ActionRequest actionRequest,
List<EmailAddress> defaultEmailAddresses)
|
static void |
UsersAdminUtil.updateEmailAddresses(String className,
long classPK,
List<EmailAddress> emailAddresses)
|
abstract void |
UsersAdmin.updateEmailAddresses(String className,
long classPK,
List<EmailAddress> emailAddresses)
|
|
Liferay 6.2.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||