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.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 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(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.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_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 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 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 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 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 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 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 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 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_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 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[] 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 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 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 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[] 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 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 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[] 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 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.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.
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
 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 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> 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> 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> 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> 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 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> 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 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 = ?.
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.
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.
 


Liferay 6.2-ce-ga5