Package com.sap.cds.services.impl
Class ServiceImpl
java.lang.Object
com.sap.cds.services.impl.ServiceImpl
- All Implemented Interfaces:
ServiceSPI,Service
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sap.cds.services.impl.ServiceSPI
ServiceSPI.HandlerRegistration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidprotected voiddispatch(EventContext context) protected voiddispatchInChangeSetContext(EventContext context) voidemit(EventContext context) Returns theCdsRuntimethisServicebelongs to.getName()voidregistrations(Phase phase) voidsetCdsRuntime(CdsRuntime runtime) Makes theCdsRuntimeknown to theService
-
Constructor Details
-
ServiceImpl
-
ServiceImpl
-
-
Method Details
-
setCdsRuntime
Description copied from interface:ServiceSPIMakes theCdsRuntimeknown to theService- Specified by:
setCdsRuntimein interfaceServiceSPI- Parameters:
runtime- theCdsRuntime
-
getCdsRuntime
Description copied from interface:ServiceSPIReturns theCdsRuntimethisServicebelongs to.- Specified by:
getCdsRuntimein interfaceServiceSPI- Returns:
- The
CdsRuntimeinstance.
-
before
-
on
-
after
-
emit
-
dispatchInChangeSetContext
-
dispatch
-
getName
-
registrations
Description copied from interface:ServiceSPI- Specified by:
registrationsin interfaceServiceSPI- Parameters:
phase- The phase the registrations refer to- Returns:
- The stream
-