|
Liferay 6.2.0-ce-m5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.documentlibrary.service.DLFileShortcutServiceWrapper
public class DLFileShortcutServiceWrapper
This class is a wrapper for DLFileShortcutService.
DLFileShortcutService| Constructor Summary | |
|---|---|
DLFileShortcutServiceWrapper(DLFileShortcutService dlFileShortcutService)
|
|
| Method Summary | |
|---|---|
DLFileShortcut |
addFileShortcut(long groupId,
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 folderId,
long toFileEntryId,
ServiceContext serviceContext)
|
| 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 String getBeanIdentifier()
getBeanIdentifier in interface DLFileShortcutServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface DLFileShortcutServicebeanIdentifier - the Spring bean ID for this bean
public DLFileShortcut addFileShortcut(long groupId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
throws PortalException,
SystemException
addFileShortcut in interface DLFileShortcutServicePortalException
SystemException
public void deleteFileShortcut(long fileShortcutId)
throws PortalException,
SystemException
deleteFileShortcut in interface DLFileShortcutServicePortalException
SystemException
public DLFileShortcut getFileShortcut(long fileShortcutId)
throws PortalException,
SystemException
getFileShortcut in interface DLFileShortcutServicePortalException
SystemException
public DLFileShortcut updateFileShortcut(long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateFileShortcut in interface DLFileShortcutServicePortalException
SystemExceptionpublic DLFileShortcutService getWrappedDLFileShortcutService()
getWrappedService()
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 6.2.0-ce-m5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||