List of usage examples for com.liferay.portal.kernel.atom BaseMediaAtomCollectionAdapter subclass-usage
From source file com.liferay.document.library.internal.atom.FileEntryAtomCollectionAdapter.java
/** * @author Igor Spasic */ @Component(property = { "model.class.name=com.liferay.portal.kernel.repository.model.FileEntry" }, service = AtomCollectionAdapter.class) public class FileEntryAtomCollectionAdapter extends BaseMediaAtomCollectionAdapter<FileEntry> {
From source file com.liferay.portlet.documentlibrary.atom.FileEntryAtomCollectionAdapter.java
/** * @author Igor Spasic */ public class FileEntryAtomCollectionAdapter extends BaseMediaAtomCollectionAdapter<FileEntry> { public String getCollectionName() {