Liferay 6.2-ce-ga5

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

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

Uses of ListTypeService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement ListTypeService
 class ListTypeServiceWrapper
          Provides a wrapper for ListTypeService.
 

Methods in com.liferay.portal.service that return ListTypeService
static ListTypeService ListTypeServiceUtil.getService()
           
 ListTypeService ListTypeServiceWrapper.getWrappedListTypeService()
          Deprecated. As of 6.1.0, replaced by ListTypeServiceWrapper.getWrappedService()
 ListTypeService ListTypeServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type ListTypeService
 void ListTypeServiceUtil.setService(ListTypeService service)
          Deprecated. As of 6.2.0
 void ListTypeServiceWrapper.setWrappedListTypeService(ListTypeService listTypeService)
          Deprecated. As of 6.1.0, replaced by ListTypeServiceWrapper.setWrappedService(com.liferay.portal.service.ListTypeService)
 void ListTypeServiceWrapper.setWrappedService(ListTypeService listTypeService)
           
 

Constructors in com.liferay.portal.service with parameters of type ListTypeService
ListTypeServiceWrapper(ListTypeService listTypeService)
           
 


Liferay 6.2-ce-ga5