Hierarchy Developer's Guide for Oracle Self-Service E-Billing > APIs for Customizing <ProductName> Hierarchy Manager >

ILinkTargetConfig Interface


This interface provides a contract for accessing the link target configuration. The link target provides business meaning to a hierarchy node.

Table 17. ILinkTargetConfig Methods
Method
Description

java.lang.String getDescription()

Gets the method name which will be used to retrieve description string.

java.lang.String getDisplayName()

Gets the method name for displaying display name.

java.lang.String getExternalKey()

Returns the method name to be used as display external key properties.

java.util.List getLinkTargetEventHandlers()

Returns a list of event handler class names.

java.lang.String getTargetType()

Returns target type string for the link target.

java.lang.String getTargetTypeName()

Gets name string assigned for given target class.

IUnassignedObjectProvider getUnassignedObjectProvider()

Gets the name of class for retrieving unassigned objects.

IHierarchyXMLExchangeHandler getXmlExchangeHandler()

Returns full class name of XML exchange handler for handle this type of element in the XML import process.

java.lang.String getXmlTag()

Returns XML element tag name used for this type of link target.

boolean isStoredHierXRef()

Returns a Boolean indicating whether this type of link target, when handled in the OLAP side, is flatten out outside the hierarchy node table.

Hierarchy Developer's Guide for Oracle Self-Service E-Billing Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Legal Notices.