|
Liferay 7.0-ce-b4 | |||||||||
| 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.impl.PasswordTrackerPersistenceImpl
@ProviderType public class PasswordTrackerPersistenceImpl
The persistence implementation for the password tracker service.
Caching information and settings can be found in portal.properties
PasswordTrackerPersistence,
PasswordTrackerUtil| Field Summary | |
|---|---|
protected CompanyProvider |
companyProvider
|
protected EntityCache |
entityCache
|
static String |
FINDER_CLASS_NAME_ENTITY
|
static String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION
|
static String |
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
|
static FinderPath |
FINDER_PATH_COUNT_ALL
|
static FinderPath |
FINDER_PATH_COUNT_BY_USERID
|
static FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_ALL
|
static FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_USERID
|
static FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
|
static FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_USERID
|
protected FinderCache |
finderCache
|
| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, 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. |
Map<Serializable,PasswordTracker> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
PasswordTracker |
fetchByUserId_First(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the first password tracker in the ordered set where userId = ?. |
PasswordTracker |
fetchByUserId_Last(long userId,
OrderByComparator<PasswordTracker> 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<PasswordTracker> orderByComparator)
Returns an ordered range of all the password trackers. |
List<PasswordTracker> |
findAll(int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator,
boolean retrieveFromCache)
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<PasswordTracker> orderByComparator)
Returns the first password tracker in the ordered set where userId = ?. |
PasswordTracker |
findByUserId_Last(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the last password tracker in the ordered set where userId = ?. |
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 = ?. |
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<PasswordTracker> orderByComparator)
Returns an ordered range of all the password trackers where userId = ?. |
List<PasswordTracker> |
findByUserId(long userId,
int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the password trackers where userId = ?. |
Set<String> |
getBadColumnNames()
|
protected PasswordTracker |
getByUserId_PrevAndNext(Session session,
PasswordTracker passwordTracker,
long userId,
OrderByComparator<PasswordTracker> orderByComparator,
boolean previous)
|
protected Map<String,Integer> |
getTableColumnsMap()
|
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, getColumnName, 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
@BeanReference(type=CompanyProviderWrapper.class) protected CompanyProvider companyProvider
protected EntityCache entityCache
protected FinderCache finderCache
| Constructor Detail |
|---|
public PasswordTrackerPersistenceImpl()
| Method Detail |
|---|
public List<PasswordTracker> findByUserId(long userId)
findByUserId in interface PasswordTrackerPersistenceuserId - the user ID
public List<PasswordTracker> findByUserId(long userId,
int start,
int end)
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)
public List<PasswordTracker> findByUserId(long userId,
int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator)
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)
public List<PasswordTracker> findByUserId(long userId,
int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator,
boolean retrieveFromCache)
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)retrieveFromCache - whether to retrieve from the finder cache
public PasswordTracker findByUserId_First(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
throws NoSuchPasswordTrackerException
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
public PasswordTracker fetchByUserId_First(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
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
public PasswordTracker findByUserId_Last(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
throws NoSuchPasswordTrackerException
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
public PasswordTracker fetchByUserId_Last(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
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
public PasswordTracker[] findByUserId_PrevAndNext(long passwordTrackerId,
long userId,
OrderByComparator<PasswordTracker> orderByComparator)
throws NoSuchPasswordTrackerException
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
protected PasswordTracker getByUserId_PrevAndNext(Session session,
PasswordTracker passwordTracker,
long userId,
OrderByComparator<PasswordTracker> orderByComparator,
boolean previous)
public void removeByUserId(long userId)
removeByUserId in interface PasswordTrackerPersistenceuserId - the user IDpublic int countByUserId(long userId)
countByUserId in interface PasswordTrackerPersistenceuserId - the user ID
public 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
remove in interface PasswordTrackerPersistencepasswordTrackerId - the primary key of the password tracker
NoSuchPasswordTrackerException - if a password tracker with the primary key could not be found
public PasswordTracker remove(Serializable primaryKey)
throws NoSuchPasswordTrackerException
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 foundprotected PasswordTracker removeImpl(PasswordTracker passwordTracker)
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
public PasswordTracker updateImpl(PasswordTracker passwordTracker)
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
protected PasswordTracker toUnwrappedModel(PasswordTracker passwordTracker)
public PasswordTracker findByPrimaryKey(Serializable primaryKey)
throws NoSuchPasswordTrackerException
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
public PasswordTracker findByPrimaryKey(long passwordTrackerId)
throws NoSuchPasswordTrackerException
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 foundpublic PasswordTracker fetchByPrimaryKey(Serializable primaryKey)
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 foundpublic PasswordTracker fetchByPrimaryKey(long passwordTrackerId)
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 foundpublic Map<Serializable,PasswordTracker> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys in interface BasePersistence<PasswordTracker>fetchByPrimaryKeys in interface PasswordTrackerPersistencefetchByPrimaryKeys in class BasePersistenceImpl<PasswordTracker>public List<PasswordTracker> findAll()
findAll in interface PasswordTrackerPersistence
public List<PasswordTracker> findAll(int start,
int end)
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)
public List<PasswordTracker> findAll(int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator)
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)
public List<PasswordTracker> findAll(int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator,
boolean retrieveFromCache)
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)retrieveFromCache - whether to retrieve from the finder cache
public void removeAll()
removeAll in interface PasswordTrackerPersistencepublic int countAll()
countAll in interface PasswordTrackerPersistencepublic Set<String> getBadColumnNames()
getBadColumnNames in interface BasePersistence<PasswordTracker>getBadColumnNames in interface PasswordTrackerPersistencegetBadColumnNames in class BasePersistenceImpl<PasswordTracker>protected Map<String,Integer> getTableColumnsMap()
getTableColumnsMap in class BasePersistenceImpl<PasswordTracker>public void afterPropertiesSet()
public void destroy()
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||