public class AtomCollectionAdapterRegistryImpl
extends java.lang.Object
implements com.liferay.portal.kernel.atom.AtomCollectionAdapterRegistry
| Constructor and Description |
|---|
AtomCollectionAdapterRegistryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.kernel.atom.AtomCollectionAdapter<?> |
getAtomCollectionAdapter(java.lang.String collectionName) |
java.util.List<com.liferay.portal.kernel.atom.AtomCollectionAdapter<?>> |
getAtomCollectionAdapters() |
void |
register(com.liferay.portal.kernel.atom.AtomCollectionAdapter<?> atomCollectionAdapter) |
void |
unregister(com.liferay.portal.kernel.atom.AtomCollectionAdapter<?> atomCollectionAdapter) |
public com.liferay.portal.kernel.atom.AtomCollectionAdapter<?> getAtomCollectionAdapter(java.lang.String collectionName)
getAtomCollectionAdapter in interface com.liferay.portal.kernel.atom.AtomCollectionAdapterRegistrypublic java.util.List<com.liferay.portal.kernel.atom.AtomCollectionAdapter<?>> getAtomCollectionAdapters()
getAtomCollectionAdapters in interface com.liferay.portal.kernel.atom.AtomCollectionAdapterRegistrypublic void register(com.liferay.portal.kernel.atom.AtomCollectionAdapter<?> atomCollectionAdapter)
register in interface com.liferay.portal.kernel.atom.AtomCollectionAdapterRegistrypublic void unregister(com.liferay.portal.kernel.atom.AtomCollectionAdapter<?> atomCollectionAdapter)
unregister in interface com.liferay.portal.kernel.atom.AtomCollectionAdapterRegistry