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)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
static ClassName |
fetchClassName(String value) |
static String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static ClassNameService |
getService() |
public static ClassName fetchByClassNameId(long classNameId)
ClassNameServiceUtil to access the class name remote service. Add custom service methods to com.liferay.portal.service.impl.ClassNameServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.public static ClassName fetchClassName(String value)
public static String getOSGiServiceIdentifier()
public static ClassNameService getService()