com.liferay.portlet.documentlibrary.service.impl
Class DLFileShortcutServiceImpl
java.lang.Object
com.liferay.portal.service.base.PrincipalBean
com.liferay.portlet.documentlibrary.service.base.DLFileShortcutServiceBaseImpl
com.liferay.portlet.documentlibrary.service.impl.DLFileShortcutServiceImpl
- All Implemented Interfaces:
- com.liferay.portlet.documentlibrary.service.DLFileShortcutService
public class DLFileShortcutServiceImpl
- extends DLFileShortcutServiceBaseImpl
View Source
- Author:
- Brian Wing Shun Chan
Fields inherited from class com.liferay.portlet.documentlibrary.service.base.DLFileShortcutServiceBaseImpl |
counterLocalService, counterService, dlFileEntryFinder, dlFileEntryLocalService, dlFileEntryPersistence, dlFileEntryService, dlFileRankLocalService, dlFileRankPersistence, dlFileShortcutLocalService, dlFileShortcutPersistence, dlFileShortcutService, dlFileVersionLocalService, dlFileVersionPersistence, dlFolderFinder, dlFolderLocalService, dlFolderPersistence, dlFolderService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService |
Fields inherited from class com.liferay.portal.service.base.PrincipalBean |
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
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 com.liferay.portlet.documentlibrary.service.base.DLFileShortcutServiceBaseImpl |
getCounterLocalService, getCounterService, getDLFileEntryFinder, getDLFileEntryLocalService, getDLFileEntryPersistence, getDLFileEntryService, getDLFileRankLocalService, getDLFileRankPersistence, getDLFileShortcutLocalService, getDLFileShortcutPersistence, getDLFileShortcutService, getDLFileVersionLocalService, getDLFileVersionPersistence, getDLFolderFinder, getDLFolderLocalService, getDLFolderPersistence, getDLFolderService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setCounterLocalService, setCounterService, setDLFileEntryFinder, setDLFileEntryLocalService, setDLFileEntryPersistence, setDLFileEntryService, setDLFileRankLocalService, setDLFileRankPersistence, setDLFileShortcutLocalService, setDLFileShortcutPersistence, setDLFileShortcutService, setDLFileVersionLocalService, setDLFileVersionPersistence, setDLFolderFinder, setDLFolderLocalService, setDLFolderPersistence, setDLFolderService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService |
Methods inherited from class com.liferay.portal.service.base.PrincipalBean |
getGuestOrUserId, getPermissionChecker, getUser, getUserId |
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
- 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
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteFileShortcut
public void deleteFileShortcut(long fileShortcutId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- 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
- 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
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException