Uses of Interface
com.ail.core.configure.ConfigurationOwner

Packages that use ConfigurationOwner
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.generatedocument   
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.validator   
com.ail.core.xmlbinding   
com.ail.coretest   
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   
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   
com.ail.insurance.subrogation.makearecovery   
com.ail.insurancetest   
 

Uses of ConfigurationOwner in com.ail.core
 

Classes in com.ail.core that implement ConfigurationOwner
 class Component
          This class is the abstract supclass of all Components.
 class Core
          This class is analogous to Java's java.lang.System class.
 class CoreProxy
          This class acts as a proxy for those who need to access some of the Core's services, but for whatever reason cannot (or do not want to) implement CoreUser themselves.
 class EJBComponent
          This class is use as a superclass by all EJB components.
 class NullService
          This entry point does nothing.
 class Service
          The Service abstract class is implemented by all classes that may be exposed as component entry points.
 

Uses of ConfigurationOwner in com.ail.core.command
 

Classes in com.ail.core.command that implement ConfigurationOwner
 class BeanShellAccessor
          This accessor supports the use of BeanShell scripts as services.
 class CommandServerBean
          Message Driven Bean which listens on a queue for commands to execute.
 class DroolsAccessor
          This Accessor supports the use of Drools decision tables as services.
 class DroolsDecisionTableAccessor
          This Accessor supports the use of Drools decision tables as services.
 class JaninoAccessor
          This accessor provides access to services implented using Janino.
 class XSLTAccessor
           
 

Uses of ConfigurationOwner in com.ail.core.configure
 

Classes in com.ail.core.configure that implement ConfigurationOwner
 class ConfigurationOwnerImpl
           
 

Methods in com.ail.core.configure with parameters of type ConfigurationOwner
 java.util.Collection<java.lang.String> ConfigurationHandler.getConfigurationNamespaceParent(ConfigurationOwner owner, CoreUser user, Core core)
          Return the namespace(s) of the configuration(s) which are the parent, grandparent, etc of this namespae As configurations optionally have "parent" configuration that they inherit from, this method returns a collection of namespaces with one element for each configuration in the hierarchy.
 java.util.Collection<java.lang.String> ConfigurationHandler.getConfigurationSources(ConfigurationOwner owner, CoreUser user, Core core)
          Return the source of the configuration being used by this instance of core.
 Group ConfigurationHandler.getGroup(java.lang.String name, ConfigurationOwner owner, CoreUser user, Core core)
          Fetch the named group the from current configuration.
 Parameter ConfigurationHandler.getParameter(java.lang.String paramName, ConfigurationOwner owner, CoreUser user, Core core)
          Fetch the named parameter from the current configuration.
 java.util.Properties ConfigurationHandler.getParametersAsProperties(java.lang.String name, ConfigurationOwner owner, CoreUser user, Core core)
          Fetch all the Parameters in a group and return them as a java.util.Properties.
 java.lang.String ConfigurationHandler.getParameterValue(java.lang.String paramName, ConfigurationOwner owner, CoreUser user, Core core)
          Get the value of a parameter by name.
 java.lang.String ConfigurationHandler.getParameterValue(java.lang.String paramName, java.lang.String defaultValue, ConfigurationOwner owner, CoreUser user, Core core)
          Return the value of a parameter or a default value if the parameter is undefined.
 XMLMapping ConfigurationHandler.getXMLMapping(ConfigurationOwner owner, CoreUser user, Core core)
          Locate and return the XMLMapping associated with a configuration.
 Configuration ConfigurationHandler.loadConfiguration(ConfigurationOwner owner, CoreUser user, Core core)
          Load (fetch and return) the configuration associated with the current namespace and versionEffectiveDate.
 void ConfigurationHandler.saveConfiguration(ConfigurationOwner owner, Configuration config, Core core)
          Save (update/create) the configuration associated with the current namespace.
 

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

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

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

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

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

Classes in com.ail.core.document.generatedocument that implement ConfigurationOwner
 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 ConfigurationOwner in com.ail.core.factory
 

Methods in com.ail.core.factory with parameters of type ConfigurationOwner
 AbstractCommand FactoryHandler.newCommand(java.lang.String name, ConfigurationOwner owner, Core core)
           
 java.lang.Object FactoryHandler.newObject(java.lang.String name, ConfigurationOwner owner, Core core)
           
 Type FactoryHandler.newType(java.lang.String name, ConfigurationOwner owner, Core core)
           
 

Uses of ConfigurationOwner in com.ail.core.logging
 

Classes in com.ail.core.logging that implement ConfigurationOwner
 class SystemOutLoggerService
          This logging entry point directs log messages to the System print streams 'out' and 'err'.
 

Uses of ConfigurationOwner in com.ail.core.persistence
 

Classes in com.ail.core.persistence that implement ConfigurationOwner
 class PersistenceServerBean
          EJB Wrapper for the persistence server.
 

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

Classes in com.ail.core.persistence.hibernate that implement ConfigurationOwner
 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 ConfigurationOwner in com.ail.core.persistence.jdo
 

Classes in com.ail.core.persistence.jdo that implement ConfigurationOwner
 class JDOImplementation
           
 

Uses of ConfigurationOwner in com.ail.core.product
 

Classes in com.ail.core.product that implement ConfigurationOwner
 class ProductManagerBean
           
 

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

Classes in com.ail.core.product.listproducts that implement ConfigurationOwner
 class ListProductsService
           
 

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

Classes in com.ail.core.product.newproducttype that implement ConfigurationOwner
 class NewProductTypeService
          Instantiate a type defined by a product.
 

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

Classes in com.ail.core.product.registerproduct that implement ConfigurationOwner
 class RegisterProductService
           
 

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

Classes in com.ail.core.product.removeproduct that implement ConfigurationOwner
 class RemoveProductService
           
 

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

Classes in com.ail.core.product.resetallproducts that implement ConfigurationOwner
 class ResetAllProductsService
           
 

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

Classes in com.ail.core.product.resetproduct that implement ConfigurationOwner
 class ResetProductService
           
 

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

Classes in com.ail.core.product.updateproduct that implement ConfigurationOwner
 class UpdateProductService
           
 

Uses of ConfigurationOwner in com.ail.core.validator
 

Classes in com.ail.core.validator that implement ConfigurationOwner
 class CommonsValidatorService
          Implementation of the Validator service using the jakarta commons validator project.
 

Uses of ConfigurationOwner in com.ail.core.xmlbinding
 

Classes in com.ail.core.xmlbinding that implement ConfigurationOwner
 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 ConfigurationOwner in com.ail.coretest
 

Classes in com.ail.coretest that implement ConfigurationOwner
 class CoreUserTestCase
          This class should be extended by any test that needs to act like a core user.
 class TestConfigurationServices
           
 class TestCoreConfiguration
          The tests defined here exercise the Core system's configuration handling.
 class TestCoreFactory
          The tests defined here exercise the Core system's factory.
 class TestCoreHibernatePersistence
           
 class TestCoreLogging
          The tests defined here exercise the Core system's factory.
 class TestCoreValidator
           
 class TestCoreXMLBinding
          The tests defined here exercise the Core system's factory.
 class TestCoreXMLMapping
          Test the core system's XML data mapping facilities.
 class TestCoreXMLStringMapping
          Test the core system's XML data mapping facilities.
 class TestFactoryTypeMerging
          The core's factories support the concept of baseing one type on another - in effect allowing type definition to extend one another.
 class TestFinderService
           
 class TestGenerateDocument
           
 class TestProductServices
           
 class TestServiceInvocation
          Test that basic service invocation works as specified.
 class TestTypeXpath
           
 class TestUtilityFunctions
           
 class TimezoneTest
          This test is used to ensure that the VersionEffectiveDate mechenism works across timezones.
 

Uses of ConfigurationOwner in com.ail.coretest.service
 

Classes in com.ail.coretest.service that implement ConfigurationOwner
 class TestService
           
 

Uses of ConfigurationOwner in com.ail.insurance.acceptance
 

Classes in com.ail.insurance.acceptance that implement ConfigurationOwner
 class AcceptanceBean
           
 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 ConfigurationOwner in com.ail.insurance.acceptance.acceptquotation
 

Classes in com.ail.insurance.acceptance.acceptquotation that implement ConfigurationOwner
 class AcceptQuotationService
           
 

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

Classes in com.ail.insurance.diary.cancelentry that implement ConfigurationOwner
 class CancelEntryService
           
 

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

Classes in com.ail.insurance.diary.makeentry that implement ConfigurationOwner
 class MakeEntryService
           
 

Uses of ConfigurationOwner in com.ail.insurance.quotation
 

Classes in com.ail.insurance.quotation that implement ConfigurationOwner
 class QuotationBean
           
 

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

Classes in com.ail.insurance.quotation.addpolicynumber that implement ConfigurationOwner
 class AddPolicyNumberService
           
 

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

Classes in com.ail.insurance.quotation.addquotenumber that implement ConfigurationOwner
 class AddQuoteNumberService
          This service generates quotation numbers and adds them to policy objects.
 

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

Classes in com.ail.insurance.quotation.assessrisk that implement ConfigurationOwner
 class AssessRiskService
           
 

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

Classes in com.ail.insurance.quotation.calculatebrokerage that implement ConfigurationOwner
 class CalculateBrokerageService
           
 

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

Classes in com.ail.insurance.quotation.calculatecommission that implement ConfigurationOwner
 class CalculateCommissionService
           
 

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

Classes in com.ail.insurance.quotation.calculatemanagementcharge that implement ConfigurationOwner
 class CalculateManagementChargeService
           
 

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

Classes in com.ail.insurance.quotation.calculatepremium that implement ConfigurationOwner
 class CalculatePremiumService
           
 

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

Classes in com.ail.insurance.quotation.calculatetax that implement ConfigurationOwner
 class CalculateTaxService
           
 

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

Classes in com.ail.insurance.quotation.enforcecompliance that implement ConfigurationOwner
 class EnforceComplianceService
           
 

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

Classes in com.ail.insurance.quotation.generatedocument that implement ConfigurationOwner
 class GenerateDocumentService
          Service to generate a quotation document.
 

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

Classes in com.ail.insurance.quotation.refreshassessmentsheets that implement ConfigurationOwner
 class RefreshAssessmentSheetsService
           
 

Uses of ConfigurationOwner in com.ail.insurance.subrogation
 

Classes in com.ail.insurance.subrogation that implement ConfigurationOwner
 class SubrogationBean
           
 

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

Classes in com.ail.insurance.subrogation.makearecovery that implement ConfigurationOwner
 class MakeARecoveryService
           
 

Uses of ConfigurationOwner in com.ail.insurancetest
 

Classes in com.ail.insurancetest that implement ConfigurationOwner
 class TestAcceptance
           
 class TestPolicyPersistence
           
 class TestQuotation
           
 class TestSubrogation
          The tests defined here exercise the Core system's factory.