Class PasswordTrackerUtil
com.liferay.portal.service.persistence.impl.PasswordTrackerPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcacheResult(PasswordTracker passwordTracker) Caches the password tracker in the entity cache if it is enabled.static voidcacheResult(List<PasswordTracker> passwordTrackers) Caches the password trackers in the entity cache if it is enabled.static voidstatic voidclearCache(PasswordTracker passwordTracker) static intcountAll()Returns the number of password trackers.static intcountByUserId(long userId) Returns the number of password trackers where userId = ?.static longcountWithDynamicQuery(DynamicQuery dynamicQuery) static PasswordTrackercreate(long passwordTrackerId) Creates a new password tracker with the primary key.static PasswordTrackerfetchByPrimaryKey(long passwordTrackerId) Returns the password tracker with the primary key or returnsnullif it could not be found.static Map<Serializable,PasswordTracker> fetchByPrimaryKeys(Set<Serializable> primaryKeys) static PasswordTrackerfetchByUserId_First(long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the first password tracker in the ordered set where userId = ?.static PasswordTrackerfetchByUserId_Last(long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the last password tracker in the ordered set where userId = ?.static List<PasswordTracker>findAll()Returns all the password trackers.static List<PasswordTracker>findAll(int start, int end) Returns a range of all the password trackers.static List<PasswordTracker>findAll(int start, int end, OrderByComparator<PasswordTracker> orderByComparator) Returns an ordered range of all the password trackers.static List<PasswordTracker>findAll(int start, int end, OrderByComparator<PasswordTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password trackers.static PasswordTrackerfindByPrimaryKey(long passwordTrackerId) Returns the password tracker with the primary key or throws aNoSuchPasswordTrackerExceptionif it could not be found.static List<PasswordTracker>findByUserId(long userId) Returns all the password trackers where userId = ?.static List<PasswordTracker>findByUserId(long userId, int start, int end) Returns a range of all the password trackers where userId = ?.static List<PasswordTracker>findByUserId(long userId, int start, int end, OrderByComparator<PasswordTracker> orderByComparator) Returns an ordered range of all the password trackers where userId = ?.static List<PasswordTracker>findByUserId(long userId, int start, int end, OrderByComparator<PasswordTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password trackers where userId = ?.static PasswordTrackerfindByUserId_First(long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the first password tracker in the ordered set where userId = ?.static PasswordTrackerfindByUserId_Last(long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the last password tracker in the ordered set where userId = ?.static PasswordTracker[]findByUserId_PrevAndNext(long passwordTrackerId, long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the password trackers before and after the current password tracker in the ordered set where userId = ?.static List<PasswordTracker>findWithDynamicQuery(DynamicQuery dynamicQuery) static List<PasswordTracker>findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) static List<PasswordTracker>findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PasswordTracker> orderByComparator) static PasswordTrackerPersistencestatic PasswordTrackerremove(long passwordTrackerId) Removes the password tracker with the primary key from the database.static voidRemoves all the password trackers from the database.static voidremoveByUserId(long userId) Removes all the password trackers where userId = ? from the database.static voidsetPersistence(PasswordTrackerPersistence persistence) static PasswordTrackerupdate(PasswordTracker passwordTracker) static PasswordTrackerupdate(PasswordTracker passwordTracker, ServiceContext serviceContext) static PasswordTrackerupdateImpl(PasswordTracker passwordTracker)
-
Constructor Details
-
PasswordTrackerUtil
public PasswordTrackerUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
clearCache
-
countWithDynamicQuery
-
fetchByPrimaryKeys
- See Also:
-
findWithDynamicQuery
-
findWithDynamicQuery
public static List<PasswordTracker> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) -
findWithDynamicQuery
public static List<PasswordTracker> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PasswordTracker> orderByComparator) -
update
-
update
public static PasswordTracker update(PasswordTracker passwordTracker, ServiceContext serviceContext) -
findByUserId
Returns all the password trackers where userId = ?.- Parameters:
userId- the user ID- Returns:
- the matching password trackers
-
findByUserId
Returns a range of all the password trackers where userId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromPasswordTrackerModelImpl.- Parameters:
userId- the user IDstart- the lower bound of the range of password trackersend- the upper bound of the range of password trackers (not inclusive)- Returns:
- the range of matching password trackers
-
findByUserId
public static List<PasswordTracker> findByUserId(long userId, int start, int end, OrderByComparator<PasswordTracker> orderByComparator) Returns an ordered range of all the password trackers where userId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromPasswordTrackerModelImpl.- Parameters:
userId- the user IDstart- the lower bound of the range of password trackersend- the upper bound of the range of password trackers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching password trackers
-
findByUserId
public static List<PasswordTracker> findByUserId(long userId, int start, int end, OrderByComparator<PasswordTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password trackers where userId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromPasswordTrackerModelImpl.- Parameters:
userId- the user IDstart- the lower bound of the range of password trackersend- the upper bound of the range of password trackers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching password trackers
-
findByUserId_First
public static PasswordTracker findByUserId_First(long userId, OrderByComparator<PasswordTracker> orderByComparator) throws NoSuchPasswordTrackerException Returns the first password tracker in the ordered set where userId = ?.- Parameters:
userId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching password tracker
- Throws:
NoSuchPasswordTrackerException- if a matching password tracker could not be foundNoSuchPasswordTrackerException
-
fetchByUserId_First
public static PasswordTracker fetchByUserId_First(long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the first password tracker in the ordered set where userId = ?.- Parameters:
userId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching password tracker, or
nullif a matching password tracker could not be found
-
findByUserId_Last
public static PasswordTracker findByUserId_Last(long userId, OrderByComparator<PasswordTracker> orderByComparator) throws NoSuchPasswordTrackerException Returns the last password tracker in the ordered set where userId = ?.- Parameters:
userId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching password tracker
- Throws:
NoSuchPasswordTrackerException- if a matching password tracker could not be foundNoSuchPasswordTrackerException
-
fetchByUserId_Last
public static PasswordTracker fetchByUserId_Last(long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the last password tracker in the ordered set where userId = ?.- Parameters:
userId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching password tracker, or
nullif a matching password tracker could not be found
-
findByUserId_PrevAndNext
public static PasswordTracker[] findByUserId_PrevAndNext(long passwordTrackerId, long userId, OrderByComparator<PasswordTracker> orderByComparator) throws NoSuchPasswordTrackerException Returns the password trackers before and after the current password tracker in the ordered set where userId = ?.- Parameters:
passwordTrackerId- the primary key of the current password trackeruserId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next password tracker
- Throws:
NoSuchPasswordTrackerException- if a password tracker with the primary key could not be foundNoSuchPasswordTrackerException
-
removeByUserId
public static void removeByUserId(long userId) Removes all the password trackers where userId = ? from the database.- Parameters:
userId- the user ID
-
countByUserId
public static int countByUserId(long userId) Returns the number of password trackers where userId = ?.- Parameters:
userId- the user ID- Returns:
- the number of matching password trackers
-
cacheResult
Caches the password tracker in the entity cache if it is enabled.- Parameters:
passwordTracker- the password tracker
-
cacheResult
Caches the password trackers in the entity cache if it is enabled.- Parameters:
passwordTrackers- the password trackers
-
create
Creates a new password tracker with the primary key. Does not add the password tracker to the database.- Parameters:
passwordTrackerId- the primary key for the new password tracker- Returns:
- the new password tracker
-
remove
Removes the password tracker with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
passwordTrackerId- the primary key of the password tracker- Returns:
- the password tracker that was removed
- Throws:
NoSuchPasswordTrackerException- if a password tracker with the primary key could not be foundNoSuchPasswordTrackerException
-
updateImpl
-
findByPrimaryKey
public static PasswordTracker findByPrimaryKey(long passwordTrackerId) throws NoSuchPasswordTrackerException Returns the password tracker with the primary key or throws aNoSuchPasswordTrackerExceptionif it could not be found.- Parameters:
passwordTrackerId- the primary key of the password tracker- Returns:
- the password tracker
- Throws:
NoSuchPasswordTrackerException- if a password tracker with the primary key could not be foundNoSuchPasswordTrackerException
-
fetchByPrimaryKey
Returns the password tracker with the primary key or returnsnullif it could not be found.- Parameters:
passwordTrackerId- the primary key of the password tracker- Returns:
- the password tracker, or
nullif a password tracker with the primary key could not be found
-
findAll
Returns all the password trackers.- Returns:
- the password trackers
-
findAll
Returns a range of all the password trackers.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromPasswordTrackerModelImpl.- Parameters:
start- the lower bound of the range of password trackersend- the upper bound of the range of password trackers (not inclusive)- Returns:
- the range of password trackers
-
findAll
public static List<PasswordTracker> findAll(int start, int end, OrderByComparator<PasswordTracker> orderByComparator) Returns an ordered range of all the password trackers.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromPasswordTrackerModelImpl.- Parameters:
start- the lower bound of the range of password trackersend- the upper bound of the range of password trackers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of password trackers
-
findAll
public static List<PasswordTracker> findAll(int start, int end, OrderByComparator<PasswordTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password trackers.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromPasswordTrackerModelImpl.- Parameters:
start- the lower bound of the range of password trackersend- the upper bound of the range of password trackers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of password trackers
-
removeAll
public static void removeAll()Removes all the password trackers from the database. -
countAll
public static int countAll()Returns the number of password trackers.- Returns:
- the number of password trackers
-
getPersistence
-
setPersistence
-