Liferay 7.0-ce-m6

com.liferay.portlet.dynamicdatamapping.storage
Class StorageAdapterRegistryUtil

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.storage.StorageAdapterRegistryUtil

public class StorageAdapterRegistryUtil
extends Object


Constructor Summary
StorageAdapterRegistryUtil()
           
 
Method Summary
static StorageAdapter getDefaultStorageAdapter()
           
static StorageAdapter getStorageAdapter(String storageType)
           
static StorageAdapterRegistry getStorageAdapterRegistry()
           
static Set<String> getStorageTypes()
           
 void setStorageAdapterRegistry(StorageAdapterRegistry storageAdapterRegistry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StorageAdapterRegistryUtil

public StorageAdapterRegistryUtil()
Method Detail

getDefaultStorageAdapter

public static StorageAdapter getDefaultStorageAdapter()

getStorageAdapter

public static StorageAdapter getStorageAdapter(String storageType)

getStorageAdapterRegistry

public static StorageAdapterRegistry getStorageAdapterRegistry()

getStorageTypes

public static Set<String> getStorageTypes()

setStorageAdapterRegistry

public void setStorageAdapterRegistry(StorageAdapterRegistry storageAdapterRegistry)

Liferay 7.0-ce-m6