Siebel Object Interfaces Reference > CORBA Quick Reference >

Business Service


Table 52 lists the CORBA interface SiebelService methods.

Table 52.  CORBA Interface SiebelService
Method
Description
IDL
Retrieves the name of the first property of a business service.

string GetFirstProperty() raises (SiebelException);

Once the name of the first property has been retrieved, retrieves the name of the next property of a business service.

string GetNextProperty() raises (SiebelException);

Retrieves the value stored in the specified property.

string GetProperty(in string propName) raises (SiebelException);

Returns the name of the business service.

readonly attribute string name;

Calls a specialized method or a user-created method on the business service.

void InvokeMethod(in string method, in SiebelPropertySet inputs, out SiebelPropertySet outputs) raises (SiebelException);

Returns a Boolean value indicating whether the property specified in the argument exists.

boolean PropertyExists(in string propName) raises (SiebelException);

Removes a property from a business service.

void RemoveProperty(in string propName) raises (SiebelException);

Assigns a value to a property of a business service

void SetProperty(in string propName, in string propValue) raises (SiebelException);


 Siebel Object Interfaces Reference 
 Published: 18 June 2003