com.liferay.portlet.dynamicdatamapping.storage
Class StorageAdapterRegistryImpl
java.lang.Object
com.liferay.portlet.dynamicdatamapping.storage.StorageAdapterRegistryImpl
- All Implemented Interfaces:
- StorageAdapterRegistry
public class StorageAdapterRegistryImpl
- extends Object
- implements StorageAdapterRegistry
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StorageAdapterRegistryImpl
public StorageAdapterRegistryImpl()
getDefaultStorageAdapter
public StorageAdapter getDefaultStorageAdapter()
- Specified by:
getDefaultStorageAdapter in interface StorageAdapterRegistry
getStorageAdapter
public StorageAdapter getStorageAdapter(String storageType)
- Specified by:
getStorageAdapter in interface StorageAdapterRegistry
getStorageTypes
public Set<String> getStorageTypes()
- Specified by:
getStorageTypes in interface StorageAdapterRegistry
setDefaultStorageType
public void setDefaultStorageType(String storageType)
setStorageAdapters
public void setStorageAdapters(List<StorageAdapter> storageAdapters)