com.liferay.portal.service
Class UserTrackerLocalServiceWrapper
java.lang.Object
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:
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<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
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 |
UserTrackerLocalServiceWrapper
public UserTrackerLocalServiceWrapper(UserTrackerLocalService userTrackerLocalService)
addUserTracker
public UserTracker addUserTracker(UserTracker userTracker)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addUserTracker
in interface UserTrackerLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
createUserTracker
public UserTracker createUserTracker(long userTrackerId)
- Specified by:
createUserTracker
in interface UserTrackerLocalService
deleteUserTracker
public void deleteUserTracker(long userTrackerId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteUserTracker
in interface UserTrackerLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteUserTracker
public void deleteUserTracker(UserTracker userTracker)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteUserTracker
in interface UserTrackerLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface UserTrackerLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface UserTrackerLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getUserTracker
public UserTracker getUserTracker(long userTrackerId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserTracker
in interface UserTrackerLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getUserTrackers
public java.util.List<UserTracker> getUserTrackers(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserTrackers
in interface UserTrackerLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getUserTrackersCount
public int getUserTrackersCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserTrackersCount
in interface UserTrackerLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateUserTracker
public UserTracker updateUserTracker(UserTracker userTracker)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateUserTracker
in interface UserTrackerLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateUserTracker
public UserTracker updateUserTracker(UserTracker userTracker,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateUserTracker
in interface UserTrackerLocalService
- Throws:
com.liferay.portal.kernel.exception.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.kernel.exception.SystemException
- Specified by:
addUserTracker
in interface UserTrackerLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getUserTrackers
public java.util.List<UserTracker> getUserTrackers(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserTrackers
in interface UserTrackerLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getWrappedUserTrackerLocalService
public UserTrackerLocalService getWrappedUserTrackerLocalService()