Liferay 6.1.2-ce-ga3

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
           This class is a wrapper for ClassNameService.
 

Methods in com.liferay.portal.service that return ClassNameService
static ClassNameService ClassNameServiceUtil.getService()
           
 ClassNameService ClassNameServiceWrapper.getWrappedClassNameService()
          Deprecated. Renamed to ClassNameServiceWrapper.getWrappedService()
 ClassNameService ClassNameServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type ClassNameService
 void ClassNameServiceUtil.setService(ClassNameService service)
          Deprecated.  
 void ClassNameServiceWrapper.setWrappedClassNameService(ClassNameService classNameService)
          Deprecated. Renamed to 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.1.2-ce-ga3