Uses of Package
com.ail.core

Packages that use com.ail.core
com.ail.core   
com.ail.core.command   
com.ail.core.configure   
com.ail.core.configure.finder   
com.ail.core.configure.server   
com.ail.core.document   
com.ail.core.document.generatedocument   
com.ail.core.document.model   
com.ail.core.factory   
com.ail.core.logging   
com.ail.core.persistence   
com.ail.core.persistence.hibernate   
com.ail.core.persistence.jdo   
com.ail.core.product   
com.ail.core.product.listproducts   
com.ail.core.product.newproducttype   
com.ail.core.product.registerproduct   
com.ail.core.product.removeproduct   
com.ail.core.product.resetallproducts   
com.ail.core.product.resetproduct   
com.ail.core.product.updateproduct   
com.ail.core.ui   
com.ail.core.validator   
com.ail.core.xmlbinding   
com.ail.coretest   
com.ail.coretest.addressbook   
com.ail.coretest.service   
com.ail.financial   
com.ail.insurance.acceptance   
com.ail.insurance.acceptance.acceptquotation   
com.ail.insurance.claim   
com.ail.insurance.diary   
com.ail.insurance.diary.cancelentry   
com.ail.insurance.diary.makeentry   
com.ail.insurance.policy   
com.ail.insurance.quotation   
com.ail.insurance.quotation.addpolicynumber   
com.ail.insurance.quotation.addquotenumber   
com.ail.insurance.quotation.assessrisk   
com.ail.insurance.quotation.calculatebrokerage   
com.ail.insurance.quotation.calculatecommission   
com.ail.insurance.quotation.calculatemanagementcharge   
com.ail.insurance.quotation.calculatepremium   
com.ail.insurance.quotation.calculatetax   
com.ail.insurance.quotation.enforcecompliance   
com.ail.insurance.quotation.fetchdocument   
com.ail.insurance.quotation.generatedocument   
com.ail.insurance.quotation.notifyparty   
com.ail.insurance.quotation.refreshassessmentsheets   
com.ail.insurance.subrogation   
com.ail.insurance.subrogation.makearecovery   
com.ail.insurancetest   
com.ail.party   
com.ail.util   
 

Classes in com.ail.core used by com.ail.core
Allowable
           
Attribute
          An attribute is defined as "One of numerous aspects, as of a subject".
BaseError
          This Error class represents the base of all bob errorss; which indicate conditions within bob that applications generally do not want to catch.
BaseException
          This Exception class represents the base of all bob exceptions; which indicate conditions within bob that applications might want to catch.
Component
          This class is the abstract supclass of all Components.
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
Identified
          Classes that implement this interface have identifiers, and can be safely compared with any other implementor.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
TypeEnum
          Base type for all AIL Enum classes.
TypeXPathFunctionRegister
          This class acts as a singleton defining all the JXPath function libraries available to the system and accessed via the Type class' xpath methods (e.g.
Version
          This type represents the version details of an artifact in a live system.
VersionEffectiveDate
          VersionEffectiveDates are used to select the configuration a CoreUser should be using.
XMLException
          Exception class to notify exceptions encountered when XML is being processed.
XMLString
          This class is designed to do most of the kinds of jobs you are likely to need to do with a string of XML.
 

Classes in com.ail.core used by com.ail.core.command
BaseError
          This Error class represents the base of all bob errorss; which indicate conditions within bob that applications generally do not want to catch.
BaseException
          This Exception class represents the base of all bob exceptions; which indicate conditions within bob that applications might want to catch.
Component
          This class is the abstract supclass of all Components.
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
EJBComponent
          This class is use as a superclass by all EJB components.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
VersionEffectiveDate
          VersionEffectiveDates are used to select the configuration a CoreUser should be using.
 

Classes in com.ail.core used by com.ail.core.configure
BaseError
          This Error class represents the base of all bob errorss; which indicate conditions within bob that applications generally do not want to catch.
BaseException
          This Exception class represents the base of all bob exceptions; which indicate conditions within bob that applications might want to catch.
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
CoreUserImpl
          Clients of the Core may use an instance of this class to satisfy the Core's callback methods.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
VersionEffectiveDate
          VersionEffectiveDates are used to select the configuration a CoreUser should be using.
 

Classes in com.ail.core used by com.ail.core.configure.finder
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
PreconditionException
          The Precondition exception is thrown to indicate the violation of an entry points precondition.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
 

Classes in com.ail.core used by com.ail.core.configure.server
BaseError
          This Error class represents the base of all bob errorss; which indicate conditions within bob that applications generally do not want to catch.
BaseException
          This Exception class represents the base of all bob exceptions; which indicate conditions within bob that applications might want to catch.
CommandScript
          This class represents a scripted command object.
Component
          This class is the abstract supclass of all Components.
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
EJBComponent
          This class is use as a superclass by all EJB components.
