|
SAP Convergent Charging
Java and XML APIs (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.highdeal.admin.hci.PurgeAllowancesOp
public class PurgeAllowancesOp
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.
PurgeAllowancesResult
Stop Purge Allowances operation
StopPurgeAllowancesOpThe 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>
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 |
| Field Summary | |
|---|---|
static java.lang.String |
OPERATION_NAME
The XML tag name of this service operation: "purgeAllowances" |
| Constructor Summary | |
|---|---|
PurgeAllowancesOp()
Constructs an empty PurgeAllowances operation. |
|
| Method Summary | |
|---|---|
void |
addCharacterData(java.lang.String cData)
Adds character data to the content element. |
void |
addChild(java.lang.String tagName,
XMLMarshallable child)
Adds a child to the object, the child representing
the marshallable object which must be added to the element. |
int |
getMaxThroughput()
Returns the maximum throughput (maximum number of charging contracts with allowances checked per second into each rater instance). |
java.lang.String |
getName()
Returns the name of this operation is OPERATION_NAME. |
java.util.Date |
getToDate()
Gets the to date for this purge operation. |
boolean |
isActivateProviderContract()
|
void |
marshal(XMLOutputter output)
Gives an XML representation of this object, including its children. |
void |
setActivateProviderContract(boolean activateProviderContract)
|
void |
setAttributes(XMLAttributes atts)
Sets the attributes of the XML representation of the element being processed. |
void |
setMaxThroughput(int val)
Sets the maximum throughput; If val is greater than 1.000 then the throughput is
considered without limitation and the value is set to 0. |
void |
setToDate(java.util.Date toDate)
Sets the to date for this purge operation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String OPERATION_NAME
| Constructor Detail |
|---|
public PurgeAllowancesOp()
| Method Detail |
|---|
public java.lang.String getName()
OPERATION_NAME.
getName in interface MessageOperationOPERATION_NAMEpublic java.util.Date getToDate()
public void setToDate(java.util.Date toDate)
toDate - The reference date for the purge operationpublic int getMaxThroughput()
public void setMaxThroughput(int val)
val is greater than 1.000 then the throughput is
considered without limitation and the value is set to 0.
A negative value is considered like 0 (no limitation).
val - The value of the maximum throughput allowedpublic void setAttributes(XMLAttributes atts)
XMLMarshallable
setAttributes in interface XMLMarshallableatts - The XML attributes of the current elementpublic void addCharacterData(java.lang.String cData)
XMLMarshallable
addCharacterData in interface XMLMarshallablecData - The character data to be added
public void addChild(java.lang.String tagName,
XMLMarshallable child)
XMLMarshallablechild representing
the marshallable object which must be added to the element.
addChild in interface XMLMarshallabletagName - The name of tag for the childchild - The child to be addedpublic void marshal(XMLOutputter output)
XMLMarshallable
marshal in interface XMLMarshallableoutput - The XML output to marshal the object intopublic boolean isActivateProviderContract()
public void setActivateProviderContract(boolean activateProviderContract)
activateProviderContract - The activateProviderContract to set
|
Document Published: October 2015 (SAP CC 4.0 SP10 and Later) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||