Class ChargingOutputContextDomain

java.lang.Object
com.highdeal.pnr.hci.ChargingOutputContextDomain

public class ChargingOutputContextDomain extends Object
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 Type
    Method
    Description
    boolean
    Gets whether chargeable items must be exported in the output of the charging operation.
    boolean
    Gets whether output items generated by the charging operation must be immediately loaded into SAP Convergent Invoicing.
    void
    setChargeableItemExported(boolean chargeableItemExported)
    Sets whether chargeable items must be exported in the output of the charging operation.
    void
    setItemImmediatelyLoaded(boolean itemImmediatelyLoaded)
    Sets whether output items generated by the charging operation must be immediately loaded into SAP Convergent Invoicing.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • isChargeableItemExported

      public boolean isChargeableItemExported()
      Gets whether chargeable items must be exported in the output of the charging operation.
      Returns:
      true if chargeable items must be exported, false otherwise
    • 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 - true to export chargeable items, false otherwise
    • 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:
      true if output items generated by the charging operation must be immediately loaded into SAP Convergent Invoicing, false otherwise
    • 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 - true if output items generated by the charging operation must be immediately loaded into SAP Convergent Invoicing, false otherwise