com.liferay.portal.service.impl
Class UserTrackerLocalServiceImpl

java.lang.Object
  extended bycom.liferay.portal.service.base.UserTrackerLocalServiceBaseImpl
      extended bycom.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

Constructor Summary
UserTrackerLocalServiceImpl()
           
 
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 com.liferay.portal.service.base.UserTrackerLocalServiceBaseImpl
addUserTracker, dynamicQuery, dynamicQuery, updateUserTracker
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserTrackerLocalServiceImpl

public UserTrackerLocalServiceImpl()
Method Detail

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