|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.BaseServiceImpl
com.liferay.portlet.documentlibrary.service.base.DLTrashServiceBaseImpl
com.liferay.portlet.documentlibrary.service.impl.DLTrashServiceImpl
@ProviderType public class DLTrashServiceImpl
| Field Summary | |
|---|---|
protected RepositoryProvider |
repositoryProvider
|
| Fields inherited from class com.liferay.portlet.documentlibrary.service.base.DLTrashServiceBaseImpl |
|---|
counterLocalService, dlAppHelperLocalService, dlTrashLocalService, dlTrashService |
| Fields inherited from class com.liferay.portal.service.BaseServiceImpl |
|---|
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
| Constructor Summary | |
|---|---|
DLTrashServiceImpl()
|
|
| Method Summary | |
|---|---|
FileEntry |
moveFileEntryFromTrash(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
Moves the file entry from a trashed folder to the new folder. |
FileEntry |
moveFileEntryToTrash(long fileEntryId)
Moves the file entry with the primary key to the trash portlet. |
FileShortcut |
moveFileShortcutFromTrash(long fileShortcutId,
long newFolderId,
ServiceContext serviceContext)
Moves the file shortcut from a trashed folder to the new folder. |
FileShortcut |
moveFileShortcutToTrash(long fileShortcutId)
Moves the file shortcut with the primary key to the trash portlet. |
Folder |
moveFolderFromTrash(long folderId,
long parentFolderId,
ServiceContext serviceContext)
Moves the folder with the primary key from the trash portlet to the new parent folder with the primary key. |
Folder |
moveFolderToTrash(long folderId)
Moves the folder with the primary key to the trash portlet. |
void |
restoreFileEntryFromTrash(long fileEntryId)
Restores the file entry with the primary key from the trash portlet. |
void |
restoreFileShortcutFromTrash(long fileShortcutId)
Restores the file shortcut with the primary key from the trash portlet. |
void |
restoreFolderFromTrash(long folderId)
Restores the folder with the primary key from the trash portlet. |
| Methods inherited from class com.liferay.portlet.documentlibrary.service.base.DLTrashServiceBaseImpl |
|---|
afterPropertiesSet, destroy, getCounterLocalService, getDLAppHelperLocalService, getDLTrashLocalService, getDLTrashService, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setDLAppHelperLocalService, setDLTrashLocalService, setDLTrashService |
| Methods inherited from class com.liferay.portal.service.BaseServiceImpl |
|---|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@BeanReference(type=RepositoryProvider.class) protected RepositoryProvider repositoryProvider
| Constructor Detail |
|---|
public DLTrashServiceImpl()
| Method Detail |
|---|
public FileEntry moveFileEntryFromTrash(long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
throws PortalException
fileEntryId - the primary key of the file entrynewFolderId - the primary key of the new folderserviceContext - the service context to be applied
PortalException
public FileEntry moveFileEntryToTrash(long fileEntryId)
throws PortalException
fileEntryId - the primary key of the file entry
PortalException
public FileShortcut moveFileShortcutFromTrash(long fileShortcutId,
long newFolderId,
ServiceContext serviceContext)
throws PortalException
fileShortcutId - the primary key of the file shortcutnewFolderId - the primary key of the new folderserviceContext - the service context to be applied
PortalException
public FileShortcut moveFileShortcutToTrash(long fileShortcutId)
throws PortalException
fileShortcutId - the primary key of the file shortcut
PortalException
public Folder moveFolderFromTrash(long folderId,
long parentFolderId,
ServiceContext serviceContext)
throws PortalException
folderId - the primary key of the folderparentFolderId - the primary key of the new parent folderserviceContext - the service context to be applied
PortalException
public Folder moveFolderToTrash(long folderId)
throws PortalException
folderId - the primary key of the folder
PortalException
public void restoreFileEntryFromTrash(long fileEntryId)
throws PortalException
fileEntryId - the primary key of the file entry
PortalException
public void restoreFileShortcutFromTrash(long fileShortcutId)
throws PortalException
fileShortcutId - the primary key of the file shortcut
PortalException
public void restoreFolderFromTrash(long folderId)
throws PortalException
folderId - the primary key of the folder
PortalException
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||