Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.atom.AtomCollectionAdapter

Packages that use AtomCollectionAdapter
com.liferay.portal.kernel.atom   
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
 

Uses of AtomCollectionAdapter in com.liferay.portal.kernel.atom
 

Classes in com.liferay.portal.kernel.atom that implement AtomCollectionAdapter
 class BaseAtomCollectionAdapter<E>
           
 class BaseMediaAtomCollectionAdapter<E>
           
 

Methods in com.liferay.portal.kernel.atom that return AtomCollectionAdapter
 AtomCollectionAdapter<?> AtomCollectionAdapterRegistry.getAtomCollectionAdapter(String collectionName)
           
static AtomCollectionAdapter<?> AtomCollectionAdapterRegistryUtil.getAtomCollectionAdapter(String collectionName)
           
 

Methods in com.liferay.portal.kernel.atom that return types with arguments of type AtomCollectionAdapter
 List<AtomCollectionAdapter<?>> AtomCollectionAdapterRegistry.getAtomCollectionAdapters()
           
static List<AtomCollectionAdapter<?>> AtomCollectionAdapterRegistryUtil.getAtomCollectionAdapters()
           
 

Methods in com.liferay.portal.kernel.atom with parameters of type AtomCollectionAdapter
 void AtomCollectionAdapterRegistry.register(AtomCollectionAdapter<?> atomCollectionAdapter)
           
static void AtomCollectionAdapterRegistryUtil.register(AtomCollectionAdapter<?> atomCollectionAdapter)
           
 void AtomCollectionAdapterRegistry.unregister(AtomCollectionAdapter<?> atomCollectionAdapter)
           
static void AtomCollectionAdapterRegistryUtil.unregister(AtomCollectionAdapter<?> atomCollectionAdapter)
           
 

Method parameters in com.liferay.portal.kernel.atom with type arguments of type AtomCollectionAdapter
static void AtomCollectionAdapterRegistryUtil.register(List<AtomCollectionAdapter<?>> atomCollectionAdapters)
           
static void AtomCollectionAdapterRegistryUtil.unregister(List<AtomCollectionAdapter<?>> atomCollectionAdapters)
           
 

Uses of AtomCollectionAdapter in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet that return types with arguments of type AtomCollectionAdapter
 List<AtomCollectionAdapter<?>> PortletBag.getAtomCollectionAdapterInstances()
           
 

Uses of AtomCollectionAdapter in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return types with arguments of type AtomCollectionAdapter
 List<AtomCollectionAdapter<?>> PortletWrapper.getAtomCollectionAdapterInstances()
          Returns the atom collection adapter instances of the portlet.
 List<AtomCollectionAdapter<?>> Portlet.getAtomCollectionAdapterInstances()
          Returns the atom collection adapter instances of the portlet.
 


Liferay 6.2-ce-ga5