com.liferay.portlet.documentlibrary.service
Class DLFileShortcutLocalServiceWrapper
java.lang.Object
com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalServiceWrapper
- All Implemented Interfaces:
- DLFileShortcutLocalService
public class DLFileShortcutLocalServiceWrapper
- extends Object
- implements DLFileShortcutLocalService
This class is a wrapper for DLFileShortcutLocalService.
- See Also:
DLFileShortcutLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
DLFileShortcut |
addDLFileShortcut(DLFileShortcut dlFileShortcut)
|
DLFileShortcut |
addFileShortcut(long userId,
long groupId,
long folderId,
long toFolderId,
String toName,
ServiceContext serviceContext)
|
void |
addFileShortcutResources(DLFileShortcut fileShortcut,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addFileShortcutResources(DLFileShortcut fileShortcut,
String[] communityPermissions,
String[] guestPermissions)
|
void |
addFileShortcutResources(long fileShortcutId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addFileShortcutResources(long fileShortcutId,
String[] communityPermissions,
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,
String toName)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
DLFileShortcut |
getDLFileShortcut(long fileShortcutId)
|
DLFileShortcut |
getDLFileShortcutByUuidAndGroupId(String uuid,
long groupId)
|
List<DLFileShortcut> |
getDLFileShortcuts(int start,
int end)
|
int |
getDLFileShortcutsCount()
|
DLFileShortcut |
getFileShortcut(long fileShortcutId)
|
DLFileShortcutLocalService |
getWrappedDLFileShortcutLocalService()
|
void |
updateAsset(long userId,
DLFileShortcut fileShortcut,
long[] assetCategoryIds,
String[] assetTagNames)
|
DLFileShortcut |
updateDLFileShortcut(DLFileShortcut dlFileShortcut)
|
DLFileShortcut |
updateDLFileShortcut(DLFileShortcut dlFileShortcut,
boolean merge)
|
DLFileShortcut |
updateFileShortcut(long userId,
long fileShortcutId,
long folderId,
long toFolderId,
String toName,
ServiceContext serviceContext)
|
void |
updateFileShortcuts(long groupId,
long oldToFolderId,
String oldToName,
long newToFolderId,
String newToName)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLFileShortcutLocalServiceWrapper
public DLFileShortcutLocalServiceWrapper(DLFileShortcutLocalService dlFileShortcutLocalService)
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 List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface DLFileShortcutLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface DLFileShortcutLocalService
- Throws:
SystemException
dynamicQuery
public 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(String uuid,
long groupId)
throws PortalException,
SystemException
- Specified by:
getDLFileShortcutByUuidAndGroupId in interface DLFileShortcutLocalService
- Throws:
PortalException
SystemException
getDLFileShortcuts
public 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(long userId,
long groupId,
long folderId,
long toFolderId,
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,
String[] communityPermissions,
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,
String[] communityPermissions,
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,
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,
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,
String toName,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateFileShortcut in interface DLFileShortcutLocalService
- Throws:
PortalException
SystemException
updateFileShortcuts
public void updateFileShortcuts(long groupId,
long oldToFolderId,
String oldToName,
long newToFolderId,
String newToName)
throws SystemException
- Specified by:
updateFileShortcuts in interface DLFileShortcutLocalService
- Throws:
SystemException
getWrappedDLFileShortcutLocalService
public DLFileShortcutLocalService getWrappedDLFileShortcutLocalService()