Liferay 6.1.2-ce-ga3

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. Renamed to 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()
           
 RepositoryEntry RepositoryEntryModelImpl.toUnescapedModel()
           
 

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
 RepositoryEntry RepositoryEntryLocalService.addRepositoryEntry(long groupId, long repositoryId, String mappedId, ServiceContext serviceContext)
           
 RepositoryEntry RepositoryEntryLocalServiceWrapper.addRepositoryEntry(long groupId, long repositoryId, String mappedId, ServiceContext serviceContext)
           
static RepositoryEntry RepositoryEntryLocalServiceUtil.addRepositoryEntry(long groupId, long repositoryId, String mappedId, ServiceContext serviceContext)
           
 RepositoryEntry RepositoryEntryLocalService.addRepositoryEntry(RepositoryEntry repositoryEntry)
          Adds the repository entry to the database.
 RepositoryEntry RepositoryEntryLocalServiceWrapper.addRepositoryEntry(RepositoryEntry repositoryEntry)
          Adds the repository entry to the database.
static RepositoryEntry RepositoryEntryLocalServiceUtil.addRepositoryEntry(RepositoryEntry repositoryEntry)
          Adds the repository entry to the database.
 RepositoryEntry RepositoryEntryLocalService.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.
static RepositoryEntry RepositoryEntryLocalServiceUtil.createRepositoryEntry(long repositoryEntryId)
          Creates a new repository entry with the primary key.
 RepositoryEntry RepositoryEntryLocalService.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.
static RepositoryEntry RepositoryEntryLocalServiceUtil.deleteRepositoryEntry(long repositoryEntryId)
          Deletes the repository entry with the primary key from the database.
 RepositoryEntry RepositoryEntryLocalService.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
          Deletes the repository entry from the database.
 RepositoryEntry RepositoryEntryLocalServiceWrapper.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
          Deletes the repository entry from the database.
static RepositoryEntry RepositoryEntryLocalServiceUtil.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
          Deletes the repository entry from the database.
 RepositoryEntry RepositoryEntryLocalService.fetchRepositoryEntry(long repositoryEntryId)
           
 RepositoryEntry RepositoryEntryLocalServiceWrapper.fetchRepositoryEntry(long repositoryEntryId)
           
static RepositoryEntry RepositoryEntryLocalServiceUtil.fetchRepositoryEntry(long repositoryEntryId)
           
 RepositoryEntry RepositoryEntryLocalService.getRepositoryEntry(long repositoryEntryId)
          Returns the repository entry with the primary key.
 RepositoryEntry RepositoryEntryLocalServiceWrapper.getRepositoryEntry(long repositoryEntryId)
          Returns the repository entry with the primary key.
static RepositoryEntry RepositoryEntryLocalServiceUtil.getRepositoryEntry(long repositoryEntryId)
          Returns the repository entry with the primary key.
 RepositoryEntry RepositoryEntryLocalService.getRepositoryEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the repository entry with the UUID in the group.
 RepositoryEntry RepositoryEntryLocalServiceWrapper.getRepositoryEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the repository entry with the UUID in the group.
static RepositoryEntry RepositoryEntryLocalServiceUtil.getRepositoryEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the repository entry with the UUID in the group.
 RepositoryEntry RepositoryEntryLocalService.updateRepositoryEntry(long repositoryEntryId, String mappedId)
           
 RepositoryEntry RepositoryEntryLocalServiceWrapper.updateRepositoryEntry(long repositoryEntryId, String mappedId)
           
static RepositoryEntry RepositoryEntryLocalServiceUtil.updateRepositoryEntry(long repositoryEntryId, String mappedId)
           
 RepositoryEntry RepositoryEntryLocalService.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.
static RepositoryEntry RepositoryEntryLocalServiceUtil.updateRepositoryEntry(RepositoryEntry repositoryEntry)
          Updates the repository entry in the database or adds it if it does not yet exist.
 RepositoryEntry RepositoryEntryLocalService.updateRepositoryEntry(RepositoryEntry repositoryEntry, boolean merge)
          Updates the repository entry in the database or adds it if it does not yet exist.
 RepositoryEntry RepositoryEntryLocalServiceWrapper.updateRepositoryEntry(RepositoryEntry repositoryEntry, boolean merge)
          Updates the repository entry in the database or adds it if it does not yet exist.
static RepositoryEntry RepositoryEntryLocalServiceUtil.updateRepositoryEntry(RepositoryEntry repositoryEntry, boolean merge)
          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
 List<RepositoryEntry> RepositoryEntryLocalService.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.
static List<RepositoryEntry> RepositoryEntryLocalServiceUtil.getRepositoryEntries(int start, int end)
          Returns a range of all the repository entries.
 

