Class UserTrackerLocalServiceImpl

Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portal.service.base.UserTrackerLocalServiceBaseImpl
com.liferay.portal.service.impl.UserTrackerLocalServiceImpl
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.UserTrackerLocalService

public class UserTrackerLocalServiceImpl extends UserTrackerLocalServiceBaseImpl
Author:
Brian Wing Shun Chan
  • Constructor Details

    • UserTrackerLocalServiceImpl

      public UserTrackerLocalServiceImpl()
  • Method Details

    • addUserTracker

      public com.liferay.portal.kernel.model.UserTracker addUserTracker(long companyId, long userId, Date modifiedDate, String sessionId, String remoteAddr, String remoteHost, String userAgent, List<com.liferay.portal.kernel.model.UserTrackerPath> userTrackerPaths)
    • deleteUserTracker

      public com.liferay.portal.kernel.model.UserTracker deleteUserTracker(long userTrackerId) throws com.liferay.portal.kernel.exception.PortalException
      Description copied from class: UserTrackerLocalServiceBaseImpl
      Deletes the user tracker with the primary key from the database. Also notifies the appropriate model listeners.

      Important: Inspect UserTrackerLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.

      Specified by:
      deleteUserTracker in interface com.liferay.portal.kernel.service.UserTrackerLocalService
      Overrides:
      deleteUserTracker in class UserTrackerLocalServiceBaseImpl
      Parameters:
      userTrackerId - the primary key of the user tracker
      Returns:
      the user tracker that was removed
      Throws:
      com.liferay.portal.kernel.exception.PortalException - if a user tracker with the primary key could not be found
    • deleteUserTracker

      public com.liferay.portal.kernel.model.UserTracker deleteUserTracker(com.liferay.portal.kernel.model.UserTracker userTracker)
      Description copied from class: UserTrackerLocalServiceBaseImpl
      Deletes the user tracker from the database. Also notifies the appropriate model listeners.

      Important: Inspect UserTrackerLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.

      Specified by:
      deleteUserTracker in interface com.liferay.portal.kernel.service.UserTrackerLocalService
      Overrides:
      deleteUserTracker in class UserTrackerLocalServiceBaseImpl
      Parameters:
      userTracker - the user tracker
      Returns:
      the user tracker that was removed
    • getUserTrackers

      public List<com.liferay.portal.kernel.model.UserTracker> getUserTrackers(long companyId, int start, int end)