Liferay 7.0-ce-m3

com.liferay.portlet.dynamicdatamapping.storage
Class StorageAdapterRegistryImpl

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.storage.StorageAdapterRegistryImpl
All Implemented Interfaces:
StorageAdapterRegistry

public class StorageAdapterRegistryImpl
extends Object
implements StorageAdapterRegistry


Constructor Summary
StorageAdapterRegistryImpl()
           
 
Method Summary
 StorageAdapter getDefaultStorageAdapter()
           
 StorageAdapter getStorageAdapter(String storageType)
           
 Set<String> getStorageTypes()
           
 void setDefaultStorageType(String storageType)
           
 void setStorageAdapters(List<StorageAdapter> storageAdapters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StorageAdapterRegistryImpl

public StorageAdapterRegistryImpl()
Method Detail

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)

Liferay 7.0-ce-m3