com.liferay.portal.service
Class ClassNameServiceWrapper

java.lang.Object
  extended by 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:

Constructor Summary
ClassNameServiceWrapper(ClassNameService classNameService)
           
 
Method Summary
 ClassName getClassName(long classNameId)
           
 ClassName getClassName(java.lang.String value)
           
 long getClassNameId(java.lang.Class<?> classObj)
           
 long getClassNameId(java.lang.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 com.liferay.portal.PortalException,
                              com.liferay.portal.SystemException,
                              java.rmi.RemoteException
Specified by:
getClassName in interface ClassNameService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getClassName

public ClassName getClassName(java.lang.String value)
                       throws com.liferay.portal.SystemException,
                              java.rmi.RemoteException
Specified by:
getClassName in interface ClassNameService
Throws:
com.liferay.portal.SystemException
java.rmi.RemoteException

getClassNameId

public long getClassNameId(java.lang.Class<?> classObj)
                    throws java.rmi.RemoteException
Specified by:
getClassNameId in interface ClassNameService
Throws:
java.rmi.RemoteException

getClassNameId

public long getClassNameId(java.lang.String value)
                    throws java.rmi.RemoteException
Specified by:
getClassNameId in interface ClassNameService
Throws:
java.rmi.RemoteException

getWrappedClassNameService

public ClassNameService getWrappedClassNameService()