Example usage for com.liferay.portal.repository.liferayrepository.util LiferayBase subclass-usage

List of usage examples for com.liferay.portal.repository.liferayrepository.util LiferayBase subclass-usage

Introduction

In this page you can find the example usage for com.liferay.portal.repository.liferayrepository.util LiferayBase subclass-usage.

Usage

From source file com.liferay.portlet.documentlibrary.lar.FileEntryUtil.java

/**
 * @author Alexander Chow
 */
public class FileEntryUtil extends LiferayBase {

    public static FileEntry fetchByPrimaryKey(long fileEntryId) throws SystemException {

From source file com.liferay.portlet.documentlibrary.lar.FolderUtil.java

/**
 * @author Alexander Chow
 */
public class FolderUtil extends LiferayBase {

    public static Folder fetchByR_P_N(long groupId, long parentFolderId, String name) throws SystemException {