com.liferay.portlet.dynamicdatamapping.service
Class DDMStructureLinkServiceWrapper
java.lang.Object
com.liferay.portlet.dynamicdatamapping.service.DDMStructureLinkServiceWrapper
- All Implemented Interfaces:
- DDMStructureLinkService
public class DDMStructureLinkServiceWrapper
- extends Object
- implements DDMStructureLinkService
This class is a wrapper for DDMStructureLinkService.
- See Also:
DDMStructureLinkService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDMStructureLinkServiceWrapper
public DDMStructureLinkServiceWrapper(DDMStructureLinkService ddmStructureLinkService)
addStructureLink
public DDMStructureLink addStructureLink(long classNameId,
long classPK,
long structureId,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addStructureLink in interface DDMStructureLinkService
- Throws:
PortalException
SystemException
deleteStructureLink
public void deleteStructureLink(long structureLinkId)
throws PortalException,
SystemException
- Specified by:
deleteStructureLink in interface DDMStructureLinkService
- Throws:
PortalException
SystemException
getStructureLink
public DDMStructureLink getStructureLink(long structureLinkId)
throws PortalException,
SystemException
- Specified by:
getStructureLink in interface DDMStructureLinkService
- Throws:
PortalException
SystemException
updateStructureLink
public DDMStructureLink updateStructureLink(long structureLinkId,
long classNameId,
long classPK,
long structureId)
throws PortalException,
SystemException
- Specified by:
updateStructureLink in interface DDMStructureLinkService
- Throws:
PortalException
SystemException
getWrappedDDMStructureLinkService
public DDMStructureLinkService getWrappedDDMStructureLinkService()
setWrappedDDMStructureLinkService
public void setWrappedDDMStructureLinkService(DDMStructureLinkService ddmStructureLinkService)