|
SAP CC 1.0
API 4.2 (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.highdeal.pnr.hci.SearchTranslationRowsOp
public class SearchTranslationRowsOp
This operation allows to retrieve translation table rows from a charge condition in a given offer, at a given date.
Translation rows are selected according to criteria defined in attributeDescription.
If no criteria is defined, all applicable translation rows for the charge condition are returned.
SearchTranslationRowsResult Operation Failure Exception :Operation available with roles :InvalidSearchExceptionServerFailureException
"csr" "marketing" "admin" | XML Schema Fragment |
<xs:element name="searchTranslationRows">
<xs:complexType>
<xs:sequence>
<xs:element ref="attributeDescription" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="chargeConditionSubCode" type="xs:string" use="required"/>
<xs:attribute name="rootOfferCode" type="xs:string" use="required"/>
<xs:attribute name="tableCode" type="xs:string" use="required"/>
<xs:attribute name="date" type="xs:dateTime" use="required"/>
<xs:attribute name="maxSize" type="xs:integer" default="50"/>
</xs:complexType>
</xs:element> |
| Edition | Available On: | |||||||
| Rater | Updater | Backup | Guider | Charger | BulkLoader | BillingAssistant | EZTaxer | |
| Rate | no | yes | no | no | no | no | no | no |
| Charge | no | yes | no | no | no | no | no | no |
| Bill | no | yes | no | no | no | no | no | no |
| Full | no | yes | no | no | no | no | no | no |
| Field Summary | |
|---|---|
static java.lang.String |
OPERATION_NAME
|
| Constructor Summary | |
|---|---|
SearchTranslationRowsOp()
Builds an empty search translation rows 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 objects, the child represents
the marshallable object to be added into the content tree. |
java.util.Vector<AttributeDescriptionModel> |
getAttributeDescriptions()
Returns the list of AttributeDescriptionModel. |
java.lang.String |
getChargeConditionSubCode()
Returns the charge condition subCode. |
java.util.Date |
getDate()
Returns the date allowing to retrieve the right version of translation rows. |
int |
getMaxSize()
Returns the max number of translation rows returned by the operation. |
java.lang.String |
getName()
Gets the name. |
java.lang.String |
getRootOfferCode()
Returns the code of the root offer. |
java.lang.String |
getTableCode()
Returns the table code. |
void |
marshal(XMLOutputter output)
Gives an XML representation of this object, and of its children. |
void |
setAttributes(XMLAttributes atts)
Sets the attributes of the XML representation of the tag beeing processed. |
void |
setChargeConditionSubCode(java.lang.String chargeConditionSubCode)
Sets the charge condition subCode. |
void |
setDate(java.util.Date date)
Sets the date allowing to retrieve the right version of translation rows. |
void |
setMaxSize(int maxSize)
Sets the max number of translation rows returned by the operation. |
void |
setRootOfferCode(java.lang.String rootOfferCode)
Sets the code of the root offer. |
void |
setTableCode(java.lang.String tableCode)
Sets the table code. |
| 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 SearchTranslationRowsOp()
| Method Detail |
|---|
public java.lang.String getName()
getName in interface MessageOperationpublic java.lang.String getChargeConditionSubCode()
setChargeConditionSubCode(String)public void setChargeConditionSubCode(java.lang.String chargeConditionSubCode)
chargeConditionSubCode - getChargeConditionSubCode()public java.lang.String getRootOfferCode()
setRootOfferCode(String)public void setRootOfferCode(java.lang.String rootOfferCode)
rootOfferCode - getRootOfferCode()public java.lang.String getTableCode()
setTableCode(String)public void setTableCode(java.lang.String tableCode)
tableCode - getTableCode()public java.util.Date getDate()
setDate(Date)public void setDate(java.util.Date date)
date - getDate()public int getMaxSize()
setMaxSize(int)public void setMaxSize(int maxSize)
maxSize - getMaxSize()public java.util.Vector<AttributeDescriptionModel> getAttributeDescriptions()
AttributeDescriptionModel.public void setAttributes(XMLAttributes atts)
XMLMarshallable
setAttributes in interface XMLMarshallableatts - the XML attributes of the current tag.public 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 represents
the marshallable object to be added into the content tree.
addChild in interface XMLMarshallabletagName - the name of tag for the child.child - the child to be added.public void marshal(XMLOutputter output)
XMLMarshallable
marshal in interface XMLMarshallableoutput - the XML output to marshall the object into.
|
SAP CC 1.0
API 4.2 (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
SAP Convergent Charging 1.0 (build R4.2.1.35.0.0)
CONVERGENT CHARGING 4.2
(c) Copyright 2009 SAP AG. All rights reserved.