Class CustomerManagementArea

java.lang.Object
com.highdeal.hci.HCIModelAdapter
com.highdeal.admin.hci.CustomerManagementArea
All Implemented Interfaces:
com.highdeal.dal.IUniquelyIdentifiable<String>, ITagNameProvider, IXMLMarshallable, XMLMarshallable

public class CustomerManagementArea extends HCIModelAdapter implements com.highdeal.dal.IUniquelyIdentifiable<String>
FOR INTERNAL USE ONLY - This class represents a customer management area which is a pair of an SAP ERP and an SAP CRM system; The area includes a list of JCo destinations in charge of managing the customer data.

In an integrated SAP Solution scenario, this information is set in the subscriber accounts in customer master data stored in SAP CC.

Related Operations

Get Customer Management Area List operation

Additional Information

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.

See Also:

XML API for HCI

The 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>

  • Field Details

    • TAG_NAME

      public static final String TAG_NAME
      The XML tag name of this class: "customerManagementArea"
      See Also:
  • Constructor Details

    • CustomerManagementArea

      public CustomerManagementArea()
      Initializes a new instance of CustomerManagementArea.
  • Method Details

    • setAttributes

      public void setAttributes(XMLAttributes atts)
      Description copied from interface: XMLMarshallable
      Sets the attributes of the XML representation of the element being processed.
      Specified by:
      setAttributes in interface XMLMarshallable
      Parameters:
      atts - The XML attributes of the current element
    • addChild

      public void addChild(String tagName, XMLMarshallable child)
      Description copied from interface: XMLMarshallable
      Adds a child to the object, the child representing the marshallable object which must be added to the element.
      Specified by:
      addChild in interface XMLMarshallable
      Parameters:
      tagName - The name of tag for the child
      child - The child to be added
    • addCharacterData

      public void addCharacterData(String cData)
      Description copied from interface: XMLMarshallable
      Adds character data to the content element.
      Specified by:
      addCharacterData in interface XMLMarshallable
      Parameters:
      cData - The character data to be added
    • marshalAttributes

      public void marshalAttributes(XMLOutputter output)
      Description copied from interface: IXMLMarshallable
      Gives an XML representation of the attributes of an object.
      Specified by:
      marshalAttributes in interface IXMLMarshallable
      Parameters:
      output - The XML output to marshal the object attributes into
    • marshalChildren

      public void marshalChildren(XMLOutputter output)
      Description copied from interface: IXMLMarshallable
      Gives an XML representation of the child objects of an object.
      Specified by:
      marshalChildren in interface IXMLMarshallable
      Parameters:
      output - The XML output to marshal the child objects into
    • getTagName

      public String getTagName()
      Description copied from interface: ITagNameProvider
      Gets the XML tag name of the HCI model.
      Specified by:
      getTagName in interface ITagNameProvider
      Returns:
      The XML tag name
    • getUniqueIdentifier

      public String getUniqueIdentifier()
      Description copied from interface: com.highdeal.dal.IUniquelyIdentifiable
      Gets the identifier that uniquely identifies this data.
      Specified by:
      getUniqueIdentifier in interface com.highdeal.dal.IUniquelyIdentifiable<String>
      Returns:
      The unique identifier
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getERPJCoDestinationName

      public String getERPJCoDestinationName()
    • setERPJCoDestinationName

      public void setERPJCoDestinationName(String ERPJCoDestinationName)
    • getCRMJCoDestinationName

      public String getCRMJCoDestinationName()
    • setCRMJCoDestinationName

      public void setCRMJCoDestinationName(String CRMJCoDestinationName)
    • isDefault

      public boolean isDefault()
    • setDefault

      public void setDefault(boolean isDefault)