Package com.highdeal.admin.hci
Class PurgeAllowancesOp
java.lang.Object
com.highdeal.admin.hci.PurgeAllowancesOp
- All Implemented Interfaces:
MessageOperation,XMLMarshallable
FOR INTERNAL USE ONLY - See the Admin+ user interface; This mass operation allows to trigger the Purge Allowances process on all the charging contracts (Concept: provider contracts)
in customer master data of a service provider;
It contains a date which is used as from date reference to remove allowances.
Operation Result
PurgeAllowancesResult
Related Operation
Consider theStop Purge Allowances operation- See Also:
XML API for HCI
The XML APIs specify the following XSD fragment:
XSD Fragment
<xs:element name="purgeAllowances">
<xs:complexType>
<xs:attribute name="maxThroughput" type="xs:integer" default="0"/>
<xs:attribute name="toDate" type="xs:dateTime" use="required"/>
</xs:complexType>
</xs:element>
Operation Availability
You can send this operation request in HCI messages to the following final target types of instances in the connected SAP CC system:
| Edition | Final Target Instances | |||||
| rater | updater | guider | bulkLoader | taxer | dispatcher | |
| charge | No | No | No | No | No | Yes |
Audit Domain
This operation is audited by the system as part of the audit domain: ADMINISTRATION. Consult the IT administrator.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe XML tag name of this service operation: "purgeAllowances" -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCharacterData(String cData) Adds character data to the content element.voidaddChild(String tagName, XMLMarshallable child) Adds a child to the object, thechildrepresenting the marshallable object which must be added to the element.intReturns the maximum throughput (maximum number of charging contracts with allowances checked per second into each rater instance).getName()Returns the name of this operation isOPERATION_NAME.Gets the to date for this purge operation.booleanvoidmarshal(XMLOutputter output) Gives an XML representation of this object, including its children.voidsetActivateProviderContract(boolean activateProviderContract) voidsetAttributes(XMLAttributes atts) Sets the attributes of the XML representation of the element being processed.voidsetMaxThroughput(int val) Sets the maximum throughput.voidSets the to date for this purge operation.
-
Field Details
-
OPERATION_NAME
The XML tag name of this service operation: "purgeAllowances"- See Also:
-
-
Constructor Details
-
PurgeAllowancesOp
public PurgeAllowancesOp()Constructs an empty PurgeAllowances operation.
-
-
Method Details
-
getName
Returns the name of this operation isOPERATION_NAME.- Specified by:
getNamein interfaceMessageOperation- Returns:
OPERATION_NAME
-
getToDate
Gets the to date for this purge operation.- Returns:
- The reference date for the purge operation
-
setToDate
Sets the to date for this purge operation.- Parameters:
toDate- The reference date for the purge operation
-
getMaxThroughput
public int getMaxThroughput()Returns the maximum throughput (maximum number of charging contracts with allowances checked per second into each rater instance).- Returns:
- The maximum throughput
-
setMaxThroughput
public void setMaxThroughput(int val) Sets the maximum throughput. A negative value is considered like 0 (no limitation).- Parameters:
val- The value of the maximum throughput allowed
-
setAttributes
Description copied from interface:XMLMarshallableSets the attributes of the XML representation of the element being processed.- Specified by:
setAttributesin interfaceXMLMarshallable- Parameters:
atts- TheXML attributesof the current element
-
addCharacterData
Description copied from interface:XMLMarshallableAdds character data to the content element.- Specified by:
addCharacterDatain interfaceXMLMarshallable- Parameters:
cData- The character data to be added
-
addChild
Description copied from interface:XMLMarshallableAdds a child to the object, thechildrepresenting the marshallable object which must be added to the element.- Specified by:
addChildin interfaceXMLMarshallable- Parameters:
tagName- The name of tag for the childchild- The child to be added
-
marshal
Description copied from interface:XMLMarshallableGives an XML representation of this object, including its children.- Specified by:
marshalin interfaceXMLMarshallable- Parameters:
output- TheXML outputto marshal the object into
-
isActivateProviderContract
public boolean isActivateProviderContract()- Returns:
- The activateProviderContract
-
setActivateProviderContract
public void setActivateProviderContract(boolean activateProviderContract) - Parameters:
activateProviderContract- The activateProviderContract to set
-