Example usage for com.liferay.portal.kernel.atom BaseMediaAtomCollectionAdapter subclass-usage

List of usage examples for com.liferay.portal.kernel.atom BaseMediaAtomCollectionAdapter subclass-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.atom BaseMediaAtomCollectionAdapter subclass-usage.

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() {