com.liferay.portlet.documentlibrary.service.impl
Class DLFileShortcutLocalServiceImpl
java.lang.Object
com.liferay.portlet.documentlibrary.service.base.DLFileShortcutLocalServiceBaseImpl
com.liferay.portlet.documentlibrary.service.impl.DLFileShortcutLocalServiceImpl
- All Implemented Interfaces:
- DLFileShortcutLocalService
public class DLFileShortcutLocalServiceImpl
- extends DLFileShortcutLocalServiceBaseImpl
Fields inherited from class com.liferay.portlet.documentlibrary.service.base.DLFileShortcutLocalServiceBaseImpl |
assetEntryFinder, assetEntryLocalService, assetEntryPersistence, assetEntryService, assetTagFinder, assetTagLocalService, assetTagPersistence, assetTagService, counterLocalService, dlFileEntryFinder, dlFileEntryLocalService, dlFileEntryPersistence, dlFileEntryService, dlFileRankLocalService, dlFileRankPersistence, dlFileShortcutLocalService, dlFileShortcutPersistence, dlFileShortcutService, dlFileVersionLocalService, dlFileVersionPersistence, dlFileVersionService, dlFolderFinder, dlFolderLocalService, dlFolderPersistence, dlFolderService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService |
Method Summary |
DLFileShortcut |
addFileShortcut(long userId,
long groupId,
long folderId,
long toFolderId,
String toName,
ServiceContext serviceContext)
|
void |
addFileShortcutResources(DLFileShortcut fileShortcut,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addFileShortcutResources(DLFileShortcut fileShortcut,
String[] communityPermissions,
String[] guestPermissions)
|
void |
addFileShortcutResources(long fileShortcutId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addFileShortcutResources(long fileShortcutId,
String[] communityPermissions,
String[] guestPermissions)
|
protected void |
copyAssetTags(DLFileEntry fileEntry,
ServiceContext serviceContext)
|
void |
deleteFileShortcut(DLFileShortcut fileShortcut)
|
void |
deleteFileShortcut(long fileShortcutId)
|
void |
deleteFileShortcuts(long groupId,
long toFolderId,
String toName)
|
DLFileShortcut |
getFileShortcut(long fileShortcutId)
|
protected long |
getFolderId(long companyId,
long folderId)
|
void |
updateAsset(long userId,
DLFileShortcut fileShortcut,
long[] assetCategoryIds,
String[] assetTagNames)
|
DLFileShortcut |
updateFileShortcut(long userId,
long fileShortcutId,
long folderId,
long toFolderId,
String toName,
ServiceContext serviceContext)
|
void |
updateFileShortcuts(long groupId,
long oldToFolderId,
String oldToName,
long newToFolderId,
String newToName)
|
protected void |
validate(User user,
long groupId,
long toFolderId,
String toName)
|
Methods inherited from class com.liferay.portlet.documentlibrary.service.base.DLFileShortcutLocalServiceBaseImpl |
addDLFileShortcut, createDLFileShortcut, deleteDLFileShortcut, deleteDLFileShortcut, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, getAssetEntryFinder, getAssetEntryLocalService, getAssetEntryPersistence, getAssetEntryService, getAssetTagFinder, getAssetTagLocalService, getAssetTagPersistence, getAssetTagService, getCounterLocalService, getDLFileEntryFinder, getDLFileEntryLocalService, getDLFileEntryPersistence, getDLFileEntryService, getDLFileRankLocalService, getDLFileRankPersistence, getDLFileShortcut, getDLFileShortcutByUuidAndGroupId, getDLFileShortcutLocalService, getDLFileShortcutPersistence, getDLFileShortcuts, getDLFileShortcutsCount, getDLFileShortcutService, getDLFileVersionLocalService, getDLFileVersionPersistence, getDLFileVersionService, getDLFolderFinder, getDLFolderLocalService, getDLFolderPersistence, getDLFolderService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setAssetEntryFinder, setAssetEntryLocalService, setAssetEntryPersistence, setAssetEntryService, setAssetTagFinder, setAssetTagLocalService, setAssetTagPersistence, setAssetTagService, setCounterLocalService, setDLFileEntryFinder, setDLFileEntryLocalService, setDLFileEntryPersistence, setDLFileEntryService, setDLFileRankLocalService, setDLFileRankPersistence, setDLFileShortcutLocalService, setDLFileShortcutPersistence, setDLFileShortcutService, setDLFileVersionLocalService, setDLFileVersionPersistence, setDLFileVersionService, setDLFolderFinder, setDLFolderLocalService, setDLFolderPersistence, setDLFolderService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateDLFileShortcut, updateDLFileShortcut |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLFileShortcutLocalServiceImpl
public DLFileShortcutLocalServiceImpl()
addFileShortcut
public DLFileShortcut addFileShortcut(long userId,
long groupId,
long folderId,
long toFolderId,
String toName,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
addFileShortcutResources
public void addFileShortcutResources(DLFileShortcut fileShortcut,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
addFileShortcutResources
public void addFileShortcutResources(DLFileShortcut fileShortcut,
String[] communityPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
addFileShortcutResources
public void addFileShortcutResources(long fileShortcutId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
addFileShortcutResources
public void addFileShortcutResources(long fileShortcutId,
String[] communityPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteFileShortcut
public void deleteFileShortcut(DLFileShortcut fileShortcut)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteFileShortcut
public void deleteFileShortcut(long fileShortcutId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteFileShortcuts
public void deleteFileShortcuts(long groupId,
long toFolderId,
String toName)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getFileShortcut
public DLFileShortcut getFileShortcut(long fileShortcutId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateAsset
public void updateAsset(long userId,
DLFileShortcut fileShortcut,
long[] assetCategoryIds,
String[] assetTagNames)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateFileShortcut
public DLFileShortcut updateFileShortcut(long userId,
long fileShortcutId,
long folderId,
long toFolderId,
String toName,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateFileShortcuts
public void updateFileShortcuts(long groupId,
long oldToFolderId,
String oldToName,
long newToFolderId,
String newToName)
throws SystemException
- Throws:
SystemException
copyAssetTags
protected void copyAssetTags(DLFileEntry fileEntry,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getFolderId
protected long getFolderId(long companyId,
long folderId)
throws SystemException
- Throws:
SystemException
validate
protected void validate(User user,
long groupId,
long toFolderId,
String toName)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException