Liferay 7.0-ce-b4

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

Packages that use UserTrackerPathLocalService
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 UserTrackerPathLocalService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement UserTrackerPathLocalService
 class UserTrackerPathLocalServiceWrapper
          Provides a wrapper for UserTrackerPathLocalService.
 

Methods in com.liferay.portal.service that return UserTrackerPathLocalService
static UserTrackerPathLocalService UserTrackerPathLocalServiceUtil.getService()
           
 UserTrackerPathLocalService UserTrackerPathLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type UserTrackerPathLocalService
 void UserTrackerPathLocalServiceWrapper.setWrappedService(UserTrackerPathLocalService userTrackerPathLocalService)
           
 

Constructors in com.liferay.portal.service with parameters of type UserTrackerPathLocalService
UserTrackerPathLocalServiceWrapper(UserTrackerPathLocalService userTrackerPathLocalService)
           
 

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

Classes in com.liferay.portal.service.base that implement UserTrackerPathLocalService
 class UserTrackerPathLocalServiceBaseImpl
          Provides the base implementation for the user tracker path local service.
 

Fields in com.liferay.portal.service.base declared as UserTrackerPathLocalService
protected  UserTrackerPathLocalService UserTrackerPathLocalServiceBaseImpl.userTrackerPathLocalService
           
protected  UserTrackerPathLocalService UserTrackerLocalServiceBaseImpl.userTrackerPathLocalService
           
 

Methods in com.liferay.portal.service.base that return UserTrackerPathLocalService
 UserTrackerPathLocalService UserTrackerPathLocalServiceBaseImpl.getUserTrackerPathLocalService()
          Returns the user tracker path local service.
 UserTrackerPathLocalService UserTrackerLocalServiceBaseImpl.getUserTrackerPathLocalService()
          Returns the user tracker path local service.
 

Methods in com.liferay.portal.service.base with parameters of type UserTrackerPathLocalService
 void UserTrackerPathLocalServiceBaseImpl.setUserTrackerPathLocalService(UserTrackerPathLocalService userTrackerPathLocalService)
          Sets the user tracker path local service.
 void UserTrackerLocalServiceBaseImpl.setUserTrackerPathLocalService(UserTrackerPathLocalService userTrackerPathLocalService)
          Sets the user tracker path local service.
 

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

Classes in com.liferay.portal.service.impl that implement UserTrackerPathLocalService
 class UserTrackerPathLocalServiceImpl
           
 


Liferay 7.0-ce-b4