Class | Description |
---|---|
BEIDData | |
BEIDManager | |
BusinessParams |
This utility class supports access to information for all of the business
logic parameters stored in the /config/business_params configuration
object.
|
BusinessTypeData |
This utility class contains all of the information for a "business type"
that is defined in the "/config/business_type" table.
|
CommandLineParser |
This class is a utility for parsing and accessing command line arguments
and supports the following:
|
ConfigLog |
This class provides the log mechanisms specific to the
various Loader utilities.
|
CurrencyData | |
CurrencyRateManager | |
DevicePermitMapConfigParser |
This class extends the FileParser class and provides a concrete
implementation for the parseFile method.
|
DeviceStateConfigParser |
This class extends the FileParser class and provides a concrete
implementation for the parseFile method.
|
ExchangeRate | |
HFPageFormat |
Extension of the Java default PageFormat to privide a header, footer and a
description area printing capabilities.
|
InfranetCachedData | |
InfranetCachedData.InstanceBuilder | |
InfranetLocaleData | |
InfranetLocaleManager | |
LoadDevicePermitMap |
This class extends the LoadPinConfig class and provides a
concrete implementation for the parser, it calls the base class's
processConfig with the right object name and
opcodes for delete and insert.
|
LoadDeviceState |
This class extends the LoadPinConfig class and provides a concrete
implementation for the parser, it calls the base class's
processConfig with the right object name and
opcodes for delete and insert.
|
LoaderOptions |
This class derives from the Options class to implement a command line
syntax and set of options that apply to all of the "pin loader"
programs.
|
LoadPinConfigParams |
This class contains the basic parameters used for loading new
configuration entries into Portal database
|
Options |
This is an abstract class that derives from the
CommandLineParser class and is used
to impose the following syntactical restrictions on the command line
arguments. |
PaymentMethodData | |
PaymentMethodData.OpcodeInfo | |
PCurrencyFormatter |
PCurrencyFormatter is a concrete subclass of
DecimalFormat that formats currency numbers based on currency
instead of default locale of the system. |
PreviewPanel |
Panel that hosts the preview dialog.
|
PrintableArrayList |
Implements the printable for the ArrayList.
|
PrintManager | |
PrintPreview |
Presents the preview of the specified printable component.
|
ProducerConsumerQueue |
An implementation of a ProducerConsumerQueue - often used to pass
messages and data between threads
|
ReasonCodeData | |
ReasonCodeManager | |
Rounding |
This utility class implements a common set of "rounding" methods
that are frequently used by billing, rating, and pricing.
|
SystemDefaultsManager | |
ThreadPool |
A ThreadPool is a group of threads that are generally pre-started
and are re-used when finished.
|
Exception | Description |
---|---|
BusParamException |
Signals that an exception has occurred with the Business Parameters API.
|
CurrencyRateException | |
NullPrintableException |
Thrown when an application attempts to use
null in a
case where a printable component is required. |
Copyright © 2003, 2023, Oracle and/or its affiliates.