com.liferay.portlet.documentlibrary.service
Interface DLFileShortcutLocalService
- All Known Implementing Classes:
- DLFileShortcutLocalServiceWrapper
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface DLFileShortcutLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface defines the service. The default implementation is
com.liferay.portlet.documentlibrary.service.impl.DLFileShortcutLocalServiceImpl
}.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
- Author:
- Brian Wing Shun Chan
- See Also:
DLFileShortcutLocalServiceUtil
- 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)
|
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)
|
addDLFileShortcut
DLFileShortcut addDLFileShortcut(DLFileShortcut dlFileShortcut)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
createDLFileShortcut
DLFileShortcut createDLFileShortcut(long fileShortcutId)
deleteDLFileShortcut
void deleteDLFileShortcut(long fileShortcutId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteDLFileShortcut
void deleteDLFileShortcut(DLFileShortcut dlFileShortcut)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
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
- Throws:
com.liferay.portal.kernel.exception.SystemException
getDLFileShortcut
@Transactional(propagation=SUPPORTS,
readOnly=true)
DLFileShortcut getDLFileShortcut(long fileShortcutId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getDLFileShortcuts
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<DLFileShortcut> getDLFileShortcuts(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getDLFileShortcutsCount
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getDLFileShortcutsCount()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateDLFileShortcut
DLFileShortcut updateDLFileShortcut(DLFileShortcut dlFileShortcut)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateDLFileShortcut
DLFileShortcut updateDLFileShortcut(DLFileShortcut dlFileShortcut,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
addFileShortcut
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
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addFileShortcutResources
void addFileShortcutResources(DLFileShortcut fileShortcut,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addFileShortcutResources
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
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addFileShortcutResources
void addFileShortcutResources(long fileShortcutId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addFileShortcutResources
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
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteFileShortcut
void deleteFileShortcut(DLFileShortcut fileShortcut)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteFileShortcut
void deleteFileShortcut(long fileShortcutId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteFileShortcuts
void deleteFileShortcuts(long groupId,
long toFolderId,
java.lang.String toName)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getFileShortcut
@Transactional(propagation=SUPPORTS,
readOnly=true)
DLFileShortcut getFileShortcut(long fileShortcutId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateAsset
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
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateFileShortcut
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
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateFileShortcuts
void updateFileShortcuts(long groupId,
long oldToFolderId,
java.lang.String oldToName,
long newToFolderId,
java.lang.String newToName)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException