Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.model.RepositoryEntry

Packages that use RepositoryEntry
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portlet.documentlibrary.lar   
 

Uses of RepositoryEntry in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement RepositoryEntry
 class RepositoryEntryWrapper
           This class is a wrapper for RepositoryEntry.
 

Methods in com.liferay.portal.model that return RepositoryEntry
 RepositoryEntry RepositoryEntryWrapper.getWrappedModel()
           
 RepositoryEntry RepositoryEntryWrapper.getWrappedRepositoryEntry()
          Deprecated. As of 6.1.0, replaced by RepositoryEntryWrapper.getWrappedModel()
 RepositoryEntry RepositoryEntryModel.toEscapedModel()
           
 RepositoryEntry RepositoryEntryWrapper.toEscapedModel()
           
 RepositoryEntry RepositoryEntryModel.toUnescapedModel()
           
 RepositoryEntry RepositoryEntryWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type RepositoryEntry
 CacheModel<RepositoryEntry> RepositoryEntryModel.toCacheModel()
           
 CacheModel<RepositoryEntry> RepositoryEntryWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type RepositoryEntry
 int RepositoryEntryModel.compareTo(RepositoryEntry repositoryEntry)
           
 int RepositoryEntryWrapper.compareTo(RepositoryEntry repositoryEntry)
           
static RepositoryEntrySoap RepositoryEntrySoap.toSoapModel(RepositoryEntry model)
           
static RepositoryEntrySoap[] RepositoryEntrySoap.toSoapModels(RepositoryEntry[] models)
           
