com.liferay.portal.service.persistence
Interface BrowserTrackerPersistence
- All Superinterfaces:
- BasePersistence<BrowserTracker>
- All Known Implementing Classes:
- BrowserTrackerPersistenceImpl
public interface BrowserTrackerPersistence
- extends BasePersistence<BrowserTracker>
- See Also:
BrowserTrackerPersistenceImpl,
BrowserTrackerUtil- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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, update |
cacheResult
void cacheResult(BrowserTracker browserTracker)
cacheResult
void cacheResult(List<BrowserTracker> browserTrackers)
create
BrowserTracker create(long browserTrackerId)
remove
BrowserTracker remove(long browserTrackerId)
throws NoSuchBrowserTrackerException,
SystemException
- Throws:
NoSuchBrowserTrackerException
SystemException
updateImpl
BrowserTracker updateImpl(BrowserTracker browserTracker,
boolean merge)
throws SystemException
- Throws:
SystemException
findByPrimaryKey
BrowserTracker findByPrimaryKey(long browserTrackerId)
throws NoSuchBrowserTrackerException,
SystemException
- Throws:
NoSuchBrowserTrackerException
SystemException
fetchByPrimaryKey
BrowserTracker fetchByPrimaryKey(long browserTrackerId)
throws SystemException
- Throws:
SystemException
findByUserId
BrowserTracker findByUserId(long userId)
throws NoSuchBrowserTrackerException,
SystemException
- Throws:
NoSuchBrowserTrackerException
SystemException
fetchByUserId
BrowserTracker fetchByUserId(long userId)
throws SystemException
- Throws:
SystemException
fetchByUserId
BrowserTracker fetchByUserId(long userId,
boolean retrieveFromCache)
throws SystemException
- Throws:
SystemException
findAll
List<BrowserTracker> findAll()
throws SystemException
- Throws:
SystemException
findAll
List<BrowserTracker> findAll(int start,
int end)
throws SystemException
- Throws:
SystemException
findAll
List<BrowserTracker> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
removeByUserId
void removeByUserId(long userId)
throws NoSuchBrowserTrackerException,
SystemException
- Throws:
NoSuchBrowserTrackerException
SystemException
removeAll
void removeAll()
throws SystemException
- Throws:
SystemException
countByUserId
int countByUserId(long userId)
throws SystemException
- Throws:
SystemException
countAll
int countAll()
throws SystemException
- Throws:
SystemException