| com.liferay.portlet.documentlibrary.service.base.DLFileEntryServiceBaseImpl com.liferay.portlet.documentlibrary.service.impl.DLFileEntryServiceImpl
Method Summary | |
public DLFileEntry | addFileEntry(long folderId, String name, String title, String description, String[] tagsEntries, String extraSettings, byte[] byteArray, boolean addCommunityPermissions, boolean addGuestPermissions) | public DLFileEntry | addFileEntry(long folderId, String name, String title, String description, String[] tagsEntries, String extraSettings, byte[] byteArray, String[] communityPermissions, String[] guestPermissions) | public void | deleteFileEntry(long folderId, String name) | public void | deleteFileEntry(long folderId, String name, double version) | public void | deleteFileEntryByTitle(long folderId, String titleWithExtension) | public DLFileEntry | getFileEntry(long folderId, String name) | public DLFileEntry | getFileEntryByTitle(long folderId, String titleWithExtension) | public void | lockFileEntry(long folderId, String name) | public void | unlockFileEntry(long folderId, String name) | public DLFileEntry | updateFileEntry(long folderId, long newFolderId, String name, String sourceFileName, String title, String description, String[] tagsEntries, String extraSettings, byte[] byteArray) |
updateFileEntry | public DLFileEntry updateFileEntry(long folderId, long newFolderId, String name, String sourceFileName, String title, String description, String[] tagsEntries, String extraSettings, byte[] byteArray) throws PortalException, RemoteException, SystemException(Code) | | |
|
|