Package com.portal.common


package com.portal.common
  • Class
    Description
     
     
    This utility class supports access to information for all of the business logic parameters stored in the /config/business_params configuration object.
    This utility class contains all of the information for a "business type" that is defined in the "/config/business_type" table.
    Signals that an exception has occurred with the Business Parameters API.
    This class is a utility for parsing and accessing command line arguments and supports the following:
    This class provides the log mechanisms specific to the various Loader utilities.
     
     
     
    This class extends the FileParser class and provides a concrete implementation for the parseFile method.
    This class extends the FileParser class and provides a concrete implementation for the parseFile method.
     
    Extension of the Java default PageFormat to privide a header, footer and a description area printing capabilities.
     
     
     
     
    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.
    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.
    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.
    This class contains the basic parameters used for loading new configuration entries into Portal database
    Thrown when an application attempts to use null in a case where a printable component is required.
    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.
     
     
    PCurrencyFormatter is a concrete subclass of DecimalFormat that formats currency numbers based on currency instead of default locale of the system.
    Panel that hosts the preview dialog.
    Implements the printable for the ArrayList.
     
    Presents the preview of the specified printable component.
    An implementation of a ProducerConsumerQueue - often used to pass messages and data between threads
     
    This utility class supports access of "reason code" data.
    This utility class implements a common set of "rounding" methods that are frequently used by billing, rating, and pricing.
    SystemDefaultsManager.java This utility class supports access to all of the system defaults (payment methods, primary currency, etc.) for Portal accounts.
    A ThreadPool is a group of threads that are generally pre-started and are re-used when finished.