Liferay 6.1.10-ee-ga1

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

Packages that use Repository
com.liferay.portal.model This package defines the portal model interfaces and classes, including SOAP and wrapper classes. 
com.liferay.portal.service This package defines the local and remote portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces and classes. 
 

Uses of Repository in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement Repository
 class RepositoryWrapper
           This class is a wrapper for Repository.
 

Methods in com.liferay.portal.model that return Repository
 Repository RepositoryWrapper.getWrappedModel()
           
 Repository RepositoryWrapper.getWrappedRepository()
          Deprecated. Renamed to RepositoryWrapper.getWrappedModel()
 Repository RepositoryWrapper.toEscapedModel()
           
 Repository RepositoryModel.toEscapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type Repository
 CacheModel<Repository> RepositoryWrapper.toCacheModel()
           
 CacheModel<Repository> RepositoryModel.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type Repository
 int RepositoryWrapper.compareTo(Repository repository)
           
 int RepositoryModel.compareTo(Repository repository)
           
static RepositorySoap RepositorySoap.toSoapModel(Repository model)
           
static RepositorySoap[] RepositorySoap.toSoapModels(Repository[] models)
           
static RepositorySoap[][] RepositorySoap.toSoapModels(Repository[][] models)
           
 

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

Constructors in com.liferay.portal.model with parameters of type Repository
RepositoryWrapper(Repository repository)
           
 

Uses of Repository in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Repository
 Repository RepositoryLocalServiceWrapper.addRepository(Repository repository)
          Adds the repository to the database.
static Repository RepositoryLocalServiceUtil.addRepository(Repository repository)
          Adds the repository to the database.
 Repository RepositoryLocalService.addRepository(Repository repository)
          Adds the repository to the database.
 Repository RepositoryLocalServiceWrapper.createRepository(long repositoryId)
          Creates a new repository with the primary key.
static Repository RepositoryLocalServiceUtil.createRepository(long repositoryId)
          Creates a new repository with the primary key.
 Repository RepositoryLocalService.createRepository(long repositoryId)
          Creates a new repository with the primary key.
 Repository RepositoryLocalServiceWrapper.fetchRepository(long repositoryId)
           
static Repository RepositoryLocalServiceUtil.fetchRepository(long repositoryId)
           
 Repository RepositoryLocalService.fetchRepository(long repositoryId)
           
 Repository RepositoryServiceWrapper.getRepository(long repositoryId)
           
static Repository RepositoryServiceUtil.getRepository(long repositoryId)
           
 Repository RepositoryService.getRepository(long repositoryId)
           
 Repository RepositoryLocalServiceWrapper.getRepository(long repositoryId)
          Returns the repository with the primary key.
static Repository RepositoryLocalServiceUtil.getRepository(long repositoryId)
          Returns the repository with the primary key.
 Repository RepositoryLocalService.getRepository(long repositoryId)
          Returns the repository with the primary key.
 Repository RepositoryLocalServiceWrapper.getRepositoryByUuidAndGroupId(String uuid, long groupId)
          Returns the repository with the UUID in the group.
static Repository RepositoryLocalServiceUtil.getRepositoryByUuidAndGroupId(String uuid, long groupId)
          Returns the repository with the UUID in the group.
 Repository RepositoryLocalService.getRepositoryByUuidAndGroupId(String uuid, long groupId)
          Returns the repository with the UUID in the group.
 Repository RepositoryLocalServiceWrapper.updateRepository(Repository repository)
          Updates the repository in the database or adds it if it does not yet exist.
static Repository RepositoryLocalServiceUtil.updateRepository(Repository repository)
          Updates the repository in the database or adds it if it does not yet exist.
 Repository RepositoryLocalService.updateRepository(Repository repository)
          Updates the repository in the database or adds it if it does not yet exist.
 Repository RepositoryLocalServiceWrapper.updateRepository(Repository repository, boolean merge)
          Updates the repository in the database or adds it if it does not yet exist.
