public class LiferayRepositoryFactory extends Object implements com.liferay.portal.kernel.repository.RepositoryFactory
| Constructor and Description |
|---|
LiferayRepositoryFactory() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.kernel.repository.LocalRepository |
createLocalRepository(long repositoryId) |
protected com.liferay.portal.kernel.repository.LocalRepository |
createLocalRepositoryInstance(long[] repositoryLocation) |
com.liferay.portal.kernel.repository.Repository |
createRepository(long repositoryId) |
protected com.liferay.portal.kernel.repository.Repository |
createRepositoryInstance(long[] repositoryLocation) |
protected long[] |
getRepositoryLocation(long repositoryId) |
public com.liferay.portal.kernel.repository.LocalRepository createLocalRepository(long repositoryId)
createLocalRepository in interface com.liferay.portal.kernel.repository.RepositoryFactorypublic com.liferay.portal.kernel.repository.Repository createRepository(long repositoryId)
createRepository in interface com.liferay.portal.kernel.repository.RepositoryFactoryprotected com.liferay.portal.kernel.repository.LocalRepository createLocalRepositoryInstance(long[] repositoryLocation)
protected com.liferay.portal.kernel.repository.Repository createRepositoryInstance(long[] repositoryLocation)
protected long[] getRepositoryLocation(long repositoryId)