Uses of Class
com.ail.core.PreconditionException

Packages that use PreconditionException
com.ail.core.configure.finder   
com.ail.core.configure.server   
com.ail.core.document.generatedocument   
com.ail.core.persistence.hibernate   
com.ail.core.product   
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.validator   
com.ail.core.xmlbinding   
com.ail.insurance.acceptance   
com.ail.insurance.acceptance.acceptquotation   
com.ail.insurance.quotation.addpolicynumber   
com.ail.insurance.quotation.addquotenumber   
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.refreshassessmentsheets   
com.ail.insurance.subrogation.makearecovery   
 

Uses of PreconditionException in com.ail.core.configure.finder
 

Methods in com.ail.core.configure.finder that throw PreconditionException
 void GetClassListService.invoke()
          TODO This really needs a good refactoring - it build up vectors of files, vectors of directories, and vectors of classes.
 

Uses of PreconditionException in com.ail.core.configure.server
 

Methods in com.ail.core.configure.server that throw PreconditionException
 void SetConfigurationService.invoke()
          The 'business logic' of the entry point.
 void SetCommandScriptService.invoke()
          The 'business logic' of the entry point.
 void PackageCarService.invoke()
          The 'business logic' of the entry point.
 void GetNamespacesHistoryService.invoke()
          Fetch the namespace collection from the Configuration handler.
 void GetConfigurationService.invoke()
          The 'business logic' of the entry point.
 void GetCommandScriptService.invoke()
          The 'business logic' of the entry point.
 void DeployCarService.invoke()
          The 'business logic' of the entry point.
 void CatalogCarService.invoke()
          The 'business logic' of the entry point.
 

Uses of PreconditionException in com.ail.core.document.generatedocument
 

Methods in com.ail.core.document.generatedocument that throw PreconditionException
 void RenderPdfDocumentService.invoke()
          The 'business logic' of the entry point.
 void JavaMergeDataService.invoke()
          The 'business logic' of the entry point.
 void GenerateDocumentService.invoke()
          The 'business logic' of the entry point.
 

Uses of PreconditionException in com.ail.core.persistence.hibernate
 

Methods in com.ail.core.persistence.hibernate that throw PreconditionException
 void HibernateUpdateService.invoke()
          The 'business logic' of the entry point.
 void HibernateDeleteService.invoke()
          The 'business logic' of the entry point.
 void HibernateCloseSessionService.invoke()
          The 'business logic' of the entry point.
 void HibernateCreateService.invoke()
          The 'business logic' of the entry point.
 void HibernateLoadService.invoke()
          The 'business logic' of the entry point.
 void HibernateOpenSessionService.invoke()
          The 'business logic' of the entry point.
 void HibernateQueryService.invoke()
          The 'business logic' of the entry point.
 

Uses of PreconditionException in com.ail.core.product
 

Subclasses of PreconditionException in com.ail.core.product
 class DuplicateProductException
          Error thrown when an attempt is made to an attemt is made to update the product registry which would result in the creation of two products with the same name.
 class UnknownProductException
          Exception thrown when an attempt is made to access a product that is unknown to the product registry.
 

Uses of PreconditionException in com.ail.core.product.newproducttype
 

Methods in com.ail.core.product.newproducttype that throw PreconditionException
 void NewProductTypeService.invoke()
          The 'business logic' of the entry point.
 

Uses of PreconditionException in com.ail.core.product.registerproduct
 

Methods in com.ail.core.product.registerproduct that throw PreconditionException
 void RegisterProductService.invoke()
          The 'business logic' of the entry point.
 

Uses of PreconditionException in com.ail.core.product.removeproduct
 

Methods in com.ail.core.product.removeproduct that throw PreconditionException
 void RemoveProductService.invoke()
          The 'business logic' of the entry point.
 

Uses of PreconditionException in com.ail.core.product.resetallproducts
 

Methods in com.ail.core.product.resetallproducts that throw PreconditionException
 void ResetAllProductsService.invoke()
          The 'business logic' of the entry point.
 

Uses of PreconditionException in com.ail.core.product.resetproduct
 

