| java.lang.Object com.liferay.portlet.documentlibrary.service.DLFileShortcutServiceUtil
DLFileShortcutServiceUtil | public class DLFileShortcutServiceUtil (Code) | | View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class provides static methods for the
com.liferay.portlet.documentlibrary.service.DLFileShortcutService
bean. The static methods of this class calls the same methods of the bean
instance. It's convenient to be able to just write one line to call a method
on a bean instead of writing a lookup call and a method call.
com.liferay.portlet.documentlibrary.service.DLFileShortcutServiceFactory
is responsible for the lookup of the bean.
author: Brian Wing Shun Chan See Also: com.liferay.portlet.documentlibrary.service.DLFileShortcutService See Also: com.liferay.portlet.documentlibrary.service.DLFileShortcutServiceFactory |
Method Summary | |
public static com.liferay.portlet.documentlibrary.model.DLFileShortcut | addFileShortcut(long folderId, long toFolderId, java.lang.String toName, boolean addCommunityPermissions, boolean addGuestPermissions) | public static com.liferay.portlet.documentlibrary.model.DLFileShortcut | addFileShortcut(long folderId, long toFolderId, java.lang.String toName, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions) | public static void | deleteFileShortcut(long fileShortcutId) | public static com.liferay.portlet.documentlibrary.model.DLFileShortcut | getFileShortcut(long fileShortcutId) | public static com.liferay.portlet.documentlibrary.model.DLFileShortcut | updateFileShortcut(long fileShortcutId, long folderId, long toFolderId, java.lang.String toName) |
|
|