PostconditionException
          The Postcondition exception is thrown to indicate the violation of an entry point's exit conditions.
PreconditionException
          The Precondition exception is thrown to indicate the violation of an entry points precondition.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
VersionEffectiveDate
          VersionEffectiveDates are used to select the configuration a CoreUser should be using.
 

Classes in com.ail.core used by com.ail.core.document
Type
          Type is the base of all 'type model' classes that are part of the domain model.
 

Classes in com.ail.core used by com.ail.core.document.generatedocument
BaseException
          This Exception class represents the base of all bob exceptions; which indicate conditions within bob that applications might want to catch.
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
PostconditionException
          The Postcondition exception is thrown to indicate the violation of an entry point's exit conditions.
PreconditionException
          The Precondition exception is thrown to indicate the violation of an entry points precondition.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
XMLString
          This class is designed to do most of the kinds of jobs you are likely to need to do with a string of XML.
 

Classes in com.ail.core used by com.ail.core.document.model
Identified
          Classes that implement this interface have identifiers, and can be safely compared with any other implementor.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
TypeEnum
          Base type for all AIL Enum classes.
 

Classes in com.ail.core used by com.ail.core.factory
BaseError
          This Error class represents the base of all bob errorss; which indicate conditions within bob that applications generally do not want to catch.
Core
          This class is analogous to Java's java.lang.System class.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
 

Classes in com.ail.core used by com.ail.core.logging
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
TypeEnum
          Base type for all AIL Enum classes.
Version
          This type represents the version details of an artifact in a live system.
VersionEffectiveDate
          VersionEffectiveDates are used to select the configuration a CoreUser should be using.
 

Classes in com.ail.core used by com.ail.core.persistence
BaseError
          This Error class represents the base of all bob errorss; which indicate conditions within bob that applications generally do not want to catch.
BaseException
          This Exception class represents the base of all bob exceptions; which indicate conditions within bob that applications might want to catch.
BaseServerException
          This exceptions is used to pass server side BaseErrors and BaseExceptions back to the client as an EJBException - so the container will rollback etc.
Component
          This class is the abstract supclass of all Components.
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
EJBComponent
          This class is use as a superclass by all EJB components.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
TypeEnum
          Base type for all AIL Enum classes.
Version
          This type represents the version details of an artifact in a live system.
VersionEffectiveDate
          VersionEffectiveDates are used to select the configuration a CoreUser should be using.
 

Classes in com.ail.core used by com.ail.core.persistence.hibernate
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
PostconditionException
          The Postcondition exception is thrown to indicate the violation of an entry point's exit conditions.
PreconditionException
          The Precondition exception is thrown to indicate the violation of an entry points precondition.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
 

Classes in com.ail.core used by com.ail.core.persistence.jdo
CoreUser
          Any class that wishes to use the Core class must implement this class.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
VersionEffectiveDate
          VersionEffectiveDates are used to select the configuration a CoreUser should be using.
 

Classes in com.ail.core used by com.ail.core.product
BaseException
          This Exception class represents the base of all bob exceptions; which indicate conditions within bob that applications might want to catch.
BaseServerException
          This exceptions is used to pass server side BaseErrors and BaseExceptions back to the client as an EJBException - so the container will rollback etc.
Component
          This class is the abstract supclass of all Components.
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
EJBComponent
          This class is use as a superclass by all EJB components.
PreconditionException
          The Precondition exception is thrown to indicate the violation of an entry points precondition.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
VersionEffectiveDate
          VersionEffectiveDates are used to select the configuration a CoreUser should be using.
 

Classes in com.ail.core used by com.ail.core.product.listproducts
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
PostconditionException
          The Postcondition exception is thrown to indicate the violation of an entry point's exit conditions.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
VersionEffectiveDate
          VersionEffectiveDates are used to select the configuration a CoreUser should be using.
 

Classes in com.ail.core used by com.ail.core.product.newproducttype
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
PreconditionException
          The Precondition exception is thrown to indicate the violation of an entry points precondition.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
VersionEffectiveDate
          VersionEffectiveDates are used to select the configuration a CoreUser should be using.
 

Classes in com.ail.core used by com.ail.core.product.registerproduct
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
PostconditionException
          The Postcondition exception is thrown to indicate the violation of an entry point's exit conditions.
PreconditionException
          The Precondition exception is thrown to indicate the violation of an entry points precondition.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
VersionEffectiveDate
          VersionEffectiveDates are used to select the configuration a CoreUser should be using.
 

Classes in com.ail.core used by com.ail.core.product.removeproduct
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
PostconditionException
          The Postcondition exception is thrown to indicate the violation of an entry point's exit conditions.
PreconditionException
          The Precondition exception is thrown to indicate the violation of an entry points precondition.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
VersionEffectiveDate
          VersionEffectiveDates are used to select the configuration a CoreUser should be using.
 

Classes in com.ail.core used by com.ail.core.product.resetallproducts
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
PreconditionException
          The Precondition exception is thrown to indicate the violation of an entry points precondition.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
VersionEffectiveDate
          VersionEffectiveDates are used to select the configuration a CoreUser should be using.
 

Classes in com.ail.core used by com.ail.core.product.resetproduct
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
PreconditionException
          The Precondition exception is thrown to indicate the violation of an entry points precondition.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
VersionEffectiveDate
          VersionEffectiveDates are used to select the configuration a CoreUser should be using.
 

Classes in com.ail.core used by com.ail.core.product.updateproduct
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
PostconditionException
          The Postcondition exception is thrown to indicate the violation of an entry point's exit conditions.
PreconditionException
          The Precondition exception is thrown to indicate the violation of an entry points precondition.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
VersionEffectiveDate
          VersionEffectiveDates are used to select the configuration a CoreUser should be using.
 

Classes in com.ail.core used by com.ail.core.ui
Type
          Type is the base of all 'type model' classes that are part of the domain model.
 

Classes in com.ail.core used by com.ail.core.validator
BaseError
          This Error class represents the base of all bob errorss; which indicate conditions within bob that applications generally do not want to catch.
BaseException
          This Exception class represents the base of all bob exceptions; which indicate conditions within bob that applications might want to catch.
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
PreconditionException
          The Precondition exception is thrown to indicate the violation of an entry points precondition.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
 

Classes in com.ail.core used by com.ail.core.xmlbinding
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
PreconditionException
          The Precondition exception is thrown to indicate the violation of an entry points precondition.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
XMLException
          Exception class to notify exceptions encountered when XML is being processed.
XMLString
          This class is designed to do most of the kinds of jobs you are likely to need to do with a string of XML.
 

Classes in com.ail.core used by com.ail.coretest
Attribute
          An attribute is defined as "One of numerous aspects, as of a subject".
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
VersionEffectiveDate
          VersionEffectiveDates are used to select the configuration a CoreUser should be using.
XMLString
          This class is designed to do most of the kinds of jobs you are likely to need to do with a string of XML.
 

Classes in com.ail.core used by com.ail.coretest.addressbook
Type
          Type is the base of all 'type model' classes that are part of the domain model.
 

Classes in com.ail.core used by com.ail.coretest.service
Attribute
          An attribute is defined as "One of numerous aspects, as of a subject".
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
 

Classes in com.ail.core used by com.ail.financial
Type
          Type is the base of all 'type model' classes that are part of the domain model.
TypeEnum
          Base type for all AIL Enum classes.
 

Classes in com.ail.core used by com.ail.insurance.acceptance
BaseException
          This Exception class represents the base of all bob exceptions; which indicate conditions within bob that applications might want to catch.
Component
          This class is the abstract supclass of all Components.
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
EJBComponent
          This class is use as a superclass by all EJB components.
PostconditionException
          The Postcondition exception is thrown to indicate the violation of an entry point's exit conditions.
PreconditionException
          The Precondition exception is thrown to indicate the violation of an entry points precondition.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
VersionEffectiveDate
          VersionEffectiveDates are used to select the configuration a CoreUser should be using.
 

Classes in com.ail.core used by com.ail.insurance.acceptance.acceptquotation
BaseException
          This Exception class represents the base of all bob exceptions; which indicate conditions within bob that applications might want to catch.
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
PreconditionException
          The Precondition exception is thrown to indicate the violation of an entry points precondition.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
 

Classes in com.ail.core used by com.ail.insurance.claim
BaseException
          This Exception class represents the base of all bob exceptions; which indicate conditions within bob that applications might want to catch.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
TypeEnum
          Base type for all AIL Enum classes.
 

Classes in com.ail.core used by com.ail.insurance.diary
Type
          Type is the base of all 'type model' classes that are part of the domain model.
 

Classes in com.ail.core used by com.ail.insurance.diary.cancelentry
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
 

Classes in com.ail.core used by com.ail.insurance.diary.makeentry
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
 

Classes in com.ail.core used by com.ail.insurance.policy
Allowable
           
BaseError
          This Error class represents the base of all bob errorss; which indicate conditions within bob that applications generally do not want to catch.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
TypeEnum
          Base type for all AIL Enum classes.
 

Classes in com.ail.core used by com.ail.insurance.quotation
Component
          This class is the abstract supclass of all Components.
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
EJBComponent
          This class is use as a superclass by all EJB components.
Version
          This type represents the version details of an artifact in a live system.
VersionEffectiveDate
          VersionEffectiveDates are used to select the configuration a CoreUser should be using.
 

