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

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

Introduction

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

The text is from its open source code.

Method

com.liferay.portal.kernel.model.WebsitedeleteWebsite(long websiteId)
Deletes the website with the primary key from the database.
com.liferay.portal.kernel.model.WebsitedeleteWebsite( com.liferay.portal.kernel.model.Website website)
Deletes the website from the database.
com.liferay.portal.kernel.model.WebsitefetchWebsiteByUuidAndCompanyId(String uuid, long companyId)
Returns the website with the matching UUID and company.
com.liferay.portal.kernel.model.WebsitegetWebsite(long websiteId)
Returns the website with the primary key.
java.util.ListgetWebsites(long companyId, String className, long classPK)