|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PasswordTrackerPersistence
The persistence interface for the password tracker service.
Never modify this interface directly. Modify service.xml and rerun ServiceBuilder to regnerate this interface.
PasswordTrackerPersistenceImpl,
PasswordTrackerUtil| Method Summary | |
|---|---|
void |
cacheResult(List<PasswordTracker> passwordTrackers)
Caches the password trackers in the entity cache if it is enabled. |
void |
cacheResult(PasswordTracker passwordTracker)
Caches the password tracker in the entity cache if it is enabled. |
int |
countAll()
Counts all the password trackers. |
int |
countByUserId(long userId)
Counts all the password trackers where userId = ?. |
PasswordTracker |
create(long passwordTrackerId)
Creates a new password tracker with the primary key. |
PasswordTracker |
fetchByPrimaryKey(long passwordTrackerId)
Finds the password tracker with the primary key or returns null if it could not be found. |
List<PasswordTracker> |
findAll()
Finds all the password trackers. |
List<PasswordTracker> |
findAll(int start,
int end)
Finds a range of all the password trackers. |
List<PasswordTracker> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the password trackers. |
PasswordTracker |
findByPrimaryKey(long passwordTrackerId)
Finds the password tracker with the primary key or throws a NoSuchPasswordTrackerException if it could not be found. |
PasswordTracker |
findByUserId_First(long userId,
OrderByComparator orderByComparator)
Finds the first password tracker in the ordered set where userId = ?. |
PasswordTracker |
findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Finds the last password tracker in the ordered set where userId = ?. |
PasswordTracker[] |
findByUserId_PrevAndNext(long passwordTrackerId,
long userId,
OrderByComparator orderByComparator)
Finds the password trackers before and after the current password tracker in the ordered set where userId = ?. |
List<PasswordTracker> |
findByUserId(long userId)
Finds all the password trackers where userId = ?. |
List<PasswordTracker> |
findByUserId(long userId,
int start,
int end)
Finds a range of all the password trackers where userId = ?. |
List<PasswordTracker> |
findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the password trackers where userId = ?. |
PasswordTracker |
remove(long passwordTrackerId)
Removes the password tracker with the primary key from the database. |
void |
removeAll()
Removes all the password trackers from the database. |
void |
removeByUserId(long userId)
Removes all the password trackers where userId = ? from the database. |
PasswordTracker |
updateImpl(PasswordTracker passwordTracker,
boolean merge)
|
| 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 |
| Method Detail |
|---|
void cacheResult(PasswordTracker passwordTracker)
passwordTracker - the password tracker to cachevoid cacheResult(List<PasswordTracker> passwordTrackers)
passwordTrackers - the password trackers to cachePasswordTracker create(long passwordTrackerId)
passwordTrackerId - the primary key for the new password tracker
PasswordTracker remove(long passwordTrackerId)
throws NoSuchPasswordTrackerException,
SystemException
passwordTrackerId - the primary key of the password tracker to remove
NoSuchPasswordTrackerException - if a password tracker with the primary key could not be found
SystemException - if a system exception occurred
PasswordTracker updateImpl(PasswordTracker passwordTracker,
boolean merge)
throws SystemException
SystemException
PasswordTracker findByPrimaryKey(long passwordTrackerId)
throws NoSuchPasswordTrackerException,
SystemException
NoSuchPasswordTrackerException if it could not be found.
passwordTrackerId - the primary key of the password tracker to find
NoSuchPasswordTrackerException - if a password tracker with the primary key could not be found
SystemException - if a system exception occurred
PasswordTracker fetchByPrimaryKey(long passwordTrackerId)
throws SystemException
null if it could not be found.
passwordTrackerId - the primary key of the password tracker to find
null if a password tracker with the primary key could not be found
SystemException - if a system exception occurred
List<PasswordTracker> findByUserId(long userId)
throws SystemException
userId - the user id to search with
SystemException - if a system exception occurred
List<PasswordTracker> findByUserId(long userId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
userId - the user id to search withstart - the lower bound of the range of password trackers to returnend - the upper bound of the range of password trackers to return (not inclusive)
SystemException - if a system exception occurred
List<PasswordTracker> findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
userId - the user id to search withstart - the lower bound of the range of password trackers to returnend - the upper bound of the range of password trackers to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
PasswordTracker findByUserId_First(long userId,
OrderByComparator orderByComparator)
throws NoSuchPasswordTrackerException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
userId - the user id to search withorderByComparator - the comparator to order the set by
NoSuchPasswordTrackerException - if a matching password tracker could not be found
SystemException - if a system exception occurred
PasswordTracker findByUserId_Last(long userId,
OrderByComparator orderByComparator)
throws NoSuchPasswordTrackerException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
userId - the user id to search withorderByComparator - the comparator to order the set by
NoSuchPasswordTrackerException - if a matching password tracker could not be found
SystemException - if a system exception occurred
PasswordTracker[] findByUserId_PrevAndNext(long passwordTrackerId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchPasswordTrackerException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
passwordTrackerId - the primary key of the current password trackeruserId - the user id to search withorderByComparator - the comparator to order the set by
NoSuchPasswordTrackerException - if a password tracker with the primary key could not be found
SystemException - if a system exception occurred
List<PasswordTracker> findAll()
throws SystemException
SystemException - if a system exception occurred
List<PasswordTracker> findAll(int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
start - the lower bound of the range of password trackers to returnend - the upper bound of the range of password trackers to return (not inclusive)
SystemException - if a system exception occurred
List<PasswordTracker> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
start - the lower bound of the range of password trackers to returnend - the upper bound of the range of password trackers to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
void removeByUserId(long userId)
throws SystemException
userId - the user id to search with
SystemException - if a system exception occurred
void removeAll()
throws SystemException
SystemException - if a system exception occurred
int countByUserId(long userId)
throws SystemException
userId - the user id to search with
SystemException - if a system exception occurred
int countAll()
throws SystemException
SystemException - if a system exception occurred
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||