Liferay 7.0-ce-b4

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

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.
 

Fields in com.liferay.portlet.trash.model with type parameters of type TrashVersion
static Accessor<TrashVersion,Long> TrashVersion.VERSION_ID_ACCESSOR
           
 

Methods in com.liferay.portlet.trash.model that return TrashVersion
 TrashVersion 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.service
 

Methods in com.liferay.portlet.trash.service that return TrashVersion
 TrashVersion TrashVersionLocalServiceWrapper.addTrashVersion(long trashEntryId, String className, long classPK, int status, UnicodeProperties typeSettingsProperties)
           
 TrashVersion TrashVersionLocalService.addTrashVersion(long trashEntryId, String className, long classPK, int status, UnicodeProperties typeSettingsProperties)
           
static TrashVersion TrashVersionLocalServiceUtil.addTrashVersion(long trashEntryId, String className, long classPK, int status, UnicodeProperties typeSettingsProperties)
           
 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(String className, long classPK)
           
 TrashVersion TrashVersionLocalService.deleteTrashVersion(String className, long classPK)
           
static TrashVersion TrashVersionLocalServiceUtil.deleteTrashVersion(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)
          Deprecated. As of 7.0.0, replaced by TrashVersionLocalServiceWrapper.fetchVersion(String, long)
 TrashVersion TrashVersionLocalService.fetchVersion(long entryId, String className, long classPK)
          Deprecated. As of 7.0.0, replaced by TrashVersionLocalService.fetchVersion(String, long)
static TrashVersion TrashVersionLocalServiceUtil.fetchVersion(long entryId, String className, long classPK)
          Deprecated. As of 7.0.0, replaced by TrashVersionLocalServiceUtil.fetchVersion(String, long)
 TrashVersion TrashVersionLocalServiceWrapper.fetchVersion(String className, long classPK)
           
 TrashVersion TrashVersionLocalService.fetchVersion(String className, long classPK)
           
static TrashVersion TrashVersionLocalServiceUtil.fetchVersion(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)
           
 

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.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 TrashVersionPersistence.fetchByC_C(long classNameId, long classPK)
          Returns the trash version where classNameId = ? and classPK = ? or returns null if it could not be found.
static TrashVersion TrashVersionUtil.fetchByC_C(long classNameId, long classPK)
          Returns the trash version where classNameId = ? and classPK = ? or returns null if it could not be found.
 TrashVersion TrashVersionPersistence.fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
          Returns the trash version where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
