Class AbstractCqnService
java.lang.Object
com.sap.cds.services.ServiceDelegator
com.sap.cds.services.utils.services.AbstractCqnService
- All Implemented Interfaces:
CqnService,Service
-
Field Summary
FieldsFields inherited from interface com.sap.cds.services.cds.CqnService
EVENT_CREATE, EVENT_DELETE, EVENT_READ, EVENT_UPDATE, EVENT_UPSERT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetTargetEntity(com.sap.cds.ql.cqn.CqnStatement statement) com.sap.cds.Resultcom.sap.cds.Resultcom.sap.cds.Resultcom.sap.cds.Resultrun(com.sap.cds.ql.cqn.CqnInsert insert) com.sap.cds.Resultcom.sap.cds.Resultcom.sap.cds.Resultcom.sap.cds.Resultcom.sap.cds.Resultcom.sap.cds.Resultrun(com.sap.cds.ql.cqn.CqnUpsert upsert) Methods inherited from class com.sap.cds.services.ServiceDelegator
after, before, emit, getDelegatedService, getName, on
-
Field Details
-
runtime
-
-
Constructor Details
-
AbstractCqnService
-
-
Method Details
-
run
- Specified by:
runin interfaceCqnService
-
run
- Specified by:
runin interfaceCqnService
-
run
public com.sap.cds.Result run(com.sap.cds.ql.cqn.CqnInsert insert) - Specified by:
runin interfaceCqnService
-
run
public com.sap.cds.Result run(com.sap.cds.ql.cqn.CqnUpsert upsert) - Specified by:
runin interfaceCqnService
-
run
- Specified by:
runin interfaceCqnService
-
run
- Specified by:
runin interfaceCqnService
-
run
public com.sap.cds.Result run(com.sap.cds.ql.cqn.CqnUpdate update, Iterable<Map<String, Object>> valueSets) - Specified by:
runin interfaceCqnService
-
run
- Specified by:
runin interfaceCqnService
-
run
- Specified by:
runin interfaceCqnService
-
run
public com.sap.cds.Result run(com.sap.cds.ql.cqn.CqnDelete delete, Iterable<Map<String, Object>> valueSets) - Specified by:
runin interfaceCqnService
-
list
-
getTargetEntity
-