com.liferay.portal.service
Class UserTrackerLocalServiceUtil
java.lang.Object
com.liferay.portal.service.UserTrackerLocalServiceUtil
public class UserTrackerLocalServiceUtil
- extends Object
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.
- See Also:
UserTrackerLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
static UserTracker |
addUserTracker(long companyId,
long userId,
Date modifiedDate,
String sessionId,
String remoteAddr,
String remoteHost,
String userAgent,
List<UserTrackerPath> userTrackerPaths)
|
static UserTracker |
addUserTracker(UserTracker userTracker)
|
static UserTracker |
createUserTracker(long userTrackerId)
|
static void |
deleteUserTracker(long userTrackerId)
|
static void |
deleteUserTracker(UserTracker userTracker)
|
static List |
dynamicQuery(DynamicQuery dynamicQuery)
|
static List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
static UserTrackerLocalService |
getService()
|
static UserTracker |
getUserTracker(long userTrackerId)
|
static List<UserTracker> |
getUserTrackers(int start,
int end)
|
static 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 List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static 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 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,
Date modifiedDate,
String sessionId,
String remoteAddr,
String remoteHost,
String userAgent,
List<UserTrackerPath> userTrackerPaths)
throws SystemException
- Throws:
SystemException
getUserTrackers
public static List<UserTracker> getUserTrackers(long companyId,
int start,
int end)
throws SystemException
- Throws:
SystemException
getService
public static UserTrackerLocalService getService()
setService
public void setService(UserTrackerLocalService service)