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. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
 

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)
           
 

Uses of ListTypeService in com.liferay.portal.service.base
 

Classes in com.liferay.portal.service.base that implement ListTypeService
 class ListTypeServiceBaseImpl
          Provides the base implementation for the list type remote service.
 

Fields in com.liferay.portal.service.base declared as ListTypeService
protected  ListTypeService AddressServiceBaseImpl.listTypeService
           
protected  ListTypeService OrgLaborServiceBaseImpl.listTypeService
           
protected  ListTypeService PhoneServiceBaseImpl.listTypeService
           
protected  ListTypeService ListTypeServiceBaseImpl.listTypeService
           
protected  ListTypeService OrganizationServiceBaseImpl.listTypeService
           
protected  ListTypeService WebsiteServiceBaseImpl.listTypeService
           
protected  ListTypeService EmailAddressServiceBaseImpl.listTypeService
           
 

Methods in com.liferay.portal.service.base that return ListTypeService
 ListTypeService AddressServiceBaseImpl.getListTypeService()
          Returns the list type remote service.
 ListTypeService OrgLaborServiceBaseImpl.getListTypeService()
          Returns the list type remote service.
 ListTypeService PhoneServiceBaseImpl.getListTypeService()
          Returns the list type remote service.
 ListTypeService ListTypeServiceBaseImpl.getListTypeService()
          Returns the list type remote service.
 ListTypeService OrganizationServiceBaseImpl.getListTypeService()
          Returns the list type remote service.
 ListTypeService WebsiteServiceBaseImpl.getListTypeService()
          Returns the list type remote service.
 ListTypeService EmailAddressServiceBaseImpl.getListTypeService()
          Returns the list type remote service.
 

Methods in com.liferay.portal.service.base with parameters of type ListTypeService
 void AddressServiceBaseImpl.setListTypeService(ListTypeService listTypeService)
          Sets the list type remote service.
 void OrgLaborServiceBaseImpl.setListTypeService(ListTypeService listTypeService)
          Sets the list type remote service.
 void PhoneServiceBaseImpl.setListTypeService(ListTypeService listTypeService)
          Sets the list type remote service.
 void ListTypeServiceBaseImpl.setListTypeService(ListTypeService listTypeService)
          Sets the list type remote service.
 void OrganizationServiceBaseImpl.setListTypeService(ListTypeService listTypeService)
          Sets the list type remote service.
 void WebsiteServiceBaseImpl.setListTypeService(ListTypeService listTypeService)
          Sets the list type remote service.
 void EmailAddressServiceBaseImpl.setListTypeService(ListTypeService listTypeService)
          Sets the list type remote service.
 

Uses of ListTypeService in com.liferay.portal.service.impl
 

Classes in com.liferay.portal.service.impl that implement ListTypeService
 class ListTypeServiceImpl
           
 


Liferay 7.0-ce-b4