Liferay 6.1.2-ce-ga3

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

Packages that use AtomCollectionAdapter
com.liferay.portal.atom   
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. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
com.liferay.portlet.blogs.atom   
com.liferay.portlet.documentlibrary.atom   
com.liferay.portlet.journal.atom   
com.liferay.portlet.usersadmin.atom   
 

Uses of AtomCollectionAdapter in com.liferay.portal.atom
 

Methods in com.liferay.portal.atom that return AtomCollectionAdapter
 AtomCollectionAdapter<?> AtomCollectionAdapterRegistryImpl.getAtomCollectionAdapter(String collectionName)
           
 

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

Methods in com.liferay.portal.atom with parameters of type AtomCollectionAdapter
<E> void
AtomProvider.addCollection(AtomCollectionAdapter<E> atomCollectionAdapter)
           
 void AtomCollectionAdapterRegistryImpl.register(AtomCollectionAdapter<?> atomCollectionAdapter)
           
 void AtomCollectionAdapterRegistryImpl.unregister(AtomCollectionAdapter<?> atomCollectionAdapter)
           
 

Constructors in com.liferay.portal.atom with parameters of type AtomCollectionAdapter
AtomCollectionAdapterWrapper(AtomCollectionAdapter<E> atomCollectionAdapter)
           
 

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<?>> Portlet.getAtomCollectionAdapterInstances()
          Returns the atom collection adapter instances of the portlet.
 List<AtomCollectionAdapter<?>> PortletWrapper.getAtomCollectionAdapterInstances()
          Returns the atom collection adapter instances of the portlet.
 

Uses of AtomCollectionAdapter in com.liferay.portal.model.impl
 

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

Uses of AtomCollectionAdapter in com.liferay.portlet
 

Methods in com.liferay.portlet that return types with arguments of type AtomCollectionAdapter
 List<AtomCollectionAdapter<?>> PortletBagImpl.getAtomCollectionAdapterInstances()
           
protected  List<AtomCollectionAdapter<?>> PortletBagFactory.newAtomCollectionAdapterInstances(Portlet portlet)
           
 

Constructor parameters in com.liferay.portlet with type arguments of type AtomCollectionAdapter
PortletBagImpl(String portletName, javax.servlet.ServletContext servletContext, Portlet portletInstance, ConfigurationAction configurationActionInstance, List<Indexer> indexerInstances, OpenSearch openSearchInstance, FriendlyURLMapper friendlyURLMapperInstance, URLEncoder urlEncoderInstance, PortletDataHandler portletDataHandlerInstance, PortletLayoutListener portletLayoutListenerInstance, PollerProcessor pollerProcessorInstance, MessageListener popMessageListenerInstance, SocialActivityInterpreter socialActivityInterpreterInstance, SocialRequestInterpreter socialRequestInterpreterInstance, WebDAVStorage webDAVStorageInstance, Method xmlRpcMethodInstance, ControlPanelEntry controlPanelEntryInstance, List<AssetRendererFactory> assetRendererFactoryInstances, List<AtomCollectionAdapter<?>> atomCollectionAdapters, List<CustomAttributesDisplay> customAttributesDisplayInstances, PermissionPropagator permissionPropagatorInstance, List<WorkflowHandler> workflowHandlerInstances, PreferencesValidator preferencesValidatorInstance, Map<String,ResourceBundle> resourceBundles)
           
 

Uses of AtomCollectionAdapter in com.liferay.portlet.blogs.atom
 

Classes in com.liferay.portlet.blogs.atom that implement AtomCollectionAdapter
 class BlogsEntryAtomCollectionAdapter
           
 

Uses of AtomCollectionAdapter in com.liferay.portlet.documentlibrary.atom
 

Classes in com.liferay.portlet.documentlibrary.atom that implement AtomCollectionAdapter
 class FileEntryAtomCollectionAdapter
           
 class FolderAtomCollectionAdapter
           
 

Uses of AtomCollectionAdapter in com.liferay.portlet.journal.atom
 

Classes in com.liferay.portlet.journal.atom that implement AtomCollectionAdapter
 class JournalArticleAtomCollectionProvider
           
 

Uses of AtomCollectionAdapter in com.liferay.portlet.usersadmin.atom
 

Classes in com.liferay.portlet.usersadmin.atom that implement AtomCollectionAdapter
 class UserAtomCollectionAdapter
           
 


Liferay 6.1.2-ce-ga3