com.liferay.portal.service.persistence
Interface PasswordTrackerPersistence
- All Superinterfaces:
- BasePersistence<PasswordTracker>
public interface PasswordTrackerPersistence
- extends BasePersistence<PasswordTracker>
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:
PasswordTrackerPersistenceImpl
,
PasswordTrackerUtil
- Generated:
Method Summary |
void |
cacheResult(java.util.List<PasswordTracker> passwordTrackers)
|
void |
cacheResult(PasswordTracker passwordTracker)
|
int |
countAll()
|
int |
countByUserId(long userId)
|
PasswordTracker |
create(long passwordTrackerId)
|
PasswordTracker |
fetchByPrimaryKey(long passwordTrackerId)
|
java.util.List<PasswordTracker> |
findAll()
|
java.util.List<PasswordTracker> |
findAll(int start,
int end)
|
java.util.List<PasswordTracker> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
PasswordTracker |
findByPrimaryKey(long passwordTrackerId)
|
PasswordTracker |
findByUserId_First(long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
PasswordTracker |
findByUserId_Last(long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
PasswordTracker[] |
findByUserId_PrevAndNext(long passwordTrackerId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<PasswordTracker> |
findByUserId(long userId)
|
java.util.List<PasswordTracker> |
findByUserId(long userId,
int start,
int end)
|
java.util.List<PasswordTracker> |
findByUserId(long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
PasswordTracker |
remove(long passwordTrackerId)
|
void |
removeAll()
|
void |
removeByUserId(long userId)
|
PasswordTracker |
updateImpl(PasswordTracker passwordTracker,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
clearCache, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getListeners, registerListener, remove, remove, unregisterListener, update |
cacheResult
void cacheResult(PasswordTracker passwordTracker)
cacheResult
void cacheResult(java.util.List<PasswordTracker> passwordTrackers)
create
PasswordTracker create(long passwordTrackerId)
remove
PasswordTracker remove(long passwordTrackerId)
throws NoSuchPasswordTrackerException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchPasswordTrackerException
com.liferay.portal.kernel.exception.SystemException
updateImpl
PasswordTracker updateImpl(PasswordTracker passwordTracker,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
PasswordTracker findByPrimaryKey(long passwordTrackerId)
throws NoSuchPasswordTrackerException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchPasswordTrackerException
com.liferay.portal.kernel.exception.SystemException
fetchByPrimaryKey
PasswordTracker fetchByPrimaryKey(long passwordTrackerId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUserId
java.util.List<PasswordTracker> findByUserId(long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUserId
java.util.List<PasswordTracker> findByUserId(long userId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUserId
java.util.List<PasswordTracker> findByUserId(long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUserId_First
PasswordTracker findByUserId_First(long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchPasswordTrackerException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchPasswordTrackerException
com.liferay.portal.kernel.exception.SystemException
findByUserId_Last
PasswordTracker findByUserId_Last(long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchPasswordTrackerException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchPasswordTrackerException
com.liferay.portal.kernel.exception.SystemException
findByUserId_PrevAndNext
PasswordTracker[] findByUserId_PrevAndNext(long passwordTrackerId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchPasswordTrackerException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchPasswordTrackerException
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<PasswordTracker> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<PasswordTracker> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<PasswordTracker> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByUserId
void removeByUserId(long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeAll
void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByUserId
int countByUserId(long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countAll
int countAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException