com.liferay.portlet.documentlibrary.service
Class DLFileShortcutLocalServiceWrapper
java.lang.Object
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:
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<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
DLFileShortcut |
getDLFileShortcut(long fileShortcutId)
|
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 |
DLFileShortcutLocalServiceWrapper
public DLFileShortcutLocalServiceWrapper(DLFileShortcutLocalService dlFileShortcutLocalService)
addDLFileShortcut
public DLFileShortcut addDLFileShortcut(DLFileShortcut dlFileShortcut)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addDLFileShortcut
in interface DLFileShortcutLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
createDLFileShortcut
public DLFileShortcut createDLFileShortcut(long fileShortcutId)
- Specified by:
createDLFileShortcut
in interface DLFileShortcutLocalService
deleteDLFileShortcut
public void deleteDLFileShortcut(long fileShortcutId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteDLFileShortcut
in interface DLFileShortcutLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteDLFileShortcut
public void deleteDLFileShortcut(DLFileShortcut dlFileShortcut)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteDLFileShortcut
in interface DLFileShortcutLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface DLFileShortcutLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface DLFileShortcutLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getDLFileShortcut
public DLFileShortcut getDLFileShortcut(long fileShortcutId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getDLFileShortcut
in interface DLFileShortcutLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getDLFileShortcuts
public java.util.List<DLFileShortcut> getDLFileShortcuts(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getDLFileShortcuts
in interface DLFileShortcutLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getDLFileShortcutsCount
public int getDLFileShortcutsCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getDLFileShortcutsCount
in interface DLFileShortcutLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateDLFileShortcut
public DLFileShortcut updateDLFileShortcut(DLFileShortcut dlFileShortcut)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateDLFileShortcut
in interface DLFileShortcutLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateDLFileShortcut
public DLFileShortcut updateDLFileShortcut(DLFileShortcut dlFileShortcut,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateDLFileShortcut
in interface DLFileShortcutLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
addFileShortcut
public DLFileShortcut addFileShortcut(java.lang.String uuid,
long userId,
long groupId,
long folderId,
long toFolderId,
java.lang.String toName,
ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addFileShortcut
in interface DLFileShortcutLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addFileShortcutResources
public void addFileShortcutResources(DLFileShortcut fileShortcut,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addFileShortcutResources
in interface DLFileShortcutLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addFileShortcutResources
public void addFileShortcutResources(DLFileShortcut fileShortcut,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addFileShortcutResources
in interface DLFileShortcutLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addFileShortcutResources
public void addFileShortcutResources(long fileShortcutId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addFileShortcutResources
in interface DLFileShortcutLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addFileShortcutResources
public void addFileShortcutResources(long fileShortcutId,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addFileShortcutResources
in interface DLFileShortcutLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteFileShortcut
public void deleteFileShortcut(DLFileShortcut fileShortcut)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteFileShortcut
in interface DLFileShortcutLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteFileShortcut
public void deleteFileShortcut(long fileShortcutId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteFileShortcut
in interface DLFileShortcutLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteFileShortcuts
public void deleteFileShortcuts(long groupId,
long toFolderId,
java.lang.String toName)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteFileShortcuts
in interface DLFileShortcutLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getFileShortcut
public DLFileShortcut getFileShortcut(long fileShortcutId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFileShortcut
in interface DLFileShortcutLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateAsset
public void updateAsset(long userId,
DLFileShortcut fileShortcut,
long[] assetCategoryIds,
java.lang.String[] assetTagNames)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateAsset
in interface DLFileShortcutLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateFileShortcut
public DLFileShortcut updateFileShortcut(long userId,
long fileShortcutId,
long folderId,
long toFolderId,
java.lang.String toName,
ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateFileShortcut
in interface DLFileShortcutLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateFileShortcuts
public void updateFileShortcuts(long groupId,
long oldToFolderId,
java.lang.String oldToName,
long newToFolderId,
java.lang.String newToName)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateFileShortcuts
in interface DLFileShortcutLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getWrappedDLFileShortcutLocalService
public DLFileShortcutLocalService getWrappedDLFileShortcutLocalService()