|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BrowserTrackerPersistence
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
BrowserTrackerPersistenceImpl
,
BrowserTrackerUtil
Method Summary | |
---|---|
void |
cacheResult(BrowserTracker browserTracker)
|
void |
cacheResult(java.util.List<BrowserTracker> browserTrackers)
|
void |
clearCache()
|
int |
countAll()
|
int |
countByUserId(long userId)
|
BrowserTracker |
create(long browserTrackerId)
|
BrowserTracker |
fetchByPrimaryKey(long browserTrackerId)
|
BrowserTracker |
fetchByUserId(long userId)
|
BrowserTracker |
fetchByUserId(long userId,
boolean retrieveFromCache)
|
java.util.List<BrowserTracker> |
findAll()
|
java.util.List<BrowserTracker> |
findAll(int start,
int end)
|
java.util.List<BrowserTracker> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BrowserTracker |
findByPrimaryKey(long browserTrackerId)
|
BrowserTracker |
findByUserId(long userId)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
BrowserTracker |
remove(BrowserTracker browserTracker)
|
BrowserTracker |
remove(long browserTrackerId)
|
void |
removeAll()
|
void |
removeByUserId(long userId)
|
BrowserTracker |
update(BrowserTracker browserTracker)
Deprecated. Use update(BrowserTracker, boolean merge) . |
BrowserTracker |
update(BrowserTracker browserTracker,
boolean merge)
Add, update, or merge, the entity. |
BrowserTracker |
updateImpl(BrowserTracker browserTracker,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
getListeners, registerListener, unregisterListener |
Method Detail |
---|
void cacheResult(BrowserTracker browserTracker)
void cacheResult(java.util.List<BrowserTracker> browserTrackers)
void clearCache()
clearCache
in interface BasePersistence
BrowserTracker create(long browserTrackerId)
BrowserTracker remove(long browserTrackerId) throws NoSuchBrowserTrackerException, com.liferay.portal.SystemException
NoSuchBrowserTrackerException
com.liferay.portal.SystemException
BrowserTracker remove(BrowserTracker browserTracker) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
BrowserTracker update(BrowserTracker browserTracker) throws com.liferay.portal.SystemException
update(BrowserTracker, boolean merge)
.
com.liferay.portal.SystemException
BrowserTracker update(BrowserTracker browserTracker, boolean merge) throws com.liferay.portal.SystemException
browserTracker
- the entity to add, update, or mergemerge
- boolean value for whether to merge the entity. The default
value is false. Setting merge to true is more expensive and
should only be true when browserTracker is transient. See
LEP-5473 for a detailed discussion of this method.
com.liferay.portal.SystemException
BrowserTracker updateImpl(BrowserTracker browserTracker, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
BrowserTracker findByPrimaryKey(long browserTrackerId) throws NoSuchBrowserTrackerException, com.liferay.portal.SystemException
NoSuchBrowserTrackerException
com.liferay.portal.SystemException
BrowserTracker fetchByPrimaryKey(long browserTrackerId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
BrowserTracker findByUserId(long userId) throws NoSuchBrowserTrackerException, com.liferay.portal.SystemException
NoSuchBrowserTrackerException
com.liferay.portal.SystemException
BrowserTracker fetchByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
BrowserTracker fetchByUserId(long userId, boolean retrieveFromCache) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BrowserTracker> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BrowserTracker> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BrowserTracker> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByUserId(long userId) throws NoSuchBrowserTrackerException, com.liferay.portal.SystemException
NoSuchBrowserTrackerException
com.liferay.portal.SystemException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |