Liferay 7.0-ce-b4

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.getWrappedService()
           
 

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

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


Liferay 7.0-ce-b4