Classes in com.ail.core used by com.ail.insurance.quotation.addpolicynumber
BaseException
          This Exception class represents the base of all bob exceptions; which indicate conditions within bob that applications might want to catch.
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
PostconditionException
          The Postcondition exception is thrown to indicate the violation of an entry point's exit conditions.
PreconditionException
          The Precondition exception is thrown to indicate the violation of an entry points precondition.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
 

Classes in com.ail.core used by com.ail.insurance.quotation.addquotenumber
BaseException
          This Exception class represents the base of all bob exceptions; which indicate conditions within bob that applications might want to catch.
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
PreconditionException
          The Precondition exception is thrown to indicate the violation of an entry points precondition.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
 

Classes in com.ail.core used by com.ail.insurance.quotation.assessrisk
BaseException
          This Exception class represents the base of all bob exceptions; which indicate conditions within bob that applications might want to catch.
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
VersionEffectiveDate
          VersionEffectiveDates are used to select the configuration a CoreUser should be using.
 

Classes in com.ail.core used by com.ail.insurance.quotation.calculatebrokerage
BaseException
          This Exception class represents the base of all bob exceptions; which indicate conditions within bob that applications might want to catch.
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
PreconditionException
          The Precondition exception is thrown to indicate the violation of an entry points precondition.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
 

Classes in com.ail.core used by com.ail.insurance.quotation.calculatecommission
BaseException
          This Exception class represents the base of all bob exceptions; which indicate conditions within bob that applications might want to catch.
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
PreconditionException
          The Precondition exception is thrown to indicate the violation of an entry points precondition.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
 

Classes in com.ail.core used by com.ail.insurance.quotation.calculatemanagementcharge
BaseException
          This Exception class represents the base of all bob exceptions; which indicate conditions within bob that applications might want to catch.
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
PreconditionException
          The Precondition exception is thrown to indicate the violation of an entry points precondition.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
 

Classes in com.ail.core used by com.ail.insurance.quotation.calculatepremium
BaseException
          This Exception class represents the base of all bob exceptions; which indicate conditions within bob that applications might want to catch.
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
PreconditionException
          The Precondition exception is thrown to indicate the violation of an entry points precondition.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
 

Classes in com.ail.core used by com.ail.insurance.quotation.calculatetax
BaseException
          This Exception class represents the base of all bob exceptions; which indicate conditions within bob that applications might want to catch.
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
PreconditionException
          The Precondition exception is thrown to indicate the violation of an entry points precondition.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
 

Classes in com.ail.core used by com.ail.insurance.quotation.enforcecompliance
BaseException
          This Exception class represents the base of all bob exceptions; which indicate conditions within bob that applications might want to catch.
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
PreconditionException
          The Precondition exception is thrown to indicate the violation of an entry points precondition.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
 

Classes in com.ail.core used by com.ail.insurance.quotation.fetchdocument
Type
          Type is the base of all 'type model' classes that are part of the domain model.
 

Classes in com.ail.core used by com.ail.insurance.quotation.generatedocument
BaseException
          This Exception class represents the base of all bob exceptions; which indicate conditions within bob that applications might want to catch.
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
 

Classes in com.ail.core used by com.ail.insurance.quotation.notifyparty
Type
          Type is the base of all 'type model' classes that are part of the domain model.
 

Classes in com.ail.core used by com.ail.insurance.quotation.refreshassessmentsheets
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
PreconditionException
          The Precondition exception is thrown to indicate the violation of an entry points precondition.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
 

Classes in com.ail.core used by com.ail.insurance.subrogation
Component
          This class is the abstract supclass of all Components.
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
EJBComponent
          This class is use as a superclass by all EJB components.
Version
          This type represents the version details of an artifact in a live system.
VersionEffectiveDate
          VersionEffectiveDates are used to select the configuration a CoreUser should be using.
 

Classes in com.ail.core used by com.ail.insurance.subrogation.makearecovery
Core
          This class is analogous to Java's java.lang.System class.
CoreUser
          Any class that wishes to use the Core class must implement this class.
PreconditionException
          The Precondition exception is thrown to indicate the violation of an entry points precondition.
Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
Type
          Type is the base of all 'type model' classes that are part of the domain model.
Version
          This type represents the version details of an artifact in a live system.
 

Classes in com.ail.core used by com.ail.insurancetest
BaseException
          This Exception class represents the base of all bob exceptions; which indicate conditions within bob that applications might want to catch.
CoreUser
          Any class that wishes to use the Core class must implement this class.
VersionEffectiveDate
          VersionEffectiveDates are used to select the configuration a CoreUser should be using.
 

Classes in com.ail.core used by com.ail.party
TypeEnum
          Base type for all AIL Enum classes.
 

Classes in com.ail.core used by com.ail.util
Type
          Type is the base of all 'type model' classes that are part of the domain model.
TypeEnum
          Base type for all AIL Enum classes.