Liferay 6.0-ee-sp2

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

Packages that use ListTypeService
com.liferay.portal.service   
 

Uses of ListTypeService in com.liferay.portal.service
 

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

Methods in com.liferay.portal.service that return ListTypeService
static ListTypeService ListTypeServiceUtil.getService()
           
 ListTypeService ListTypeServiceWrapper.getWrappedListTypeService()
           
 

Methods in com.liferay.portal.service with parameters of type ListTypeService
 void ListTypeServiceUtil.setService(ListTypeService service)
           
 void ListTypeServiceWrapper.setWrappedListTypeService(ListTypeService listTypeService)
           
 

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


Liferay 6.0-ee-sp2