com.liferay.portal.service
Class BrowserTrackerLocalServiceUtil
java.lang.Object
com.liferay.portal.service.BrowserTrackerLocalServiceUtil
public class BrowserTrackerLocalServiceUtil
- 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
BrowserTrackerLocalService
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:
BrowserTrackerLocalService
- Generated:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BrowserTrackerLocalServiceUtil
public BrowserTrackerLocalServiceUtil()
addBrowserTracker
public static BrowserTracker addBrowserTracker(BrowserTracker browserTracker)
throws SystemException
- Throws:
SystemException
createBrowserTracker
public static BrowserTracker createBrowserTracker(long browserTrackerId)
deleteBrowserTracker
public static void deleteBrowserTracker(long browserTrackerId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteBrowserTracker
public static void deleteBrowserTracker(BrowserTracker browserTracker)
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
getBrowserTracker
public static BrowserTracker getBrowserTracker(long browserTrackerId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getBrowserTrackers
public static java.util.List<BrowserTracker> getBrowserTrackers(int start,
int end)
throws SystemException
- Throws:
SystemException
getBrowserTrackersCount
public static int getBrowserTrackersCount()
throws SystemException
- Throws:
SystemException
updateBrowserTracker
public static BrowserTracker updateBrowserTracker(BrowserTracker browserTracker)
throws SystemException
- Throws:
SystemException
updateBrowserTracker
public static BrowserTracker updateBrowserTracker(BrowserTracker browserTracker,
boolean merge)
throws SystemException
- Throws:
SystemException
deleteUserBrowserTracker
public static void deleteUserBrowserTracker(long userId)
throws SystemException
- Throws:
SystemException
getBrowserTracker
public static BrowserTracker getBrowserTracker(long userId,
long browserKey)
throws SystemException
- Throws:
SystemException
updateBrowserTracker
public static BrowserTracker updateBrowserTracker(long userId,
long browserKey)
throws SystemException
- Throws:
SystemException
getService
public static BrowserTrackerLocalService getService()
setService
public void setService(BrowserTrackerLocalService service)