| com.liferay.portlet.documentlibrary.service.DLFileShortcutService
All known Subclasses: com.liferay.portlet.documentlibrary.service.base.DLFileShortcutServiceBaseImpl,
DLFileShortcutService | public interface DLFileShortcutService (Code) | | View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface defines the service. The default implementation is
com.liferay.portlet.documentlibrary.service.impl.DLFileShortcutServiceImpl .
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
author: Brian Wing Shun Chan See Also: com.liferay.portlet.documentlibrary.service.DLFileShortcutServiceFactory See Also: com.liferay.portlet.documentlibrary.service.DLFileShortcutServiceUtil |
Method Summary | |
public com.liferay.portlet.documentlibrary.model.DLFileShortcut | addFileShortcut(long folderId, long toFolderId, java.lang.String toName, boolean addCommunityPermissions, boolean addGuestPermissions) | public com.liferay.portlet.documentlibrary.model.DLFileShortcut | addFileShortcut(long folderId, long toFolderId, java.lang.String toName, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions) | public void | deleteFileShortcut(long fileShortcutId) | public com.liferay.portlet.documentlibrary.model.DLFileShortcut | getFileShortcut(long fileShortcutId) | public com.liferay.portlet.documentlibrary.model.DLFileShortcut | updateFileShortcut(long fileShortcutId, long folderId, long toFolderId, java.lang.String toName) |
|
|