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. 
 

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)
           
 


Liferay 7.0-ce-b4