Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portlet.trash.model.TrashVersion

Packages that use TrashVersion
com.liferay.portlet.trash.model   
com.liferay.portlet.trash.model.impl   
com.liferay.portlet.trash.service   
com.liferay.portlet.trash.service.base   
com.liferay.portlet.trash.service.impl   
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 TrashVersionModel.toEscapedModel()
           
 TrashVersion TrashVersionWrapper.toEscapedModel()
           
 TrashVersion TrashVersionModel.toUnescapedModel()
           
 TrashVersion TrashVersionWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.trash.model that return types with arguments of type TrashVersion
 CacheModel<TrashVersion> TrashVersionModel.toCacheModel()
           
 CacheModel<TrashVersion> TrashVersionWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.trash.model with parameters of type TrashVersion
 int TrashVersionModel.compareTo(TrashVersion trashVersion)
           
 int TrashVersionWrapper.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 TrashVersion
 TrashVersion TrashVersionLocalServiceWrapper.addTrashVersion(TrashVersion trashVersion)
          Adds the trash version to the database.
 TrashVersion TrashVersionLocalService.addTrashVersion(TrashVersion trashVersion)
          Adds the trash version to the database.
static TrashVersion TrashVersionLocalServiceUtil.addTrashVersion(TrashVersion trashVersion)
          Adds the trash version to the database.
 TrashVersion TrashVersionLocalServiceWrapper.createTrashVersion(long versionId)
          Creates a new trash version with the primary key.
 TrashVersion TrashVersionLocalService.createTrashVersion(long versionId)
          Creates a new trash version with the primary key.
static TrashVersion TrashVersionLocalServiceUtil.createTrashVersion(long versionId)
          Creates a new trash version with the primary key.
 TrashVersion TrashVersionLocalServiceWrapper.deleteTrashVersion(long versionId)
          Deletes the trash version with the primary key from the database.
 TrashVersion TrashVersionLocalService.deleteTrashVersion(long versionId)
          Deletes the trash version with the primary key from the database.
static TrashVersion TrashVersionLocalServiceUtil.deleteTrashVersion(long versionId)
          Deletes the trash version with the primary key from the database.
 TrashVersion TrashVersionLocalServiceWrapper.deleteTrashVersion(long entryId, String className, long classPK)
           
 TrashVersion TrashVersionLocalService.deleteTrashVersion(long entryId, String className, long classPK)
           
static TrashVersion TrashVersionLocalServiceUtil.deleteTrashVersion(long entryId, String className, long classPK)
           
 TrashVersion TrashVersionLocalServiceWrapper.deleteTrashVersion(TrashVersion trashVersion)
          Deletes the trash version from the database.
 TrashVersion TrashVersionLocalService.deleteTrashVersion(TrashVersion trashVersion)
          Deletes the trash version from the database.
static TrashVersion TrashVersionLocalServiceUtil.deleteTrashVersion(TrashVersion trashVersion)
          Deletes the trash version from the database.
 TrashVersion TrashVersionLocalServiceWrapper.fetchTrashVersion(long versionId)
           
 TrashVersion TrashVersionLocalService.fetchTrashVersion(long versionId)
           
static TrashVersion TrashVersionLocalServiceUtil.fetchTrashVersion(long versionId)
           
 TrashVersion TrashVersionLocalServiceWrapper.fetchVersion(long entryId, String className, long classPK)
           
 TrashVersion TrashVersionLocalService.fetchVersion(long entryId, String className, long classPK)
           
static TrashVersion TrashVersionLocalServiceUtil.fetchVersion(long entryId, String className, long classPK)
           
 TrashVersion TrashVersionLocalServiceWrapper.getTrashVersion(long versionId)
          Returns the trash version with the primary key.
 TrashVersion TrashVersionLocalService.getTrashVersion(long versionId)
          Returns the trash version with the primary key.
static TrashVersion TrashVersionLocalServiceUtil.getTrashVersion(long versionId)
          Returns the trash version with the primary key.
 TrashVersion TrashVersionLocalServiceWrapper.updateTrashVersion(TrashVersion trashVersion)
          Updates the trash version in the database or adds it if it does not yet exist.
 TrashVersion TrashVersionLocalService.updateTrashVersion(TrashVersion trashVersion)
          Updates the trash version in the database or adds it if it does not yet exist.
static TrashVersion TrashVersionLocalServiceUtil.updateTrashVersion(TrashVersion trashVersion)
          Updates the trash version in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.trash.service that return types with arguments of type TrashVersion
 List<TrashVersion> TrashVersionLocalServiceWrapper.getTrashVersions(int start, int end)
          Returns a range of all the trash versions.
 List<TrashVersion> TrashVersionLocalService.getTrashVersions(int start, int end)
          Returns a range of all the trash versions.
static List<TrashVersion> TrashVersionLocalServiceUtil.getTrashVersions(int start, int end)
          Returns a range of all the trash versions.
 List<TrashVersion> TrashVersionLocalServiceWrapper.getVersions(long entryId)
           
 List<TrashVersion> TrashVersionLocalService.getVersions(long entryId)
           
static List<TrashVersion> TrashVersionLocalServiceUtil.getVersions(long entryId)
           
 List<TrashVersion> TrashVersionLocalServiceWrapper.getVersions(long entryId, String className)
           
 List<TrashVersion> TrashVersionLocalService.getVersions(long entryId, String className)
           
static List<TrashVersion> TrashVersionLocalServiceUtil.getVersions(long entryId, String className)
           
 List<TrashVersion> TrashVersionLocalServiceWrapper.getVersions(String className, long classPK)
          Returns all the trash versions associated with the trash entry.
 List<TrashVersion> TrashVersionLocalService.getVersions(String className, long classPK)
          Returns all the trash versions associated with the trash entry.
static List<TrashVersion> TrashVersionLocalServiceUtil.getVersions(String className, long classPK)
          Returns all the trash versions associated with the trash entry.
 

Methods in com.liferay.portlet.trash.service with parameters of type TrashVersion
 TrashVersion TrashVersionLocalServiceWrapper.addTrashVersion(TrashVersion trashVersion)
          Adds the trash version to the database.
 TrashVersion TrashVersionLocalService.addTrashVersion(TrashVersion trashVersion)
          Adds the trash version to the database.
static TrashVersion TrashVersionLocalServiceUtil.addTrashVersion(TrashVersion trashVersion)
          Adds the trash version to the database.
 TrashVersion TrashVersionLocalServiceWrapper.deleteTrashVersion(TrashVersion trashVersion)
          Deletes the trash version from the database.
 TrashVersion TrashVersionLocalService.deleteTrashVersion(TrashVersion trashVersion)
          Deletes the trash version from the database.
static TrashVersion TrashVersionLocalServiceUtil.deleteTrashVersion(TrashVersion trashVersion)
          Deletes the trash version from the database.
 TrashVersion TrashVersionLocalServiceWrapper.updateTrashVersion(TrashVersion trashVersion)
          Updates the trash version in the database or adds it if it does not yet exist.
 TrashVersion TrashVersionLocalService.updateTrashVersion(TrashVersion trashVersion)
          Updates the trash version in the database or adds it if it does not yet exist.
static TrashVersion TrashVersionLocalServiceUtil.updateTrashVersion(TrashVersion trashVersion)
          Updates the trash version in the database or adds it if it does not yet exist.
 

Uses of TrashVersion in com.liferay.portlet.trash.service.base
 

Methods in com.liferay.portlet.trash.service.base that return TrashVersion
 TrashVersion TrashVersionLocalServiceBaseImpl.addTrashVersion(TrashVersion trashVersion)
          Adds the trash version to the database.
 TrashVersion TrashVersionLocalServiceBaseImpl.createTrashVersion(long versionId)
          Creates a new trash version with the primary key.
 TrashVersion TrashVersionLocalServiceBaseImpl.deleteTrashVersion(long versionId)
          Deletes the trash version with the primary key from the database.
 TrashVersion TrashVersionLocalServiceBaseImpl.deleteTrashVersion(TrashVersion trashVersion)
          Deletes the trash version from the database.
 TrashVersion TrashVersionLocalServiceBaseImpl.fetchTrashVersion(long versionId)
           
 TrashVersion TrashVersionLocalServiceBaseImpl.getTrashVersion(long versionId)
          Returns the trash version with the primary key.
 TrashVersion TrashVersionLocalServiceBaseImpl.updateTrashVersion(TrashVersion trashVersion)
          Updates the trash version in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.trash.service.base that return types with arguments of type TrashVersion
 List<TrashVersion> TrashVersionLocalServiceBaseImpl.getTrashVersions(int start, int end)
          Returns a range of all the trash versions.
 

Methods in com.liferay.portlet.trash.service.base with parameters of type TrashVersion
 TrashVersion TrashVersionLocalServiceBaseImpl.addTrashVersion(TrashVersion trashVersion)
          Adds the trash version to the database.
 TrashVersion TrashVersionLocalServiceBaseImpl.deleteTrashVersion(TrashVersion trashVersion)
          Deletes the trash version from the database.
 TrashVersion TrashVersionLocalServiceBaseImpl.updateTrashVersion(TrashVersion trashVersion)
          Updates the trash version in the database or adds it if it does not yet exist.
 

Uses of TrashVersion in com.liferay.portlet.trash.service.impl
 

Methods in com.liferay.portlet.trash.service.impl that return TrashVersion
 TrashVersion TrashVersionLocalServiceImpl.deleteTrashVersion(long entryId, String className, long classPK)
           
 TrashVersion TrashVersionLocalServiceImpl.fetchVersion(long entryId, String className, long classPK)
           
 

Methods in com.liferay.portlet.trash.service.impl that return types with arguments of type TrashVersion
 List<TrashVersion> TrashVersionLocalServiceImpl.getVersions(long entryId)
           
 List<TrashVersion> TrashVersionLocalServiceImpl.getVersions(long entryId, String className)
           
 List<TrashVersion> TrashVersionLocalServiceImpl.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
 TrashVersion TrashVersionPersistence.create(long versionId)
          Creates a new trash version with the primary key.
static TrashVersion TrashVersionUtil.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.
 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_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 = ?.
 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.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 = ?.
 TrashVersion TrashVersionPersistence.fetchByE_C_C(long entryId, long classNameId, long classPK)
          Returns the trash version where entryId = ? and classNameId = ? and classPK = ? or returns null if it could not be found.
static TrashVersion TrashVersionUtil.fetchByE_C_C(long entryId, long classNameId, long classPK)
          Returns the trash version where entryId = ? and classNameId = ? and classPK = ? or returns null if it could not be found.
 TrashVersion TrashVersionPersistenceImpl.fetchByE_C_C(long entryId, long classNameId, long classPK)
          Returns the trash version where entryId = ? and classNameId = ? and classPK = ? or returns null if it could not be found.
 TrashVersion TrashVersionPersistence.fetchByE_C_C(long entryId, long classNameId, long classPK, boolean retrieveFromCache)
          Returns the trash version where entryId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
static TrashVersion TrashVersionUtil.fetchByE_C_C(long entryId, long classNameId, long classPK, boolean retrieveFromCache)
          Returns the trash version where entryId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 TrashVersion TrashVersionPersistenceImpl.fetchByE_C_C(long entryId, long classNameId, long classPK, boolean retrieveFromCache)
          Returns the trash version where entryId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 TrashVersion TrashVersionPersistence.fetchByE_C_First(long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the first trash version in the ordered set where entryId = ? and classNameId = ?.
static TrashVersion TrashVersionUtil.fetchByE_C_First(long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the first trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion TrashVersionPersistenceImpl.fetchByE_C_First(long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the first trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion TrashVersionPersistence.fetchByE_C_Last(long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the last trash version in the ordered set where entryId = ? and classNameId = ?.
static TrashVersion TrashVersionUtil.fetchByE_C_Last(long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the last trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion TrashVersionPersistenceImpl.fetchByE_C_Last(long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the last trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion TrashVersionPersistence.fetchByEntryId_First(long entryId, OrderByComparator orderByComparator)
          Returns the first trash version in the ordered set where entryId = ?.
static TrashVersion TrashVersionUtil.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 = ?.
 TrashVersion TrashVersionPersistence.fetchByEntryId_Last(long entryId, OrderByComparator orderByComparator)
          Returns the last 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 TrashVersionPersistenceImpl.fetchByEntryId_Last(long entryId, OrderByComparator orderByComparator)
          Returns the last trash version in the ordered set where entryId = ?.
 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.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.
 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_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 = ?.
 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_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 = ?.
 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.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 = ?.
 TrashVersion TrashVersionPersistence.findByE_C_C(long entryId, long classNameId, long classPK)
          Returns the trash version where entryId = ? and classNameId = ? and classPK = ? or throws a NoSuchVersionException if it could not be found.
static TrashVersion TrashVersionUtil.findByE_C_C(long entryId, long classNameId, long classPK)
          Returns the trash version where entryId = ? and classNameId = ? and classPK = ? or throws a NoSuchVersionException if it could not be found.
 TrashVersion TrashVersionPersistenceImpl.findByE_C_C(long entryId, long classNameId, long classPK)
          Returns the trash version where entryId = ? and classNameId = ? and classPK = ? or throws a NoSuchVersionException if it could not be found.
 TrashVersion TrashVersionPersistence.findByE_C_First(long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the first trash version in the ordered set where entryId = ? and classNameId = ?.
static TrashVersion TrashVersionUtil.findByE_C_First(long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the first trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion TrashVersionPersistenceImpl.findByE_C_First(long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the first trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion TrashVersionPersistence.findByE_C_Last(long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the last trash version in the ordered set where entryId = ? and classNameId = ?.
static TrashVersion TrashVersionUtil.findByE_C_Last(long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the last trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion TrashVersionPersistenceImpl.findByE_C_Last(long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the last trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion[] TrashVersionPersistence.findByE_C_PrevAndNext(long versionId, long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the trash versions before and after the current trash version in the ordered set where entryId = ? and classNameId = ?.
static TrashVersion[] TrashVersionUtil.findByE_C_PrevAndNext(long versionId, long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the trash versions before and after the current trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion[] TrashVersionPersistenceImpl.findByE_C_PrevAndNext(long versionId, long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the trash versions before and after the current trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion TrashVersionPersistence.findByEntryId_First(long entryId, OrderByComparator orderByComparator)
          Returns the first trash version in the ordered set where entryId = ?.
static TrashVersion TrashVersionUtil.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 = ?.
 TrashVersion TrashVersionPersistence.findByEntryId_Last(long entryId, OrderByComparator orderByComparator)
          Returns the last 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 TrashVersionPersistenceImpl.findByEntryId_Last(long entryId, OrderByComparator orderByComparator)
          Returns the last 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.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 = ?.
 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.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.getByE_C_PrevAndNext(Session session, TrashVersion trashVersion, long entryId, long classNameId, OrderByComparator orderByComparator, boolean previous)
           
protected  TrashVersion TrashVersionPersistenceImpl.getByEntryId_PrevAndNext(Session session, TrashVersion trashVersion, long entryId, OrderByComparator orderByComparator, boolean previous)
           
 TrashVersion TrashVersionPersistence.remove(long versionId)
          Removes the trash version with the primary key from the database.
static TrashVersion TrashVersionUtil.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.
 TrashVersion TrashVersionPersistence.removeByE_C_C(long entryId, long classNameId, long classPK)
          Removes the trash version where entryId = ? and classNameId = ? and classPK = ? from the database.
static TrashVersion TrashVersionUtil.removeByE_C_C(long entryId, long classNameId, long classPK)
          Removes the trash version where entryId = ? and classNameId = ? and classPK = ? from the database.
 TrashVersion TrashVersionPersistenceImpl.removeByE_C_C(long entryId, long classNameId, long classPK)
          Removes the trash version where entryId = ? and classNameId = ? and classPK = ? 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)
           
 TrashVersion TrashVersionPersistence.updateImpl(TrashVersion trashVersion)
           
static TrashVersion TrashVersionUtil.updateImpl(TrashVersion trashVersion)
           
 TrashVersion TrashVersionPersistenceImpl.updateImpl(TrashVersion trashVersion)
           
 

Methods in com.liferay.portlet.trash.service.persistence that return types with arguments of type TrashVersion
 List<TrashVersion> TrashVersionPersistence.findAll()
          Returns all the trash versions.
static List<TrashVersion> TrashVersionUtil.findAll()
          Returns all the trash versions.
 List<TrashVersion> TrashVersionPersistenceImpl.findAll()
          Returns 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)
          Returns a range of all the trash versions.
 List<TrashVersion> TrashVersionPersistenceImpl.findAll(int start, int end)
          Returns a 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.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.
 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)
          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 = ?.
 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)
          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 = ?.
 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.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 = ?.
 List<TrashVersion> TrashVersionPersistence.findByE_C(long entryId, long classNameId)
          Returns all the trash versions where entryId = ? and classNameId = ?.
static List<TrashVersion> TrashVersionUtil.findByE_C(long entryId, long classNameId)
          Returns all the trash versions where entryId = ? and classNameId = ?.
 List<TrashVersion> TrashVersionPersistenceImpl.findByE_C(long entryId, long classNameId)
          Returns all the trash versions where entryId = ? and classNameId = ?.
 List<TrashVersion> TrashVersionPersistence.findByE_C(long entryId, long classNameId, int start, int end)
          Returns a range of all the trash versions where entryId = ? and classNameId = ?.
static List<TrashVersion> TrashVersionUtil.findByE_C(long entryId, long classNameId, int start, int end)
          Returns a range of all the trash versions where entryId = ? and classNameId = ?.
 List<TrashVersion> TrashVersionPersistenceImpl.findByE_C(long entryId, long classNameId, int start, int end)
          Returns a range of all the trash versions where entryId = ? and classNameId = ?.
 List<TrashVersion> TrashVersionPersistence.findByE_C(long entryId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the trash versions where entryId = ? and classNameId = ?.
static List<TrashVersion> TrashVersionUtil.findByE_C(long entryId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the trash versions where entryId = ? and classNameId = ?.
 List<TrashVersion> TrashVersionPersistenceImpl.findByE_C(long entryId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the trash versions where entryId = ? and classNameId = ?.
 List<TrashVersion> TrashVersionPersistence.findByEntryId(long entryId)
          Returns all the trash versions where entryId = ?.
static List<TrashVersion> TrashVersionUtil.findByEntryId(long entryId)
          Returns all the trash versions where entryId = ?.
 List<TrashVersion> TrashVersionPersistenceImpl.findByEntryId(long entryId)
          Returns 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)
          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 = ?.
 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.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
 void TrashVersionPersistence.cacheResult(TrashVersion trashVersion)
          Caches the trash version in the entity cache if it is enabled.
static void TrashVersionUtil.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.
protected  void TrashVersionPersistenceImpl.cacheUniqueFindersCache(TrashVersion trashVersion)
           
static void TrashVersionUtil.clearCache(TrashVersion trashVersion)
           
 void TrashVersionPersistenceImpl.clearCache(TrashVersion trashVersion)
          Clears the cache for the trash version.
protected  void TrashVersionPersistenceImpl.clearUniqueFindersCache(TrashVersion trashVersion)
           
protected  TrashVersion TrashVersionPersistenceImpl.getByC_C_PrevAndNext(Session session, TrashVersion trashVersion, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  TrashVersion TrashVersionPersistenceImpl.getByE_C_PrevAndNext(Session session, TrashVersion trashVersion, long entryId, long classNameId, 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)
           
 TrashVersion TrashVersionPersistence.updateImpl(TrashVersion trashVersion)
           
static TrashVersion TrashVersionUtil.updateImpl(TrashVersion trashVersion)
           
 TrashVersion TrashVersionPersistenceImpl.updateImpl(TrashVersion trashVersion)
           
 

Method parameters in com.liferay.portlet.trash.service.persistence with type arguments of type TrashVersion
 void TrashVersionPersistence.cacheResult(List<TrashVersion> trashVersions)
          Caches the trash versions in the entity cache if it is enabled.
static void TrashVersionUtil.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-ce-ga5