com.liferay.portal.service
Class ClassNameLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.ClassNameLocalServiceWrapper
- All Implemented Interfaces:
- ClassNameLocalService
public class ClassNameLocalServiceWrapper
- extends java.lang.Object
- implements ClassNameLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for ClassNameLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
ClassNameLocalService
- Generated:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassNameLocalServiceWrapper
public ClassNameLocalServiceWrapper(ClassNameLocalService classNameLocalService)
addClassName
public ClassName addClassName(ClassName className)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addClassName
in interface ClassNameLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
createClassName
public ClassName createClassName(long classNameId)
- Specified by:
createClassName
in interface ClassNameLocalService
deleteClassName
public void deleteClassName(long classNameId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteClassName
in interface ClassNameLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteClassName
public void deleteClassName(ClassName className)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteClassName
in interface ClassNameLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface ClassNameLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface ClassNameLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getClassName
public ClassName getClassName(long classNameId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getClassName
in interface ClassNameLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getClassNames
public java.util.List<ClassName> getClassNames(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getClassNames
in interface ClassNameLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getClassNamesCount
public int getClassNamesCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getClassNamesCount
in interface ClassNameLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateClassName
public ClassName updateClassName(ClassName className)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateClassName
in interface ClassNameLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateClassName
public ClassName updateClassName(ClassName className,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateClassName
in interface ClassNameLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
addClassName
public ClassName addClassName(java.lang.String value)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addClassName
in interface ClassNameLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
checkClassNames
public void checkClassNames()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
checkClassNames
in interface ClassNameLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getClassName
public ClassName getClassName(java.lang.String value)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getClassName
in interface ClassNameLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getClassNameId
public long getClassNameId(java.lang.Class<?> classObj)
- Specified by:
getClassNameId
in interface ClassNameLocalService
getClassNameId
public long getClassNameId(java.lang.String value)
- Specified by:
getClassNameId
in interface ClassNameLocalService
getWrappedClassNameLocalService
public ClassNameLocalService getWrappedClassNameLocalService()