Methods in com.liferay.portal.service with parameters of type RepositoryEntry
 RepositoryEntry RepositoryEntryLocalService.addRepositoryEntry(RepositoryEntry repositoryEntry)
          Adds the repository entry to the database.
 RepositoryEntry RepositoryEntryLocalServiceWrapper.addRepositoryEntry(RepositoryEntry repositoryEntry)
          Adds the repository entry to the database.
static RepositoryEntry RepositoryEntryLocalServiceUtil.addRepositoryEntry(RepositoryEntry repositoryEntry)
          Adds the repository entry to the database.
 RepositoryEntry RepositoryEntryLocalService.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
          Deletes the repository entry from the database.
 RepositoryEntry RepositoryEntryLocalServiceWrapper.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
          Deletes the repository entry from the database.
static RepositoryEntry RepositoryEntryLocalServiceUtil.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
          Deletes the repository entry from the database.
 RepositoryEntry RepositoryEntryLocalService.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.
static RepositoryEntry RepositoryEntryLocalServiceUtil.updateRepositoryEntry(RepositoryEntry repositoryEntry)
          Updates the repository entry in the database or adds it if it does not yet exist.
 RepositoryEntry RepositoryEntryLocalService.updateRepositoryEntry(RepositoryEntry repositoryEntry, boolean merge)
          Updates the repository entry in the database or adds it if it does not yet exist.
 RepositoryEntry RepositoryEntryLocalServiceWrapper.updateRepositoryEntry(RepositoryEntry repositoryEntry, boolean merge)
          Updates the repository entry in the database or adds it if it does not yet exist.
static RepositoryEntry RepositoryEntryLocalServiceUtil.updateRepositoryEntry(RepositoryEntry repositoryEntry, boolean merge)
          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.getRepositoryEntry(long repositoryEntryId)
          Returns the repository entry with the primary key.
 RepositoryEntry RepositoryEntryLocalServiceBaseImpl.getRepositoryEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the repository entry with the UUID in the group.
 RepositoryEntry RepositoryEntryLocalServiceBaseImpl.updateRepositoryEntry(RepositoryEntry repositoryEntry)
          Updates the repository entry in the database or adds it if it does not yet exist.
 RepositoryEntry RepositoryEntryLocalServiceBaseImpl.updateRepositoryEntry(RepositoryEntry repositoryEntry, boolean merge)
          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.
 RepositoryEntry RepositoryEntryLocalServiceBaseImpl.updateRepositoryEntry(RepositoryEntry repositoryEntry, boolean merge)
          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 groupId, long repositoryId, String mappedId, ServiceContext serviceContext)
           
 RepositoryEntry RepositoryEntryLocalServiceImpl.updateRepositoryEntry(long repositoryEntryId, String mappedId)
           
 

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

Methods in com.liferay.portal.service.persistence that return RepositoryEntry
 RepositoryEntry RepositoryEntryPersistence.create(long repositoryEntryId)
          Creates a new repository entry with the primary key.
static RepositoryEntry RepositoryEntryUtil.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.
 RepositoryEntry RepositoryEntryPersistence.fetchByPrimaryKey(long repositoryEntryId)
          Returns the repository entry with the primary key or returns null if it could not be found.
static RepositoryEntry RepositoryEntryUtil.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.
 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.
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 RepositoryEntryPersistenceImpl.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, 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.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.
 RepositoryEntry RepositoryEntryPersistence.fetchByRepositoryId_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where repositoryId = ?.
static RepositoryEntry RepositoryEntryUtil.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 = ?.
 RepositoryEntry RepositoryEntryPersistence.fetchByRepositoryId_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last 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 RepositoryEntryPersistenceImpl.fetchByRepositoryId_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry RepositoryEntryPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ?.
static RepositoryEntry RepositoryEntryUtil.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 = ?.
 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.
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 RepositoryEntryPersistenceImpl.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, 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_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.
 RepositoryEntry RepositoryEntryPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ?.
static RepositoryEntry RepositoryEntryUtil.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 = ?.
 RepositoryEntry RepositoryEntryPersistence.findByPrimaryKey(long repositoryEntryId)
          Returns the repository entry with the primary key or throws a NoSuchRepositoryEntryException if it could not be found.
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 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.
 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.
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 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.
 RepositoryEntry RepositoryEntryPersistence.findByRepositoryId_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where repositoryId = ?.
static RepositoryEntry RepositoryEntryUtil.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 = ?.
 RepositoryEntry RepositoryEntryPersistence.findByRepositoryId_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last 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 RepositoryEntryPersistenceImpl.findByRepositoryId_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
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[] 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 = ?.
 RepositoryEntry RepositoryEntryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ?.
static RepositoryEntry RepositoryEntryUtil.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 = ?.
 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.
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 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.
 RepositoryEntry RepositoryEntryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ?.
