com.liferay.portlet.documentlibrary.util
Class RepositoryModelUtil
java.lang.Object
com.liferay.portlet.documentlibrary.util.RepositoryModelUtil
public class RepositoryModelUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepositoryModelUtil
public RepositoryModelUtil()
toFileEntries
public static List<FileEntry> toFileEntries(List<DLFileEntry> dlFileEntries)
toFileShortcuts
public static List<FileShortcut> toFileShortcuts(List<DLFileShortcut> dlFileShortcuts)
toFileVersions
public static List<FileVersion> toFileVersions(List<DLFileVersion> dlFileVersions)
toFolders
public static List<Folder> toFolders(List<DLFolder> dlFolders)
toRepositoryEntries
public static List<RepositoryEntry> toRepositoryEntries(List<Object> dlFoldersAndDLFileEntriesAndDLFileShortcuts)