com.liferay.portlet.dynamicdatamapping.service
Class DDMStructureLinkServiceWrapper
java.lang.Object
com.liferay.portlet.dynamicdatamapping.service.DDMStructureLinkServiceWrapper
- All Implemented Interfaces:
- ServiceWrapper<DDMStructureLinkService>, DDMStructureLinkService
public class DDMStructureLinkServiceWrapper
- extends Object
- implements DDMStructureLinkService, ServiceWrapper<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()
- Deprecated. Renamed to
getWrappedService()
setWrappedDDMStructureLinkService
public void setWrappedDDMStructureLinkService(DDMStructureLinkService ddmStructureLinkService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portlet.dynamicdatamapping.service.DDMStructureLinkService)
getWrappedService
public DDMStructureLinkService getWrappedService()
- Specified by:
getWrappedService in interface ServiceWrapper<DDMStructureLinkService>
setWrappedService
public void setWrappedService(DDMStructureLinkService ddmStructureLinkService)
- Specified by:
setWrappedService in interface ServiceWrapper<DDMStructureLinkService>