Attach Method for an Application |
Allows an external application to reconnect
to an existing Siebel session. |
boolean attach(String sessionID)
throws SiebelException
|
CurrencyCode Method for an Application |
Returns the currency code that is associated
with the division of the user position. |
String currencyCode()
|
Detach Method for an Application |
Returns a string that contains the Siebel
session ID. |
String detach() throws SiebelException
|
GetBusObject Method for an Application |
Creates a new instance of a business object. |
SiebelBusObject getBusObject(String
boName) throws SiebelException
|
GetProfileAttr Method for an Application |
Returns the name of an attribute in a user
profile. |
String getProfileAttr(String attrName)
throws SiebelException
|
GetService Method for an Application |
Locates a business service. If this business
service is not already running, then Siebel CRM starts it. |
SiebelService getService(string serviceName)
throws SiebelException
|
InvokeMethod Method for an Application |
Calls a method. |
String invokeMethod(String name,
String[] args) throws SiebelException
|
Login Method for an Application |
Allows an external application to log in
to the COM Data Server, COM Data Control, or Siebel Java Data Bean,
and to access Siebel objects. |
boolean login(String connString,
String userName, String passWord) throws SiebelException
|
LoginId Method for an Application |
Returns the login ID of the user who started
the Siebel application. |
String loginId()
|
LoginName Method for an Application |
Returns the login name of the user who started
the Siebel application. |
String loginName()
|
Logoff Method for an Application |
Disconnects the Siebel client from the Siebel
Server. |
boolean logoff() throws SiebelException
|
NewPropertySet Method for an Application |
Creates a new property set. |
SiebelPropertySet newPropertySet( )
|
PositionId Method for an Application |
Returns the position ID of the user position. |
String positionId()
|
PositionName Method for an Application |
Returns the name of the current user position. |
String positionName()
|
SetPositionId Method for an Application |
Sets the active position to a Position ID. |
boolean setPositionId(String posId)
throws SiebelException
|
SetPositionName Method for an Application |
Sets the active position to a position name. |
boolean setPositionName(String posName)
throws SiebelException
|
SetProfileAttr Method for an Application |
Personalization uses this method to set a
value for an attribute in a user profile. |
boolean setProfileAttr(String attrName,String
attrValue) throws SiebelException
|
Trace Method for an Application |
Appends a message to the trace file. |
boolean trace(String message) throws
SiebelException
|
TraceOff Method for an Application |
Turns off tracing. |
boolean traceOff() throws SiebelException
|
TraceOn Method for an Application |
Turns on tracing. |
boolean traceOn(String filename,
String Category, String selection)throws SiebelException
|