static Repository RepositoryLocalServiceUtil.updateRepository(Repository repository, boolean merge)
          Updates the repository in the database or adds it if it does not yet exist.
 Repository RepositoryLocalService.updateRepository(Repository repository, boolean merge)
          Updates the repository 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 Repository
 List<Repository> RepositoryLocalServiceWrapper.getRepositories(int start, int end)
          Returns a range of all the repositories.
static List<Repository> RepositoryLocalServiceUtil.getRepositories(int start, int end)
          Returns a range of all the repositories.
 List<Repository> RepositoryLocalService.getRepositories(int start, int end)
          Returns a range of all the repositories.
 

Methods in com.liferay.portal.service with parameters of type Repository
 Repository RepositoryLocalServiceWrapper.addRepository(Repository repository)
          Adds the repository to the database.
static Repository RepositoryLocalServiceUtil.addRepository(Repository repository)
          Adds the repository to the database.
 Repository RepositoryLocalService.addRepository(Repository repository)
          Adds the repository to the database.
 void RepositoryLocalServiceWrapper.deleteRepository(Repository repository)
          Deletes the repository from the database.
static void RepositoryLocalServiceUtil.deleteRepository(Repository repository)
          Deletes the repository from the database.
 void RepositoryLocalService.deleteRepository(Repository repository)
          Deletes the repository from the database.
 Repository RepositoryLocalServiceWrapper.updateRepository(Repository repository)
          Updates the repository in the database or adds it if it does not yet exist.
static Repository RepositoryLocalServiceUtil.updateRepository(Repository repository)
          Updates the repository in the database or adds it if it does not yet exist.
 Repository RepositoryLocalService.updateRepository(Repository repository)
          Updates the repository in the database or adds it if it does not yet exist.
 Repository RepositoryLocalServiceWrapper.updateRepository(Repository repository, boolean merge)
          Updates the repository in the database or adds it if it does not yet exist.
static Repository RepositoryLocalServiceUtil.updateRepository(Repository repository, boolean merge)
          Updates the repository in the database or adds it if it does not yet exist.
 Repository RepositoryLocalService.updateRepository(Repository repository, boolean merge)
          Updates the repository in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service.persistence that return Repository
static Repository RepositoryUtil.create(long repositoryId)
          Creates a new repository with the primary key.
 Repository RepositoryPersistence.create(long repositoryId)
          Creates a new repository with the primary key.
static Repository RepositoryUtil.fetchByPrimaryKey(long repositoryId)
          Returns the repository with the primary key or returns null if it could not be found.
 Repository RepositoryPersistence.fetchByPrimaryKey(long repositoryId)
          Returns the repository with the primary key or returns null if it could not be found.
static Repository RepositoryUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the repository where uuid = ? and groupId = ? or returns null if it could not be found.
 Repository RepositoryPersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the repository where uuid = ? and groupId = ? or returns null if it could not be found.
static Repository RepositoryUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the repository where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 Repository RepositoryPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the repository where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static Repository RepositoryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first repository in the ordered set where groupId = ?.
 Repository RepositoryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first repository in the ordered set where groupId = ?.
static Repository RepositoryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last repository in the ordered set where groupId = ?.
 Repository RepositoryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last repository in the ordered set where groupId = ?.
static Repository[] RepositoryUtil.findByGroupId_PrevAndNext(long repositoryId, long groupId, OrderByComparator orderByComparator)
          Returns the repositories before and after the current repository in the ordered set where groupId = ?.
 Repository[] RepositoryPersistence.findByGroupId_PrevAndNext(long repositoryId, long groupId, OrderByComparator orderByComparator)
          Returns the repositories before and after the current repository in the ordered set where groupId = ?.
static Repository RepositoryUtil.findByPrimaryKey(long repositoryId)
          Returns the repository with the primary key or throws a NoSuchRepositoryException if it could not be found.
 Repository RepositoryPersistence.findByPrimaryKey(long repositoryId)
          Returns the repository with the primary key or throws a NoSuchRepositoryException if it could not be found.
static Repository RepositoryUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository in the ordered set where uuid = ?.
 Repository RepositoryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository in the ordered set where uuid = ?.
