public class

SiebelConnectorUtils

extends Object
java.lang.Object
   ↳ org.mule.modules.siebel.SiebelConnectorUtils

Summary

Public Constructors
SiebelConnectorUtils()
Public Methods
static String extractBusinessComponentName(String fullName)
static String extractBusinessObjectName(String fullName)
static String extractBusinessServiceMethodName(String fullName)
static String extractBusinessServiceName(String fullName)
static String getBusinessComponentNameFromMetadata(MetaDataKey key)
static SiebelPropertySet mapToPropertySet(Map<String, Object> map)
static SiebelPropertySet mapToPropertySet(Map<String, Object> map, String parentType, boolean useList, List<Map<String, Object>> attributes, SiebelBusServiceConnector connector)
static Map<String, Object> propertySetToMap(SiebelPropertySet propertySet)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SiebelConnectorUtils ()

Public Methods

public static String extractBusinessComponentName (String fullName)

Parameters
fullName

public static String extractBusinessObjectName (String fullName)

Parameters
fullName

public static String extractBusinessServiceMethodName (String fullName)

Parameters
fullName

public static String extractBusinessServiceName (String fullName)

Parameters
fullName

public static String getBusinessComponentNameFromMetadata (MetaDataKey key)

Parameters
key

public static SiebelPropertySet mapToPropertySet (Map<String, Object> map)

Parameters
map
Throws
SiebelException

public static SiebelPropertySet mapToPropertySet (Map<String, Object> map, String parentType, boolean useList, List<Map<String, Object>> attributes, SiebelBusServiceConnector connector)

Parameters
map
parentType
useList
attributes
connector
Throws
SiebelException

public static Map<String, Object> propertySetToMap (SiebelPropertySet propertySet)

Parameters
propertySet