com.liferay.portal.service
Class UserTrackerLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.UserTrackerLocalServiceWrapper
All Implemented Interfaces:
UserTrackerLocalService

public class UserTrackerLocalServiceWrapper
extends java.lang.Object
implements UserTrackerLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for UserTrackerLocalService.

Author:
Brian Wing Shun Chan
See Also:
UserTrackerLocalService
Generated:

Constructor Summary
UserTrackerLocalServiceWrapper(UserTrackerLocalService userTrackerLocalService)
           
 
Method Summary
 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<UserTrackerPath> userTrackerPaths)
           
 UserTracker addUserTracker(UserTracker userTracker)
           
 UserTracker createUserTracker(long userTrackerId)
           
 void deleteUserTracker(long userTrackerId)
           
 void deleteUserTracker(UserTracker userTracker)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 UserTracker getUserTracker(long userTrackerId)
           
 java.util.List<UserTracker> getUserTrackers(int start, int end)
           
 java.util.List<UserTracker> getUserTrackers(long companyId, int start, int end)
           
 int getUserTrackersCount()
           
 UserTrackerLocalService getWrappedUserTrackerLocalService()
           
 UserTracker updateUserTracker(UserTracker userTracker)
           
 UserTracker updateUserTracker(UserTracker userTracker, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserTrackerLocalServiceWrapper

public UserTrackerLocalServiceWrapper(UserTrackerLocalService userTrackerLocalService)
Method Detail

addUserTracker

public UserTracker addUserTracker(UserTracker userTracker)
                           throws com.liferay.portal.SystemException
Specified by:
addUserTracker in interface UserTrackerLocalService
Throws:
com.liferay.portal.SystemException

createUserTracker

public UserTracker createUserTracker(long userTrackerId)
Specified by:
createUserTracker in interface UserTrackerLocalService

deleteUserTracker

public void deleteUserTracker(long userTrackerId)
                       throws com.liferay.portal.PortalException,
                              com.liferay.portal.SystemException
Specified by:
deleteUserTracker in interface UserTrackerLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteUserTracker

public void deleteUserTracker(UserTracker userTracker)
                       throws com.liferay.portal.SystemException
Specified by:
deleteUserTracker in interface UserTrackerLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface UserTrackerLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface UserTrackerLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface UserTrackerLocalService
Throws:
com.liferay.portal.SystemException

dynamicQueryCount

public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                      throws com.liferay.portal.SystemException
Specified by:
dynamicQueryCount in interface UserTrackerLocalService
Throws:
com.liferay.portal.SystemException

getUserTracker

public UserTracker getUserTracker(long userTrackerId)
                           throws com.liferay.portal.PortalException,
                                  com.liferay.portal.SystemException
Specified by:
getUserTracker in interface UserTrackerLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getUserTrackers

public java.util.List<UserTracker> getUserTrackers(int start,
                                                   int end)
                                            throws com.liferay.portal.SystemException
Specified by:
getUserTrackers in interface UserTrackerLocalService
Throws:
com.liferay.portal.SystemException

getUserTrackersCount

public int getUserTrackersCount()
                         throws com.liferay.portal.SystemException
Specified by:
getUserTrackersCount in interface UserTrackerLocalService
Throws:
com.liferay.portal.SystemException

updateUserTracker

public UserTracker updateUserTracker(UserTracker userTracker)
                              throws com.liferay.portal.SystemException
Specified by:
updateUserTracker in interface UserTrackerLocalService
Throws:
com.liferay.portal.SystemException

updateUserTracker

public UserTracker updateUserTracker(UserTracker userTracker,
                                     boolean merge)
                              throws com.liferay.portal.SystemException
Specified by:
updateUserTracker in interface UserTrackerLocalService
Throws:
com.liferay.portal.SystemException

addUserTracker

public 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<UserTrackerPath> userTrackerPaths)
                           throws com.liferay.portal.SystemException
Specified by:
addUserTracker in interface UserTrackerLocalService
Throws:
com.liferay.portal.SystemException

getUserTrackers

public java.util.List<UserTracker> getUserTrackers(long companyId,
                                                   int start,
                                                   int end)
                                            throws com.liferay.portal.SystemException
Specified by:
getUserTrackers in interface UserTrackerLocalService
Throws:
com.liferay.portal.SystemException

getWrappedUserTrackerLocalService

public UserTrackerLocalService getWrappedUserTrackerLocalService()