static RepositoryEntrySoap[][] RepositoryEntrySoap.toSoapModels(RepositoryEntry[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type RepositoryEntry
static RepositoryEntrySoap[] RepositoryEntrySoap.toSoapModels(List<RepositoryEntry> models)
           
 

Constructors in com.liferay.portal.model with parameters of type RepositoryEntry
RepositoryEntryWrapper(RepositoryEntry repositoryEntry)
           
 

Uses of RepositoryEntry in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement RepositoryEntry
 class RepositoryEntryBaseImpl
          The extended model base implementation for the RepositoryEntry service.
 class RepositoryEntryImpl
           
 

Methods in com.liferay.portal.model.impl that return RepositoryEntry
 RepositoryEntry RepositoryEntryCacheModel.toEntityModel()
           
 RepositoryEntry RepositoryEntryModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portal.model.impl that return types with arguments of type RepositoryEntry
 CacheModel<RepositoryEntry> RepositoryEntryModelImpl.toCacheModel()
           
 

Methods in com.liferay.portal.model.impl with parameters of type RepositoryEntry
 int RepositoryEntryModelImpl.compareTo(RepositoryEntry repositoryEntry)
           
 

Uses of RepositoryEntry in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return RepositoryEntry
static RepositoryEntry RepositoryEntryLocalServiceUtil.addRepositoryEntry(long userId, long groupId, long repositoryId, String mappedId, ServiceContext serviceContext)
           
 RepositoryEntry RepositoryEntryLocalServiceWrapper.addRepositoryEntry(long userId, long groupId, long repositoryId, String mappedId, ServiceContext serviceContext)
           
 RepositoryEntry RepositoryEntryLocalService.addRepositoryEntry(long userId, long groupId, long repositoryId, String mappedId, ServiceContext serviceContext)
           
static RepositoryEntry RepositoryEntryLocalServiceUtil.addRepositoryEntry(RepositoryEntry repositoryEntry)
          Adds the repository entry to the database.
 RepositoryEntry RepositoryEntryLocalServiceWrapper.addRepositoryEntry(RepositoryEntry repositoryEntry)
          Adds the repository entry to the database.
 RepositoryEntry RepositoryEntryLocalService.addRepositoryEntry(RepositoryEntry repositoryEntry)
          Adds the repository entry to the database.
static RepositoryEntry RepositoryEntryLocalServiceUtil.createRepositoryEntry(long repositoryEntryId)
          Creates a new repository entry with the primary key.
 RepositoryEntry RepositoryEntryLocalServiceWrapper.createRepositoryEntry(long repositoryEntryId)
          Creates a new repository entry with the primary key.
 RepositoryEntry RepositoryEntryLocalService.createRepositoryEntry(long repositoryEntryId)
          Creates a new repository entry with the primary key.
static RepositoryEntry RepositoryEntryLocalServiceUtil.deleteRepositoryEntry(long repositoryEntryId)
          Deletes the repository entry with the primary key from the database.
 RepositoryEntry RepositoryEntryLocalServiceWrapper.deleteRepositoryEntry(long repositoryEntryId)
          Deletes the repository entry with the primary key from the database.
 RepositoryEntry RepositoryEntryLocalService.deleteRepositoryEntry(long repositoryEntryId)
          Deletes the repository entry with the primary key from the database.
static RepositoryEntry RepositoryEntryLocalServiceUtil.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
          Deletes the repository entry from the database.
 RepositoryEntry RepositoryEntryLocalServiceWrapper.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
          Deletes the repository entry from the database.
 RepositoryEntry RepositoryEntryLocalService.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
          Deletes the repository entry from the database.
static RepositoryEntry RepositoryEntryLocalServiceUtil.fetchRepositoryEntry(long repositoryEntryId)
           
 RepositoryEntry RepositoryEntryLocalServiceWrapper.fetchRepositoryEntry(long repositoryEntryId)
           
 RepositoryEntry RepositoryEntryLocalService.fetchRepositoryEntry(long repositoryEntryId)
           
static RepositoryEntry RepositoryEntryLocalServiceUtil.fetchRepositoryEntryByUuidAndCompanyId(String uuid, long companyId)
          Returns the repository entry with the matching UUID and company.
 RepositoryEntry RepositoryEntryLocalServiceWrapper.fetchRepositoryEntryByUuidAndCompanyId(String uuid, long companyId)
          Returns the repository entry with the matching UUID and company.
 RepositoryEntry RepositoryEntryLocalService.fetchRepositoryEntryByUuidAndCompanyId(String uuid, long companyId)
          Returns the repository entry with the matching UUID and company.
static RepositoryEntry RepositoryEntryLocalServiceUtil.fetchRepositoryEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the repository entry matching the UUID and group.
 RepositoryEntry RepositoryEntryLocalServiceWrapper.fetchRepositoryEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the repository entry matching the UUID and group.
 RepositoryEntry RepositoryEntryLocalService.fetchRepositoryEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the repository entry matching the UUID and group.
static RepositoryEntry RepositoryEntryLocalServiceUtil.getRepositoryEntry(long repositoryEntryId)
          Returns the repository entry with the primary key.
 RepositoryEntry RepositoryEntryLocalServiceWrapper.getRepositoryEntry(long repositoryEntryId)
          Returns the repository entry with the primary key.
 RepositoryEntry RepositoryEntryLocalService.getRepositoryEntry(long repositoryEntryId)
          Returns the repository entry with the primary key.
static RepositoryEntry RepositoryEntryLocalServiceUtil.getRepositoryEntryByUuidAndCompanyId(String uuid, long companyId)
          Returns the repository entry with the matching UUID and company.
 RepositoryEntry RepositoryEntryLocalServiceWrapper.getRepositoryEntryByUuidAndCompanyId(String uuid, long companyId)
          Returns the repository entry with the matching UUID and company.
 RepositoryEntry RepositoryEntryLocalService.getRepositoryEntryByUuidAndCompanyId(String uuid, long companyId)
          Returns the repository entry with the matching UUID and company.
static RepositoryEntry RepositoryEntryLocalServiceUtil.getRepositoryEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the repository entry matching the UUID and group.
 RepositoryEntry RepositoryEntryLocalServiceWrapper.getRepositoryEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the repository entry matching the UUID and group.
 RepositoryEntry RepositoryEntryLocalService.getRepositoryEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the repository entry matching the UUID and group.
static RepositoryEntry RepositoryEntryLocalServiceUtil.updateRepositoryEntry(long repositoryEntryId, String mappedId)
           
 RepositoryEntry RepositoryEntryLocalServiceWrapper.updateRepositoryEntry(long repositoryEntryId, String mappedId)
           
 RepositoryEntry RepositoryEntryLocalService.updateRepositoryEntry(long repositoryEntryId, String mappedId)
           
static RepositoryEntry RepositoryEntryLocalServiceUtil.updateRepositoryEntry(RepositoryEntry repositoryEntry)
          Updates the repository entry in the database or adds it if it does not yet exist.
 RepositoryEntry RepositoryEntryLocalServiceWrapper.updateRepositoryEntry(RepositoryEntry repositoryEntry)
          Updates the repository entry in the database or adds it if it does not yet exist.
 RepositoryEntry RepositoryEntryLocalService.updateRepositoryEntry(RepositoryEntry repositoryEntry)
          Updates the repository entry in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service that return types with arguments of type RepositoryEntry
static List<RepositoryEntry> RepositoryEntryLocalServiceUtil.getRepositoryEntries(int start, int end)
          Returns a range of all the repository entries.
 List<RepositoryEntry> RepositoryEntryLocalServiceWrapper.getRepositoryEntries(int start, int end)
          Returns a range of all the repository entries.
 List<RepositoryEntry> RepositoryEntryLocalService.getRepositoryEntries(int start, int end)
          Returns a range of all the repository entries.
static List<RepositoryEntry> RepositoryEntryLocalServiceUtil.getRepositoryEntries(long repositoryId)
           
 List<RepositoryEntry> RepositoryEntryLocalServiceWrapper.getRepositoryEntries(long repositoryId)
           
 List<RepositoryEntry> RepositoryEntryLocalService.getRepositoryEntries(long repositoryId)
           
 

Methods in com.liferay.portal.service with parameters of type RepositoryEntry
static RepositoryEntry RepositoryEntryLocalServiceUtil.addRepositoryEntry(RepositoryEntry repositoryEntry)
          Adds the repository entry to the database.
 RepositoryEntry RepositoryEntryLocalServiceWrapper.addRepositoryEntry(RepositoryEntry repositoryEntry)
          Adds the repository entry to the database.
 RepositoryEntry RepositoryEntryLocalService.addRepositoryEntry(RepositoryEntry repositoryEntry)
          Adds the repository entry to the database.
static RepositoryEntry RepositoryEntryLocalServiceUtil.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
          Deletes the repository entry from the database.
 RepositoryEntry RepositoryEntryLocalServiceWrapper.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
          Deletes the repository entry from the database.
 RepositoryEntry RepositoryEntryLocalService.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
          Deletes the repository entry from the database.
static RepositoryEntry RepositoryEntryLocalServiceUtil.updateRepositoryEntry(RepositoryEntry repositoryEntry)
          Updates the repository entry in the database or adds it if it does not yet exist.
 RepositoryEntry RepositoryEntryLocalServiceWrapper.updateRepositoryEntry(RepositoryEntry repositoryEntry)
          Updates the repository entry in the database or adds it if it does not yet exist.
 RepositoryEntry RepositoryEntryLocalService.updateRepositoryEntry(RepositoryEntry repositoryEntry)
          Updates the repository entry in the database or adds it if it does not yet exist.
 

Uses of RepositoryEntry in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base that return RepositoryEntry
 RepositoryEntry RepositoryEntryLocalServiceBaseImpl.addRepositoryEntry(RepositoryEntry repositoryEntry)
          Adds the repository entry to the database.
 RepositoryEntry RepositoryEntryLocalServiceBaseImpl.createRepositoryEntry(long repositoryEntryId)
          Creates a new repository entry with the primary key.
 RepositoryEntry RepositoryEntryLocalServiceBaseImpl.deleteRepositoryEntry(long repositoryEntryId)
          Deletes the repository entry with the primary key from the database.
 RepositoryEntry RepositoryEntryLocalServiceBaseImpl.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
          Deletes the repository entry from the database.
 RepositoryEntry RepositoryEntryLocalServiceBaseImpl.fetchRepositoryEntry(long repositoryEntryId)
           
 RepositoryEntry RepositoryEntryLocalServiceBaseImpl.fetchRepositoryEntryByUuidAndCompanyId(String uuid, long companyId)
          Returns the repository entry with the matching UUID and company.
 RepositoryEntry RepositoryEntryLocalServiceBaseImpl.fetchRepositoryEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the repository entry matching the UUID and group.
 RepositoryEntry RepositoryEntryLocalServiceBaseImpl.getRepositoryEntry(long repositoryEntryId)
          Returns the repository entry with the primary key.
 RepositoryEntry RepositoryEntryLocalServiceBaseImpl.getRepositoryEntryByUuidAndCompanyId(String uuid, long companyId)
          Returns the repository entry with the matching UUID and company.
 RepositoryEntry RepositoryEntryLocalServiceBaseImpl.getRepositoryEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the repository entry matching the UUID and group.
 RepositoryEntry RepositoryEntryLocalServiceBaseImpl.updateRepositoryEntry(RepositoryEntry repositoryEntry)
          Updates the repository entry in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type RepositoryEntry
 List<RepositoryEntry> RepositoryEntryLocalServiceBaseImpl.getRepositoryEntries(int start, int end)
          Returns a range of all the repository entries.
 

Methods in com.liferay.portal.service.base with parameters of type RepositoryEntry
 RepositoryEntry RepositoryEntryLocalServiceBaseImpl.addRepositoryEntry(RepositoryEntry repositoryEntry)
          Adds the repository entry to the database.
 RepositoryEntry RepositoryEntryLocalServiceBaseImpl.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
          Deletes the repository entry from the database.
 RepositoryEntry RepositoryEntryLocalServiceBaseImpl.updateRepositoryEntry(RepositoryEntry repositoryEntry)
          Updates the repository entry in the database or adds it if it does not yet exist.
 

Uses of RepositoryEntry in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return RepositoryEntry
 RepositoryEntry RepositoryEntryLocalServiceImpl.addRepositoryEntry(long userId, long groupId, long repositoryId, String mappedId, ServiceContext serviceContext)
           
 RepositoryEntry RepositoryEntryLocalServiceImpl.updateRepositoryEntry(long repositoryEntryId, String mappedId)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type RepositoryEntry
 List<RepositoryEntry> RepositoryEntryLocalServiceImpl.getRepositoryEntries(long repositoryId)
           
 

Uses of RepositoryEntry in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return RepositoryEntry
static RepositoryEntry RepositoryEntryUtil.create(long repositoryEntryId)
          Creates a new repository entry with the primary key.
 RepositoryEntry RepositoryEntryPersistence.create(long repositoryEntryId)
          Creates a new repository entry with the primary key.
 RepositoryEntry RepositoryEntryPersistenceImpl.create(long repositoryEntryId)
          Creates a new repository entry with the primary key.
static RepositoryEntry RepositoryEntryUtil.fetchByPrimaryKey(long repositoryEntryId)
          Returns the repository entry with the primary key or returns null if it could not be found.
 RepositoryEntry RepositoryEntryPersistence.fetchByPrimaryKey(long repositoryEntryId)
          Returns the repository entry with the primary key or returns null if it could not be found.
 RepositoryEntry RepositoryEntryPersistenceImpl.fetchByPrimaryKey(long repositoryEntryId)
          Returns the repository entry with the primary key or returns null if it could not be found.
 RepositoryEntry RepositoryEntryPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the repository entry with the primary key or returns null if it could not be found.
static RepositoryEntry RepositoryEntryUtil.fetchByR_M(long repositoryId, String mappedId)
          Returns the repository entry where repositoryId = ? and mappedId = ? or returns null if it could not be found.
 RepositoryEntry RepositoryEntryPersistence.fetchByR_M(long repositoryId, String mappedId)
          Returns the repository entry where repositoryId = ? and mappedId = ? or returns null if it could not be found.
 RepositoryEntry RepositoryEntryPersistenceImpl.fetchByR_M(long repositoryId, String mappedId)
          Returns the repository entry where repositoryId = ? and mappedId = ? or returns null if it could not be found.
static RepositoryEntry RepositoryEntryUtil.fetchByR_M(long repositoryId, String mappedId, boolean retrieveFromCache)
          Returns the repository entry where repositoryId = ? and mappedId = ? or returns null if it could not be found, optionally using the finder cache.
 RepositoryEntry RepositoryEntryPersistence.fetchByR_M(long repositoryId, String mappedId, boolean retrieveFromCache)
          Returns the repository entry where repositoryId = ? and mappedId = ? or returns null if it could not be found, optionally using the finder cache.
 RepositoryEntry RepositoryEntryPersistenceImpl.fetchByR_M(long repositoryId, String mappedId, boolean retrieveFromCache)
          Returns the repository entry where repositoryId = ? and mappedId = ? or returns null if it could not be found, optionally using the finder cache.
static RepositoryEntry RepositoryEntryUtil.fetchByRepositoryId_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry RepositoryEntryPersistence.fetchByRepositoryId_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry RepositoryEntryPersistenceImpl.fetchByRepositoryId_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where repositoryId = ?.
static RepositoryEntry RepositoryEntryUtil.fetchByRepositoryId_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry RepositoryEntryPersistence.fetchByRepositoryId_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry RepositoryEntryPersistenceImpl.fetchByRepositoryId_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where repositoryId = ?.
static RepositoryEntry RepositoryEntryUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ? and companyId = ?.
 RepositoryEntry RepositoryEntryPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ? and companyId = ?.
 RepositoryEntry RepositoryEntryPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ? and companyId = ?.
static RepositoryEntry RepositoryEntryUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ? and companyId = ?.
 RepositoryEntry RepositoryEntryPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ? and companyId = ?.
 RepositoryEntry RepositoryEntryPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ? and companyId = ?.
static RepositoryEntry RepositoryEntryUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ?.
 RepositoryEntry RepositoryEntryPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ?.
 RepositoryEntry RepositoryEntryPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ?.
static RepositoryEntry RepositoryEntryUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the repository entry where uuid = ? and groupId = ? or returns null if it could not be found.
 RepositoryEntry RepositoryEntryPersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the repository entry where uuid = ? and groupId = ? or returns null if it could not be found.
 RepositoryEntry RepositoryEntryPersistenceImpl.fetchByUUID_G(String uuid, long groupId)
          Returns the repository entry where uuid = ? and groupId = ? or returns null if it could not be found.
static RepositoryEntry RepositoryEntryUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the repository entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 RepositoryEntry RepositoryEntryPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the repository entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 RepositoryEntry RepositoryEntryPersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the repository entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static RepositoryEntry RepositoryEntryUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ?.
 RepositoryEntry RepositoryEntryPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ?.
 RepositoryEntry RepositoryEntryPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ?.
static RepositoryEntry RepositoryEntryUtil.findByPrimaryKey(long repositoryEntryId)
          Returns the repository entry with the primary key or throws a NoSuchRepositoryEntryException if it could not be found.
 RepositoryEntry RepositoryEntryPersistence.findByPrimaryKey(long repositoryEntryId)
          Returns the repository entry with the primary key or throws a NoSuchRepositoryEntryException if it could not be found.
 RepositoryEntry RepositoryEntryPersistenceImpl.findByPrimaryKey(long repositoryEntryId)
          Returns the repository entry with the primary key or throws a NoSuchRepositoryEntryException if it could not be found.
 RepositoryEntry RepositoryEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the repository entry with the primary key or throws a NoSuchModelException if it could not be found.
static RepositoryEntry RepositoryEntryUtil.findByR_M(long repositoryId, String mappedId)
          Returns the repository entry where repositoryId = ? and mappedId = ? or throws a NoSuchRepositoryEntryException if it could not be found.
 RepositoryEntry RepositoryEntryPersistence.findByR_M(long repositoryId, String mappedId)
          Returns the repository entry where repositoryId = ? and mappedId = ? or throws a NoSuchRepositoryEntryException if it could not be found.
 RepositoryEntry RepositoryEntryPersistenceImpl.findByR_M(long repositoryId, String mappedId)
          Returns the repository entry where repositoryId = ? and mappedId = ? or throws a NoSuchRepositoryEntryException if it could not be found.
static RepositoryEntry RepositoryEntryUtil.findByRepositoryId_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry RepositoryEntryPersistence.findByRepositoryId_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry RepositoryEntryPersistenceImpl.findByRepositoryId_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where repositoryId = ?.
static RepositoryEntry RepositoryEntryUtil.findByRepositoryId_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry RepositoryEntryPersistence.findByRepositoryId_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry RepositoryEntryPersistenceImpl.findByRepositoryId_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where repositoryId = ?.
static RepositoryEntry[] RepositoryEntryUtil.findByRepositoryId_PrevAndNext(long repositoryEntryId, long repositoryId, OrderByComparator orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry[] RepositoryEntryPersistence.findByRepositoryId_PrevAndNext(long repositoryEntryId, long repositoryId, OrderByComparator orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry[] RepositoryEntryPersistenceImpl.findByRepositoryId_PrevAndNext(long repositoryEntryId, long repositoryId, OrderByComparator orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where repositoryId = ?.
static RepositoryEntry RepositoryEntryUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ? and companyId = ?.
 RepositoryEntry RepositoryEntryPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ? and companyId = ?.
 RepositoryEntry RepositoryEntryPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ? and companyId = ?.
static RepositoryEntry RepositoryEntryUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ? and companyId = ?.
 RepositoryEntry RepositoryEntryPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ? and companyId = ?.
 RepositoryEntry RepositoryEntryPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ? and companyId = ?.
static RepositoryEntry[] RepositoryEntryUtil.findByUuid_C_PrevAndNext(long repositoryEntryId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where uuid = ? and companyId = ?.
 RepositoryEntry[] RepositoryEntryPersistence.findByUuid_C_PrevAndNext(long repositoryEntryId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where uuid = ? and companyId = ?.
 RepositoryEntry[] RepositoryEntryPersistenceImpl.findByUuid_C_PrevAndNext(long repositoryEntryId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where uuid = ? and companyId = ?.
static RepositoryEntry RepositoryEntryUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ?.
 RepositoryEntry RepositoryEntryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ?.
 RepositoryEntry RepositoryEntryPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ?.
static RepositoryEntry RepositoryEntryUtil.findByUUID_G(String uuid, long groupId)
          Returns the repository entry where uuid = ? and groupId = ? or throws a NoSuchRepositoryEntryException if it could not be found.
 RepositoryEntry RepositoryEntryPersistence.findByUUID_G(String uuid, long groupId)
          Returns the repository entry where uuid = ? and groupId = ? or throws a NoSuchRepositoryEntryException if it could not be found.
 RepositoryEntry RepositoryEntryPersistenceImpl.findByUUID_G(String uuid, long groupId)
          Returns the repository entry where uuid = ? and groupId = ? or throws a NoSuchRepositoryEntryException if it could not be found.
static RepositoryEntry RepositoryEntryUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ?.
 RepositoryEntry RepositoryEntryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ?.
 RepositoryEntry RepositoryEntryPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ?.
static RepositoryEntry[] RepositoryEntryUtil.findByUuid_PrevAndNext(long repositoryEntryId, String uuid, OrderByComparator orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where uuid = ?.
 RepositoryEntry[] RepositoryEntryPersistence.findByUuid_PrevAndNext(long repositoryEntryId, String uuid, OrderByComparator orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where uuid = ?.
 RepositoryEntry[] RepositoryEntryPersistenceImpl.findByUuid_PrevAndNext(long repositoryEntryId, String uuid, OrderByComparator orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where uuid = ?.
protected  RepositoryEntry RepositoryEntryPersistenceImpl.getByRepositoryId_PrevAndNext(Session session, RepositoryEntry repositoryEntry, long repositoryId, OrderByComparator orderByComparator, boolean previous)
           
protected  RepositoryEntry RepositoryEntryPersistenceImpl.getByUuid_C_PrevAndNext(Session session, RepositoryEntry repositoryEntry, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  RepositoryEntry RepositoryEntryPersistenceImpl.getByUuid_PrevAndNext(Session session, RepositoryEntry repositoryEntry, String uuid, OrderByComparator orderByComparator, boolean previous)
           
static RepositoryEntry RepositoryEntryUtil.remove(long repositoryEntryId)
          Removes the repository entry with the primary key from the database.
 RepositoryEntry RepositoryEntryPersistence.remove(long repositoryEntryId)
          Removes the repository entry with the primary key from the database.
 RepositoryEntry RepositoryEntryPersistenceImpl.remove(long repositoryEntryId)
          Removes the repository entry with the primary key from the database.
 RepositoryEntry RepositoryEntryPersistenceImpl.remove(Serializable primaryKey)
          Removes the repository entry with the primary key from the database.
static RepositoryEntry RepositoryEntryUtil.removeByR_M(long repositoryId, String mappedId)
          Removes the repository entry where repositoryId = ? and mappedId = ? from the database.
 RepositoryEntry RepositoryEntryPersistence.removeByR_M(long repositoryId, String mappedId)
          Removes the repository entry where repositoryId = ? and mappedId = ? from the database.
 RepositoryEntry RepositoryEntryPersistenceImpl.removeByR_M(long repositoryId, String mappedId)
          Removes the repository entry where repositoryId = ? and mappedId = ? from the database.
static RepositoryEntry RepositoryEntryUtil.removeByUUID_G(String uuid, long groupId)
          Removes the repository entry where uuid = ? and groupId = ? from the database.
 RepositoryEntry RepositoryEntryPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the repository entry where uuid = ? and groupId = ? from the database.
 RepositoryEntry RepositoryEntryPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the repository entry where uuid = ? and groupId = ? from the database.
protected  RepositoryEntry RepositoryEntryPersistenceImpl.removeImpl(RepositoryEntry repositoryEntry)
           
protected  RepositoryEntry RepositoryEntryPersistenceImpl.toUnwrappedModel(RepositoryEntry repositoryEntry)
           
static RepositoryEntry RepositoryEntryUtil.update(RepositoryEntry repositoryEntry)
           
static RepositoryEntry RepositoryEntryUtil.update(RepositoryEntry repositoryEntry, ServiceContext serviceContext)
           
static RepositoryEntry RepositoryEntryUtil.updateImpl(RepositoryEntry repositoryEntry)
           
 RepositoryEntry RepositoryEntryPersistence.updateImpl(RepositoryEntry repositoryEntry)
           
 RepositoryEntry RepositoryEntryPersistenceImpl.updateImpl(RepositoryEntry repositoryEntry)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type RepositoryEntry
static List<RepositoryEntry> RepositoryEntryUtil.findAll()
          Returns all the repository entries.
 List<RepositoryEntry> RepositoryEntryPersistence.findAll()
          Returns all the repository entries.
 List<RepositoryEntry> RepositoryEntryPersistenceImpl.findAll()
          Returns all the repository entries.
static List<RepositoryEntry> RepositoryEntryUtil.findAll(int start, int end)
          Returns a range of all the repository entries.
 List<RepositoryEntry> RepositoryEntryPersistence.findAll(int start, int end)
          Returns a range of all the repository entries.
 List<RepositoryEntry> RepositoryEntryPersistenceImpl.findAll(int start, int end)
          Returns a range of all the repository entries.
static List<RepositoryEntry> RepositoryEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries.
 List<RepositoryEntry> RepositoryEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries.
 List<RepositoryEntry> RepositoryEntryPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries.
static List<RepositoryEntry> RepositoryEntryUtil.findByRepositoryId(long repositoryId)
          Returns all the repository entries where repositoryId = ?.
 List<RepositoryEntry> RepositoryEntryPersistence.findByRepositoryId(long repositoryId)
          Returns all the repository entries where repositoryId = ?.
 List<RepositoryEntry> RepositoryEntryPersistenceImpl.findByRepositoryId(long repositoryId)
          Returns all the repository entries where repositoryId = ?.
static List<RepositoryEntry> RepositoryEntryUtil.findByRepositoryId(long repositoryId, int start, int end)
          Returns a range of all the repository entries where repositoryId = ?.
 List<RepositoryEntry> RepositoryEntryPersistence.findByRepositoryId(long repositoryId, int start, int end)
          Returns a range of all the repository entries where repositoryId = ?.
 List<RepositoryEntry> RepositoryEntryPersistenceImpl.findByRepositoryId(long repositoryId, int start, int end)
          Returns a range of all the repository entries where repositoryId = ?.
static List<RepositoryEntry> RepositoryEntryUtil.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries where repositoryId = ?.
 List<RepositoryEntry> RepositoryEntryPersistence.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries where repositoryId = ?.
 List<RepositoryEntry> RepositoryEntryPersistenceImpl.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries where repositoryId = ?.
static List<RepositoryEntry> RepositoryEntryUtil.findByUuid_C(String uuid, long companyId)
          Returns all the repository entries where uuid = ? and companyId = ?.
 List<RepositoryEntry> RepositoryEntryPersistence.findByUuid_C(String uuid, long companyId)
          Returns all the repository entries where uuid = ? and companyId = ?.
 List<RepositoryEntry> RepositoryEntryPersistenceImpl.findByUuid_C(String uuid, long companyId)
          Returns all the repository entries where uuid = ? and companyId = ?.
static List<RepositoryEntry> RepositoryEntryUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the repository entries where uuid = ? and companyId = ?.
 List<RepositoryEntry> RepositoryEntryPersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the repository entries where uuid = ? and companyId = ?.
 List<RepositoryEntry> RepositoryEntryPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the repository entries where uuid = ? and companyId = ?.
static List<RepositoryEntry> RepositoryEntryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries where uuid = ? and companyId = ?.
 List<RepositoryEntry> RepositoryEntryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries where uuid = ? and companyId = ?.
 List<RepositoryEntry> RepositoryEntryPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries where uuid = ? and companyId = ?.
static List<RepositoryEntry> RepositoryEntryUtil.findByUuid(String uuid)
          Returns all the repository entries where uuid = ?.
 List<RepositoryEntry> RepositoryEntryPersistence.findByUuid(String uuid)
          Returns all the repository entries where uuid = ?.
 List<RepositoryEntry> RepositoryEntryPersistenceImpl.findByUuid(String uuid)
          Returns all the repository entries where uuid = ?.
static List<RepositoryEntry> RepositoryEntryUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the repository entries where uuid = ?.
 List<RepositoryEntry> RepositoryEntryPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the repository entries where uuid = ?.
 List<RepositoryEntry> RepositoryEntryPersistenceImpl.findByUuid(String uuid, int start, int end)
          Returns a range of all the repository entries where uuid = ?.
static List<RepositoryEntry> RepositoryEntryUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries where uuid = ?.
 List<RepositoryEntry> RepositoryEntryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries where uuid = ?.
 List<RepositoryEntry> RepositoryEntryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries where uuid = ?.
static List<RepositoryEntry> RepositoryEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<RepositoryEntry> RepositoryEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<RepositoryEntry> RepositoryEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type RepositoryEntry
static void RepositoryEntryUtil.cacheResult(RepositoryEntry repositoryEntry)
          Caches the repository entry in the entity cache if it is enabled.
 void RepositoryEntryPersistence.cacheResult(RepositoryEntry repositoryEntry)
          Caches the repository entry in the entity cache if it is enabled.
 void RepositoryEntryPersistenceImpl.cacheResult(RepositoryEntry repositoryEntry)
          Caches the repository entry in the entity cache if it is enabled.
protected  void RepositoryEntryPersistenceImpl.cacheUniqueFindersCache(RepositoryEntry repositoryEntry)
           
static void RepositoryEntryUtil.clearCache(RepositoryEntry repositoryEntry)
           
 void RepositoryEntryPersistenceImpl.clearCache(RepositoryEntry repositoryEntry)
          Clears the cache for the repository entry.
protected  void RepositoryEntryPersistenceImpl.clearUniqueFindersCache(RepositoryEntry repositoryEntry)
           
protected  RepositoryEntry RepositoryEntryPersistenceImpl.getByRepositoryId_PrevAndNext(Session session, RepositoryEntry repositoryEntry, long repositoryId, OrderByComparator orderByComparator, boolean previous)
           
protected  RepositoryEntry RepositoryEntryPersistenceImpl.getByUuid_C_PrevAndNext(Session session, RepositoryEntry repositoryEntry, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  RepositoryEntry RepositoryEntryPersistenceImpl.getByUuid_PrevAndNext(Session session, RepositoryEntry repositoryEntry, String uuid, OrderByComparator orderByComparator, boolean previous)
           
protected  RepositoryEntry RepositoryEntryPersistenceImpl.removeImpl(RepositoryEntry repositoryEntry)
           
protected  RepositoryEntry RepositoryEntryPersistenceImpl.toUnwrappedModel(RepositoryEntry repositoryEntry)
           
static RepositoryEntry RepositoryEntryUtil.update(RepositoryEntry repositoryEntry)
           
static RepositoryEntry RepositoryEntryUtil.update(RepositoryEntry repositoryEntry, ServiceContext serviceContext)
           
static RepositoryEntry RepositoryEntryUtil.updateImpl(RepositoryEntry repositoryEntry)
           
 RepositoryEntry RepositoryEntryPersistence.updateImpl(RepositoryEntry repositoryEntry)
           
 RepositoryEntry RepositoryEntryPersistenceImpl.updateImpl(RepositoryEntry repositoryEntry)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type RepositoryEntry
static void RepositoryEntryUtil.cacheResult(List<RepositoryEntry> repositoryEntries)
          Caches the repository entries in the entity cache if it is enabled.
 void RepositoryEntryPersistence.cacheResult(List<RepositoryEntry> repositoryEntries)
          Caches the repository entries in the entity cache if it is enabled.
 void RepositoryEntryPersistenceImpl.cacheResult(List<RepositoryEntry> repositoryEntries)
          Caches the repository entries in the entity cache if it is enabled.
 void RepositoryEntryPersistenceImpl.clearCache(List<RepositoryEntry> repositoryEntries)
           
 

Uses of RepositoryEntry in com.liferay.portlet.documentlibrary.lar
 

Methods in com.liferay.portlet.documentlibrary.lar with parameters of type RepositoryEntry
protected  void RepositoryEntryStagedModelDataHandler.doExportStagedModel(PortletDataContext portletDataContext, RepositoryEntry repositoryEntry)
           
protected  void RepositoryEntryStagedModelDataHandler.doImportStagedModel(PortletDataContext portletDataContext, RepositoryEntry repositoryEntry)
           
 


Liferay 6.2-ce-ga5