Liferay 7.0-ce-m6

com.liferay.portlet.dynamicdatamapping.storage
Interface StorageAdapterRegistry


public interface StorageAdapterRegistry


Method Summary
 StorageAdapter getDefaultStorageAdapter()
           
 StorageAdapter getStorageAdapter(String storageType)
           
 Set<String> getStorageTypes()
           
 

Method Detail

getDefaultStorageAdapter

StorageAdapter getDefaultStorageAdapter()

getStorageAdapter

StorageAdapter getStorageAdapter(String storageType)

getStorageTypes

Set<String> getStorageTypes()

Liferay 7.0-ce-m6