Liferay 6.0.5

com.liferay.portal.service
Class ClassNameServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.ClassNameServiceWrapper
All Implemented Interfaces:
ClassNameService

public class ClassNameServiceWrapper
extends Object
implements ClassNameService

This class is a wrapper for ClassNameService.

See Also:
ClassNameService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
ClassNameServiceWrapper(ClassNameService classNameService)
           
 
Method Summary
 ClassName getClassName(long classNameId)
           
 ClassName getClassName(String value)
           
 long getClassNameId(Class<?> classObj)
           
 long getClassNameId(String value)
           
 ClassNameService getWrappedClassNameService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassNameServiceWrapper

public ClassNameServiceWrapper(ClassNameService classNameService)
Method Detail

getClassName

public ClassName getClassName(long classNameId)
                       throws PortalException,
                              SystemException
Specified by:
getClassName in interface ClassNameService
Throws:
PortalException
SystemException

getClassName

public ClassName getClassName(String value)
                       throws SystemException
Specified by:
getClassName in interface ClassNameService
Throws:
SystemException

getClassNameId

public long getClassNameId(Class<?> classObj)
Specified by:
getClassNameId in interface ClassNameService

getClassNameId

public long getClassNameId(String value)
Specified by:
getClassNameId in interface ClassNameService

getWrappedClassNameService

public ClassNameService getWrappedClassNameService()

Liferay 6.0.5