public class ModifyRangeTableOp extends com.highdeal.pnr.hci.VersioningModifyOp implements XMLMapping
range table
stored in the pricing catalog (master data) of a service provider;
You must specify the complete range table to change.
It is composed of the Range Table to modify.
The modify operation replaces the rows of the Range Table
with the ones of the given Range Table.
ModifyRangeTableResult The XML APIs specify the following XSD fragment:
XSD Fragment
<xs:element name="modifyRangeTable">
<xs:complexType>
<xs:sequence>
<xs:element ref="modificationHeader" minOccurs="0" maxOccurs="1"/>
<xs:element name="rangeTableRevision" type="RangeTableRevisionType" minOccurs="1" maxOccurs="1"/>
</xs:sequence>
<xs:attribute name="date" type="xs:dateTime" />
</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 | No |
This operation is audited as part of the audit domain CATALOG
| Modifier and Type | Field and Description |
|---|---|
static String |
OPERATION_NAME
The XML tag name of this service operation: "modifyRangeTable"
|
| Constructor and Description |
|---|
ModifyRangeTableOp() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(String tagName,
XMLMarshallable child)
Adds a child to the object, the
child representing
the marshallable object which must be added to the element. |
Class<?> |
getClass(String nsUri,
String tag,
XMLAttributes atts)
Returns the
Java class for a specified XML tag and its attributes in a namespace. |
Date |
getDate()
Deprecated.
|
String |
getName()
Gets the XML name of the service operation.
|
RangeTableRevisionModel |
getRangeTableRevision()
Gets the range table revision that will be modified.
|
void |
marshalChildren(XMLOutputter output)
Gives an XML representation of the child objects of an object.
|
void |
setDate(Date date)
Deprecated.
|
void |
setRangeTableRevision(RangeTableRevisionModel rangeTableRevision)
Sets the range table revision to modify.
|
addCharacterData, getHeader, getModificationDate, getModificationTimeFrame, marshalAttributes, setAttributes, setHeader, setModificationDatemarshalpublic static final String OPERATION_NAME
public RangeTableRevisionModel getRangeTableRevision()
public void setRangeTableRevision(RangeTableRevisionModel rangeTableRevision)
rangeTableRevision - The range table revision that will be modified@Deprecated public Date getDate()
@Deprecated public void setDate(Date date)
date - The start datepublic String getName()
MessageOperationJava object representing an HCI operation into an XML representation that can
be exchanged via the HCI communication interface between your client application and the SAP CC system.
Example
activateAll
ping
getName in interface MessageOperationpublic void addChild(String tagName, XMLMarshallable child)
XMLMarshallablechild representing
the marshallable object which must be added to the element.addChild in interface XMLMarshallableaddChild in class com.highdeal.pnr.hci.VersioningModifyOptagName - The name of tag for the childchild - The child to be addedpublic void marshalChildren(XMLOutputter output)
IXMLMarshallablemarshalChildren in interface IXMLMarshallablemarshalChildren in class com.highdeal.pnr.hci.VersioningModifyOpoutput - The XML output to marshal the child objects intopublic Class<?> getClass(String nsUri, String tag, XMLAttributes atts)
XMLMappingJava class for a specified XML tag and its attributes in a namespace.getClass in interface XMLMappingnsUri - The unique resource identifier of the namespace of the XML tagtag - The local part of the XML tagatts - The attributes of the XML tagJava class with a default constructor