Java com.liferay.portal.kernel.service EmailAddressLocalServiceUtil fields, constructors, methods, implement or subclass

Example usage for Java com.liferay.portal.kernel.service EmailAddressLocalServiceUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.liferay.portal.kernel.service EmailAddressLocalServiceUtil.

The text is from its open source code.

Method

com.liferay.portal.kernel.model.EmailAddressdeleteEmailAddress( com.liferay.portal.kernel.model.EmailAddress emailAddress)
Deletes the email address from the database.
com.liferay.portal.kernel.model.EmailAddressdeleteEmailAddress(long emailAddressId)
Deletes the email address with the primary key from the database.
com.liferay.portal.kernel.model.EmailAddressfetchEmailAddressByUuidAndCompanyId(String uuid, long companyId)
Returns the email address with the matching UUID and company.
com.liferay.portal.kernel.model.EmailAddressgetEmailAddress(long emailAddressId)
Returns the email address with the primary key.
java.util.ListgetEmailAddresses(long companyId, String className, long classPK)