Liferay 6.2-ce-ga5

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 folderId, long toFileEntryId, ServiceContext serviceContext)
           
 void deleteFileShortcut(long fileShortcutId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 DLFileShortcut getFileShortcut(long fileShortcutId)
           
 DLFileShortcutService getWrappedDLFileShortcutService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 DLFileShortcutService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedDLFileShortcutService(DLFileShortcutService dlFileShortcutService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.documentlibrary.service.DLFileShortcutService)
 void setWrappedService(DLFileShortcutService dlFileShortcutService)
           
 DLFileShortcut updateFileShortcut(long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 
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

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface DLFileShortcutService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface DLFileShortcutService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addFileShortcut

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

deleteFileShortcut

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

getFileShortcut

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

updateFileShortcut

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

getWrappedDLFileShortcutService

public DLFileShortcutService getWrappedDLFileShortcutService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedDLFileShortcutService

public void setWrappedDLFileShortcutService(DLFileShortcutService dlFileShortcutService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.documentlibrary.service.DLFileShortcutService)


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 6.2-ce-ga5