Liferay 7.0-ce-b4

com.liferay.portal.repository
Class RepositoryFactoryImpl

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

public class RepositoryFactoryImpl
extends Object
implements RepositoryFactory


Constructor Summary
RepositoryFactoryImpl()
           
 
Method Summary
 LocalRepository createLocalRepository(long repositoryId)
           
 Repository createRepository(long repositoryId)
           
protected  String getRepositoryClassName(long repositoryId)
           
protected  RepositoryFactory getRepositoryFactory(String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryFactoryImpl

public RepositoryFactoryImpl()
Method Detail

createLocalRepository

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

createRepository

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

getRepositoryClassName

protected String getRepositoryClassName(long repositoryId)

getRepositoryFactory

protected RepositoryFactory getRepositoryFactory(String className)

Liferay 7.0-ce-b4