Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.service.ClassNameService

Packages that use ClassNameService
com.liferay.portal.service This package defines the portal service interfaces and classes. 
 

Uses of ClassNameService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement ClassNameService
 class ClassNameServiceWrapper
          Provides a wrapper for ClassNameService.
 

Methods in com.liferay.portal.service that return ClassNameService
static ClassNameService ClassNameServiceUtil.getService()
           
 ClassNameService ClassNameServiceWrapper.getWrappedClassNameService()
          Deprecated. As of 6.1.0, replaced by ClassNameServiceWrapper.getWrappedService()
 ClassNameService ClassNameServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type ClassNameService
 void ClassNameServiceUtil.setService(ClassNameService service)
          Deprecated. As of 6.2.0
 void ClassNameServiceWrapper.setWrappedClassNameService(ClassNameService classNameService)
          Deprecated. As of 6.1.0, replaced by ClassNameServiceWrapper.setWrappedService(com.liferay.portal.service.ClassNameService)
 void ClassNameServiceWrapper.setWrappedService(ClassNameService classNameService)
           
 

Constructors in com.liferay.portal.service with parameters of type ClassNameService
ClassNameServiceWrapper(ClassNameService classNameService)
           
 


Liferay 6.2-ce-ga5