Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
D
E
F
G
I
M
P
R
S
T
W
Y
Z
C
convert(String, String)
- Method in class shared.formatting.
DateFormatter
Convert a date into a four-digit year form using the output outputSeparator supplied.
convert(String)
- Method in class shared.formatting.
DateFormatter
Convert a date into a four-digit year form using a default output separator.
convertMonthOrDay(String)
- Static method in class shared.formatting.
DateFormatter
Convert a month or day into a two-digit string
convertYear(String)
- Method in class shared.formatting.
DateFormatter
Convert a two- or four-digit year into a four-digit year
CurrencyFieldHandler
- Class in
fieldformatting
This example illustrates how to use an event handler to read and reformat a recordset field before it is sent to the client application.
CurrencyFieldHandler()
- Constructor for class fieldformatting.
CurrencyFieldHandler
CurrencyFormatter
- Class in
shared.formatting
This class reformats currency values into a standard form.
CurrencyFormatter()
- Constructor for class shared.formatting.
CurrencyFormatter
D
DateFieldHandler
- Class in
fieldformatting
This example illustrates how to use an event handler to read and reformat a recordset field before it is sent to the client application.
DateFieldHandler()
- Constructor for class fieldformatting.
DateFieldHandler
DateFormatter
- Class in
shared.formatting
This class reformats dates into a standard form.
DateFormatter()
- Constructor for class shared.formatting.
DateFormatter
Default constructor.
DateFormatter(String)
- Constructor for class shared.formatting.
DateFormatter
Constructor which provides for an alternate string separator.
DateFormatter(int, String)
- Constructor for class shared.formatting.
DateFormatter
Constructor which provides for alternative separator and epoch.
DateFormatter.Epoch
- Class in
shared.formatting
Convert between two- and four-digit years using a single year as the start of a two-digit
epoch
.
DateFormatter.Epoch()
- Constructor for class shared.formatting.
DateFormatter.Epoch
Default constructor.
DateFormatter.Epoch(int)
- Constructor for class shared.formatting.
DateFormatter.Epoch
Create an epoch instance which begins in the year given.
defaultEpoch()
- Method in class shared.formatting.
DateFormatter.Epoch
Construct a default epoch
defaultSeparator
- Static variable in class shared.formatting.
DateFormatter
Default string which separates input dates.
description
- Static variable in class fieldformatting.
CurrencyFieldHandler
description
- Static variable in class fieldformatting.
DateFieldHandler
E
epoch
- Variable in class shared.formatting.
DateFormatter
The
DateFormatter.Epoch
in which to interpret two-digit years
epochBoundary
- Variable in class shared.formatting.
DateFormatter.Epoch
The smallest two-digit year which occurs within the first of two centuries.
F
fieldformatting
- package fieldformatting
firstCentury
- Variable in class shared.formatting.
DateFormatter.Epoch
The first of two centuries for date conversions.
formatter
- Static variable in class fieldformatting.
DateFieldHandler
Instance of date formatter used to reformat dates in this application.
fourDigitYear
- Static variable in class shared.formatting.
DateFormatter
Four-digit year pattern: exactly four digits.
G
getHostCredentialsFor(String)
- Method in interface shared.authorization.
IHostCredentialMap
Return the host application credentials for this Verastream user.
getHostPassword()
- Method in interface shared.authorization.
IHostCredential
Return the password credential to be used when logging into the host.
getHostUserName()
- Method in interface shared.authorization.
IHostCredential
Return the name credential to be used when logging into the host.
I
IHostCredential
- Interface in
shared.authorization
Simple interface providing read-only access to the host credentials to be used for a particular Verastream user.
IHostCredentialMap
- Interface in
shared.authorization
Interface which defines how to map a Verastream user name into the host application credentials for that user.
init(int)
- Method in class shared.formatting.
DateFormatter.Epoch
Initialize an epoch instance which begins in a particular year
isAuthenticated(String, String)
- Method in interface shared.authorization.
IUserAuthorizer
Determine if this user is both known to the directory and if the password matches what is in the directory.
isCapable(String, String)
- Method in interface shared.authorization.
IUserAuthorizer
Determine if this user has the named capability.
IUserAuthorizer
- Interface in
shared.authorization
This interface defines how event handlers can query for authentication information.
M
mmddyyPattern(String)
- Static method in class shared.formatting.
DateFormatter
Construct MM-DD-YY pattern based upon the input separator.
mmyyPattern(String)
- Static method in class shared.formatting.
DateFormatter
Construct MM-YY pattern based upon input separator
monthDay
- Static variable in class shared.formatting.
DateFormatter
Month and day pattern: one or two digits.
monthDayYear
- Variable in class shared.formatting.
DateFormatter
Month-day-year pattern, compiled with given input separator.
monthYear
- Variable in class shared.formatting.
DateFormatter
Month-year pattern, compiled with given input separator.
P
placeInEpoch(int)
- Method in class shared.formatting.
DateFormatter.Epoch
Place a two-digit year within this epoch.
R
readField(ReadFieldEvent)
- Method in class fieldformatting.
CurrencyFieldHandler
Read a currency-valued field and return it in standard format.
readField(ReadFieldEvent)
- Method in class fieldformatting.
DateFieldHandler
Read a date-formatted recordset field and convert to standard form.
readFieldTimeout
- Static variable in class fieldformatting.
DateFieldHandler
Timeout in seconds for the readField() event.
reformat(String)
- Static method in class shared.formatting.
CurrencyFormatter
Reformat currency strings into standard form.
S
secondCentury
- Variable in class shared.formatting.
DateFormatter.Epoch
The second of two centuries for date conversions.
shared.authorization
- package shared.authorization
shared.formatting
- package shared.formatting
T
twoDigitYear
- Static variable in class shared.formatting.
DateFormatter
Two-digit year pattern: exactly two digits.
W
writeFieldTimeout
- Static variable in class fieldformatting.
DateFieldHandler
Timeout in seconds for the writeField() event.
Y
year
- Variable in class shared.formatting.
DateFormatter
Year pattern: two or four digits, no separator.
Z
zeroFilled(int, int)
- Static method in class shared.formatting.
DateFormatter
Return an integer value as a string, left-filled to required width with zeroes.
C
D
E
F
G
I
M
P
R
S
T
W
Y
Z
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes