Uses of Class
com.ail.core.Service

Packages that use Service
com.ail.core   
com.ail.core.command   
com.ail.core.configure.finder   
com.ail.core.configure.server   
com.ail.core.document.generatedocument   
com.ail.core.logging   
com.ail.core.persistence.hibernate   
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.validator   
com.ail.core.xmlbinding   
com.ail.coretest.service   
com.ail.insurance.acceptance   
com.ail.insurance.acceptance.acceptquotation   
com.ail.insurance.diary.cancelentry   
com.ail.insurance.diary.makeentry   
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.generatedocument   
com.ail.insurance.quotation.refreshassessmentsheets   
com.ail.insurance.subrogation.makearecovery   
 

Uses of Service in com.ail.core
 

Subclasses of Service in com.ail.core
 class NullService
          This entry point does nothing.
 

Uses of Service in com.ail.core.command
 

Methods in com.ail.core.command that return Service
 Service ClassAccessor.getInstance()
           
 

Methods in com.ail.core.command with parameters of type Service
 void ClassAccessor.setInstance(Service instance)
           
 

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

Subclasses of Service in com.ail.core.configure.finder
 class GetClassListService
          This service finds the classes that implement or extend a given base class.
 

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

Subclasses of Service in com.ail.core.configure.server
 class CatalogCarService
          Service to catalog the contents of a CAR file.
 class DeployCarService
           
 class GetCommandScriptService
           
 class GetConfigurationService
           
 class GetNamespacesHistoryService
           
 class GetNamespacesService
           
 class PackageCarService
           
 class SetCommandScriptService
           
 class SetConfigurationService
           
 

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

Subclasses of Service in com.ail.core.document.generatedocument
 class JavaMergeDataService
           
 class RenderPdfDocumentService
          This class provides an implementation of the render document service which renders to PDF using Apache FOP.

The render options supported by this implementation match up one-to-one with those supported by the Apache FOP renderer: allowCopyContent allowEditContent allowEditAnnotations allowPrint userPassword ownerPassword Specifying any of the above in RenderDocumentArg.getRenderOptionsArg() will result in the option being enabled.

 

Uses of Service in com.ail.core.logging
 

Subclasses of Service in com.ail.core.logging
 class SystemOutLoggerService
          This logging entry point directs log messages to the System print streams 'out' and 'err'.
 

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

Subclasses of Service in com.ail.core.persistence.hibernate
 class HibernateCloseSessionService
          Implemention of the open session service for Hibernate
 class HibernateCreateService
          Implemention of the create service for Hibernate
 class HibernateDeleteService
          Implemention of the delete service for Hibernate
 class HibernateLoadService
          Implemention of the update service for Hibernate
 class HibernateOpenSessionService
          Implementation of the open session service for Hibernate
 class HibernateQueryService
          Implementation of the query service for Hibernate
 class HibernateUpdateService
          Implemention of the update service for Hibernate
 

Uses of Service in com.ail.core.product.listproducts
 

Subclasses of Service in com.ail.core.product.listproducts
 class ListProductsService
           
 

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

Subclasses of Service in com.ail.core.product.newproducttype
 class NewProductTypeService
          Instantiate a type defined by a product.
 

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

Subclasses of Service in com.ail.core.product.registerproduct
 class RegisterProductService
           
 

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

Subclasses of Service in com.ail.core.product.removeproduct
 class RemoveProductService
           
 

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

Subclasses of Service in com.ail.core.product.resetallproducts
 class ResetAllProductsService
           
 

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

Subclasses of Service in com.ail.core.product.resetproduct
 class ResetProductService
           
 

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

Subclasses of Service in com.ail.core.product.updateproduct
 class UpdateProductService
           
 

Uses of Service in com.ail.core.validator
 

Subclasses of Service in com.ail.core.validator
 class CommonsValidatorService
          Implementation of the Validator service using the jakarta commons validator project.
 

Uses of Service in com.ail.core.xmlbinding
 

Subclasses of Service in com.ail.core.xmlbinding
 class CastorFromXMLService
          This entry point uses the castor framework to unmarshal an XMLString into the object it represents.
 class CastorToXMLService
          This entry point converts an objects into an XMLString representing it using the castor framework.
 

Uses of Service in com.ail.coretest.service
 

Subclasses of Service in com.ail.coretest.service
 class TestService
           
 

Uses of Service in com.ail.insurance.acceptance
 

Subclasses of Service in com.ail.insurance.acceptance
 class AssessPaymentOptionsService
          Given a policy at quote status this service returns a list of appropriate payment options.
 class CollectPremiumService
           
 class ProduceDocumentationService
           
 class PutOnRiskService
           
 

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

Subclasses of Service in com.ail.insurance.acceptance.acceptquotation
 class AcceptQuotationService
           
 

Uses of Service in com.ail.insurance.diary.cancelentry
 

Subclasses of Service in com.ail.insurance.diary.cancelentry
 class CancelEntryService
           
 

Uses of Service in com.ail.insurance.diary.makeentry
 

Subclasses of Service in com.ail.insurance.diary.makeentry
 class MakeEntryService
           
 

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

Subclasses of Service in com.ail.insurance.quotation.addpolicynumber
 class AddPolicyNumberService
           
 

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

Subclasses of Service in com.ail.insurance.quotation.addquotenumber
 class AddQuoteNumberService
          This service generates quotation numbers and adds them to policy objects.
 

Uses of Service in com.ail.insurance.quotation.assessrisk
 

Subclasses of Service in com.ail.insurance.quotation.assessrisk
 class AssessRiskService
           
 

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

Subclasses of Service in com.ail.insurance.quotation.calculatebrokerage
 class CalculateBrokerageService
           
 

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

Subclasses of Service in com.ail.insurance.quotation.calculatecommission
 class CalculateCommissionService
           
 

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

Subclasses of Service in com.ail.insurance.quotation.calculatemanagementcharge
 class CalculateManagementChargeService
           
 

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

Subclasses of Service in com.ail.insurance.quotation.calculatepremium
 class CalculatePremiumService
           
 

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

Subclasses of Service in com.ail.insurance.quotation.calculatetax
 class CalculateTaxService
           
 

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

Subclasses of Service in com.ail.insurance.quotation.enforcecompliance
 class EnforceComplianceService
           
 

Uses of Service in com.ail.insurance.quotation.generatedocument
 

Subclasses of Service in com.ail.insurance.quotation.generatedocument
 class GenerateDocumentService
          Service to generate a quotation document.
 

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

Subclasses of Service in com.ail.insurance.quotation.refreshassessmentsheets
 class RefreshAssessmentSheetsService
           
 

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

Subclasses of Service in com.ail.insurance.subrogation.makearecovery
 class MakeARecoveryService