com.liferay.portal.service.persistence
Class BrowserTrackerUtil
java.lang.Object
com.liferay.portal.service.persistence.BrowserTrackerUtil
public class BrowserTrackerUtil
- extends java.lang.Object
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
- Author:
- Brian Wing Shun Chan
- See Also:
BrowserTrackerPersistence
,
BrowserTrackerPersistenceImpl
- Generated:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BrowserTrackerUtil
public BrowserTrackerUtil()
clearCache
public static void clearCache()
- See Also:
BasePersistence.clearCache()
clearCache
public static void clearCache(BrowserTracker browserTracker)
- See Also:
com.liferay.portal.service.persistence.BasePersistence#clearCache(BrowserTracker)
countWithDynamicQuery
public long countWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<BrowserTracker> findWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<BrowserTracker> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
remove
public static BrowserTracker remove(BrowserTracker browserTracker)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)
update
public static BrowserTracker update(BrowserTracker browserTracker,
boolean merge)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
cacheResult
public static void cacheResult(BrowserTracker browserTracker)
cacheResult
public static void cacheResult(java.util.List<BrowserTracker> browserTrackers)
create
public static BrowserTracker create(long browserTrackerId)
remove
public static BrowserTracker remove(long browserTrackerId)
throws NoSuchBrowserTrackerException,
SystemException
- Throws:
NoSuchBrowserTrackerException
SystemException
updateImpl
public static BrowserTracker updateImpl(BrowserTracker browserTracker,
boolean merge)
throws SystemException
- Throws:
SystemException
findByPrimaryKey
public static BrowserTracker findByPrimaryKey(long browserTrackerId)
throws NoSuchBrowserTrackerException,
SystemException
- Throws:
NoSuchBrowserTrackerException
SystemException
fetchByPrimaryKey
public static BrowserTracker fetchByPrimaryKey(long browserTrackerId)
throws SystemException
- Throws:
SystemException
findByUserId
public static BrowserTracker findByUserId(long userId)
throws NoSuchBrowserTrackerException,
SystemException
- Throws:
NoSuchBrowserTrackerException
SystemException
fetchByUserId
public static BrowserTracker fetchByUserId(long userId)
throws SystemException
- Throws:
SystemException
fetchByUserId
public static BrowserTracker fetchByUserId(long userId,
boolean retrieveFromCache)
throws SystemException
- Throws:
SystemException
findAll
public static java.util.List<BrowserTracker> findAll()
throws SystemException
- Throws:
SystemException
findAll
public static java.util.List<BrowserTracker> findAll(int start,
int end)
throws SystemException
- Throws:
SystemException
findAll
public static java.util.List<BrowserTracker> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
removeByUserId
public static void removeByUserId(long userId)
throws NoSuchBrowserTrackerException,
SystemException
- Throws:
NoSuchBrowserTrackerException
SystemException
removeAll
public static void removeAll()
throws SystemException
- Throws:
SystemException
countByUserId
public static int countByUserId(long userId)
throws SystemException
- Throws:
SystemException
countAll
public static int countAll()
throws SystemException
- Throws:
SystemException
getPersistence
public static BrowserTrackerPersistence getPersistence()
setPersistence
public void setPersistence(BrowserTrackerPersistence persistence)