com.liferay.portlet.documentlibrary.service
Class DLFileShortcutLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalServiceWrapper
All Implemented Interfaces:
DLFileShortcutLocalService

public class DLFileShortcutLocalServiceWrapper
extends java.lang.Object
implements DLFileShortcutLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for DLFileShortcutLocalService.

Author:
Brian Wing Shun Chan
See Also:
DLFileShortcutLocalService
Generated:

Constructor Summary
DLFileShortcutLocalServiceWrapper(DLFileShortcutLocalService dlFileShortcutLocalService)
           
 
Method Summary
 DLFileShortcut addDLFileShortcut(DLFileShortcut dlFileShortcut)
           
 DLFileShortcut addFileShortcut(java.lang.String uuid, long userId, long groupId, long folderId, long toFolderId, java.lang.String toName, ServiceContext serviceContext)
           
 void addFileShortcutResources(DLFileShortcut fileShortcut, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void addFileShortcutResources(DLFileShortcut fileShortcut, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 void addFileShortcutResources(long fileShortcutId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void addFileShortcutResources(long fileShortcutId, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 DLFileShortcut createDLFileShortcut(long fileShortcutId)
           
 void deleteDLFileShortcut(DLFileShortcut dlFileShortcut)
           
 void deleteDLFileShortcut(long fileShortcutId)
           
 void deleteFileShortcut(DLFileShortcut fileShortcut)
           
 void deleteFileShortcut(long fileShortcutId)
           
 void deleteFileShortcuts(long groupId, long toFolderId, java.lang.String toName)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 long dynamicQueryCount(DynamicQuery dynamicQuery)
           
 DLFileShortcut getDLFileShortcut(long fileShortcutId)
           
 DLFileShortcut getDLFileShortcutByUuidAndGroupId(java.lang.String uuid, long groupId)
           
 java.util.List<DLFileShortcut> getDLFileShortcuts(int start, int end)
           
 int getDLFileShortcutsCount()
           
 DLFileShortcut getFileShortcut(long fileShortcutId)
           
 DLFileShortcutLocalService getWrappedDLFileShortcutLocalService()
           
 void updateAsset(long userId, DLFileShortcut fileShortcut, long[] assetCategoryIds, java.lang.String[] assetTagNames)
           
 DLFileShortcut updateDLFileShortcut(DLFileShortcut dlFileShortcut)
           
 DLFileShortcut updateDLFileShortcut(DLFileShortcut dlFileShortcut, boolean merge)
           
 DLFileShortcut updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFolderId, java.lang.String toName, ServiceContext serviceContext)
           
 void updateFileShortcuts(long groupId, long oldToFolderId, java.lang.String oldToName, long newToFolderId, java.lang.String newToName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLFileShortcutLocalServiceWrapper

public DLFileShortcutLocalServiceWrapper(DLFileShortcutLocalService dlFileShortcutLocalService)
Method Detail

addDLFileShortcut

public DLFileShortcut addDLFileShortcut(DLFileShortcut dlFileShortcut)
                                 throws SystemException
Specified by:
addDLFileShortcut in interface DLFileShortcutLocalService
Throws:
SystemException

createDLFileShortcut

public DLFileShortcut createDLFileShortcut(long fileShortcutId)
Specified by:
createDLFileShortcut in interface DLFileShortcutLocalService

deleteDLFileShortcut

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

deleteDLFileShortcut

public void deleteDLFileShortcut(DLFileShortcut dlFileShortcut)
                          throws SystemException
Specified by:
deleteDLFileShortcut in interface DLFileShortcutLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery)
                            throws SystemException
Specified by:
dynamicQuery in interface DLFileShortcutLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws SystemException
Specified by:
dynamicQuery in interface DLFileShortcutLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                            throws SystemException
Specified by:
dynamicQuery in interface DLFileShortcutLocalService
Throws:
SystemException

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Specified by:
dynamicQueryCount in interface DLFileShortcutLocalService
Throws:
SystemException

getDLFileShortcut

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

getDLFileShortcutByUuidAndGroupId

public DLFileShortcut getDLFileShortcutByUuidAndGroupId(java.lang.String uuid,
                                                        long groupId)
                                                 throws PortalException,
                                                        SystemException
Specified by:
getDLFileShortcutByUuidAndGroupId in interface DLFileShortcutLocalService
Throws:
PortalException
SystemException

getDLFileShortcuts

public java.util.List<DLFileShortcut> getDLFileShortcuts(int start,
                                                         int end)
                                                  throws SystemException
Specified by:
getDLFileShortcuts in interface DLFileShortcutLocalService
Throws:
SystemException

getDLFileShortcutsCount

public int getDLFileShortcutsCount()
                            throws SystemException
Specified by:
getDLFileShortcutsCount in interface DLFileShortcutLocalService
Throws:
SystemException

updateDLFileShortcut

public DLFileShortcut updateDLFileShortcut(DLFileShortcut dlFileShortcut)
                                    throws SystemException
Specified by:
updateDLFileShortcut in interface DLFileShortcutLocalService
Throws:
SystemException

updateDLFileShortcut

public DLFileShortcut updateDLFileShortcut(DLFileShortcut dlFileShortcut,
                                           boolean merge)
                                    throws SystemException
Specified by:
updateDLFileShortcut in interface DLFileShortcutLocalService
Throws:
SystemException

addFileShortcut

public DLFileShortcut addFileShortcut(java.lang.String uuid,
                                      long userId,
                                      long groupId,
                                      long folderId,
                                      long toFolderId,
                                      java.lang.String toName,
                                      ServiceContext serviceContext)
                               throws PortalException,
                                      SystemException
Specified by:
addFileShortcut in interface DLFileShortcutLocalService
Throws:
PortalException
SystemException

addFileShortcutResources

public void addFileShortcutResources(DLFileShortcut fileShortcut,
                                     boolean addCommunityPermissions,
                                     boolean addGuestPermissions)
                              throws PortalException,
                                     SystemException
Specified by:
addFileShortcutResources in interface DLFileShortcutLocalService
Throws:
PortalException
SystemException

addFileShortcutResources

public void addFileShortcutResources(DLFileShortcut fileShortcut,
                                     java.lang.String[] communityPermissions,
                                     java.lang.String[] guestPermissions)
                              throws PortalException,
                                     SystemException
Specified by:
addFileShortcutResources in interface DLFileShortcutLocalService
Throws:
PortalException
SystemException

addFileShortcutResources

public void addFileShortcutResources(long fileShortcutId,
                                     boolean addCommunityPermissions,
                                     boolean addGuestPermissions)
                              throws PortalException,
                                     SystemException
Specified by:
addFileShortcutResources in interface DLFileShortcutLocalService
Throws:
PortalException
SystemException

addFileShortcutResources

public void addFileShortcutResources(long fileShortcutId,
                                     java.lang.String[] communityPermissions,
                                     java.lang.String[] guestPermissions)
                              throws PortalException,
                                     SystemException
Specified by:
addFileShortcutResources in interface DLFileShortcutLocalService
Throws:
PortalException
SystemException

deleteFileShortcut

public void deleteFileShortcut(DLFileShortcut fileShortcut)
                        throws PortalException,
                               SystemException
Specified by:
deleteFileShortcut in interface DLFileShortcutLocalService
Throws:
PortalException
SystemException

deleteFileShortcut

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

deleteFileShortcuts

public void deleteFileShortcuts(long groupId,
                                long toFolderId,
                                java.lang.String toName)
                         throws PortalException,
                                SystemException
Specified by:
deleteFileShortcuts in interface DLFileShortcutLocalService
Throws:
PortalException
SystemException

getFileShortcut

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

updateAsset

public void updateAsset(long userId,
                        DLFileShortcut fileShortcut,
                        long[] assetCategoryIds,
                        java.lang.String[] assetTagNames)
                 throws PortalException,
                        SystemException
Specified by:
updateAsset in interface DLFileShortcutLocalService
Throws:
PortalException
SystemException

updateFileShortcut

public DLFileShortcut updateFileShortcut(long userId,
                                         long fileShortcutId,
                                         long folderId,
                                         long toFolderId,
                                         java.lang.String toName,
                                         ServiceContext serviceContext)
                                  throws PortalException,
                                         SystemException
Specified by:
updateFileShortcut in interface DLFileShortcutLocalService
Throws:
PortalException
SystemException

updateFileShortcuts

public void updateFileShortcuts(long groupId,
                                long oldToFolderId,
                                java.lang.String oldToName,
                                long newToFolderId,
                                java.lang.String newToName)
                         throws SystemException
Specified by:
updateFileShortcuts in interface DLFileShortcutLocalService
Throws:
SystemException

getWrappedDLFileShortcutLocalService

public DLFileShortcutLocalService getWrappedDLFileShortcutLocalService()