com.liferay.portal.repository.liferayrepository
Class LiferayRepositoryFactory
java.lang.Object
com.liferay.portal.repository.liferayrepository.LiferayRepositoryFactory
- All Implemented Interfaces:
- com.liferay.portal.kernel.repository.RepositoryFactory
public class LiferayRepositoryFactory
- extends Object
- implements com.liferay.portal.kernel.repository.RepositoryFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LiferayRepositoryFactory
public LiferayRepositoryFactory()
createLocalRepository
public com.liferay.portal.kernel.repository.LocalRepository createLocalRepository(long repositoryId)
- Specified by:
createLocalRepository in interface com.liferay.portal.kernel.repository.RepositoryFactory
createRepository
public com.liferay.portal.kernel.repository.Repository createRepository(long repositoryId)
- Specified by:
createRepository in interface com.liferay.portal.kernel.repository.RepositoryFactory
createLocalRepositoryInstance
protected com.liferay.portal.kernel.repository.LocalRepository createLocalRepositoryInstance(long[] repositoryLocation)
createRepositoryInstance
protected com.liferay.portal.kernel.repository.Repository createRepositoryInstance(long[] repositoryLocation)
getRepositoryLocation
protected long[] getRepositoryLocation(long repositoryId)