Liferay 7.0-ce-b4

com.liferay.portal.repository.liferayrepository
Class LiferayRepositoryFactory

java.lang.Object
  extended by com.liferay.portal.repository.liferayrepository.LiferayRepositoryFactory
All Implemented Interfaces:
RepositoryFactory

public class LiferayRepositoryFactory
extends Object
implements RepositoryFactory


Constructor Summary
LiferayRepositoryFactory()
           
 
Method Summary
 LocalRepository createLocalRepository(long repositoryId)
           
protected  LocalRepository createLocalRepositoryInstance(long[] repositoryLocation)
           
 Repository createRepository(long repositoryId)
           
protected  Repository createRepositoryInstance(long[] repositoryLocation)
           
protected  long[] getRepositoryLocation(long repositoryId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiferayRepositoryFactory

public LiferayRepositoryFactory()
Method Detail

createLocalRepository

public LocalRepository createLocalRepository(long repositoryId)
Specified by:
createLocalRepository in interface RepositoryFactory

createRepository

public Repository createRepository(long repositoryId)
Specified by:
createRepository in interface RepositoryFactory

createLocalRepositoryInstance

protected LocalRepository createLocalRepositoryInstance(long[] repositoryLocation)

createRepositoryInstance

protected Repository createRepositoryInstance(long[] repositoryLocation)

getRepositoryLocation

protected long[] getRepositoryLocation(long repositoryId)

Liferay 7.0-ce-b4