|
Liferay 6.2-ce-ga3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<PasswordTracker>
com.liferay.portal.service.persistence.PasswordTrackerPersistenceImpl
public class PasswordTrackerPersistenceImpl
The persistence implementation for the password tracker service.
Caching information and settings can be found in portal.properties
PasswordTrackerPersistence,
PasswordTrackerUtil| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR |
| Constructor Summary | |
|---|---|
PasswordTrackerPersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
Initializes the password tracker persistence. |
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. |
void |
clearCache()
Clears the cache for all password trackers. |
void |
clearCache(List<PasswordTracker> passwordTrackers)
Clears the cache for a List instances of this model. |
void |
clearCache(PasswordTracker passwordTracker)
Clears the cache for the password tracker. |
int |
countAll()
Returns the number of password trackers. |
int |
countByUserId(long userId)
Returns the number of password trackers where userId = ?. |
PasswordTracker |
create(long passwordTrackerId)
Creates a new password tracker with the primary key. |
void |
destroy()
|
PasswordTracker |
fetchByPrimaryKey(long passwordTrackerId)
Returns the password tracker with the primary key or returns null if it could not be found. |
PasswordTracker |
fetchByPrimaryKey(Serializable primaryKey)
Returns the password tracker with the primary key or returns null if it could not be found. |
PasswordTracker |
fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first password tracker in the ordered set where userId = ?. |
PasswordTracker |
fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last password tracker in the ordered set where userId = ?. |
List<PasswordTracker> |
findAll()
Returns all the password trackers. |
List<PasswordTracker> |
findAll(int start,
int end)
Returns a range of all the password trackers. |
List<PasswordTracker> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the password trackers. |
PasswordTracker |
findByPrimaryKey(long passwordTrackerId)
Returns the password tracker with the primary key or throws a NoSuchPasswordTrackerException if it could not be found. |
PasswordTracker |
findByPrimaryKey(Serializable primaryKey)
Returns the password tracker with the primary key or throws a NoSuchModelException if it could not be found. |
PasswordTracker |
findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first password tracker in the ordered set where userId = ?. |
PasswordTracker |
findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last password tracker in the ordered set where userId = ?. |
PasswordTracker[] |
findByUserId_PrevAndNext(long passwordTrackerId,
long userId,
OrderByComparator orderByComparator)
Returns the password trackers before and after the current password tracker in the ordered set where userId = ?. |
List<PasswordTracker> |
findByUserId(long userId)
Returns all the password trackers where userId = ?. |
List<PasswordTracker> |
findByUserId(long userId,
int start,
int end)
Returns a range of all the password trackers where userId = ?. |
List<PasswordTracker> |
findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the password trackers where userId = ?. |
protected Set<String> |
getBadColumnNames()
|
protected PasswordTracker |
getByUserId_PrevAndNext(Session session,
PasswordTracker passwordTracker,
long userId,
OrderByComparator orderByComparator,
boolean previous)
|
PasswordTracker |
remove(long passwordTrackerId)
Removes the password tracker with the primary key from the database. |
PasswordTracker |
remove(Serializable primaryKey)
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. |
protected PasswordTracker |
removeImpl(PasswordTracker passwordTracker)
Removes the model instance from the database. |
protected PasswordTracker |
toUnwrappedModel(PasswordTracker passwordTracker)
|
PasswordTracker |
updateImpl(PasswordTracker passwordTracker)
Updates the model instance in the database or adds it if it does not yet exist. |
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, update |
| Field Detail |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_USERID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_USERID
public static final FinderPath FINDER_PATH_COUNT_BY_USERID
| Constructor Detail |
|---|
public PasswordTrackerPersistenceImpl()
| Method Detail |
|---|
public List<PasswordTracker> findByUserId(long userId)
throws SystemException
findByUserId in interface PasswordTrackerPersistenceuserId - the user ID
SystemException - if a system exception occurred
public 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PasswordTrackerModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUserId in interface PasswordTrackerPersistenceuserId - the user IDstart - the lower bound of the range of password trackersend - the upper bound of the range of password trackers (not inclusive)
SystemException - if a system exception occurred
public 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PasswordTrackerModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUserId in interface PasswordTrackerPersistenceuserId - 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 (optionally null)
SystemException - if a system exception occurred
public PasswordTracker findByUserId_First(long userId,
OrderByComparator orderByComparator)
throws NoSuchPasswordTrackerException,
SystemException
findByUserId_First in interface PasswordTrackerPersistenceuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchPasswordTrackerException - if a matching password tracker could not be found
SystemException - if a system exception occurred
public PasswordTracker fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
throws SystemException
fetchByUserId_First in interface PasswordTrackerPersistenceuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching password tracker could not be found
SystemException - if a system exception occurred
public PasswordTracker findByUserId_Last(long userId,
OrderByComparator orderByComparator)
throws NoSuchPasswordTrackerException,
SystemException
findByUserId_Last in interface PasswordTrackerPersistenceuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchPasswordTrackerException - if a matching password tracker could not be found
SystemException - if a system exception occurred
public PasswordTracker fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
throws SystemException
fetchByUserId_Last in interface PasswordTrackerPersistenceuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching password tracker could not be found
SystemException - if a system exception occurred
public PasswordTracker[] findByUserId_PrevAndNext(long passwordTrackerId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchPasswordTrackerException,
SystemException
findByUserId_PrevAndNext in interface PasswordTrackerPersistencepasswordTrackerId - the primary key of the current password trackeruserId - the user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchPasswordTrackerException - if a password tracker with the primary key could not be found
SystemException - if a system exception occurred
protected PasswordTracker getByUserId_PrevAndNext(Session session,
PasswordTracker passwordTracker,
long userId,
OrderByComparator orderByComparator,
boolean previous)
public void removeByUserId(long userId)
throws SystemException
removeByUserId in interface PasswordTrackerPersistenceuserId - the user ID
SystemException - if a system exception occurred
public int countByUserId(long userId)
throws SystemException
countByUserId in interface PasswordTrackerPersistenceuserId - the user ID
SystemException - if a system exception occurredpublic void cacheResult(PasswordTracker passwordTracker)
cacheResult in interface PasswordTrackerPersistencepasswordTracker - the password trackerpublic void cacheResult(List<PasswordTracker> passwordTrackers)
cacheResult in interface PasswordTrackerPersistencepasswordTrackers - the password trackerspublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<PasswordTracker>clearCache in class BasePersistenceImpl<PasswordTracker>public void clearCache(PasswordTracker passwordTracker)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<PasswordTracker>clearCache in class BasePersistenceImpl<PasswordTracker>passwordTracker - the instance of this model to clear the cache forpublic void clearCache(List<PasswordTracker> passwordTrackers)
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
clearCache in interface BasePersistence<PasswordTracker>clearCache in class BasePersistenceImpl<PasswordTracker>passwordTrackers - the List instances of this model to clear the cache forpublic PasswordTracker create(long passwordTrackerId)
create in interface PasswordTrackerPersistencepasswordTrackerId - the primary key for the new password tracker
public PasswordTracker remove(long passwordTrackerId)
throws NoSuchPasswordTrackerException,
SystemException
remove in interface PasswordTrackerPersistencepasswordTrackerId - the primary key of the password tracker
NoSuchPasswordTrackerException - if a password tracker with the primary key could not be found
SystemException - if a system exception occurred
public PasswordTracker remove(Serializable primaryKey)
throws NoSuchPasswordTrackerException,
SystemException
remove in interface BasePersistence<PasswordTracker>remove in class BasePersistenceImpl<PasswordTracker>primaryKey - the primary key of the password tracker
NoSuchPasswordTrackerException - if a password tracker with the primary key could not be found
SystemException - if a system exception occurred
protected PasswordTracker removeImpl(PasswordTracker passwordTracker)
throws SystemException
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<PasswordTracker>passwordTracker - the model instance to remove
SystemException - if a system exception occurred
public PasswordTracker updateImpl(PasswordTracker passwordTracker)
throws SystemException
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface PasswordTrackerPersistenceupdateImpl in class BasePersistenceImpl<PasswordTracker>passwordTracker - the model instance to update
SystemException - if a system exception occurredprotected PasswordTracker toUnwrappedModel(PasswordTracker passwordTracker)
public PasswordTracker findByPrimaryKey(Serializable primaryKey)
throws NoSuchPasswordTrackerException,
SystemException
NoSuchModelException if it could not be found.
findByPrimaryKey in interface BasePersistence<PasswordTracker>findByPrimaryKey in class BasePersistenceImpl<PasswordTracker>primaryKey - the primary key of the password tracker
NoSuchPasswordTrackerException - if a password tracker with the primary key could not be found
SystemException - if a system exception occurred
public PasswordTracker findByPrimaryKey(long passwordTrackerId)
throws NoSuchPasswordTrackerException,
SystemException
NoSuchPasswordTrackerException if it could not be found.
findByPrimaryKey in interface PasswordTrackerPersistencepasswordTrackerId - the primary key of the password tracker
NoSuchPasswordTrackerException - if a password tracker with the primary key could not be found
SystemException - if a system exception occurred
public PasswordTracker fetchByPrimaryKey(Serializable primaryKey)
throws SystemException
null if it could not be found.
fetchByPrimaryKey in interface BasePersistence<PasswordTracker>fetchByPrimaryKey in class BasePersistenceImpl<PasswordTracker>primaryKey - the primary key of the password tracker
null if a password tracker with the primary key could not be found
SystemException - if a system exception occurred
public PasswordTracker fetchByPrimaryKey(long passwordTrackerId)
throws SystemException
null if it could not be found.
fetchByPrimaryKey in interface PasswordTrackerPersistencepasswordTrackerId - the primary key of the password tracker
null if a password tracker with the primary key could not be found
SystemException - if a system exception occurred
public List<PasswordTracker> findAll()
throws SystemException
findAll in interface PasswordTrackerPersistenceSystemException - if a system exception occurred
public 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PasswordTrackerModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface PasswordTrackerPersistencestart - the lower bound of the range of password trackersend - the upper bound of the range of password trackers (not inclusive)
SystemException - if a system exception occurred
public 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from PasswordTrackerModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface PasswordTrackerPersistencestart - 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 (optionally null)
SystemException - if a system exception occurred
public void removeAll()
throws SystemException
removeAll in interface PasswordTrackerPersistenceSystemException - if a system exception occurred
public int countAll()
throws SystemException
countAll in interface PasswordTrackerPersistenceSystemException - if a system exception occurredprotected Set<String> getBadColumnNames()
getBadColumnNames in class BasePersistenceImpl<PasswordTracker>public void afterPropertiesSet()
public void destroy()
|
Liferay 6.2-ce-ga3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||