com.liferay.portal.service
Class UserTrackerLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.UserTrackerLocalServiceWrapper
- All Implemented Interfaces:
- UserTrackerLocalService
public class UserTrackerLocalServiceWrapper
- extends Object
- implements UserTrackerLocalService
This class is a wrapper for UserTrackerLocalService.
- See Also:
UserTrackerLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
UserTracker |
addUserTracker(long companyId,
long userId,
Date modifiedDate,
String sessionId,
String remoteAddr,
String remoteHost,
String userAgent,
List<UserTrackerPath> userTrackerPaths)
|
UserTracker |
addUserTracker(UserTracker userTracker)
|
UserTracker |
createUserTracker(long userTrackerId)
|
void |
deleteUserTracker(long userTrackerId)
|
void |
deleteUserTracker(UserTracker userTracker)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
UserTracker |
getUserTracker(long userTrackerId)
|
List<UserTracker> |
getUserTrackers(int start,
int end)
|
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 SystemException
- Specified by:
addUserTracker in interface UserTrackerLocalService
- Throws:
SystemException
createUserTracker
public UserTracker createUserTracker(long userTrackerId)
- Specified by:
createUserTracker in interface UserTrackerLocalService
deleteUserTracker
public void deleteUserTracker(long userTrackerId)
throws PortalException,
SystemException
- Specified by:
deleteUserTracker in interface UserTrackerLocalService
- Throws:
PortalException
SystemException
deleteUserTracker
public void deleteUserTracker(UserTracker userTracker)
throws SystemException
- Specified by:
deleteUserTracker in interface UserTrackerLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface UserTrackerLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface UserTrackerLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface UserTrackerLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface UserTrackerLocalService
- Throws:
SystemException
getUserTracker
public UserTracker getUserTracker(long userTrackerId)
throws PortalException,
SystemException
- Specified by:
getUserTracker in interface UserTrackerLocalService
- Throws:
PortalException
SystemException
getUserTrackers
public List<UserTracker> getUserTrackers(int start,
int end)
throws SystemException
- Specified by:
getUserTrackers in interface UserTrackerLocalService
- Throws:
SystemException
getUserTrackersCount
public int getUserTrackersCount()
throws SystemException
- Specified by:
getUserTrackersCount in interface UserTrackerLocalService
- Throws:
SystemException
updateUserTracker
public UserTracker updateUserTracker(UserTracker userTracker)
throws SystemException
- Specified by:
updateUserTracker in interface UserTrackerLocalService
- Throws:
SystemException
updateUserTracker
public UserTracker updateUserTracker(UserTracker userTracker,
boolean merge)
throws SystemException
- Specified by:
updateUserTracker in interface UserTrackerLocalService
- Throws:
SystemException
addUserTracker
public UserTracker addUserTracker(long companyId,
long userId,
Date modifiedDate,
String sessionId,
String remoteAddr,
String remoteHost,
String userAgent,
List<UserTrackerPath> userTrackerPaths)
throws SystemException
- Specified by:
addUserTracker in interface UserTrackerLocalService
- Throws:
SystemException
getUserTrackers
public List<UserTracker> getUserTrackers(long companyId,
int start,
int end)
throws SystemException
- Specified by:
getUserTrackers in interface UserTrackerLocalService
- Throws:
SystemException
getWrappedUserTrackerLocalService
public UserTrackerLocalService getWrappedUserTrackerLocalService()