Package com.sap.cds.services.impl.cds
Class ApplicationServiceImpl
java.lang.Object
com.sap.cds.services.ServiceDelegator
com.sap.cds.services.utils.services.AbstractCqnService
com.sap.cds.services.impl.cds.AbstractCdsDefinedService
com.sap.cds.services.impl.cds.ApplicationServiceImpl
- All Implemented Interfaces:
ApplicationService,CqnService,Service
- Direct Known Subclasses:
DraftServiceImpl
-
Field Summary
Fields inherited from class com.sap.cds.services.utils.services.AbstractCqnService
runtimeFields inherited from interface com.sap.cds.services.cds.CqnService
EVENT_CREATE, EVENT_DELETE, EVENT_READ, EVENT_UPDATE, EVENT_UPSERT -
Constructor Summary
ConstructorsConstructorDescriptionApplicationServiceImpl(CdsProperties.Application.ApplicationServiceConfig config, CdsRuntime runtime) -
Method Summary
Methods inherited from class com.sap.cds.services.impl.cds.AbstractCdsDefinedService
getDefinition, run, run, run, run, runMethods inherited from class com.sap.cds.services.utils.services.AbstractCqnService
getTargetEntity, list, run, run, run, run, runMethods inherited from class com.sap.cds.services.ServiceDelegator
after, before, emit, getDelegatedService, getName, onMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cds.services.cds.ApplicationService
getDefinition
-
Constructor Details
-
ApplicationServiceImpl
public ApplicationServiceImpl(CdsProperties.Application.ApplicationServiceConfig config, CdsRuntime runtime)
-