com.liferay.portal.service
Class UserTrackerLocalServiceUtil
java.lang.Object
com.liferay.portal.service.UserTrackerLocalServiceUtil
public class UserTrackerLocalServiceUtil
- extends java.lang.Object
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class provides static methods for the
UserTrackerLocalService
bean. The static methods of
this class calls the same methods of the bean instance. It's convenient to be
able to just write one line to call a method on a bean instead of writing a
lookup call and a method call.
- Author:
- Brian Wing Shun Chan
- See Also:
UserTrackerLocalService
- Generated:
Method Summary |
static 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)
|
static UserTracker |
addUserTracker(UserTracker userTracker)
|
static UserTracker |
createUserTracker(long userTrackerId)
|
static void |
deleteUserTracker(long userTrackerId)
|
static void |
deleteUserTracker(UserTracker userTracker)
|
static java.util.List |
dynamicQuery(DynamicQuery dynamicQuery)
|
static java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
static UserTrackerLocalService |
getService()
|
static UserTracker |
getUserTracker(long userTrackerId)
|
static java.util.List<UserTracker> |
getUserTrackers(int start,
int end)
|
static java.util.List<UserTracker> |
getUserTrackers(long companyId,
int start,
int end)
|
static int |
getUserTrackersCount()
|
void |
setService(UserTrackerLocalService service)
|
static UserTracker |
updateUserTracker(UserTracker userTracker)
|
static UserTracker |
updateUserTracker(UserTracker userTracker,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserTrackerLocalServiceUtil
public UserTrackerLocalServiceUtil()
addUserTracker
public static UserTracker addUserTracker(UserTracker userTracker)
throws SystemException
- Throws:
SystemException
createUserTracker
public static UserTracker createUserTracker(long userTrackerId)
deleteUserTracker
public static void deleteUserTracker(long userTrackerId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteUserTracker
public static void deleteUserTracker(UserTracker userTracker)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static java.util.List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
dynamicQueryCount
public static long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
getUserTracker
public static UserTracker getUserTracker(long userTrackerId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getUserTrackers
public static java.util.List<UserTracker> getUserTrackers(int start,
int end)
throws SystemException
- Throws:
SystemException
getUserTrackersCount
public static int getUserTrackersCount()
throws SystemException
- Throws:
SystemException
updateUserTracker
public static UserTracker updateUserTracker(UserTracker userTracker)
throws SystemException
- Throws:
SystemException
updateUserTracker
public static UserTracker updateUserTracker(UserTracker userTracker,
boolean merge)
throws SystemException
- Throws:
SystemException
addUserTracker
public static 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 SystemException
- Throws:
SystemException
getUserTrackers
public static java.util.List<UserTracker> getUserTrackers(long companyId,
int start,
int end)
throws SystemException
- Throws:
SystemException
getService
public static UserTrackerLocalService getService()
setService
public void setService(UserTrackerLocalService service)