com.liferay.portal.service.persistence
Interface BrowserTrackerPersistence
- All Superinterfaces:
- BasePersistence<BrowserTracker>
public interface BrowserTrackerPersistence
- extends BasePersistence<BrowserTracker>
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:
BrowserTrackerPersistenceImpl
,
BrowserTrackerUtil
- Generated:
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update |
cacheResult
void cacheResult(BrowserTracker browserTracker)
cacheResult
void cacheResult(java.util.List<BrowserTracker> browserTrackers)
create
BrowserTracker create(long browserTrackerId)
remove
BrowserTracker remove(long browserTrackerId)
throws NoSuchBrowserTrackerException,
com.liferay.portal.SystemException
- Throws:
NoSuchBrowserTrackerException
com.liferay.portal.SystemException
update
BrowserTracker update(BrowserTracker browserTracker)
throws com.liferay.portal.SystemException
- Deprecated. Use
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
.
- Throws:
com.liferay.portal.SystemException
updateImpl
BrowserTracker updateImpl(BrowserTracker browserTracker,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByPrimaryKey
BrowserTracker findByPrimaryKey(long browserTrackerId)
throws NoSuchBrowserTrackerException,
com.liferay.portal.SystemException
- Throws:
NoSuchBrowserTrackerException
com.liferay.portal.SystemException
fetchByPrimaryKey
BrowserTracker fetchByPrimaryKey(long browserTrackerId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUserId
BrowserTracker findByUserId(long userId)
throws NoSuchBrowserTrackerException,
com.liferay.portal.SystemException
- Throws:
NoSuchBrowserTrackerException
com.liferay.portal.SystemException
fetchByUserId
BrowserTracker fetchByUserId(long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
fetchByUserId
BrowserTracker fetchByUserId(long userId,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
java.util.List<BrowserTracker> findAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
java.util.List<BrowserTracker> findAll(int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
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
void removeByUserId(long userId)
throws NoSuchBrowserTrackerException,
com.liferay.portal.SystemException
- Throws:
NoSuchBrowserTrackerException
com.liferay.portal.SystemException
removeAll
void removeAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByUserId
int countByUserId(long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countAll
int countAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException