com.liferay.portal.service
Class BrowserTrackerLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.BrowserTrackerLocalServiceWrapper
- All Implemented Interfaces:
- BrowserTrackerLocalService
public class BrowserTrackerLocalServiceWrapper
- extends java.lang.Object
- implements BrowserTrackerLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for BrowserTrackerLocalService
.
- 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 |
BrowserTrackerLocalServiceWrapper
public BrowserTrackerLocalServiceWrapper(BrowserTrackerLocalService browserTrackerLocalService)
addBrowserTracker
public BrowserTracker addBrowserTracker(BrowserTracker browserTracker)
throws com.liferay.portal.SystemException
- Specified by:
addBrowserTracker
in interface BrowserTrackerLocalService
- Throws:
com.liferay.portal.SystemException
createBrowserTracker
public BrowserTracker createBrowserTracker(long browserTrackerId)
- Specified by:
createBrowserTracker
in interface BrowserTrackerLocalService
deleteBrowserTracker
public void deleteBrowserTracker(long browserTrackerId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteBrowserTracker
in interface BrowserTrackerLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteBrowserTracker
public void deleteBrowserTracker(BrowserTracker browserTracker)
throws com.liferay.portal.SystemException
- Specified by:
deleteBrowserTracker
in interface BrowserTrackerLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface BrowserTrackerLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface BrowserTrackerLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface BrowserTrackerLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQueryCount
public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQueryCount
in interface BrowserTrackerLocalService
- Throws:
com.liferay.portal.SystemException
getBrowserTracker
public BrowserTracker getBrowserTracker(long browserTrackerId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getBrowserTracker
in interface BrowserTrackerLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getBrowserTrackers
public java.util.List<BrowserTracker> getBrowserTrackers(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getBrowserTrackers
in interface BrowserTrackerLocalService
- Throws:
com.liferay.portal.SystemException
getBrowserTrackersCount
public int getBrowserTrackersCount()
throws com.liferay.portal.SystemException
- Specified by:
getBrowserTrackersCount
in interface BrowserTrackerLocalService
- Throws:
com.liferay.portal.SystemException
updateBrowserTracker
public BrowserTracker updateBrowserTracker(BrowserTracker browserTracker)
throws com.liferay.portal.SystemException
- Specified by:
updateBrowserTracker
in interface BrowserTrackerLocalService
- Throws:
com.liferay.portal.SystemException
updateBrowserTracker
public BrowserTracker updateBrowserTracker(BrowserTracker browserTracker,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateBrowserTracker
in interface BrowserTrackerLocalService
- Throws:
com.liferay.portal.SystemException
deleteUserBrowserTracker
public void deleteUserBrowserTracker(long userId)
throws com.liferay.portal.SystemException
- Specified by:
deleteUserBrowserTracker
in interface BrowserTrackerLocalService
- Throws:
com.liferay.portal.SystemException
getBrowserTracker
public BrowserTracker getBrowserTracker(long userId,
long browserKey)
throws com.liferay.portal.SystemException
- Specified by:
getBrowserTracker
in interface BrowserTrackerLocalService
- Throws:
com.liferay.portal.SystemException
updateBrowserTracker
public BrowserTracker updateBrowserTracker(long userId,
long browserKey)
throws com.liferay.portal.SystemException
- Specified by:
updateBrowserTracker
in interface BrowserTrackerLocalService
- Throws:
com.liferay.portal.SystemException
getWrappedBrowserTrackerLocalService
public BrowserTrackerLocalService getWrappedBrowserTrackerLocalService()