List of usage examples for com.liferay.portal.repository.liferayrepository.util LiferayBase subclass-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 {