|
Liferay 6.2.0-ce-m5 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TrashVersion | |
|---|---|
| com.liferay.portlet.trash.model | |
| com.liferay.portlet.trash.service | |
| com.liferay.portlet.trash.service.persistence | |
| 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. As of 6.1.0, replaced by 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.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.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. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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. |
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. |
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)
|
| 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. |
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. |
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. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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. |
static void |
TrashVersionUtil.clearCache(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)
|
| 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. |
|
Liferay 6.2.0-ce-m5 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||