Class LiferayRepositoryFactory
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
- Author:
- Adolfo Pérez
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.repository.LocalRepositorycreateLocalRepository(long repositoryId) protected com.liferay.portal.kernel.repository.LocalRepositorycreateLocalRepositoryInstance(long[] repositoryLocation) com.liferay.portal.kernel.repository.RepositorycreateRepository(long repositoryId) protected com.liferay.portal.kernel.repository.RepositorycreateRepositoryInstance(long[] repositoryLocation) protected long[]getRepositoryLocation(long repositoryId)
-
Constructor Details
-
LiferayRepositoryFactory
public LiferayRepositoryFactory()
-
-
Method Details
-
createLocalRepository
public com.liferay.portal.kernel.repository.LocalRepository createLocalRepository(long repositoryId) - Specified by:
createLocalRepositoryin interfacecom.liferay.portal.kernel.repository.RepositoryFactory
-
createRepository
public com.liferay.portal.kernel.repository.Repository createRepository(long repositoryId) - Specified by:
createRepositoryin interfacecom.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)
-