Methods in com.ail.core.product.resetproduct that throw PreconditionException
 void ResetProductService.invoke()
          The 'business logic' of the entry point.
 

Uses of PreconditionException in com.ail.core.product.updateproduct
 

Methods in com.ail.core.product.updateproduct that throw PreconditionException
 void UpdateProductService.invoke()
          The 'business logic' of the entry point.
 

Uses of PreconditionException in com.ail.core.validator
 

Methods in com.ail.core.validator that throw PreconditionException
 void CommonsValidatorService.invoke()
          The 'business logic' of the entry point.
 

Uses of PreconditionException in com.ail.core.xmlbinding
 

Methods in com.ail.core.xmlbinding that throw PreconditionException
 void CastorToXMLService.invoke()
          Use the castor marshaller to translate an object into an XML string.
 

Uses of PreconditionException in com.ail.insurance.acceptance
 

Methods in com.ail.insurance.acceptance that throw PreconditionException
 void PutOnRiskService.invoke()
          The 'business logic' of the entry point.
 void ProduceDocumentationService.invoke()
          The 'business logic' of the entry point.
 void CollectPremiumService.invoke()
          The 'business logic' of the entry point.
 void AssessPaymentOptionsService.invoke()
          The 'business logic' of the entry point.
 

Uses of PreconditionException in com.ail.insurance.acceptance.acceptquotation
 

Methods in com.ail.insurance.acceptance.acceptquotation that throw PreconditionException
 void AcceptQuotationService.invoke()
          The 'business logic' of the entry point.
 

Uses of PreconditionException in com.ail.insurance.quotation.addpolicynumber
 

Methods in com.ail.insurance.quotation.addpolicynumber that throw PreconditionException
 void AddPolicyNumberService.invoke()
          This service adds a policy number to a policy.
 

Uses of PreconditionException in com.ail.insurance.quotation.addquotenumber
 

Methods in com.ail.insurance.quotation.addquotenumber that throw PreconditionException
 void AddQuoteNumberService.invoke()
          The 'business logic' of the entry point.
 

Uses of PreconditionException in com.ail.insurance.quotation.calculatebrokerage
 

Methods in com.ail.insurance.quotation.calculatebrokerage that throw PreconditionException
 void CalculateBrokerageService.invoke()
          The 'business logic' of the entry point.
 

Uses of PreconditionException in com.ail.insurance.quotation.calculatecommission
 

Methods in com.ail.insurance.quotation.calculatecommission that throw PreconditionException
 void CalculateCommissionService.invoke()
          The 'business logic' of the entry point.
 

Uses of PreconditionException in com.ail.insurance.quotation.calculatemanagementcharge
 

Methods in com.ail.insurance.quotation.calculatemanagementcharge that throw PreconditionException
 void CalculateManagementChargeService.invoke()
          The 'business logic' of the entry point.
 

Uses of PreconditionException in com.ail.insurance.quotation.calculatepremium
 

Methods in com.ail.insurance.quotation.calculatepremium that throw PreconditionException
 void CalculatePremiumService.invoke()
          The 'business logic' of the entry point.
 

Uses of PreconditionException in com.ail.insurance.quotation.calculatetax
 

Methods in com.ail.insurance.quotation.calculatetax that throw PreconditionException
 void CalculateTaxService.invoke()
          The 'business logic' of the entry point.
 

Uses of PreconditionException in com.ail.insurance.quotation.enforcecompliance
 

Methods in com.ail.insurance.quotation.enforcecompliance that throw PreconditionException
 void EnforceComplianceService.invoke()
          The 'business logic' of the entry point.
 

Uses of PreconditionException in com.ail.insurance.quotation.refreshassessmentsheets
 

Methods in com.ail.insurance.quotation.refreshassessmentsheets that throw PreconditionException
 void RefreshAssessmentSheetsService.invoke()
          The 'business logic' of the entry point.
 

Uses of PreconditionException in com.ail.insurance.subrogation.makearecovery
 

Methods in com.ail.insurance.subrogation.makearecovery that throw PreconditionException
 void MakeARecoveryService.invoke()
          The 'business logic' of the entry point.