|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PasswordTracker | |
|---|---|
| com.liferay.portal.model | This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. |
| com.liferay.portal.model.impl | This package defines the portal model implementation base classes. |
| com.liferay.portal.service | This package defines the portal service interfaces and classes. |
| com.liferay.portal.service.base | This package defines the portal service local and remote base classes. |
| com.liferay.portal.service.persistence | This package defines the portal service persistence interfaces, classes, and utilities. |
| com.liferay.portal.service.persistence.impl | This package defines the portal service persistence implementation base classes. |
| Uses of PasswordTracker in com.liferay.portal.model |
|---|
| Classes in com.liferay.portal.model that implement PasswordTracker | |
|---|---|
class |
PasswordTrackerWrapper
This class is a wrapper for PasswordTracker. |
| Fields in com.liferay.portal.model with type parameters of type PasswordTracker | |
|---|---|
static Accessor<PasswordTracker,Long> |
PasswordTracker.PASSWORD_TRACKER_ID_ACCESSOR
|
| Methods in com.liferay.portal.model that return PasswordTracker | |
|---|---|
PasswordTracker |
PasswordTrackerWrapper.getWrappedModel()
|
PasswordTracker |
PasswordTrackerModel.toEscapedModel()
|
PasswordTracker |
PasswordTrackerWrapper.toEscapedModel()
|
PasswordTracker |
PasswordTrackerModel.toUnescapedModel()
|
PasswordTracker |
PasswordTrackerWrapper.toUnescapedModel()
|
| Methods in com.liferay.portal.model that return types with arguments of type PasswordTracker | |
|---|---|
CacheModel<PasswordTracker> |
PasswordTrackerModel.toCacheModel()
|
CacheModel<PasswordTracker> |
PasswordTrackerWrapper.toCacheModel()
|
| Methods in com.liferay.portal.model with parameters of type PasswordTracker | |
|---|---|
int |
PasswordTrackerModel.compareTo(PasswordTracker passwordTracker)
|
int |
PasswordTrackerWrapper.compareTo(PasswordTracker passwordTracker)
|
static PasswordTrackerSoap |
PasswordTrackerSoap.toSoapModel(PasswordTracker model)
|
static PasswordTrackerSoap[] |
PasswordTrackerSoap.toSoapModels(PasswordTracker[] models)
|
static PasswordTrackerSoap[][] |
PasswordTrackerSoap.toSoapModels(PasswordTracker[][] models)
|
| Method parameters in com.liferay.portal.model with type arguments of type PasswordTracker | |
|---|---|
static PasswordTrackerSoap[] |
PasswordTrackerSoap.toSoapModels(List<PasswordTracker> models)
|
| Constructors in com.liferay.portal.model with parameters of type PasswordTracker | |
|---|---|
PasswordTrackerWrapper(PasswordTracker passwordTracker)
|
|
| Uses of PasswordTracker in com.liferay.portal.model.impl |
|---|
| Classes in com.liferay.portal.model.impl that implement PasswordTracker | |
|---|---|
class |
PasswordTrackerBaseImpl
The extended model base implementation for the PasswordTracker service. |
class |
PasswordTrackerImpl
|
| Methods in com.liferay.portal.model.impl that return PasswordTracker | |
|---|---|
PasswordTracker |
PasswordTrackerCacheModel.toEntityModel()
|
PasswordTracker |
PasswordTrackerModelImpl.toEscapedModel()
|
| Methods in com.liferay.portal.model.impl that return types with arguments of type PasswordTracker | |
|---|---|
CacheModel<PasswordTracker> |
PasswordTrackerModelImpl.toCacheModel()
|
| Methods in com.liferay.portal.model.impl with parameters of type PasswordTracker | |
|---|---|
int |
PasswordTrackerModelImpl.compareTo(PasswordTracker passwordTracker)
|
| Uses of PasswordTracker in com.liferay.portal.service |
|---|
| Methods in com.liferay.portal.service that return PasswordTracker | |
|---|---|
PasswordTracker |
PasswordTrackerLocalServiceWrapper.addPasswordTracker(PasswordTracker passwordTracker)
Adds the password tracker to the database. |
static PasswordTracker |
PasswordTrackerLocalServiceUtil.addPasswordTracker(PasswordTracker passwordTracker)
Adds the password tracker to the database. |
PasswordTracker |
PasswordTrackerLocalService.addPasswordTracker(PasswordTracker passwordTracker)
Adds the password tracker to the database. |
PasswordTracker |
PasswordTrackerLocalServiceWrapper.createPasswordTracker(long passwordTrackerId)
Creates a new password tracker with the primary key. |
static PasswordTracker |
PasswordTrackerLocalServiceUtil.createPasswordTracker(long passwordTrackerId)
Creates a new password tracker with the primary key. |
PasswordTracker |
PasswordTrackerLocalService.createPasswordTracker(long passwordTrackerId)
Creates a new password tracker with the primary key. |
PasswordTracker |
PasswordTrackerLocalServiceWrapper.deletePasswordTracker(long passwordTrackerId)
Deletes the password tracker with the primary key from the database. |
static PasswordTracker |
PasswordTrackerLocalServiceUtil.deletePasswordTracker(long passwordTrackerId)
Deletes the password tracker with the primary key from the database. |
PasswordTracker |
PasswordTrackerLocalService.deletePasswordTracker(long passwordTrackerId)
Deletes the password tracker with the primary key from the database. |
PasswordTracker |
PasswordTrackerLocalServiceWrapper.deletePasswordTracker(PasswordTracker passwordTracker)
Deletes the password tracker from the database. |
static PasswordTracker |
PasswordTrackerLocalServiceUtil.deletePasswordTracker(PasswordTracker passwordTracker)
Deletes the password tracker from the database. |
PasswordTracker |
PasswordTrackerLocalService.deletePasswordTracker(PasswordTracker passwordTracker)
Deletes the password tracker from the database. |
PasswordTracker |
PasswordTrackerLocalServiceWrapper.fetchPasswordTracker(long passwordTrackerId)
|
static PasswordTracker |
PasswordTrackerLocalServiceUtil.fetchPasswordTracker(long passwordTrackerId)
|
PasswordTracker |
PasswordTrackerLocalService.fetchPasswordTracker(long passwordTrackerId)
|
PasswordTracker |
PasswordTrackerLocalServiceWrapper.getPasswordTracker(long passwordTrackerId)
Returns the password tracker with the primary key. |
static PasswordTracker |
PasswordTrackerLocalServiceUtil.getPasswordTracker(long passwordTrackerId)
Returns the password tracker with the primary key. |
PasswordTracker |
PasswordTrackerLocalService.getPasswordTracker(long passwordTrackerId)
Returns the password tracker with the primary key. |
PasswordTracker |
PasswordTrackerLocalServiceWrapper.updatePasswordTracker(PasswordTracker passwordTracker)
Updates the password tracker in the database or adds it if it does not yet exist. |
static PasswordTracker |
PasswordTrackerLocalServiceUtil.updatePasswordTracker(PasswordTracker passwordTracker)
Updates the password tracker in the database or adds it if it does not yet exist. |
PasswordTracker |
PasswordTrackerLocalService.updatePasswordTracker(PasswordTracker passwordTracker)
Updates the password tracker in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portal.service that return types with arguments of type PasswordTracker | |
|---|---|
List<PasswordTracker> |
PasswordTrackerLocalServiceWrapper.getPasswordTrackers(int start,
int end)
Returns a range of all the password trackers. |
static List<PasswordTracker> |
PasswordTrackerLocalServiceUtil.getPasswordTrackers(int start,
int end)
Returns a range of all the password trackers. |
List<PasswordTracker> |
PasswordTrackerLocalService.getPasswordTrackers(int start,
int end)
Returns a range of all the password trackers. |
| Methods in com.liferay.portal.service with parameters of type PasswordTracker | |
|---|---|
PasswordTracker |
PasswordTrackerLocalServiceWrapper.addPasswordTracker(PasswordTracker passwordTracker)
Adds the password tracker to the database. |
static PasswordTracker |
PasswordTrackerLocalServiceUtil.addPasswordTracker(PasswordTracker passwordTracker)
Adds the password tracker to the database. |
PasswordTracker |
PasswordTrackerLocalService.addPasswordTracker(PasswordTracker passwordTracker)
Adds the password tracker to the database. |
PasswordTracker |
PasswordTrackerLocalServiceWrapper.deletePasswordTracker(PasswordTracker passwordTracker)
Deletes the password tracker from the database. |
static PasswordTracker |
PasswordTrackerLocalServiceUtil.deletePasswordTracker(PasswordTracker passwordTracker)
Deletes the password tracker from the database. |
PasswordTracker |
PasswordTrackerLocalService.deletePasswordTracker(PasswordTracker passwordTracker)
Deletes the password tracker from the database. |
PasswordTracker |
PasswordTrackerLocalServiceWrapper.updatePasswordTracker(PasswordTracker passwordTracker)
Updates the password tracker in the database or adds it if it does not yet exist. |
static PasswordTracker |
PasswordTrackerLocalServiceUtil.updatePasswordTracker(PasswordTracker passwordTracker)
Updates the password tracker in the database or adds it if it does not yet exist. |
PasswordTracker |
PasswordTrackerLocalService.updatePasswordTracker(PasswordTracker passwordTracker)
Updates the password tracker in the database or adds it if it does not yet exist. |
| Uses of PasswordTracker in com.liferay.portal.service.base |
|---|
| Methods in com.liferay.portal.service.base that return PasswordTracker | |
|---|---|
PasswordTracker |
PasswordTrackerLocalServiceBaseImpl.addPasswordTracker(PasswordTracker passwordTracker)
Adds the password tracker to the database. |
PasswordTracker |
PasswordTrackerLocalServiceBaseImpl.createPasswordTracker(long passwordTrackerId)
Creates a new password tracker with the primary key. |
PasswordTracker |
PasswordTrackerLocalServiceBaseImpl.deletePasswordTracker(long passwordTrackerId)
Deletes the password tracker with the primary key from the database. |
PasswordTracker |
PasswordTrackerLocalServiceBaseImpl.deletePasswordTracker(PasswordTracker passwordTracker)
Deletes the password tracker from the database. |
PasswordTracker |
PasswordTrackerLocalServiceBaseImpl.fetchPasswordTracker(long passwordTrackerId)
|
PasswordTracker |
PasswordTrackerLocalServiceBaseImpl.getPasswordTracker(long passwordTrackerId)
Returns the password tracker with the primary key. |
PasswordTracker |
PasswordTrackerLocalServiceBaseImpl.updatePasswordTracker(PasswordTracker passwordTracker)
Updates the password tracker in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portal.service.base that return types with arguments of type PasswordTracker | |
|---|---|
List<PasswordTracker> |
PasswordTrackerLocalServiceBaseImpl.getPasswordTrackers(int start,
int end)
Returns a range of all the password trackers. |
| Methods in com.liferay.portal.service.base with parameters of type PasswordTracker | |
|---|---|
PasswordTracker |
PasswordTrackerLocalServiceBaseImpl.addPasswordTracker(PasswordTracker passwordTracker)
Adds the password tracker to the database. |
PasswordTracker |
PasswordTrackerLocalServiceBaseImpl.deletePasswordTracker(PasswordTracker passwordTracker)
Deletes the password tracker from the database. |
PasswordTracker |
PasswordTrackerLocalServiceBaseImpl.updatePasswordTracker(PasswordTracker passwordTracker)
Updates the password tracker in the database or adds it if it does not yet exist. |
| Uses of PasswordTracker in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that return PasswordTracker | |
|---|---|
PasswordTracker |
PasswordTrackerPersistence.create(long passwordTrackerId)
Creates a new password tracker with the primary key. |
static PasswordTracker |
PasswordTrackerUtil.create(long passwordTrackerId)
Creates a new password tracker with the primary key. |
PasswordTracker |
PasswordTrackerPersistence.fetchByPrimaryKey(long passwordTrackerId)
Returns the password tracker with the primary key or returns null if it could not be found. |
static PasswordTracker |
PasswordTrackerUtil.fetchByPrimaryKey(long passwordTrackerId)
Returns the password tracker with the primary key or returns null if it could not be found. |
PasswordTracker |
PasswordTrackerPersistence.fetchByUserId_First(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the first password tracker in the ordered set where userId = ?. |
static PasswordTracker |
PasswordTrackerUtil.fetchByUserId_First(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the first password tracker in the ordered set where userId = ?. |
PasswordTracker |
PasswordTrackerPersistence.fetchByUserId_Last(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the last password tracker in the ordered set where userId = ?. |
static PasswordTracker |
PasswordTrackerUtil.fetchByUserId_Last(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the last password tracker in the ordered set where userId = ?. |
PasswordTracker |
PasswordTrackerPersistence.findByPrimaryKey(long passwordTrackerId)
Returns the password tracker with the primary key or throws a NoSuchPasswordTrackerException if it could not be found. |
static PasswordTracker |
PasswordTrackerUtil.findByPrimaryKey(long passwordTrackerId)
Returns the password tracker with the primary key or throws a NoSuchPasswordTrackerException if it could not be found. |
PasswordTracker |
PasswordTrackerPersistence.findByUserId_First(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the first password tracker in the ordered set where userId = ?. |
static PasswordTracker |
PasswordTrackerUtil.findByUserId_First(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the first password tracker in the ordered set where userId = ?. |
PasswordTracker |
PasswordTrackerPersistence.findByUserId_Last(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the last password tracker in the ordered set where userId = ?. |
static PasswordTracker |
PasswordTrackerUtil.findByUserId_Last(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the last password tracker in the ordered set where userId = ?. |
PasswordTracker[] |
PasswordTrackerPersistence.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 PasswordTracker[] |
PasswordTrackerUtil.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 = ?. |
PasswordTracker |
PasswordTrackerPersistence.remove(long passwordTrackerId)
Removes the password tracker with the primary key from the database. |
static PasswordTracker |
PasswordTrackerUtil.remove(long passwordTrackerId)
Removes the password tracker with the primary key from the database. |
static PasswordTracker |
PasswordTrackerUtil.update(PasswordTracker passwordTracker)
|
static PasswordTracker |
PasswordTrackerUtil.update(PasswordTracker passwordTracker,
ServiceContext serviceContext)
|
PasswordTracker |
PasswordTrackerPersistence.updateImpl(PasswordTracker passwordTracker)
|
static PasswordTracker |
PasswordTrackerUtil.updateImpl(PasswordTracker passwordTracker)
|
| Methods in com.liferay.portal.service.persistence that return types with arguments of type PasswordTracker | |
|---|---|
Map<Serializable,PasswordTracker> |
PasswordTrackerPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static Map<Serializable,PasswordTracker> |
PasswordTrackerUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<PasswordTracker> |
PasswordTrackerPersistence.findAll()
Returns all the password trackers. |
static List<PasswordTracker> |
PasswordTrackerUtil.findAll()
Returns all the password trackers. |
List<PasswordTracker> |
PasswordTrackerPersistence.findAll(int start,
int end)
Returns a range of all the password trackers. |
static List<PasswordTracker> |
PasswordTrackerUtil.findAll(int start,
int end)
Returns a range of all the password trackers. |
List<PasswordTracker> |
PasswordTrackerPersistence.findAll(int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator)
Returns an ordered range of all the password trackers. |
static List<PasswordTracker> |
PasswordTrackerUtil.findAll(int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator)
Returns an ordered range of all the password trackers. |
List<PasswordTracker> |
PasswordTrackerPersistence.findAll(int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the password trackers. |
static List<PasswordTracker> |
PasswordTrackerUtil.findAll(int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the password trackers. |
List<PasswordTracker> |
PasswordTrackerPersistence.findByUserId(long userId)
Returns all the password trackers where userId = ?. |
static List<PasswordTracker> |
PasswordTrackerUtil.findByUserId(long userId)
Returns all the password trackers where userId = ?. |
List<PasswordTracker> |
PasswordTrackerPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the password trackers where userId = ?. |
static List<PasswordTracker> |
PasswordTrackerUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the password trackers where userId = ?. |
List<PasswordTracker> |
PasswordTrackerPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator)
Returns an ordered range of all the password trackers where userId = ?. |
static List<PasswordTracker> |
PasswordTrackerUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator)
Returns an ordered range of all the password trackers where userId = ?. |
List<PasswordTracker> |
PasswordTrackerPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the password trackers where userId = ?. |
static List<PasswordTracker> |
PasswordTrackerUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the password trackers where userId = ?. |
static List<PasswordTracker> |
PasswordTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<PasswordTracker> |
PasswordTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<PasswordTracker> |
PasswordTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator)
|
| Methods in com.liferay.portal.service.persistence with parameters of type PasswordTracker | |
|---|---|
void |
PasswordTrackerPersistence.cacheResult(PasswordTracker passwordTracker)
Caches the password tracker in the entity cache if it is enabled. |
static void |
PasswordTrackerUtil.cacheResult(PasswordTracker passwordTracker)
Caches the password tracker in the entity cache if it is enabled. |
static void |
PasswordTrackerUtil.clearCache(PasswordTracker passwordTracker)
|
static PasswordTracker |
PasswordTrackerUtil.update(PasswordTracker passwordTracker)
|
static PasswordTracker |
PasswordTrackerUtil.update(PasswordTracker passwordTracker,
ServiceContext serviceContext)
|
PasswordTracker |
PasswordTrackerPersistence.updateImpl(PasswordTracker passwordTracker)
|
static PasswordTracker |
PasswordTrackerUtil.updateImpl(PasswordTracker passwordTracker)
|
| Method parameters in com.liferay.portal.service.persistence with type arguments of type PasswordTracker | |
|---|---|
void |
PasswordTrackerPersistence.cacheResult(List<PasswordTracker> passwordTrackers)
Caches the password trackers in the entity cache if it is enabled. |
static void |
PasswordTrackerUtil.cacheResult(List<PasswordTracker> passwordTrackers)
Caches the password trackers in the entity cache if it is enabled. |
PasswordTracker |
PasswordTrackerPersistence.fetchByUserId_First(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the first password tracker in the ordered set where userId = ?. |
static PasswordTracker |
PasswordTrackerUtil.fetchByUserId_First(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the first password tracker in the ordered set where userId = ?. |
PasswordTracker |
PasswordTrackerPersistence.fetchByUserId_Last(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the last password tracker in the ordered set where userId = ?. |
static PasswordTracker |
PasswordTrackerUtil.fetchByUserId_Last(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the last password tracker in the ordered set where userId = ?. |
List<PasswordTracker> |
PasswordTrackerPersistence.findAll(int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator)
Returns an ordered range of all the password trackers. |
static List<PasswordTracker> |
PasswordTrackerUtil.findAll(int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator)
Returns an ordered range of all the password trackers. |
List<PasswordTracker> |
PasswordTrackerPersistence.findAll(int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the password trackers. |
static List<PasswordTracker> |
PasswordTrackerUtil.findAll(int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the password trackers. |
PasswordTracker |
PasswordTrackerPersistence.findByUserId_First(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the first password tracker in the ordered set where userId = ?. |
static PasswordTracker |
PasswordTrackerUtil.findByUserId_First(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the first password tracker in the ordered set where userId = ?. |
PasswordTracker |
PasswordTrackerPersistence.findByUserId_Last(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the last password tracker in the ordered set where userId = ?. |
static PasswordTracker |
PasswordTrackerUtil.findByUserId_Last(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the last password tracker in the ordered set where userId = ?. |
PasswordTracker[] |
PasswordTrackerPersistence.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 PasswordTracker[] |
PasswordTrackerUtil.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> |
PasswordTrackerPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator)
Returns an ordered range of all the password trackers where userId = ?. |
static List<PasswordTracker> |
PasswordTrackerUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator)
Returns an ordered range of all the password trackers where userId = ?. |
List<PasswordTracker> |
PasswordTrackerPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the password trackers where userId = ?. |
static List<PasswordTracker> |
PasswordTrackerUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the password trackers where userId = ?. |
static List<PasswordTracker> |
PasswordTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator)
|
| Uses of PasswordTracker in com.liferay.portal.service.persistence.impl |
|---|
| Methods in com.liferay.portal.service.persistence.impl that return PasswordTracker | |
|---|---|
PasswordTracker |
PasswordTrackerPersistenceImpl.create(long passwordTrackerId)
Creates a new password tracker with the primary key. |
PasswordTracker |
PasswordTrackerPersistenceImpl.fetchByPrimaryKey(long passwordTrackerId)
Returns the password tracker with the primary key or returns null if it could not be found. |
PasswordTracker |
PasswordTrackerPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the password tracker with the primary key or returns null if it could not be found. |
PasswordTracker |
PasswordTrackerPersistenceImpl.fetchByUserId_First(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the first password tracker in the ordered set where userId = ?. |
PasswordTracker |
PasswordTrackerPersistenceImpl.fetchByUserId_Last(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the last password tracker in the ordered set where userId = ?. |
PasswordTracker |
PasswordTrackerPersistenceImpl.findByPrimaryKey(long passwordTrackerId)
Returns the password tracker with the primary key or throws a NoSuchPasswordTrackerException if it could not be found. |
PasswordTracker |
PasswordTrackerPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the password tracker with the primary key or throws a NoSuchModelException if it could not be found. |
PasswordTracker |
PasswordTrackerPersistenceImpl.findByUserId_First(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the first password tracker in the ordered set where userId = ?. |
PasswordTracker |
PasswordTrackerPersistenceImpl.findByUserId_Last(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the last password tracker in the ordered set where userId = ?. |
PasswordTracker[] |
PasswordTrackerPersistenceImpl.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 = ?. |
protected PasswordTracker |
PasswordTrackerPersistenceImpl.getByUserId_PrevAndNext(Session session,
PasswordTracker passwordTracker,
long userId,
OrderByComparator<PasswordTracker> orderByComparator,
boolean previous)
|
PasswordTracker |
PasswordTrackerPersistenceImpl.remove(long passwordTrackerId)
Removes the password tracker with the primary key from the database. |
PasswordTracker |
PasswordTrackerPersistenceImpl.remove(Serializable primaryKey)
Removes the password tracker with the primary key from the database. |
protected PasswordTracker |
PasswordTrackerPersistenceImpl.removeImpl(PasswordTracker passwordTracker)
|
protected PasswordTracker |
PasswordTrackerPersistenceImpl.toUnwrappedModel(PasswordTracker passwordTracker)
|
PasswordTracker |
PasswordTrackerPersistenceImpl.updateImpl(PasswordTracker passwordTracker)
|
| Methods in com.liferay.portal.service.persistence.impl that return types with arguments of type PasswordTracker | |
|---|---|
Map<Serializable,PasswordTracker> |
PasswordTrackerPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<PasswordTracker> |
PasswordTrackerPersistenceImpl.findAll()
Returns all the password trackers. |
List<PasswordTracker> |
PasswordTrackerPersistenceImpl.findAll(int start,
int end)
Returns a range of all the password trackers. |
List<PasswordTracker> |
PasswordTrackerPersistenceImpl.findAll(int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator)
Returns an ordered range of all the password trackers. |
List<PasswordTracker> |
PasswordTrackerPersistenceImpl.findAll(int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the password trackers. |
List<PasswordTracker> |
PasswordTrackerPersistenceImpl.findByUserId(long userId)
Returns all the password trackers where userId = ?. |
List<PasswordTracker> |
PasswordTrackerPersistenceImpl.findByUserId(long userId,
int start,
int end)
Returns a range of all the password trackers where userId = ?. |
List<PasswordTracker> |
PasswordTrackerPersistenceImpl.findByUserId(long userId,
int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator)
Returns an ordered range of all the password trackers where userId = ?. |
List<PasswordTracker> |
PasswordTrackerPersistenceImpl.findByUserId(long userId,
int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the password trackers where userId = ?. |
| Methods in com.liferay.portal.service.persistence.impl with parameters of type PasswordTracker | |
|---|---|
void |
PasswordTrackerPersistenceImpl.cacheResult(PasswordTracker passwordTracker)
Caches the password tracker in the entity cache if it is enabled. |
void |
PasswordTrackerPersistenceImpl.clearCache(PasswordTracker passwordTracker)
Clears the cache for the password tracker. |
protected PasswordTracker |
PasswordTrackerPersistenceImpl.getByUserId_PrevAndNext(Session session,
PasswordTracker passwordTracker,
long userId,
OrderByComparator<PasswordTracker> orderByComparator,
boolean previous)
|
protected PasswordTracker |
PasswordTrackerPersistenceImpl.removeImpl(PasswordTracker passwordTracker)
|
protected PasswordTracker |
PasswordTrackerPersistenceImpl.toUnwrappedModel(PasswordTracker passwordTracker)
|
PasswordTracker |
PasswordTrackerPersistenceImpl.updateImpl(PasswordTracker passwordTracker)
|
| Method parameters in com.liferay.portal.service.persistence.impl with type arguments of type PasswordTracker | |
|---|---|
void |
PasswordTrackerPersistenceImpl.cacheResult(List<PasswordTracker> passwordTrackers)
Caches the password trackers in the entity cache if it is enabled. |
void |
PasswordTrackerPersistenceImpl.clearCache(List<PasswordTracker> passwordTrackers)
|
PasswordTracker |
PasswordTrackerPersistenceImpl.fetchByUserId_First(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the first password tracker in the ordered set where userId = ?. |
PasswordTracker |
PasswordTrackerPersistenceImpl.fetchByUserId_Last(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the last password tracker in the ordered set where userId = ?. |
List<PasswordTracker> |
PasswordTrackerPersistenceImpl.findAll(int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator)
Returns an ordered range of all the password trackers. |
List<PasswordTracker> |
PasswordTrackerPersistenceImpl.findAll(int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the password trackers. |
PasswordTracker |
PasswordTrackerPersistenceImpl.findByUserId_First(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the first password tracker in the ordered set where userId = ?. |
PasswordTracker |
PasswordTrackerPersistenceImpl.findByUserId_Last(long userId,
OrderByComparator<PasswordTracker> orderByComparator)
Returns the last password tracker in the ordered set where userId = ?. |
PasswordTracker[] |
PasswordTrackerPersistenceImpl.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> |
PasswordTrackerPersistenceImpl.findByUserId(long userId,
int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator)
Returns an ordered range of all the password trackers where userId = ?. |
List<PasswordTracker> |
PasswordTrackerPersistenceImpl.findByUserId(long userId,
int start,
int end,
OrderByComparator<PasswordTracker> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the password trackers where userId = ?. |
protected PasswordTracker |
PasswordTrackerPersistenceImpl.getByUserId_PrevAndNext(Session session,
PasswordTracker passwordTracker,
long userId,
OrderByComparator<PasswordTracker> orderByComparator,
boolean previous)
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||