static TrashVersion TrashVersionUtil.fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
          Returns the trash version where 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<TrashVersion> 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<TrashVersion> orderByComparator)
          Returns the first trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion TrashVersionPersistence.fetchByE_C_Last(long entryId, long classNameId, OrderByComparator<TrashVersion> 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<TrashVersion> orderByComparator)
          Returns the last trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion TrashVersionPersistence.fetchByEntryId_First(long entryId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the first trash version in the ordered set where entryId = ?.
static TrashVersion TrashVersionUtil.fetchByEntryId_First(long entryId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the first trash version in the ordered set where entryId = ?.
 TrashVersion TrashVersionPersistence.fetchByEntryId_Last(long entryId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the last trash version in the ordered set where entryId = ?.
static TrashVersion TrashVersionUtil.fetchByEntryId_Last(long entryId, OrderByComparator<TrashVersion> 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 TrashVersionPersistence.findByC_C(long classNameId, long classPK)
          Returns the trash version where classNameId = ? and classPK = ? or throws a NoSuchVersionException if it could not be found.
static TrashVersion TrashVersionUtil.findByC_C(long classNameId, long classPK)
          Returns the trash version where classNameId = ? and classPK = ? or throws a NoSuchVersionException if it could not be found.
 TrashVersion TrashVersionPersistence.findByE_C_First(long entryId, long classNameId, OrderByComparator<TrashVersion> 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<TrashVersion> orderByComparator)
          Returns the first trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion TrashVersionPersistence.findByE_C_Last(long entryId, long classNameId, OrderByComparator<TrashVersion> 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<TrashVersion> 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<TrashVersion> 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<TrashVersion> 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<TrashVersion> orderByComparator)
          Returns the first trash version in the ordered set where entryId = ?.
static TrashVersion TrashVersionUtil.findByEntryId_First(long entryId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the first trash version in the ordered set where entryId = ?.
 TrashVersion TrashVersionPersistence.findByEntryId_Last(long entryId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the last trash version in the ordered set where entryId = ?.
static TrashVersion TrashVersionUtil.findByEntryId_Last(long entryId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the last trash version in the ordered set where entryId = ?.
 TrashVersion[] TrashVersionPersistence.findByEntryId_PrevAndNext(long versionId, long entryId, OrderByComparator<TrashVersion> 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<TrashVersion> 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 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 TrashVersionPersistence.removeByC_C(long classNameId, long classPK)
          Removes the trash version where classNameId = ? and classPK = ? from the database.
static TrashVersion TrashVersionUtil.removeByC_C(long classNameId, long classPK)
          Removes the trash version where classNameId = ? and classPK = ? from the database.
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)
           
 

Methods in com.liferay.portlet.trash.service.persistence that return types with arguments of type TrashVersion
 Map<Serializable,TrashVersion> TrashVersionPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static Map<Serializable,TrashVersion> TrashVersionUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<TrashVersion> TrashVersionPersistence.findAll()
          Returns all the trash versions.
static List<TrashVersion> TrashVersionUtil.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> TrashVersionPersistence.findAll(int start, int end, OrderByComparator<TrashVersion> orderByComparator)
          Returns an ordered range of all the trash versions.
static List<TrashVersion> TrashVersionUtil.findAll(int start, int end, OrderByComparator<TrashVersion> orderByComparator)
          Returns an ordered range of all the trash versions.
 List<TrashVersion> TrashVersionPersistence.findAll(int start, int end, OrderByComparator<TrashVersion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash versions.
static List<TrashVersion> TrashVersionUtil.findAll(int start, int end, OrderByComparator<TrashVersion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash versions.
 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> 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> TrashVersionPersistence.findByE_C(long entryId, long classNameId, int start, int end, OrderByComparator<TrashVersion> 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<TrashVersion> orderByComparator)
          Returns an ordered range of all the trash versions where entryId = ? and classNameId = ?.
 List<TrashVersion> TrashVersionPersistence.findByE_C(long entryId, long classNameId, int start, int end, OrderByComparator<TrashVersion> orderByComparator, boolean retrieveFromCache)
          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<TrashVersion> orderByComparator, boolean retrieveFromCache)
          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> 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> TrashVersionPersistence.findByEntryId(long entryId, int start, int end, OrderByComparator<TrashVersion> orderByComparator)
          Returns an ordered range of all the trash versions where entryId = ?.
static List<TrashVersion> TrashVersionUtil.findByEntryId(long entryId, int start, int end, OrderByComparator<TrashVersion> orderByComparator)
          Returns an ordered range of all the trash versions where entryId = ?.
 List<TrashVersion> TrashVersionPersistence.findByEntryId(long entryId, int start, int end, OrderByComparator<TrashVersion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash versions where entryId = ?.
static List<TrashVersion> TrashVersionUtil.findByEntryId(long entryId, int start, int end, OrderByComparator<TrashVersion> orderByComparator, boolean retrieveFromCache)
          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<TrashVersion> 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.
static void TrashVersionUtil.clearCache(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)
           
 

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.
 TrashVersion TrashVersionPersistence.fetchByE_C_First(long entryId, long classNameId, OrderByComparator<TrashVersion> 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<TrashVersion> orderByComparator)
          Returns the first trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion TrashVersionPersistence.fetchByE_C_Last(long entryId, long classNameId, OrderByComparator<TrashVersion> 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<TrashVersion> orderByComparator)
          Returns the last trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion TrashVersionPersistence.fetchByEntryId_First(long entryId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the first trash version in the ordered set where entryId = ?.
static TrashVersion TrashVersionUtil.fetchByEntryId_First(long entryId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the first trash version in the ordered set where entryId = ?.
 TrashVersion TrashVersionPersistence.fetchByEntryId_Last(long entryId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the last trash version in the ordered set where entryId = ?.
static TrashVersion TrashVersionUtil.fetchByEntryId_Last(long entryId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the last trash version in the ordered set where entryId = ?.
 List<TrashVersion> TrashVersionPersistence.findAll(int start, int end, OrderByComparator<TrashVersion> orderByComparator)
          Returns an ordered range of all the trash versions.
static List<TrashVersion> TrashVersionUtil.findAll(int start, int end, OrderByComparator<TrashVersion> orderByComparator)
          Returns an ordered range of all the trash versions.
 List<TrashVersion> TrashVersionPersistence.findAll(int start, int end, OrderByComparator<TrashVersion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash versions.
static List<TrashVersion> TrashVersionUtil.findAll(int start, int end, OrderByComparator<TrashVersion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash versions.
 TrashVersion TrashVersionPersistence.findByE_C_First(long entryId, long classNameId, OrderByComparator<TrashVersion> 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<TrashVersion> orderByComparator)
          Returns the first trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion TrashVersionPersistence.findByE_C_Last(long entryId, long classNameId, OrderByComparator<TrashVersion> 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<TrashVersion> 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<TrashVersion> 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<TrashVersion> orderByComparator)
          Returns the trash versions before and after the current trash version in the ordered set where entryId = ? and classNameId = ?.
 List<TrashVersion> TrashVersionPersistence.findByE_C(long entryId, long classNameId, int start, int end, OrderByComparator<TrashVersion> 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<TrashVersion> orderByComparator)
          Returns an ordered range of all the trash versions where entryId = ? and classNameId = ?.
 List<TrashVersion> TrashVersionPersistence.findByE_C(long entryId, long classNameId, int start, int end, OrderByComparator<TrashVersion> orderByComparator, boolean retrieveFromCache)
          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<TrashVersion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash versions where entryId = ? and classNameId = ?.
 TrashVersion TrashVersionPersistence.findByEntryId_First(long entryId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the first trash version in the ordered set where entryId = ?.
static TrashVersion TrashVersionUtil.findByEntryId_First(long entryId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the first trash version in the ordered set where entryId = ?.
 TrashVersion TrashVersionPersistence.findByEntryId_Last(long entryId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the last trash version in the ordered set where entryId = ?.
static TrashVersion TrashVersionUtil.findByEntryId_Last(long entryId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the last trash version in the ordered set where entryId = ?.
 TrashVersion[] TrashVersionPersistence.findByEntryId_PrevAndNext(long versionId, long entryId, OrderByComparator<TrashVersion> 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<TrashVersion> orderByComparator)
          Returns the trash versions before and after the current trash version in the ordered set where entryId = ?.
 List<TrashVersion> TrashVersionPersistence.findByEntryId(long entryId, int start, int end, OrderByComparator<TrashVersion> orderByComparator)
          Returns an ordered range of all the trash versions where entryId = ?.
static List<TrashVersion> TrashVersionUtil.findByEntryId(long entryId, int start, int end, OrderByComparator<TrashVersion> orderByComparator)
          Returns an ordered range of all the trash versions where entryId = ?.
 List<TrashVersion> TrashVersionPersistence.findByEntryId(long entryId, int start, int end, OrderByComparator<TrashVersion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash versions where entryId = ?.
static List<TrashVersion> TrashVersionUtil.findByEntryId(long entryId, int start, int end, OrderByComparator<TrashVersion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the trash versions where entryId = ?.
static List<TrashVersion> TrashVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<TrashVersion> orderByComparator)
           
 


Liferay 7.0-ce-b4