com.highdeal.hci
Class HCIModelAdapter

java.lang.Object
  extended by com.highdeal.hci.HCIModelAdapter
All Implemented Interfaces:
ITagNameProvider, IXMLMarshallable, XMLMarshallable
Direct Known Subclasses:
AbstractParameterModel, AbstractPeriodObjectModel, AccountOperation, AccountOperation.AmountAssignment, AdditionalInfoModel, Attribute, AttributeSet, AuthorizationModel, BaseChronologyModel, BooleanModel, ChargeableItemInfo, ChargingContractInfo, ChargingProcessInfo, ChargingResult, CurrencyModel, CustomerManagementArea, CustomerManagementAreaListModel, DateModel, DescriptionModel, FileToBulkLoad, MappingTableClassInColumnModel, MappingTableClassModel, MappingTableClassOutColumnModel, MappingTableColumnModel, MappingTableRowModel, NumberModel, OperationResultAdapter, RangeTableClassModel, RoleModel, SearchResult, StringModel, SubscriberData, VatRuleModel

public abstract class HCIModelAdapter
extends java.lang.Object
implements IXMLMarshallable, ITagNameProvider

Adapts HCI models to new interface IXMLMarshallable.


Constructor Summary
HCIModelAdapter()
           
 
Method Summary
 void marshal(XMLOutputter output)
          Adapts old marshalling to new way of marshalling an object.
 
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.IXMLMarshallable
marshalAttributes, marshalChildren
 
Methods inherited from interface com.highdeal.hci.XMLMarshallable
addCharacterData, addChild, setAttributes
 
Methods inherited from interface com.highdeal.hci.ITagNameProvider
getTagName
 

Constructor Detail

HCIModelAdapter

public HCIModelAdapter()
Method Detail

marshal

public final void marshal(XMLOutputter output)
Adapts old marshalling to new way of marshalling an object.

Specified by:
marshal in interface IXMLMarshallable
Specified by:
marshal in interface XMLMarshallable
Parameters:
output - The XML output to marshal the object into

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