static RepositoryEntry RepositoryEntryUtil.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 = ?.
 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 = ?.
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[] 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_PrevAndNext(Session session, RepositoryEntry repositoryEntry, String uuid, OrderByComparator orderByComparator, boolean previous)
           
 RepositoryEntry RepositoryEntryPersistence.remove(long repositoryEntryId)
          Removes the repository entry with the primary key from the database.
static RepositoryEntry RepositoryEntryUtil.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.
 RepositoryEntry RepositoryEntryPersistence.removeByR_M(long repositoryId, String mappedId)
          Removes the repository entry where repositoryId = ? and mappedId = ? from the database.
static RepositoryEntry RepositoryEntryUtil.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.
 RepositoryEntry RepositoryEntryPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the repository entry where uuid = ? and groupId = ? from the database.
static RepositoryEntry RepositoryEntryUtil.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, boolean merge)
           
static RepositoryEntry RepositoryEntryUtil.update(RepositoryEntry repositoryEntry, boolean merge, ServiceContext serviceContext)
           
 RepositoryEntry RepositoryEntryPersistence.updateImpl(RepositoryEntry repositoryEntry, boolean merge)
           
static RepositoryEntry RepositoryEntryUtil.updateImpl(RepositoryEntry repositoryEntry, boolean merge)
           
 RepositoryEntry RepositoryEntryPersistenceImpl.updateImpl(RepositoryEntry repositoryEntry, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type RepositoryEntry
 List<RepositoryEntry> RepositoryEntryPersistence.findAll()
          Returns all the repository entries.
static List<RepositoryEntry> RepositoryEntryUtil.findAll()
          Returns all the repository entries.
 List<RepositoryEntry> RepositoryEntryPersistenceImpl.findAll()
          Returns all the repository entries.
 List<RepositoryEntry> RepositoryEntryPersistence.findAll(int start, int end)
          Returns a range of all the repository entries.
static List<RepositoryEntry> RepositoryEntryUtil.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.
 List<RepositoryEntry> RepositoryEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered 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> RepositoryEntryPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries.
 List<RepositoryEntry> RepositoryEntryPersistence.findByRepositoryId(long repositoryId)
          Returns all the repository entries where repositoryId = ?.
static List<RepositoryEntry> RepositoryEntryUtil.findByRepositoryId(long repositoryId)
          Returns all the repository entries where repositoryId = ?.
 List<RepositoryEntry> RepositoryEntryPersistenceImpl.findByRepositoryId(long repositoryId)
          Returns 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 = ?.
static List<RepositoryEntry> RepositoryEntryUtil.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 = ?.
 List<RepositoryEntry> RepositoryEntryPersistence.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered 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> RepositoryEntryPersistenceImpl.findByRepositoryId(long repositoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries where repositoryId = ?.
 List<RepositoryEntry> RepositoryEntryPersistence.findByUuid(String uuid)
          Returns all the repository entries where uuid = ?.
static List<RepositoryEntry> RepositoryEntryUtil.findByUuid(String uuid)
          Returns all the repository entries where uuid = ?.
 List<RepositoryEntry> RepositoryEntryPersistenceImpl.findByUuid(String uuid)
          Returns 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 = ?.
static List<RepositoryEntry> RepositoryEntryUtil.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 = ?.
 List<RepositoryEntry> RepositoryEntryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered 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> 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
 void RepositoryEntryPersistence.cacheResult(RepositoryEntry repositoryEntry)
          Caches the repository entry in the entity cache if it is enabled.
static void RepositoryEntryUtil.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_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, boolean merge)
           
static RepositoryEntry RepositoryEntryUtil.update(RepositoryEntry repositoryEntry, boolean merge, ServiceContext serviceContext)
           
 RepositoryEntry RepositoryEntryPersistence.updateImpl(RepositoryEntry repositoryEntry, boolean merge)
           
static RepositoryEntry RepositoryEntryUtil.updateImpl(RepositoryEntry repositoryEntry, boolean merge)
           
 RepositoryEntry RepositoryEntryPersistenceImpl.updateImpl(RepositoryEntry repositoryEntry, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type RepositoryEntry
 void RepositoryEntryPersistence.cacheResult(List<RepositoryEntry> repositoryEntries)
          Caches the repository entries in the entity cache if it is enabled.
static void RepositoryEntryUtil.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 static void DLPortletDataHandlerImpl.exportRepositoryEntry(PortletDataContext portletDataContext, Element repositoryEntriesElement, RepositoryEntry repositoryEntry)
           
protected static String DLPortletDataHandlerImpl.getRepositoryEntryPath(PortletDataContext portletDataContext, RepositoryEntry repositoryEntry)
           
 


Liferay 6.1.2-ce-ga3