com.liferay.portal.service.impl
Class UserTrackerLocalServiceImpl
java.lang.Object
com.liferay.portal.service.base.UserTrackerLocalServiceBaseImpl
com.liferay.portal.service.impl.UserTrackerLocalServiceImpl
- All Implemented Interfaces:
- com.liferay.portal.service.UserTrackerLocalService
- public class UserTrackerLocalServiceImpl
- extends UserTrackerLocalServiceBaseImpl
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
com.liferay.portal.model.UserTracker |
addUserTracker(long companyId,
long userId,
java.util.Date modifiedDate,
java.lang.String sessionId,
java.lang.String remoteAddr,
java.lang.String remoteHost,
java.lang.String userAgent,
java.util.List userTrackerPaths)
|
void |
deleteUserTracker(long userTrackerId)
|
java.util.List |
getUserTrackers(long companyId,
int begin,
int end)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserTrackerLocalServiceImpl
public UserTrackerLocalServiceImpl()
addUserTracker
public com.liferay.portal.model.UserTracker addUserTracker(long companyId,
long userId,
java.util.Date modifiedDate,
java.lang.String sessionId,
java.lang.String remoteAddr,
java.lang.String remoteHost,
java.lang.String userAgent,
java.util.List userTrackerPaths)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteUserTracker
public void deleteUserTracker(long userTrackerId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getUserTrackers
public java.util.List getUserTrackers(long companyId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException