com.liferay.portal.atom
Class AtomCollectionAdapterRegistryImpl
java.lang.Object
com.liferay.portal.atom.AtomCollectionAdapterRegistryImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.atom.AtomCollectionAdapterRegistry
public class AtomCollectionAdapterRegistryImpl
- extends java.lang.Object
- implements com.liferay.portal.kernel.atom.AtomCollectionAdapterRegistry
- Author:
- Igor Spasic
|
Method Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtomCollectionAdapterRegistryImpl
public AtomCollectionAdapterRegistryImpl()
getAtomCollectionAdapter
public com.liferay.portal.kernel.atom.AtomCollectionAdapter<?> getAtomCollectionAdapter(java.lang.String collectionName)
- Specified by:
getAtomCollectionAdapter in interface com.liferay.portal.kernel.atom.AtomCollectionAdapterRegistry
getAtomCollectionAdapters
public java.util.List<com.liferay.portal.kernel.atom.AtomCollectionAdapter<?>> getAtomCollectionAdapters()
- Specified by:
getAtomCollectionAdapters in interface com.liferay.portal.kernel.atom.AtomCollectionAdapterRegistry
register
public void register(com.liferay.portal.kernel.atom.AtomCollectionAdapter<?> atomCollectionAdapter)
throws com.liferay.portal.kernel.atom.AtomException
- Specified by:
register in interface com.liferay.portal.kernel.atom.AtomCollectionAdapterRegistry
- Throws:
com.liferay.portal.kernel.atom.AtomException
unregister
public void unregister(com.liferay.portal.kernel.atom.AtomCollectionAdapter<?> atomCollectionAdapter)
- Specified by:
unregister in interface com.liferay.portal.kernel.atom.AtomCollectionAdapterRegistry