|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of TrashVersion in com.liferay.portlet.trash.model |
|---|
| Classes in com.liferay.portlet.trash.model that implement TrashVersion | |
|---|---|
class |
TrashVersionWrapper
This class is a wrapper for TrashVersion. |
| Methods in com.liferay.portlet.trash.model that return TrashVersion | |
|---|---|
TrashVersion |
TrashVersionWrapper.getWrappedModel()
|
TrashVersion |
TrashVersionWrapper.getWrappedTrashVersion()
Deprecated. Renamed to TrashVersionWrapper.getWrappedModel() |
TrashVersion |
TrashVersionWrapper.toEscapedModel()
|
TrashVersion |
TrashVersionModel.toEscapedModel()
|
TrashVersion |
TrashVersionWrapper.toUnescapedModel()
|
TrashVersion |
TrashVersionModel.toUnescapedModel()
|
| Methods in com.liferay.portlet.trash.model that return types with arguments of type TrashVersion | |
|---|---|
CacheModel<TrashVersion> |
TrashVersionWrapper.toCacheModel()
|
CacheModel<TrashVersion> |
TrashVersionModel.toCacheModel()
|
| Methods in com.liferay.portlet.trash.model with parameters of type TrashVersion | |
|---|---|
int |
TrashVersionWrapper.compareTo(TrashVersion trashVersion)
|
int |
TrashVersionModel.compareTo(TrashVersion trashVersion)
|
static TrashVersionSoap |
TrashVersionSoap.toSoapModel(TrashVersion model)
|
static TrashVersionSoap[] |
TrashVersionSoap.toSoapModels(TrashVersion[] models)
|
static TrashVersionSoap[][] |
TrashVersionSoap.toSoapModels(TrashVersion[][] models)
|
| Method parameters in com.liferay.portlet.trash.model with type arguments of type TrashVersion | |
|---|---|
static TrashVersionSoap[] |
TrashVersionSoap.toSoapModels(List<TrashVersion> models)
|
| Constructors in com.liferay.portlet.trash.model with parameters of type TrashVersion | |
|---|---|
TrashVersionWrapper(TrashVersion trashVersion)
|
|
| Uses of TrashVersion in com.liferay.portlet.trash.model.impl |
|---|
| Classes in com.liferay.portlet.trash.model.impl that implement TrashVersion | |
|---|---|
class |
TrashVersionBaseImpl
The extended model base implementation for the TrashVersion service. |
class |
TrashVersionImpl
|
| Methods in com.liferay.portlet.trash.model.impl that return TrashVersion | |
|---|---|
TrashVersion |
TrashVersionCacheModel.toEntityModel()
|
TrashVersion |
TrashVersionModelImpl.toEscapedModel()
|
| Methods in com.liferay.portlet.trash.model.impl that return types with arguments of type TrashVersion | |
|---|---|
CacheModel<TrashVersion> |
TrashVersionModelImpl.toCacheModel()
|
| Methods in com.liferay.portlet.trash.model.impl with parameters of type TrashVersion | |
|---|---|
int |
TrashVersionModelImpl.compareTo(TrashVersion trashVersion)
|
| Uses of TrashVersion in com.liferay.portlet.trash.service |
|---|
| Methods in com.liferay.portlet.trash.service that return types with arguments of type TrashVersion | |
|---|---|
List<TrashVersion> |
TrashEntryLocalServiceWrapper.getVersions(long entryId)
Returns all the trash versions associated with the trash entry. |
static List<TrashVersion> |
TrashEntryLocalServiceUtil.getVersions(long entryId)
Returns all the trash versions associated with the trash entry. |
List<TrashVersion> |
TrashEntryLocalService.getVersions(long entryId)
Returns all the trash versions associated with the trash entry. |
List<TrashVersion> |
TrashEntryLocalServiceWrapper.getVersions(String className,
long classPK)
Returns all the trash versions associated with the trash entry. |
static List<TrashVersion> |
TrashEntryLocalServiceUtil.getVersions(String className,
long classPK)
Returns all the trash versions associated with the trash entry. |
List<TrashVersion> |
TrashEntryLocalService.getVersions(String className,
long classPK)
Returns all the trash versions associated with the trash entry. |
| Uses of TrashVersion in com.liferay.portlet.trash.service.impl |
|---|
| Methods in com.liferay.portlet.trash.service.impl that return types with arguments of type TrashVersion | |
|---|---|
List<TrashVersion> |
TrashEntryLocalServiceImpl.getVersions(long entryId)
Returns all the trash versions associated with the trash entry. |
List<TrashVersion> |
TrashEntryLocalServiceImpl.getVersions(String className,
long classPK)
Returns all the trash versions associated with the trash entry. |
| Uses of TrashVersion in com.liferay.portlet.trash.service.persistence |
|---|
| Methods in com.liferay.portlet.trash.service.persistence that return TrashVersion | |
|---|---|
static TrashVersion |
TrashVersionUtil.create(long versionId)
Creates a new trash version with the primary key. |
TrashVersion |
TrashVersionPersistence.create(long versionId)
Creates a new trash version with the primary key. |
TrashVersion |
TrashVersionPersistenceImpl.create(long versionId)
Creates a new trash version with the primary key. |
static TrashVersion |
TrashVersionUtil.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first trash version in the ordered set where classNameId = ? and classPK = ?. |
TrashVersion |
TrashVersionPersistence.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first trash version in the ordered set where classNameId = ? and classPK = ?. |
TrashVersion |
TrashVersionPersistenceImpl.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first trash version in the ordered set where classNameId = ? and classPK = ?. |
static TrashVersion |
TrashVersionUtil.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last trash version in the ordered set where classNameId = ? and classPK = ?. |
TrashVersion |
TrashVersionPersistence.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last trash version in the ordered set where classNameId = ? and classPK = ?. |
TrashVersion |
TrashVersionPersistenceImpl.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last trash version in the ordered set where classNameId = ? and classPK = ?. |
static TrashVersion |
TrashVersionUtil.fetchByEntryId_First(long entryId,
OrderByComparator orderByComparator)
Returns the first trash version in the ordered set where entryId = ?. |
TrashVersion |
TrashVersionPersistence.fetchByEntryId_First(long entryId,
OrderByComparator orderByComparator)
Returns the first trash version in the ordered set where entryId = ?. |
TrashVersion |
TrashVersionPersistenceImpl.fetchByEntryId_First(long entryId,
OrderByComparator orderByComparator)
Returns the first trash version in the ordered set where entryId = ?. |
static TrashVersion |
TrashVersionUtil.fetchByEntryId_Last(long entryId,
OrderByComparator orderByComparator)
Returns the last trash version in the ordered set where entryId = ?. |
TrashVersion |
TrashVersionPersistence.fetchByEntryId_Last(long entryId,
OrderByComparator orderByComparator)
Returns the last trash version in the ordered set where entryId = ?. |
TrashVersion |
TrashVersionPersistenceImpl.fetchByEntryId_Last(long entryId,
OrderByComparator orderByComparator)
Returns the last trash version in the ordered set where entryId = ?. |
static TrashVersion |
TrashVersionUtil.fetchByPrimaryKey(long versionId)
Returns the trash version with the primary key or returns null if it could not be found. |
TrashVersion |
TrashVersionPersistence.fetchByPrimaryKey(long versionId)
Returns the trash version with the primary key or returns null if it could not be found. |
TrashVersion |
TrashVersionPersistenceImpl.fetchByPrimaryKey(long versionId)
Returns the trash version with the primary key or returns null if it could not be found. |
TrashVersion |
TrashVersionPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the trash version with the primary key or returns null if it could not be found. |
static TrashVersion |
TrashVersionUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first trash version in the ordered set where classNameId = ? and classPK = ?. |
TrashVersion |
TrashVersionPersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first trash version in the ordered set where classNameId = ? and classPK = ?. |
TrashVersion |
TrashVersionPersistenceImpl.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first trash version in the ordered set where classNameId = ? and classPK = ?. |
static TrashVersion |
TrashVersionUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last trash version in the ordered set where classNameId = ? and classPK = ?. |
TrashVersion |
TrashVersionPersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last trash version in the ordered set where classNameId = ? and classPK = ?. |
TrashVersion |
TrashVersionPersistenceImpl.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last trash version in the ordered set where classNameId = ? and classPK = ?. |
static TrashVersion[] |
TrashVersionUtil.findByC_C_PrevAndNext(long versionId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the trash versions before and after the current trash version in the ordered set where classNameId = ? and classPK = ?. |
TrashVersion[] |
TrashVersionPersistence.findByC_C_PrevAndNext(long versionId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the trash versions before and after the current trash version in the ordered set where classNameId = ? and classPK = ?. |
TrashVersion[] |
TrashVersionPersistenceImpl.findByC_C_PrevAndNext(long versionId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the trash versions before and after the current trash version in the ordered set where classNameId = ? and classPK = ?. |
static TrashVersion |
TrashVersionUtil.findByEntryId_First(long entryId,
OrderByComparator orderByComparator)
Returns the first trash version in the ordered set where entryId = ?. |
TrashVersion |
TrashVersionPersistence.findByEntryId_First(long entryId,
OrderByComparator orderByComparator)
Returns the first trash version in the ordered set where entryId = ?. |
TrashVersion |
TrashVersionPersistenceImpl.findByEntryId_First(long entryId,
OrderByComparator orderByComparator)
Returns the first trash version in the ordered set where entryId = ?. |
static TrashVersion |
TrashVersionUtil.findByEntryId_Last(long entryId,
OrderByComparator orderByComparator)
Returns the last trash version in the ordered set where entryId = ?. |
TrashVersion |
TrashVersionPersistence.findByEntryId_Last(long entryId,
OrderByComparator orderByComparator)
Returns the last trash version in the ordered set where entryId = ?. |
TrashVersion |
TrashVersionPersistenceImpl.findByEntryId_Last(long entryId,
OrderByComparator orderByComparator)
Returns the last trash version in the ordered set where entryId = ?. |
static TrashVersion[] |
TrashVersionUtil.findByEntryId_PrevAndNext(long versionId,
long entryId,
OrderByComparator orderByComparator)
Returns the trash versions before and after the current trash version in the ordered set where entryId = ?. |
TrashVersion[] |
TrashVersionPersistence.findByEntryId_PrevAndNext(long versionId,
long entryId,
OrderByComparator orderByComparator)
Returns the trash versions before and after the current trash version in the ordered set where entryId = ?. |
TrashVersion[] |
TrashVersionPersistenceImpl.findByEntryId_PrevAndNext(long versionId,
long entryId,
OrderByComparator orderByComparator)
Returns the trash versions before and after the current trash version in the ordered set where entryId = ?. |
static TrashVersion |
TrashVersionUtil.findByPrimaryKey(long versionId)
Returns the trash version with the primary key or throws a NoSuchVersionException if it could not be found. |
TrashVersion |
TrashVersionPersistence.findByPrimaryKey(long versionId)
Returns the trash version with the primary key or throws a NoSuchVersionException if it could not be found. |
TrashVersion |
TrashVersionPersistenceImpl.findByPrimaryKey(long versionId)
Returns the trash version with the primary key or throws a NoSuchVersionException if it could not be found. |
TrashVersion |
TrashVersionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the trash version with the primary key or throws a NoSuchModelException if it could not be found. |
protected TrashVersion |
TrashVersionPersistenceImpl.getByC_C_PrevAndNext(Session session,
TrashVersion trashVersion,
long classNameId,
long classPK,
OrderByComparator orderByComparator,
boolean previous)
|
protected TrashVersion |
TrashVersionPersistenceImpl.getByEntryId_PrevAndNext(Session session,
TrashVersion trashVersion,
long entryId,
OrderByComparator orderByComparator,
boolean previous)
|
static TrashVersion |
TrashVersionUtil.remove(long versionId)
Removes the trash version with the primary key from the database. |
TrashVersion |
TrashVersionPersistence.remove(long versionId)
Removes the trash version with the primary key from the database. |
TrashVersion |
TrashVersionPersistenceImpl.remove(long versionId)
Removes the trash version with the primary key from the database. |
TrashVersion |
TrashVersionPersistenceImpl.remove(Serializable primaryKey)
Removes the trash version with the primary key from the database. |
protected TrashVersion |
TrashVersionPersistenceImpl.removeImpl(TrashVersion trashVersion)
|
protected TrashVersion |
TrashVersionPersistenceImpl.toUnwrappedModel(TrashVersion trashVersion)
|
static TrashVersion |
TrashVersionUtil.update(TrashVersion trashVersion)
|
static TrashVersion |
TrashVersionUtil.update(TrashVersion trashVersion,
ServiceContext serviceContext)
|
static TrashVersion |
TrashVersionUtil.updateImpl(TrashVersion trashVersion)
|
TrashVersion |
TrashVersionPersistence.updateImpl(TrashVersion trashVersion)
|
TrashVersion |
TrashVersionPersistenceImpl.updateImpl(TrashVersion trashVersion)
|
| Methods in com.liferay.portlet.trash.service.persistence that return types with arguments of type TrashVersion | |
|---|---|
static List<TrashVersion> |
TrashVersionUtil.findAll()
Returns all the trash versions. |
List<TrashVersion> |
TrashVersionPersistence.findAll()
Returns all the trash versions. |
List<TrashVersion> |
TrashVersionPersistenceImpl.findAll()
Returns all the trash versions. |
static List<TrashVersion> |
TrashVersionUtil.findAll(int start,
int end)
Returns a range of all the trash versions. |
List<TrashVersion> |
TrashVersionPersistence.findAll(int start,
int end)
Returns a range of all the trash versions. |
List<TrashVersion> |
TrashVersionPersistenceImpl.findAll(int start,
int end)
Returns a range of all the trash versions. |
static List<TrashVersion> |
TrashVersionUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the trash versions. |
List<TrashVersion> |
TrashVersionPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the trash versions. |
List<TrashVersion> |
TrashVersionPersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the trash versions. |
static List<TrashVersion> |
TrashVersionUtil.findByC_C(long classNameId,
long classPK)
Returns all the trash versions where classNameId = ? and classPK = ?. |
List<TrashVersion> |
TrashVersionPersistence.findByC_C(long classNameId,
long classPK)
Returns all the trash versions where classNameId = ? and classPK = ?. |
List<TrashVersion> |
TrashVersionPersistenceImpl.findByC_C(long classNameId,
long classPK)
Returns all the trash versions where classNameId = ? and classPK = ?. |
static List<TrashVersion> |
TrashVersionUtil.findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the trash versions where classNameId = ? and classPK = ?. |
List<TrashVersion> |
TrashVersionPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the trash versions where classNameId = ? and classPK = ?. |
List<TrashVersion> |
TrashVersionPersistenceImpl.findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the trash versions where classNameId = ? and classPK = ?. |
static List<TrashVersion> |
TrashVersionUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the trash versions where classNameId = ? and classPK = ?. |
List<TrashVersion> |
TrashVersionPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the trash versions where classNameId = ? and classPK = ?. |
List<TrashVersion> |
TrashVersionPersistenceImpl.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the trash versions where classNameId = ? and classPK = ?. |
static List<TrashVersion> |
TrashVersionUtil.findByEntryId(long entryId)
Returns all the trash versions where entryId = ?. |
List<TrashVersion> |
TrashVersionPersistence.findByEntryId(long entryId)
Returns all the trash versions where entryId = ?. |
List<TrashVersion> |
TrashVersionPersistenceImpl.findByEntryId(long entryId)
Returns all the trash versions where entryId = ?. |
static List<TrashVersion> |
TrashVersionUtil.findByEntryId(long entryId,
int start,
int end)
Returns a range of all the trash versions where entryId = ?. |
List<TrashVersion> |
TrashVersionPersistence.findByEntryId(long entryId,
int start,
int end)
Returns a range of all the trash versions where entryId = ?. |
List<TrashVersion> |
TrashVersionPersistenceImpl.findByEntryId(long entryId,
int start,
int end)
Returns a range of all the trash versions where entryId = ?. |
static List<TrashVersion> |
TrashVersionUtil.findByEntryId(long entryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the trash versions where entryId = ?. |
List<TrashVersion> |
TrashVersionPersistence.findByEntryId(long entryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the trash versions where entryId = ?. |
List<TrashVersion> |
TrashVersionPersistenceImpl.findByEntryId(long entryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the trash versions where entryId = ?. |
static List<TrashVersion> |
TrashVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<TrashVersion> |
TrashVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<TrashVersion> |
TrashVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
| Methods in com.liferay.portlet.trash.service.persistence with parameters of type TrashVersion | |
|---|---|
static void |
TrashVersionUtil.cacheResult(TrashVersion trashVersion)
Caches the trash version in the entity cache if it is enabled. |
void |
TrashVersionPersistence.cacheResult(TrashVersion trashVersion)
Caches the trash version in the entity cache if it is enabled. |
void |
TrashVersionPersistenceImpl.cacheResult(TrashVersion trashVersion)
Caches the trash version in the entity cache if it is enabled. |
static void |
TrashVersionUtil.clearCache(TrashVersion trashVersion)
|
void |
TrashVersionPersistenceImpl.clearCache(TrashVersion trashVersion)
Clears the cache for the trash version. |
protected TrashVersion |
TrashVersionPersistenceImpl.getByC_C_PrevAndNext(Session session,
TrashVersion trashVersion,
long classNameId,
long classPK,
OrderByComparator orderByComparator,
boolean previous)
|
protected TrashVersion |
TrashVersionPersistenceImpl.getByEntryId_PrevAndNext(Session session,
TrashVersion trashVersion,
long entryId,
OrderByComparator orderByComparator,
boolean previous)
|
protected TrashVersion |
TrashVersionPersistenceImpl.removeImpl(TrashVersion trashVersion)
|
protected TrashVersion |
TrashVersionPersistenceImpl.toUnwrappedModel(TrashVersion trashVersion)
|
static TrashVersion |
TrashVersionUtil.update(TrashVersion trashVersion)
|
static TrashVersion |
TrashVersionUtil.update(TrashVersion trashVersion,
ServiceContext serviceContext)
|
static TrashVersion |
TrashVersionUtil.updateImpl(TrashVersion trashVersion)
|
TrashVersion |
TrashVersionPersistence.updateImpl(TrashVersion trashVersion)
|
TrashVersion |
TrashVersionPersistenceImpl.updateImpl(TrashVersion trashVersion)
|
| Method parameters in com.liferay.portlet.trash.service.persistence with type arguments of type TrashVersion | |
|---|---|
static void |
TrashVersionUtil.cacheResult(List<TrashVersion> trashVersions)
Caches the trash versions in the entity cache if it is enabled. |
void |
TrashVersionPersistence.cacheResult(List<TrashVersion> trashVersions)
Caches the trash versions in the entity cache if it is enabled. |
void |
TrashVersionPersistenceImpl.cacheResult(List<TrashVersion> trashVersions)
Caches the trash versions in the entity cache if it is enabled. |
void |
TrashVersionPersistenceImpl.clearCache(List<TrashVersion> trashVersions)
|
|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||