com.liferay.portal.service
Class ClassNameServiceWrapper
java.lang.Object
com.liferay.portal.service.ClassNameServiceWrapper
- All Implemented Interfaces:
- ClassNameService
public class ClassNameServiceWrapper
- extends java.lang.Object
- implements ClassNameService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for ClassNameService
.
- Author:
- Brian Wing Shun Chan
- See Also:
ClassNameService
- Generated:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassNameServiceWrapper
public ClassNameServiceWrapper(ClassNameService classNameService)
getClassName
public ClassName getClassName(long classNameId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getClassName
in interface ClassNameService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getClassName
public ClassName getClassName(java.lang.String value)
throws com.liferay.portal.SystemException
- Specified by:
getClassName
in interface ClassNameService
- Throws:
com.liferay.portal.SystemException
getClassNameId
public long getClassNameId(java.lang.Class<?> classObj)
- Specified by:
getClassNameId
in interface ClassNameService
getClassNameId
public long getClassNameId(java.lang.String value)
- Specified by:
getClassNameId
in interface ClassNameService
getWrappedClassNameService
public ClassNameService getWrappedClassNameService()