com.highdeal.hci
Class OperationResultAdapter

java.lang.Object
  extended by com.highdeal.hci.HCIModelAdapter
      extended by com.highdeal.hci.OperationResultAdapter
All Implemented Interfaces:
ITagNameProvider, IXMLMarshallable, OperationResult, XMLMarshallable
Direct Known Subclasses:
AcquisitionResult, CreateAuthorizationResult, CreateMappingTableClassResult, CreateMappingTableResult, CreateMappingTableRowResult, CreateRangeTableClassResult, CreateRangeTableResult, CreateRoleResult, CreateSubscriberMappingTableResult, CreateSubscriberMappingTableRowResult, CreateSubscriberRangeTableResult, DeleteAuthorizationResult, DeleteFileToBulkLoadResult, DeleteMappingTableClassResult, DeleteMappingTableResult, DeleteMappingTableRowResult, DeleteRangeTableClassResult, DeleteRangeTableResult, DeleteRoleResult, DeleteSubscriberMappingTableResult, DeleteSubscriberMappingTableRowResult, DeleteSubscriberRangeTableResult, ExportSubscriberDataResult, GetFilesToBulkLoadResult, ImportSubscriberDataResult, MaintainMappingTableRowResult, MaintainSubscriberMappingTableRowResult, ModifyAuthorizationResult, ModifyMappingTableRowResult, ModifyRangeTableClassResult, ModifyRangeTableResult, ModifyRoleResult, ModifySubscriberMappingTableRowResult, ModifySubscriberRangeTableResult, PurgeJobRecordResult, SearchVatRulesResult

public abstract class OperationResultAdapter
extends HCIModelAdapter
implements OperationResult

Adapter for HCI operation result to use new XML marshalling.


Constructor Summary
OperationResultAdapter()
           
 
Method Summary
abstract  java.lang.String getTagName()
          Gets the XML tag name of the HCI operation result.
 
Methods inherited from class com.highdeal.hci.HCIModelAdapter
marshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.highdeal.hci.OperationResult
getOperandReference
 
Methods inherited from interface com.highdeal.hci.XMLMarshallable
addCharacterData, addChild, marshal, setAttributes
 
Methods inherited from interface com.highdeal.hci.IXMLMarshallable
marshalAttributes, marshalChildren
 

Constructor Detail

OperationResultAdapter

public OperationResultAdapter()
Method Detail

getTagName

public abstract java.lang.String getTagName()
Gets the XML tag name of the HCI operation result.

Specified by:
getTagName in interface ITagNameProvider
Returns:
The XML tag name

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)