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

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

Introduction

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

The text is from its open source code.

Method

com.liferay.portal.kernel.model.ClassNameaddClassName( com.liferay.portal.kernel.model.ClassName className)
Adds the class name to the database.
com.liferay.portal.kernel.model.ClassNameaddClassName(String value)
com.liferay.portal.kernel.model.ClassNamecreateClassName(long classNameId)
Creates a new class name with the primary key.
com.liferay.portal.kernel.model.ClassNamegetClassName(long classNameId)
Returns the class name with the primary key.
com.liferay.portal.kernel.model.ClassNamegetClassName(String value)
longgetClassNameId(Class clazz)
longgetClassNameId(String value)
java.util.ListgetClassNames(int start, int end)
Returns a range of all the class names.