|
Liferay 6.0.6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.BrowserTrackerLocalServiceWrapper
public class BrowserTrackerLocalServiceWrapper
This class is a wrapper for BrowserTrackerLocalService.
BrowserTrackerLocalService| Constructor Summary | |
|---|---|
BrowserTrackerLocalServiceWrapper(BrowserTrackerLocalService browserTrackerLocalService)
|
|
| Method Summary | |
|---|---|
BrowserTracker |
addBrowserTracker(BrowserTracker browserTracker)
Adds the browser tracker to the database. |
BrowserTracker |
createBrowserTracker(long browserTrackerId)
Creates a new browser tracker with the primary key. |
void |
deleteBrowserTracker(BrowserTracker browserTracker)
Deletes the browser tracker from the database. |
void |
deleteBrowserTracker(long browserTrackerId)
Deletes the browser tracker with the primary key from the database. |
void |
deleteUserBrowserTracker(long userId)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Counts the number of rows that match the dynamic query. |
BrowserTracker |
getBrowserTracker(long browserTrackerId)
Gets the browser tracker with the primary key. |
BrowserTracker |
getBrowserTracker(long userId,
long browserKey)
|
List<BrowserTracker> |
getBrowserTrackers(int start,
int end)
Gets a range of all the browser trackers. |
int |
getBrowserTrackersCount()
Gets the number of browser trackers. |
BrowserTrackerLocalService |
getWrappedBrowserTrackerLocalService()
|
BrowserTracker |
updateBrowserTracker(BrowserTracker browserTracker)
Updates the browser tracker in the database. |
BrowserTracker |
updateBrowserTracker(BrowserTracker browserTracker,
boolean merge)
Updates the browser tracker in the database. |
BrowserTracker |
updateBrowserTracker(long userId,
long browserKey)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BrowserTrackerLocalServiceWrapper(BrowserTrackerLocalService browserTrackerLocalService)
| Method Detail |
|---|
public BrowserTracker addBrowserTracker(BrowserTracker browserTracker)
throws SystemException
addBrowserTracker in interface BrowserTrackerLocalServicebrowserTracker - the browser tracker to add
SystemException - if a system exception occurredpublic BrowserTracker createBrowserTracker(long browserTrackerId)
createBrowserTracker in interface BrowserTrackerLocalServicebrowserTrackerId - the primary key for the new browser tracker
public void deleteBrowserTracker(long browserTrackerId)
throws PortalException,
SystemException
deleteBrowserTracker in interface BrowserTrackerLocalServicebrowserTrackerId - the primary key of the browser tracker to delete
PortalException - if a browser tracker with the primary key could not be found
SystemException - if a system exception occurred
public void deleteBrowserTracker(BrowserTracker browserTracker)
throws SystemException
deleteBrowserTracker in interface BrowserTrackerLocalServicebrowserTracker - the browser tracker to delete
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
dynamicQuery in interface BrowserTrackerLocalServicedynamicQuery - the dynamic query to search with
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
dynamicQuery in interface BrowserTrackerLocalServicedynamicQuery - the dynamic query to search withstart - the lower bound of the range of model instances to returnend - the upper bound of the range of model instances to return (not inclusive)
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
dynamicQuery in interface BrowserTrackerLocalServicedynamicQuery - the dynamic query to search withstart - the lower bound of the range of model instances to returnend - the upper bound of the range of model instances to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
dynamicQueryCount in interface BrowserTrackerLocalServicedynamicQuery - the dynamic query to search with
SystemException - if a system exception occurred
public BrowserTracker getBrowserTracker(long browserTrackerId)
throws PortalException,
SystemException
getBrowserTracker in interface BrowserTrackerLocalServicebrowserTrackerId - the primary key of the browser tracker to get
PortalException - if a browser tracker with the primary key could not be found
SystemException - if a system exception occurred
public List<BrowserTracker> getBrowserTrackers(int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
getBrowserTrackers in interface BrowserTrackerLocalServicestart - the lower bound of the range of browser trackers to returnend - the upper bound of the range of browser trackers to return (not inclusive)
SystemException - if a system exception occurred
public int getBrowserTrackersCount()
throws SystemException
getBrowserTrackersCount in interface BrowserTrackerLocalServiceSystemException - if a system exception occurred
public BrowserTracker updateBrowserTracker(BrowserTracker browserTracker)
throws SystemException
updateBrowserTracker in interface BrowserTrackerLocalServicebrowserTracker - the browser tracker to update
SystemException - if a system exception occurred
public BrowserTracker updateBrowserTracker(BrowserTracker browserTracker,
boolean merge)
throws SystemException
updateBrowserTracker in interface BrowserTrackerLocalServicebrowserTracker - the browser tracker to updatemerge - whether to merge the browser tracker with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean) for an explanation.
SystemException - if a system exception occurred
public void deleteUserBrowserTracker(long userId)
throws SystemException
deleteUserBrowserTracker in interface BrowserTrackerLocalServiceSystemException
public BrowserTracker getBrowserTracker(long userId,
long browserKey)
throws SystemException
getBrowserTracker in interface BrowserTrackerLocalServiceSystemException
public BrowserTracker updateBrowserTracker(long userId,
long browserKey)
throws SystemException
updateBrowserTracker in interface BrowserTrackerLocalServiceSystemExceptionpublic BrowserTrackerLocalService getWrappedBrowserTrackerLocalService()
|
Liferay 6.0.6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||