Liferay 7.0-ce-m2

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  CMISRepositoryHandler getCMISRepositoryHandler(Repository repository)
           
protected  DLFileEntryLocalService getDlFileEntryLocalService()
           
protected  DLFileEntryService getDlFileEntryService()
           
protected  DLFileVersionLocalService getDlFileVersionLocalService()
           
protected  DLFileVersionService getDlFileVersionService()
           
protected  DLFolderLocalService getDlFolderLocalService()
           
protected  DLFolderService getDlFolderService()
           
protected  Repository getRepository(long repositoryId)
           
protected  RepositoryClassDefinition getRepositoryClassDefinition(long classNameId)
           
protected  long getRepositoryClassNameId(long repositoryId)
           
protected  RepositoryLocalService getRepositoryLocalService()
           
protected  void setupCapabilityRepositoryCapabilities(CapabilityRepository capabilityRepository)
           
protected  void setupCommonCapabilities(BaseCapabilityRepository<?> baseCapabilityRepository, RepositoryClassDefinition repositoryClassDefinition)
           
 
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

getCMISRepositoryHandler

protected CMISRepositoryHandler getCMISRepositoryHandler(Repository repository)

getDlFileEntryLocalService

protected DLFileEntryLocalService getDlFileEntryLocalService()

getDlFileEntryService

protected DLFileEntryService getDlFileEntryService()

getDlFileVersionLocalService

protected DLFileVersionLocalService getDlFileVersionLocalService()

getDlFileVersionService

protected DLFileVersionService getDlFileVersionService()

getDlFolderLocalService

protected DLFolderLocalService getDlFolderLocalService()

getDlFolderService

protected DLFolderService getDlFolderService()

getRepository

protected Repository getRepository(long repositoryId)

getRepositoryClassDefinition

protected RepositoryClassDefinition getRepositoryClassDefinition(long classNameId)
                                                          throws PortalException
Throws:
PortalException

getRepositoryClassNameId

protected long getRepositoryClassNameId(long repositoryId)

getRepositoryLocalService

protected RepositoryLocalService getRepositoryLocalService()

setupCapabilityRepositoryCapabilities

protected void setupCapabilityRepositoryCapabilities(CapabilityRepository capabilityRepository)

setupCommonCapabilities

protected void setupCommonCapabilities(BaseCapabilityRepository<?> baseCapabilityRepository,
                                       RepositoryClassDefinition repositoryClassDefinition)

Liferay 7.0-ce-m2