Liferay 7.0-ce-b4

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.usersadmin.atom   
 

Uses of AtomCollectionAdapter in com.liferay.portal.atom
 

Methods in com.liferay.portal.atom with parameters of type AtomCollectionAdapter
<E> void
AtomProvider.addCollection(AtomCollectionAdapter<E> 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
static AtomCollectionAdapter<?> AtomCollectionAdapterRegistryUtil.getAtomCollectionAdapter(String collectionName)
           
 

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

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.
 

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, com.liferay.registry.Filter filter, Map<String,Object> properties)
           
 

Constructor parameters in com.liferay.portlet with type arguments of type AtomCollectionAdapter
PortletBagImpl(String portletName, javax.servlet.ServletContext servletContext, Portlet portletInstance, ResourceBundleTracker resourceBundleTracker, List<ConfigurationAction> configurationActionInstances, List<Indexer<?>> indexerInstances, List<OpenSearch> openSearchInstances, List<SchedulerEventMessageListener> schedulerEventMessageListeners, FriendlyURLMapperTracker friendlyURLMapperTracker, List<URLEncoder> urlEncoderInstances, List<PortletDataHandler> portletDataHandlerInstances, List<StagedModelDataHandler<?>> stagedModelDataHandlerInstances, List<TemplateHandler> templateHandlerInstances, List<PortletLayoutListener> portletLayoutListenerInstances, List<PollerProcessor> pollerProcessorInstances, List<MessageListener> popMessageListenerInstances, List<SocialActivityInterpreter> socialActivityInterpreterInstances, List<SocialRequestInterpreter> socialRequestInterpreterInstances, List<UserNotificationDefinition> userNotificationDefinitionInstances, List<UserNotificationHandler> userNotificationHandlerInstances, List<WebDAVStorage> webDAVStorageInstances, List<Method> xmlRpcMethodInstances, List<ControlPanelEntry> controlPanelEntryInstances, List<AssetRendererFactory<?>> assetRendererFactoryInstances, List<AtomCollectionAdapter<?>> atomCollectionAdapters, List<CustomAttributesDisplay> customAttributesDisplayInstances, List<PermissionPropagator> permissionPropagatorInstances, List<TrashHandler> trashHandlerInstances, List<WorkflowHandler<?>> workflowHandlerInstances, List<PreferencesValidator> preferencesValidatorInstances)
           
 

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

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


Liferay 7.0-ce-b4