Liferay 7.0-ce-b4

com.liferay.portlet.documentlibrary.service
Class DLFileShortcutServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.service.DLFileShortcutServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<DLFileShortcutService>, DLFileShortcutService

@ProviderType
public class DLFileShortcutServiceWrapper
extends Object
implements DLFileShortcutService, ServiceWrapper<DLFileShortcutService>

Provides a wrapper for DLFileShortcutService.

See Also:
DLFileShortcutService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
DLFileShortcutServiceWrapper(DLFileShortcutService dlFileShortcutService)
           
 
Method Summary
 DLFileShortcut addFileShortcut(long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 void deleteFileShortcut(long fileShortcutId)
           
 DLFileShortcut getFileShortcut(long fileShortcutId)
           
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 DLFileShortcutService getWrappedService()
           
 void setWrappedService(DLFileShortcutService dlFileShortcutService)
           
 DLFileShortcut updateFileShortcut(long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 void updateFileShortcuts(long oldToFileEntryId, long newToFileEntryId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLFileShortcutServiceWrapper

public DLFileShortcutServiceWrapper(DLFileShortcutService dlFileShortcutService)
Method Detail

addFileShortcut

public DLFileShortcut addFileShortcut(long groupId,
                                      long repositoryId,
                                      long folderId,
                                      long toFileEntryId,
                                      ServiceContext serviceContext)
                               throws PortalException
Specified by:
addFileShortcut in interface DLFileShortcutService
Throws:
PortalException

deleteFileShortcut

public void deleteFileShortcut(long fileShortcutId)
                        throws PortalException
Specified by:
deleteFileShortcut in interface DLFileShortcutService
Throws:
PortalException

getFileShortcut

public DLFileShortcut getFileShortcut(long fileShortcutId)
                               throws PortalException
Specified by:
getFileShortcut in interface DLFileShortcutService
Throws:
PortalException

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface DLFileShortcutService
Returns:
the OSGi service identifier

updateFileShortcut

public DLFileShortcut updateFileShortcut(long fileShortcutId,
                                         long repositoryId,
                                         long folderId,
                                         long toFileEntryId,
                                         ServiceContext serviceContext)
                                  throws PortalException
Specified by:
updateFileShortcut in interface DLFileShortcutService
Throws:
PortalException

updateFileShortcuts

public void updateFileShortcuts(long oldToFileEntryId,
                                long newToFileEntryId)
                         throws PortalException
Specified by:
updateFileShortcuts in interface DLFileShortcutService
Throws:
PortalException

getWrappedService

public DLFileShortcutService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<DLFileShortcutService>

setWrappedService

public void setWrappedService(DLFileShortcutService dlFileShortcutService)
Specified by:
setWrappedService in interface ServiceWrapper<DLFileShortcutService>

Liferay 7.0-ce-b4