com.liferay.portlet.documentlibrary.service.impl
Class DLFileShortcutServiceImpl
java.lang.Object
com.liferay.portal.service.impl.PrincipalBean
com.liferay.portlet.documentlibrary.service.impl.DLFileShortcutServiceImpl
- All Implemented Interfaces:
- com.liferay.portlet.documentlibrary.service.DLFileShortcutService
- public class DLFileShortcutServiceImpl
- extends PrincipalBean
- implements com.liferay.portlet.documentlibrary.service.DLFileShortcutService
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
com.liferay.portlet.documentlibrary.model.DLFileShortcut |
addFileShortcut(long folderId,
long toFolderId,
java.lang.String toName,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
com.liferay.portlet.documentlibrary.model.DLFileShortcut |
addFileShortcut(long folderId,
long toFolderId,
java.lang.String toName,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
void |
deleteFileShortcut(long fileShortcutId)
|
com.liferay.portlet.documentlibrary.model.DLFileShortcut |
getFileShortcut(long fileShortcutId)
|
com.liferay.portlet.documentlibrary.model.DLFileShortcut |
updateFileShortcut(long fileShortcutId,
long folderId,
long toFolderId,
java.lang.String toName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLFileShortcutServiceImpl
public DLFileShortcutServiceImpl()
addFileShortcut
public com.liferay.portlet.documentlibrary.model.DLFileShortcut addFileShortcut(long folderId,
long toFolderId,
java.lang.String toName,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addFileShortcut
in interface com.liferay.portlet.documentlibrary.service.DLFileShortcutService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addFileShortcut
public com.liferay.portlet.documentlibrary.model.DLFileShortcut addFileShortcut(long folderId,
long toFolderId,
java.lang.String toName,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addFileShortcut
in interface com.liferay.portlet.documentlibrary.service.DLFileShortcutService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteFileShortcut
public void deleteFileShortcut(long fileShortcutId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteFileShortcut
in interface com.liferay.portlet.documentlibrary.service.DLFileShortcutService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getFileShortcut
public com.liferay.portlet.documentlibrary.model.DLFileShortcut getFileShortcut(long fileShortcutId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getFileShortcut
in interface com.liferay.portlet.documentlibrary.service.DLFileShortcutService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updateFileShortcut
public com.liferay.portlet.documentlibrary.model.DLFileShortcut updateFileShortcut(long fileShortcutId,
long folderId,
long toFolderId,
java.lang.String toName)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateFileShortcut
in interface com.liferay.portlet.documentlibrary.service.DLFileShortcutService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException