Liferay 7.0-ce-b4

com.liferay.portal.repository.external
Class LegacyExternalRepositoryFactory

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

public class LegacyExternalRepositoryFactory
extends Object
implements RepositoryFactory


Constructor Summary
LegacyExternalRepositoryFactory()
           
 
Method Summary
protected  BaseRepository createBaseRepository(long repositoryId)
           
protected  BaseRepository createExternalRepositoryImpl(long repositoryId, long classNameId)
           
 LocalRepository createLocalRepository(long repositoryId)
           
 Repository createRepository(long repositoryId)
           
protected  long getRepositoryClassNameId(long repositoryId)
           
protected  void setupRepository(long repositoryId, Repository repository, BaseRepository baseRepository)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegacyExternalRepositoryFactory

public LegacyExternalRepositoryFactory()
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

createBaseRepository

protected BaseRepository createBaseRepository(long repositoryId)
                                       throws PortalException
Throws:
PortalException

createExternalRepositoryImpl

protected BaseRepository createExternalRepositoryImpl(long repositoryId,
                                                      long classNameId)
                                               throws PortalException
Throws:
PortalException

getRepositoryClassNameId

protected long getRepositoryClassNameId(long repositoryId)

setupRepository

protected void setupRepository(long repositoryId,
                               Repository repository,
                               BaseRepository baseRepository)

Liferay 7.0-ce-b4