public class DLFileShortcutLocalServiceImpl extends DLFileShortcutLocalServiceBaseImpl
assetEntryFinder, assetEntryLocalService, assetEntryPersistence, assetEntryService, assetTagFinder, assetTagLocalService, assetTagPersistence, assetTagService, counterLocalService, dlAppLocalService, dlAppService, dlFileShortcutLocalService, dlFileShortcutPersistence, dlFileShortcutService, dlFolderFinder, dlFolderLocalService, dlFolderPersistence, dlFolderService, persistedModelLocalServiceRegistry, resourceLocalService, trashEntryLocalService, trashEntryPersistence, trashEntryService, trashVersionLocalService, trashVersionPersistence, userFinder, userLocalService, userPersistence, userService| Constructor and Description |
|---|
DLFileShortcutLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portlet.documentlibrary.model.DLFileShortcut |
addFileShortcut(long userId,
long groupId,
long repositoryId,
long folderId,
long toFileEntryId,
com.liferay.portal.service.ServiceContext serviceContext) |
void |
addFileShortcutResources(com.liferay.portlet.documentlibrary.model.DLFileShortcut fileShortcut,
boolean addGroupPermissions,
boolean addGuestPermissions) |
void |
addFileShortcutResources(com.liferay.portlet.documentlibrary.model.DLFileShortcut fileShortcut,
com.liferay.portal.service.permission.ModelPermissions modelPermissions) |
void |
addFileShortcutResources(long fileShortcutId,
boolean addGroupPermissions,
boolean addGuestPermissions) |
void |
addFileShortcutResources(long fileShortcutId,
com.liferay.portal.service.permission.ModelPermissions modelPermissions) |
protected void |
copyAssetTags(com.liferay.portal.kernel.repository.model.FileEntry fileEntry,
com.liferay.portal.service.ServiceContext serviceContext) |
void |
deleteFileShortcut(com.liferay.portlet.documentlibrary.model.DLFileShortcut fileShortcut) |
void |
deleteFileShortcut(long fileShortcutId) |
void |
deleteFileShortcuts(long toFileEntryId) |
void |
deleteFileShortcuts(long groupId,
long folderId) |
void |
deleteFileShortcuts(long groupId,
long folderId,
boolean includeTrashedEntries) |
void |
disableFileShortcuts(long toFileEntryId) |
void |
enableFileShortcuts(long toFileEntryId) |
com.liferay.portlet.documentlibrary.model.DLFileShortcut |
getFileShortcut(long fileShortcutId) |
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileShortcut> |
getFileShortcuts(long toFileEntryId) |
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileShortcut> |
getFileShortcuts(long groupId,
long folderId,
boolean active,
int status,
int start,
int end) |
int |
getFileShortcutsCount(long groupId,
long folderId,
boolean active,
int status) |
protected long |
getFolderId(long companyId,
long folderId) |
void |
rebuildTree(long companyId) |
void |
setTreePaths(long folderId,
java.lang.String treePath) |
void |
updateAsset(long userId,
com.liferay.portlet.documentlibrary.model.DLFileShortcut fileShortcut,
long[] assetCategoryIds,
java.lang.String[] assetTagNames) |
com.liferay.portlet.documentlibrary.model.DLFileShortcut |
updateFileShortcut(long userId,
long fileShortcutId,
long repositoryId,
long folderId,
long toFileEntryId,
com.liferay.portal.service.ServiceContext serviceContext) |
void |
updateFileShortcuts(long oldToFileEntryId,
long newToFileEntryId) |
void |
updateFileShortcutsActive(long toFileEntryId,
boolean active) |
void |
updateStatus(long userId,
long fileShortcutId,
int status,
com.liferay.portal.service.ServiceContext serviceContext) |
protected void |
validate(com.liferay.portal.model.User user,
long toFileEntryId) |
addDLFileShortcut, afterPropertiesSet, createDLFileShortcut, deleteDLFileShortcut, deleteDLFileShortcut, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchDLFileShortcut, fetchDLFileShortcutByUuidAndGroupId, getActionableDynamicQuery, getAssetEntryFinder, getAssetEntryLocalService, getAssetEntryPersistence, getAssetEntryService, getAssetTagFinder, getAssetTagLocalService, getAssetTagPersistence, getAssetTagService, getBeanIdentifier, getCounterLocalService, getDLAppLocalService, getDLAppService, getDLFileShortcut, getDLFileShortcutByUuidAndGroupId, getDLFileShortcutLocalService, getDLFileShortcutPersistence, getDLFileShortcuts, getDLFileShortcutsByUuidAndCompanyId, getDLFileShortcutsByUuidAndCompanyId, getDLFileShortcutsCount, getDLFileShortcutService, getDLFolderFinder, getDLFolderLocalService, getDLFolderPersistence, getDLFolderService, getExportActionableDynamicQuery, getModelClass, getModelClassName, getPersistedModel, getResourceLocalService, getTrashEntryLocalService, getTrashEntryPersistence, getTrashEntryService, getTrashVersionLocalService, getTrashVersionPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, initActionableDynamicQuery, runSQL, setAssetEntryFinder, setAssetEntryLocalService, setAssetEntryPersistence, setAssetEntryService, setAssetTagFinder, setAssetTagLocalService, setAssetTagPersistence, setAssetTagService, setBeanIdentifier, setCounterLocalService, setDLAppLocalService, setDLAppService, setDLFileShortcutLocalService, setDLFileShortcutPersistence, setDLFileShortcutService, setDLFolderFinder, setDLFolderLocalService, setDLFolderPersistence, setDLFolderService, setResourceLocalService, setTrashEntryLocalService, setTrashEntryPersistence, setTrashEntryService, setTrashVersionLocalService, setTrashVersionPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateDLFileShortcutpublic com.liferay.portlet.documentlibrary.model.DLFileShortcut addFileShortcut(long userId,
long groupId,
long repositoryId,
long folderId,
long toFileEntryId,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void addFileShortcutResources(com.liferay.portlet.documentlibrary.model.DLFileShortcut fileShortcut,
boolean addGroupPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void addFileShortcutResources(com.liferay.portlet.documentlibrary.model.DLFileShortcut fileShortcut,
com.liferay.portal.service.permission.ModelPermissions modelPermissions)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void addFileShortcutResources(long fileShortcutId,
boolean addGroupPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void addFileShortcutResources(long fileShortcutId,
com.liferay.portal.service.permission.ModelPermissions modelPermissions)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@SystemEvent(type=1)
public void deleteFileShortcut(com.liferay.portlet.documentlibrary.model.DLFileShortcut fileShortcut)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void deleteFileShortcut(long fileShortcutId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void deleteFileShortcuts(long toFileEntryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void deleteFileShortcuts(long groupId,
long folderId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void deleteFileShortcuts(long groupId,
long folderId,
boolean includeTrashedEntries)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void disableFileShortcuts(long toFileEntryId)
public void enableFileShortcuts(long toFileEntryId)
public com.liferay.portlet.documentlibrary.model.DLFileShortcut getFileShortcut(long fileShortcutId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portlet.documentlibrary.model.DLFileShortcut> getFileShortcuts(long toFileEntryId)
public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileShortcut> getFileShortcuts(long groupId,
long folderId,
boolean active,
int status,
int start,
int end)
public int getFileShortcutsCount(long groupId,
long folderId,
boolean active,
int status)
public void rebuildTree(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void setTreePaths(long folderId,
java.lang.String treePath)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void updateAsset(long userId,
com.liferay.portlet.documentlibrary.model.DLFileShortcut fileShortcut,
long[] assetCategoryIds,
java.lang.String[] assetTagNames)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portlet.documentlibrary.model.DLFileShortcut updateFileShortcut(long userId,
long fileShortcutId,
long repositoryId,
long folderId,
long toFileEntryId,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void updateFileShortcuts(long oldToFileEntryId,
long newToFileEntryId)
public void updateFileShortcutsActive(long toFileEntryId,
boolean active)
public void updateStatus(long userId,
long fileShortcutId,
int status,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected void copyAssetTags(com.liferay.portal.kernel.repository.model.FileEntry fileEntry,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected long getFolderId(long companyId,
long folderId)
protected void validate(com.liferay.portal.model.User user,
long toFileEntryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException