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
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 com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
createBrowserTracker
public static BrowserTracker createBrowserTracker(long browserTrackerId)
deleteBrowserTracker
public static void deleteBrowserTracker(long browserTrackerId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteBrowserTracker
public static void deleteBrowserTracker(BrowserTracker browserTracker)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getBrowserTracker
public static BrowserTracker getBrowserTracker(long browserTrackerId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getBrowserTrackers
public static java.util.List<BrowserTracker> getBrowserTrackers(int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getBrowserTrackersCount
public static int getBrowserTrackersCount()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateBrowserTracker
public static BrowserTracker updateBrowserTracker(BrowserTracker browserTracker)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateBrowserTracker
public static BrowserTracker updateBrowserTracker(BrowserTracker browserTracker,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteUserBrowserTracker
public static void deleteUserBrowserTracker(long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getBrowserTracker
public static BrowserTracker getBrowserTracker(long userId,
long browserKey)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateBrowserTracker
public static BrowserTracker updateBrowserTracker(long userId,
long browserKey)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getService
public static BrowserTrackerLocalService getService()
setService
public void setService(BrowserTrackerLocalService service)