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

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

Introduction

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

The text is from its open source code.

Method

com.liferay.portal.kernel.model.AddressdeleteAddress( com.liferay.portal.kernel.model.Address address)
Deletes the address from the database.
com.liferay.portal.kernel.model.AddressdeleteAddress(long addressId)
Deletes the address with the primary key from the database.
com.liferay.portal.kernel.model.AddressfetchAddressByUuidAndCompanyId(String uuid, long companyId)
Returns the address with the matching UUID and company.
com.liferay.portal.kernel.model.AddressgetAddress(long addressId)
Returns the address with the primary key.
com.liferay.portal.kernel.model.AddressupdateAddress( com.liferay.portal.kernel.model.Address address)
Updates the address in the database or adds it if it does not yet exist.