public class CustomerManagementArea extends HCIModelAdapter implements com.highdeal.dal.IUniquelyIdentifiable<String>
In an integrated SAP Solution scenario, this information is set in the subscriber accounts
in customer master data stored in SAP CC.
Get Customer Management Area List operation
Consult the SAP CC Configuration Guide for more information about the configuration of customer management areas in SAP CC in an integrated SAP Solution scenario with the SAP ERP/FI-CA and the SAP CRM components of SAP Business Suite.
GetCustomerManagementAreaListOpThe XML APIs specify the following XSD fragment:
XSD Fragment
<xs:element name="customerManagementArea">
<xs:complexType>
<xs:attribute name="name" type="xs:string" />
<xs:attribute name="ERPJCoDestinationName" type="xs:string" />
<xs:attribute name="CRMJCoDestinationName" type="xs:string" />
</xs:complexType>
</xs:element>
| Modifier and Type | Field and Description |
|---|---|
static String |
TAG_NAME
The XML tag name of this class: "customerManagementArea"
|
| Constructor and Description |
|---|
CustomerManagementArea()
Initializes a new instance of
CustomerManagementArea. |
| Modifier and Type | Method and Description |
|---|---|
void |
addCharacterData(String cData)
Adds character data to the content element.
|
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. |
String |
getCRMJCoDestinationName() |
String |
getERPJCoDestinationName() |
String |
getName() |
String |
getTagName()
Gets the XML tag name of the HCI model.
|
String |
getUniqueIdentifier()
Gets the identifier that uniquely identifies this
data. |
boolean |
isDefault() |
void |
marshalAttributes(XMLOutputter output)
Gives an XML representation of the attributes of an object.
|
void |
marshalChildren(XMLOutputter output)
Gives an XML representation of the child objects of an object.
|
void |
setAttributes(XMLAttributes atts)
Sets the attributes of the XML representation of the element being
processed.
|
void |
setCRMJCoDestinationName(String CRMJCoDestinationName) |
void |
setDefault(boolean isDefault) |
void |
setERPJCoDestinationName(String ERPJCoDestinationName) |
void |
setName(String name) |
marshalpublic static final String TAG_NAME
public CustomerManagementArea()
CustomerManagementArea.public void setAttributes(XMLAttributes atts)
XMLMarshallablesetAttributes in interface XMLMarshallableatts - The XML attributes of the current elementpublic void addChild(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 addCharacterData(String cData)
XMLMarshallableaddCharacterData in interface XMLMarshallablecData - The character data to be addedpublic void marshalAttributes(XMLOutputter output)
IXMLMarshallablemarshalAttributes in interface IXMLMarshallableoutput - The XML output to marshal the object attributes intopublic void marshalChildren(XMLOutputter output)
IXMLMarshallablemarshalChildren in interface IXMLMarshallableoutput - The XML output to marshal the child objects intopublic String getTagName()
ITagNameProvidergetTagName in interface ITagNameProviderpublic String getUniqueIdentifier()
com.highdeal.dal.IUniquelyIdentifiabledata.getUniqueIdentifier in interface com.highdeal.dal.IUniquelyIdentifiable<String>public String getName()
public void setName(String name)
public String getERPJCoDestinationName()
public void setERPJCoDestinationName(String ERPJCoDestinationName)
public String getCRMJCoDestinationName()
public void setCRMJCoDestinationName(String CRMJCoDestinationName)
public boolean isDefault()
public void setDefault(boolean isDefault)