Liferay 7.0-ce-b4

com.liferay.portlet.documentlibrary.service.impl
Class DLFileShortcutServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portlet.documentlibrary.service.base.DLFileShortcutServiceBaseImpl
          extended by com.liferay.portlet.documentlibrary.service.impl.DLFileShortcutServiceImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseService, DLFileShortcutService

public class DLFileShortcutServiceImpl
extends DLFileShortcutServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.documentlibrary.service.base.DLFileShortcutServiceBaseImpl
assetEntryFinder, assetEntryLocalService, assetEntryPersistence, assetEntryService, assetTagFinder, assetTagLocalService, assetTagPersistence, assetTagService, counterLocalService, dlAppLocalService, dlAppService, dlFileShortcutLocalService, dlFileShortcutPersistence, dlFileShortcutService, dlFolderFinder, dlFolderLocalService, dlFolderPersistence, dlFolderService, resourceLocalService, trashEntryLocalService, trashEntryPersistence, trashEntryService, trashVersionLocalService, trashVersionPersistence, userFinder, userLocalService, userPersistence, userService
 
Fields inherited from class com.liferay.portal.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
DLFileShortcutServiceImpl()
           
 
Method Summary
 DLFileShortcut addFileShortcut(long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 void deleteFileShortcut(long fileShortcutId)
           
 DLFileShortcut getFileShortcut(long fileShortcutId)
           
 DLFileShortcut updateFileShortcut(long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 void updateFileShortcuts(long oldToFileEntryId, long newToFileEntryId)
           
 
Methods inherited from class com.liferay.portlet.documentlibrary.service.base.DLFileShortcutServiceBaseImpl
afterPropertiesSet, destroy, getAssetEntryFinder, getAssetEntryLocalService, getAssetEntryPersistence, getAssetEntryService, getAssetTagFinder, getAssetTagLocalService, getAssetTagPersistence, getAssetTagService, getCounterLocalService, getDLAppLocalService, getDLAppService, getDLFileShortcutLocalService, getDLFileShortcutPersistence, getDLFileShortcutService, getDLFolderFinder, getDLFolderLocalService, getDLFolderPersistence, getDLFolderService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getResourceLocalService, getTrashEntryLocalService, getTrashEntryPersistence, getTrashEntryService, getTrashVersionLocalService, getTrashVersionPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setAssetEntryFinder, setAssetEntryLocalService, setAssetEntryPersistence, setAssetEntryService, setAssetTagFinder, setAssetTagLocalService, setAssetTagPersistence, setAssetTagService, setCounterLocalService, setDLAppLocalService, setDLAppService, setDLFileShortcutLocalService, setDLFileShortcutPersistence, setDLFileShortcutService, setDLFolderFinder, setDLFolderLocalService, setDLFolderPersistence, setDLFolderService, setResourceLocalService, setTrashEntryLocalService, setTrashEntryPersistence, setTrashEntryService, setTrashVersionLocalService, setTrashVersionPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService
 
Methods inherited from class com.liferay.portal.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLFileShortcutServiceImpl

public DLFileShortcutServiceImpl()
Method Detail

addFileShortcut

public DLFileShortcut addFileShortcut(long groupId,
                                      long repositoryId,
                                      long folderId,
                                      long toFileEntryId,
                                      ServiceContext serviceContext)
                               throws PortalException
Throws:
PortalException

deleteFileShortcut

public void deleteFileShortcut(long fileShortcutId)
                        throws PortalException
Throws:
PortalException

getFileShortcut

public DLFileShortcut getFileShortcut(long fileShortcutId)
                               throws PortalException
Throws:
PortalException

updateFileShortcut

public DLFileShortcut updateFileShortcut(long fileShortcutId,
                                         long repositoryId,
                                         long folderId,
                                         long toFileEntryId,
                                         ServiceContext serviceContext)
                                  throws PortalException
Throws:
PortalException

updateFileShortcuts

public void updateFileShortcuts(long oldToFileEntryId,
                                long newToFileEntryId)
                         throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4