|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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. Renamed to getWrappedService() |
DLFileShortcutService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedDLFileShortcutService(DLFileShortcutService dlFileShortcutService)
Deprecated. Renamed to 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 DLFileShortcutService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface DLFileShortcutService
beanIdentifier
- the Spring bean ID for this beanpublic DLFileShortcut addFileShortcut(long groupId, long folderId, long toFileEntryId, ServiceContext serviceContext) throws PortalException, SystemException
addFileShortcut
in interface DLFileShortcutService
PortalException
SystemException
public void deleteFileShortcut(long fileShortcutId) throws PortalException, SystemException
deleteFileShortcut
in interface DLFileShortcutService
PortalException
SystemException
public DLFileShortcut getFileShortcut(long fileShortcutId) throws PortalException, SystemException
getFileShortcut
in interface DLFileShortcutService
PortalException
SystemException
public DLFileShortcut updateFileShortcut(long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext) throws PortalException, SystemException
updateFileShortcut
in interface DLFileShortcutService
PortalException
SystemException
public 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.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |