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(long userId, long folderId, long toFolderId, java.lang.String toName, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 DLFileShortcut addFileShortcut(long userId, long folderId, long toFolderId, java.lang.String toName, ServiceContext serviceContext)
           
 DLFileShortcut addFileShortcut(long userId, long folderId, long toFolderId, java.lang.String toName, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 DLFileShortcut addFileShortcut(java.lang.String uuid, long userId, long folderId, long toFolderId, java.lang.String toName, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 DLFileShortcut addFileShortcut(java.lang.String uuid, long userId, long folderId, long toFolderId, java.lang.String toName, java.lang.Boolean addCommunityPermissions, java.lang.Boolean addGuestPermissions, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 DLFileShortcut addFileShortcut(java.lang.String uuid, long userId, 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 toFolderId, java.lang.String toName)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.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()
           
 DLFileShortcut updateDLFileShortcut(DLFileShortcut dlFileShortcut)
           
 DLFileShortcut updateDLFileShortcut(DLFileShortcut dlFileShortcut, boolean merge)
           
 DLFileShortcut updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFolderId, java.lang.String toName)
           
 DLFileShortcut updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFolderId, java.lang.String toName, ServiceContext serviceContext)
           
 void updateFileShortcuts(long oldToFolderId, java.lang.String oldToName, long newToFolderId, java.lang.String newToName)
           
 void updateTagsAsset(long userId, DLFileShortcut fileShortcut, java.lang.String[] tagsCategories, java.lang.String[] tagsEntries)
           
 
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 com.liferay.portal.SystemException
Specified by:
addDLFileShortcut in interface DLFileShortcutLocalService
Throws:
com.liferay.portal.SystemException

createDLFileShortcut

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

deleteDLFileShortcut

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

deleteDLFileShortcut

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

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface DLFileShortcutLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface DLFileShortcutLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

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

dynamicQueryCount

public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                      throws com.liferay.portal.SystemException
Specified by:
dynamicQueryCount in interface DLFileShortcutLocalService
Throws:
com.liferay.portal.SystemException

getDLFileShortcut

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

getDLFileShortcutByUuidAndGroupId

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

getDLFileShortcuts

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

getDLFileShortcutsCount

public int getDLFileShortcutsCount()
                            throws com.liferay.portal.SystemException
Specified by:
getDLFileShortcutsCount in interface DLFileShortcutLocalService
Throws:
com.liferay.portal.SystemException

updateDLFileShortcut

public DLFileShortcut updateDLFileShortcut(DLFileShortcut dlFileShortcut)
                                    throws com.liferay.portal.SystemException
Specified by:
updateDLFileShortcut in interface DLFileShortcutLocalService
Throws:
com.liferay.portal.SystemException

updateDLFileShortcut

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

addFileShortcut

public DLFileShortcut addFileShortcut(long userId,
                                      long folderId,
                                      long toFolderId,
                                      java.lang.String toName,
                                      boolean addCommunityPermissions,
                                      boolean addGuestPermissions)
                               throws com.liferay.portal.PortalException,
                                      com.liferay.portal.SystemException
Specified by:
addFileShortcut in interface DLFileShortcutLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addFileShortcut

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

addFileShortcut

public DLFileShortcut addFileShortcut(long userId,
                                      long folderId,
                                      long toFolderId,
                                      java.lang.String toName,
                                      java.lang.String[] communityPermissions,
                                      java.lang.String[] guestPermissions)
                               throws com.liferay.portal.PortalException,
                                      com.liferay.portal.SystemException
Specified by:
addFileShortcut in interface DLFileShortcutLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addFileShortcut

public DLFileShortcut addFileShortcut(java.lang.String uuid,
                                      long userId,
                                      long folderId,
                                      long toFolderId,
                                      java.lang.String toName,
                                      boolean addCommunityPermissions,
                                      boolean addGuestPermissions)
                               throws com.liferay.portal.PortalException,
                                      com.liferay.portal.SystemException
Specified by:
addFileShortcut in interface DLFileShortcutLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addFileShortcut

public DLFileShortcut addFileShortcut(java.lang.String uuid,
                                      long userId,
                                      long folderId,
                                      long toFolderId,
                                      java.lang.String toName,
                                      java.lang.Boolean addCommunityPermissions,
                                      java.lang.Boolean addGuestPermissions,
                                      java.lang.String[] communityPermissions,
                                      java.lang.String[] guestPermissions)
                               throws com.liferay.portal.PortalException,
                                      com.liferay.portal.SystemException
Specified by:
addFileShortcut in interface DLFileShortcutLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addFileShortcut

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

addFileShortcutResources

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

addFileShortcutResources

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

addFileShortcutResources

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

addFileShortcutResources

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

deleteFileShortcut

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

deleteFileShortcut

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

deleteFileShortcuts

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

getFileShortcut

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

updateFileShortcut

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

updateFileShortcut

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

updateFileShortcuts

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

updateTagsAsset

public void updateTagsAsset(long userId,
                            DLFileShortcut fileShortcut,
                            java.lang.String[] tagsCategories,
                            java.lang.String[] tagsEntries)
                     throws com.liferay.portal.PortalException,
                            com.liferay.portal.SystemException
Specified by:
updateTagsAsset in interface DLFileShortcutLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWrappedDLFileShortcutLocalService

public DLFileShortcutLocalService getWrappedDLFileShortcutLocalService()