static Repository RepositoryUtil.findByUUID_G(String uuid, long groupId)
          Returns the repository where uuid = ? and groupId = ? or throws a NoSuchRepositoryException if it could not be found.
 Repository RepositoryPersistence.findByUUID_G(String uuid, long groupId)
          Returns the repository where uuid = ? and groupId = ? or throws a NoSuchRepositoryException if it could not be found.
static Repository RepositoryUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository in the ordered set where uuid = ?.
 Repository RepositoryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository in the ordered set where uuid = ?.
static Repository[] RepositoryUtil.findByUuid_PrevAndNext(long repositoryId, String uuid, OrderByComparator orderByComparator)
          Returns the repositories before and after the current repository in the ordered set where uuid = ?.
 Repository[] RepositoryPersistence.findByUuid_PrevAndNext(long repositoryId, String uuid, OrderByComparator orderByComparator)
          Returns the repositories before and after the current repository in the ordered set where uuid = ?.
static Repository RepositoryUtil.remove(long repositoryId)
          Removes the repository with the primary key from the database.
 Repository RepositoryPersistence.remove(long repositoryId)
          Removes the repository with the primary key from the database.
static Repository RepositoryUtil.update(Repository repository, boolean merge)
           
static Repository RepositoryUtil.update(Repository repository, boolean merge, ServiceContext serviceContext)
           
static Repository RepositoryUtil.updateImpl(Repository repository, boolean merge)
           
 Repository RepositoryPersistence.updateImpl(Repository repository, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Repository
static List<Repository> RepositoryUtil.findAll()
          Returns all the repositories.
 List<Repository> RepositoryPersistence.findAll()
          Returns all the repositories.
static List<Repository> RepositoryUtil.findAll(int start, int end)
          Returns a range of all the repositories.
 List<Repository> RepositoryPersistence.findAll(int start, int end)
          Returns a range of all the repositories.
static List<Repository> RepositoryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repositories.
 List<Repository> RepositoryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repositories.
static List<Repository> RepositoryUtil.findByGroupId(long groupId)
          Returns all the repositories where groupId = ?.
 List<Repository> RepositoryPersistence.findByGroupId(long groupId)
          Returns all the repositories where groupId = ?.
static List<Repository> RepositoryUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the repositories where groupId = ?.
 List<Repository> RepositoryPersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the repositories where groupId = ?.
static List<Repository> RepositoryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repositories where groupId = ?.
 List<Repository> RepositoryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repositories where groupId = ?.
static List<Repository> RepositoryUtil.findByUuid(String uuid)
          Returns all the repositories where uuid = ?.
 List<Repository> RepositoryPersistence.findByUuid(String uuid)
          Returns all the repositories where uuid = ?.
static List<Repository> RepositoryUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the repositories where uuid = ?.
 List<Repository> RepositoryPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the repositories where uuid = ?.
static List<Repository> RepositoryUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repositories where uuid = ?.
 List<Repository> RepositoryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repositories where uuid = ?.
static List<Repository> RepositoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<Repository> RepositoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<Repository> RepositoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type Repository
static void RepositoryUtil.cacheResult(Repository repository)
          Caches the repository in the entity cache if it is enabled.
 void RepositoryPersistence.cacheResult(Repository repository)
          Caches the repository in the entity cache if it is enabled.
static void RepositoryUtil.clearCache(Repository repository)
           
static Repository RepositoryUtil.update(Repository repository, boolean merge)
           
static Repository RepositoryUtil.update(Repository repository, boolean merge, ServiceContext serviceContext)
           
static Repository RepositoryUtil.updateImpl(Repository repository, boolean merge)
           
 Repository RepositoryPersistence.updateImpl(Repository repository, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type Repository
static void RepositoryUtil.cacheResult(List<Repository> repositories)
          Caches the repositories in the entity cache if it is enabled.
 void RepositoryPersistence.cacheResult(List<Repository> repositories)
          Caches the repositories in the entity cache if it is enabled.
 


Liferay 6.1.10-ee-ga1