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

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

Introduction

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

The text is from its open source code.

Method

com.liferay.portal.kernel.model.PhonedeletePhone(long phoneId)
Deletes the phone with the primary key from the database.
com.liferay.portal.kernel.model.PhonedeletePhone(com.liferay.portal.kernel.model.Phone phone)
Deletes the phone from the database.
com.liferay.portal.kernel.model.PhonefetchPhoneByUuidAndCompanyId(String uuid, long companyId)
Returns the phone with the matching UUID and company.
com.liferay.portal.kernel.model.PhonegetPhone(long phoneId)
Returns the phone with the primary key.
java.util.ListgetPhones(long companyId, String className, long classPK)