|
Liferay 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.documentlibrary.service.DLFileShortcutServiceWrapper
@ProviderType public class DLFileShortcutServiceWrapper
Provides a wrapper for DLFileShortcutService.
DLFileShortcutService| Constructor Summary | |
|---|---|
DLFileShortcutServiceWrapper(DLFileShortcutService dlFileShortcutService)
|
|
| Method Summary | |
|---|---|
DLFileShortcut |
addFileShortcut(long groupId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
|
void |
deleteFileShortcut(long fileShortcutId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
DLFileShortcut |
getFileShortcut(long fileShortcutId)
|
DLFileShortcutService |
getWrappedDLFileShortcutService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
DLFileShortcutService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedDLFileShortcutService(DLFileShortcutService dlFileShortcutService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.documentlibrary.service.DLFileShortcutService) |
void |
setWrappedService(DLFileShortcutService dlFileShortcutService)
|
DLFileShortcut |
updateFileShortcut(long fileShortcutId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
|
void |
updateFileShortcuts(long oldToFileEntryId,
long newToFileEntryId)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DLFileShortcutServiceWrapper(DLFileShortcutService dlFileShortcutService)
| Method Detail |
|---|
public DLFileShortcut addFileShortcut(long groupId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
throws PortalException
addFileShortcut in interface DLFileShortcutServicePortalException
public void deleteFileShortcut(long fileShortcutId)
throws PortalException
deleteFileShortcut in interface DLFileShortcutServicePortalExceptionpublic String getBeanIdentifier()
getBeanIdentifier in interface DLFileShortcutService
public DLFileShortcut getFileShortcut(long fileShortcutId)
throws PortalException
getFileShortcut in interface DLFileShortcutServicePortalExceptionpublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface DLFileShortcutServicebeanIdentifier - the Spring bean ID for this bean
public DLFileShortcut updateFileShortcut(long fileShortcutId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
throws PortalException
updateFileShortcut in interface DLFileShortcutServicePortalException
public void updateFileShortcuts(long oldToFileEntryId,
long newToFileEntryId)
throws PortalException
updateFileShortcuts in interface DLFileShortcutServicePortalException@Deprecated public DLFileShortcutService getWrappedDLFileShortcutService()
getWrappedService()
@Deprecated public void setWrappedDLFileShortcutService(DLFileShortcutService dlFileShortcutService)
setWrappedService(com.liferay.portlet.documentlibrary.service.DLFileShortcutService)
public DLFileShortcutService getWrappedService()
getWrappedService in interface ServiceWrapper<DLFileShortcutService>public void setWrappedService(DLFileShortcutService dlFileShortcutService)
setWrappedService in interface ServiceWrapper<DLFileShortcutService>
|
Liferay 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||