Liferay 6.1.0

com.liferay.portlet.dynamicdatamapping.service
Class DDMStructureLinkServiceWrapper

java.lang.Object
  extended by 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

Constructor Summary
DDMStructureLinkServiceWrapper(DDMStructureLinkService ddmStructureLinkService)
           
 
Method Summary
 DDMStructureLink addStructureLink(long classNameId, long classPK, long structureId, ServiceContext serviceContext)
           
 void deleteStructureLink(long structureLinkId)
           
 DDMStructureLink getStructureLink(long structureLinkId)
           
 DDMStructureLinkService getWrappedDDMStructureLinkService()
           
 void setWrappedDDMStructureLinkService(DDMStructureLinkService ddmStructureLinkService)
           
 DDMStructureLink updateStructureLink(long structureLinkId, long classNameId, long classPK, long structureId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDMStructureLinkServiceWrapper

public DDMStructureLinkServiceWrapper(DDMStructureLinkService ddmStructureLinkService)
Method Detail

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)

Liferay 6.1.0