com.liferay.portal.service.impl
Class ClassNameLocalServiceImpl

java.lang.Object
  extended bycom.liferay.portal.service.base.ClassNameLocalServiceBaseImpl
      extended bycom.liferay.portal.service.impl.ClassNameLocalServiceImpl
All Implemented Interfaces:
com.liferay.portal.service.ClassNameLocalService

public class ClassNameLocalServiceImpl
extends ClassNameLocalServiceBaseImpl

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
ClassNameLocalServiceImpl()
           
 
Method Summary
 void checkClassNames()
           
 com.liferay.portal.model.ClassName getClassName(long classNameId)
           
 com.liferay.portal.model.ClassName getClassName(java.lang.String value)
           
 
Methods inherited from class com.liferay.portal.service.base.ClassNameLocalServiceBaseImpl
addClassName, dynamicQuery, dynamicQuery, updateClassName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassNameLocalServiceImpl

public ClassNameLocalServiceImpl()
Method Detail

checkClassNames

public void checkClassNames()
                     throws com.liferay.portal.PortalException,
                            com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getClassName

public com.liferay.portal.model.ClassName getClassName(long classNameId)
                                                throws com.liferay.portal.PortalException,
                                                       com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getClassName

public com.liferay.portal.model.ClassName getClassName(java.lang.String value)
                                                throws com.liferay.portal.PortalException,
                                                       com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException