Package com.sap.cds.services.impl.cds
Class CdsDeleteEventContextImpl
java.lang.Object
com.sap.cds.services.impl.EventContextDelegator
com.sap.cds.services.impl.cds.CdsDeleteEventContextImpl
- All Implemented Interfaces:
CdsDeleteEventContext,EventContext
public class CdsDeleteEventContextImpl
extends EventContextDelegator
implements CdsDeleteEventContext
Implementation for specialized
EventContext to be used for CqnService.EVENT_DELETE-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sap.cds.services.impl.EventContextDelegator
as, get, getAuthenticationInfo, getCdsRuntime, getChangeSetContext, getDelegatedEventContext, getEvent, getFeatureTogglesInfo, getMessages, getModel, getParameterInfo, getServiceCatalog, getTarget, getUserInfo, isCompleted, keySet, put, setCompletedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cds.services.EventContext
as, get, getAuthenticationInfo, getCdsRuntime, getChangeSetContext, getEvent, getFeatureTogglesInfo, getMessages, getModel, getParameterInfo, getServiceCatalog, getTarget, getUserInfo, isCompleted, keySet, put, setCompleted
-
Constructor Details
-
CdsDeleteEventContextImpl
-
-
Method Details
-
getService
- Specified by:
getServicein interfaceCdsDeleteEventContext- Specified by:
getServicein interfaceEventContext- Overrides:
getServicein classEventContextDelegator
-
getCqn
public com.sap.cds.ql.cqn.CqnDelete getCqn()- Specified by:
getCqnin interfaceCdsDeleteEventContext
-
setCqn
public void setCqn(com.sap.cds.ql.cqn.CqnDelete cqn) - Specified by:
setCqnin interfaceCdsDeleteEventContext
-
getCqnValueSets
- Specified by:
getCqnValueSetsin interfaceCdsDeleteEventContext
-
setCqnValueSets
- Specified by:
setCqnValueSetsin interfaceCdsDeleteEventContext
-
getResult
public com.sap.cds.Result getResult()- Specified by:
getResultin interfaceCdsDeleteEventContext
-
setResult
- Specified by:
setResultin interfaceCdsDeleteEventContext
-