Liferay 7.0-ce-b4

com.liferay.portal.service.impl
Class UserTrackerPathLocalServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portal.service.base.UserTrackerPathLocalServiceBaseImpl
          extended by com.liferay.portal.service.impl.UserTrackerPathLocalServiceImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseLocalService, PersistedModelLocalService, UserTrackerPathLocalService

public class UserTrackerPathLocalServiceImpl
extends UserTrackerPathLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portal.service.base.UserTrackerPathLocalServiceBaseImpl
counterLocalService, persistedModelLocalServiceRegistry, userTrackerPathLocalService, userTrackerPathPersistence
 
Constructor Summary
UserTrackerPathLocalServiceImpl()
           
 
Method Summary
 List<UserTrackerPath> getUserTrackerPaths(long userTrackerId, int start, int end)
           
 
Methods inherited from class com.liferay.portal.service.base.UserTrackerPathLocalServiceBaseImpl
addUserTrackerPath, afterPropertiesSet, createUserTrackerPath, deletePersistedModel, deleteUserTrackerPath, deleteUserTrackerPath, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchUserTrackerPath, getActionableDynamicQuery, getCounterLocalService, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getUserTrackerPath, getUserTrackerPathLocalService, getUserTrackerPathPersistence, getUserTrackerPaths, getUserTrackerPathsCount, initActionableDynamicQuery, runSQL, setCounterLocalService, setUserTrackerPathLocalService, setUserTrackerPathPersistence, updateUserTrackerPath
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserTrackerPathLocalServiceImpl

public UserTrackerPathLocalServiceImpl()
Method Detail

getUserTrackerPaths

public List<UserTrackerPath> getUserTrackerPaths(long userTrackerId,
                                                 int start,
                                                 int end)

Liferay 7.0-ce-b4