Liferay 7.0-ce-b4

com.liferay.portal.kernel.atom
Class AtomCollectionAdapterRegistryUtil

java.lang.Object
  extended by com.liferay.portal.kernel.atom.AtomCollectionAdapterRegistryUtil

@ProviderType
public class AtomCollectionAdapterRegistryUtil
extends Object


Method Summary
static AtomCollectionAdapter<?> getAtomCollectionAdapter(String collectionName)
           
static List<AtomCollectionAdapter<?>> getAtomCollectionAdapters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAtomCollectionAdapter

public static AtomCollectionAdapter<?> getAtomCollectionAdapter(String collectionName)

getAtomCollectionAdapters

public static List<AtomCollectionAdapter<?>> getAtomCollectionAdapters()

Liferay 7.0-ce-b4