Liferay 6.1.0-ce-b4

com.liferay.portlet.dynamicdatamapping.service
Class DDMStructureLinkServiceWrapper

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

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()
          Deprecated. Renamed to getWrappedService()
 DDMStructureLinkService getWrappedService()
           
 void setWrappedDDMStructureLinkService(DDMStructureLinkService ddmStructureLinkService)
          Deprecated. Renamed to setWrappedService(com.liferay.portlet.dynamicdatamapping.service.DDMStructureLinkService)
 void setWrappedService(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()
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>

Liferay 6.1.0-ce-b4