Package com.highdeal.pnr.hci
Class ChargingOutputContextDomain
java.lang.Object
com.highdeal.pnr.hci.ChargingOutputContextDomain
This
Java class represents a domain of a ChargeExecutionContext; You
use it to dynamically configure the output data generated when process a charging operation request.
The SAP CC system takes this business configuration into account during the charging process.-
Method Summary
Modifier and TypeMethodDescriptionbooleanGets whether chargeable items must be exported in the output of the charging operation.booleanGets whether output items generated by the charging operation must be immediately loaded into SAP Convergent Invoicing.voidsetChargeableItemExported(boolean chargeableItemExported) Sets whether chargeable items must be exported in the output of the charging operation.voidsetItemImmediatelyLoaded(boolean itemImmediatelyLoaded) Sets whether output items generated by the charging operation must be immediately loaded into SAP Convergent Invoicing.
-
Method Details
-
isChargeableItemExported
public boolean isChargeableItemExported()Gets whether chargeable items must be exported in the output of the charging operation.- Returns:
trueif chargeable items must be exported,falseotherwise
-
setChargeableItemExported
public void setChargeableItemExported(boolean chargeableItemExported) Sets whether chargeable items must be exported in the output of the charging operation.Note
The charging output interface framework must be configured to generate chargeable items.
- Parameters:
chargeableItemExported-trueto export chargeable items,falseotherwise
-
isItemImmediatelyLoaded
public boolean isItemImmediatelyLoaded()Gets whether output items generated by the charging operation must be immediately loaded into SAP Convergent Invoicing.Note
This feature is only available when using the Web Services technical interface.
- Returns:
trueif output items generated by the charging operation must be immediately loaded into SAP Convergent Invoicing,falseotherwise
-
setItemImmediatelyLoaded
public void setItemImmediatelyLoaded(boolean itemImmediatelyLoaded) Sets whether output items generated by the charging operation must be immediately loaded into SAP Convergent Invoicing.Note
This feature is only available when using the Web Services technical interface.
- Parameters:
itemImmediatelyLoaded-trueif output items generated by the charging operation must be immediately loaded into SAP Convergent Invoicing,falseotherwise
-