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 int countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
- See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
remove
public static BrowserTracker remove(BrowserTracker browserTracker)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
- See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)
update
public static BrowserTracker update(BrowserTracker browserTracker,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.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,
com.liferay.portal.SystemException
- Throws:
NoSuchBrowserTrackerException
com.liferay.portal.SystemException
update
public static BrowserTracker update(BrowserTracker browserTracker)
throws com.liferay.portal.SystemException
- Deprecated. Use
com.liferay.portal.service.persistence.BasePersistence.#update(com.liferay.portal.model.BaseModel, boolean)
.
- Throws:
com.liferay.portal.SystemException
updateImpl
public static BrowserTracker updateImpl(BrowserTracker browserTracker,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByPrimaryKey
public static BrowserTracker findByPrimaryKey(long browserTrackerId)
throws NoSuchBrowserTrackerException,
com.liferay.portal.SystemException
- Throws:
NoSuchBrowserTrackerException
com.liferay.portal.SystemException
fetchByPrimaryKey
public static BrowserTracker fetchByPrimaryKey(long browserTrackerId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUserId
public static BrowserTracker findByUserId(long userId)
throws NoSuchBrowserTrackerException,
com.liferay.portal.SystemException
- Throws:
NoSuchBrowserTrackerException
com.liferay.portal.SystemException
fetchByUserId
public static BrowserTracker fetchByUserId(long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
fetchByUserId
public static BrowserTracker fetchByUserId(long userId,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public static java.util.List<BrowserTracker> findAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public static java.util.List<BrowserTracker> findAll(int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public static java.util.List<BrowserTracker> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByUserId
public static void removeByUserId(long userId)
throws NoSuchBrowserTrackerException,
com.liferay.portal.SystemException
- Throws:
NoSuchBrowserTrackerException
com.liferay.portal.SystemException
removeAll
public static void removeAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByUserId
public static int countByUserId(long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countAll
public static int countAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getPersistence
public static BrowserTrackerPersistence getPersistence()
setPersistence
public void setPersistence(BrowserTrackerPersistence persistence)