Package com.liferay.portal.service.impl
Class UserTrackerPathLocalServiceImpl
Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portal.service.base.UserTrackerPathLocalServiceBaseImpl
com.liferay.portal.service.impl.UserTrackerPathLocalServiceImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseLocalService
,com.liferay.portal.kernel.service.PersistedModelLocalService
,com.liferay.portal.kernel.service.UserTrackerPathLocalService
- Author:
- Brian Wing Shun Chan
-
Field Summary
Fields inherited from class com.liferay.portal.service.base.UserTrackerPathLocalServiceBaseImpl
counterLocalService, userTrackerPathLocalService, userTrackerPathPersistence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.liferay.portal.kernel.model.UserTrackerPath>
getUserTrackerPaths
(long userTrackerId, int start, int end) Methods inherited from class com.liferay.portal.service.base.UserTrackerPathLocalServiceBaseImpl
addUserTrackerPath, afterPropertiesSet, createPersistedModel, createUserTrackerPath, deletePersistedModel, deleteUserTrackerPath, deleteUserTrackerPath, destroy, dslQuery, dslQueryCount, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchUserTrackerPath, getActionableDynamicQuery, getBasePersistence, getCounterLocalService, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getUserTrackerPath, getUserTrackerPathLocalService, getUserTrackerPathPersistence, getUserTrackerPaths, getUserTrackerPathsCount, initActionableDynamicQuery, runSQL, setCounterLocalService, setUserTrackerPathLocalService, setUserTrackerPathPersistence, updateUserTrackerPath
Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
Constructor Details
-
UserTrackerPathLocalServiceImpl
public UserTrackerPathLocalServiceImpl()
-
-
Method Details
-
getUserTrackerPaths
public List<com.liferay.portal.kernel.model.UserTrackerPath> getUserTrackerPaths(long userTrackerId, int start, int end)
-