public class ClassNameServiceUtil
extends Object
com.liferay.portal.service.impl.ClassNameServiceImpl
and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.ClassNameService
Constructor and Description |
---|
ClassNameServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static ClassName |
fetchByClassNameId(long classNameId) |
static ClassName |
fetchClassName(String value) |
static String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static ClassNameService |
getService() |
static void |
setService(ClassNameService service) |
public static ClassName fetchByClassNameId(long classNameId)
public static ClassName fetchClassName(String value)
public static String getOSGiServiceIdentifier()
public static ClassNameService getService()
public static void setService(ClassNameService service)