Siebel Object Interfaces Reference > Interfaces Reference >

Siebel Constants


The Siebel programming languages provide constants for the convenience of programmers. These constants are listed in Table 33. Use the constant names, rather than their integer values in your code. Use of these constant names makes your code more readable by others, because it clarifies your intentions. The integer values are included only to aid in debugging. A constant's integer value appears in the Debugger when the constant is stored in a local variable and the value of the local variable is exposed.

Table 33. Siebel Constants
Used With
Constant Name
Integer Value

Pre Event Handler Methods

ContinueOperation

1

CancelOperation

2

Search Methods

ForwardBackward

256

ForwardOnly

257

NewRecord Method

NewBefore

0

NewAfter

1

NewBeforeCopy
(Not available with Java Data Bean)

2

NewAfterCopy
(Not available with Java Data Bean)

3

Siebel ViewMode Methods

SalesRepView

0

ManagerView

1

PersonalView

2

AllView

3

OrganizationView

5

GroupView

7

CatalogView

8

SubOrganizationView

9

Siebel Object Interfaces Reference Copyright © 2008, Oracle. All rights reserved.