Liferay 7.0-ce-m3

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()
           
static void register(AtomCollectionAdapter<?> atomCollectionAdapter)
           
static void register(List<AtomCollectionAdapter<?>> atomCollectionAdapters)
           
static void unregister(AtomCollectionAdapter<?> atomCollectionAdapter)
           
static void unregister(List<AtomCollectionAdapter<?>> atomCollectionAdapters)
           
 
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()

register

public static void register(AtomCollectionAdapter<?> atomCollectionAdapter)

register

public static void register(List<AtomCollectionAdapter<?>> atomCollectionAdapters)

unregister

public static void unregister(AtomCollectionAdapter<?> atomCollectionAdapter)

unregister

public static void unregister(List<AtomCollectionAdapter<?>> atomCollectionAdapters)

Liferay 7.0-ce-m3