Uses of Class
com.ail.core.Core

Packages that use 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.generatedocument   
com.ail.core.factory   
com.ail.core.logging   
com.ail.core.persistence   
com.ail.core.persistence.hibernate   
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.mailmerge.generatedocument   
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   
 

Uses of Core in com.ail.core
 

Methods in com.ail.core that return Core
abstract  Core Service.getCore()
          Fetch the entry point's instance of the core.
 Core NullService.getCore()
          This entry point has no Core requirements, so simply return null.
abstract  Core Component.getCore()
          Fetch the entry point's instance of the core.
 Core CoreProxy.getCore()
          Get the instance of Core being used by this proxy.
 

Methods in com.ail.core with parameters of type Core
static java.net.URL Functions.absoluteConfigureUrl(Core core, java.lang.String suppliedUrl)
           
static java.lang.String Functions.loadScriptOrUrlContent(Core core, java.lang.String suppliedUrl, java.lang.String script)
          The script may be local (the value of the script property), or remote (loaded using the url property).
 void Type.mergeWithDataFrom(Type donor, Core core)
          Merge data from a specified type into this.
 

Uses of Core in com.ail.core.command
 

Methods in com.ail.core.command that return Core
 Core XSLTAccessor.getCore()
           
 Core JaninoAccessor.getCore()
           
 Core DroolsDecisionTableAccessor.getCore()
           
 Core DroolsAccessor.getCore()
           
 Core BeanShellAccessor.getCore()
           
 Core CommandServerBean.getCore()
           
 

Methods in com.ail.core.command with parameters of type Core
 void JaninoAccessor.activate(Core core, Type typeSpec)
           
 void DroolsDecisionTableAccessor.activate(Core core, Type typeSpec)
          Factory life cycle method.
 void DroolsAccessor.activate(Core core, Type typeSpec)
          Factory life cycle method.
 

Uses of Core in com.ail.core.configure
 

Methods in com.ail.core.configure that return Core
abstract  Core ConfigurationOwnerImpl.getCore()
           
 

Methods in com.ail.core.configure with parameters of type Core
 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.
 Configuration ConfigurationHandler.loadConfiguration(java.lang.String namespace, 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.
 void ConfigurationHandler.saveConfiguration(java.lang.String namespace, Configuration config, Core core)
          Save (update/create) the configuration associated with the current namespace.
 

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

Methods in com.ail.core.configure.finder that return Core
 Core GetClassListService.getCore()
          Getter to fetch the entry point's code.
 

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

Methods in com.ail.core.configure.server that return Core
 Core ServerBean.getCore()
           
 Core SetConfigurationService.getCore()
          Getter to fetch the entry point's code.
 Core SetCommandScriptService.getCore()
          Getter to fetch the entry point's code.
 Core PackageCarService.getCore()
          Getter to fetch the entry point's code.
 Core GetNamespacesService.getCore()
          Getter to fetch the entry point's code.
 Core GetNamespacesHistoryService.getCore()
          Getter to fetch the entry point's code.
 Core GetConfigurationService.getCore()
          Getter to fetch the entry point's code.
 Core GetCommandScriptService.getCore()
          Getter to fetch the entry point's code.
 Core DeployCarService.getCore()
          Getter to fetch the entry point's code.
 Core CatalogCarService.getCore()
          Getter to fetch the entry point's code.
 

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

Methods in com.ail.core.document.generatedocument that return Core
 Core RenderPdfDocumentService.getCore()
          Getter to fetch the entry point's code.
 Core JavaMergeDataService.getCore()
          Getter to fetch the entry point's code.
 Core GenerateDocumentService.getCore()
          Getter to fetch the entry point's code.
 

Uses of Core in com.ail.core.factory
 

Methods in com.ail.core.factory with parameters of type Core
 java.lang.Object AbstractFactory.createType(Type typeSpec, Core core)
          Create an initialised instance of an object.
 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 Core in com.ail.core.logging
 

Methods in com.ail.core.logging that return Core
 Core SystemOutLoggerService.getCore()
          This entry point has no Core requirements, so simply return null.
 

Uses of Core in com.ail.core.persistence
 

Methods in com.ail.core.persistence that return Core
 Core PersistenceServerBean.getCore()
           
 

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

Methods in com.ail.core.persistence.hibernate that return Core
 Core HibernateUpdateService.getCore()
          Getter to fetch the entry point's core.
 Core HibernateDeleteService.getCore()
          Getter to fetch the entry point's core.
 Core HibernateCloseSessionService.getCore()
          Getter to fetch the entry point's core.
 Core HibernateCreateService.getCore()
          Getter to fetch the entry point's core.
 Core HibernateLoadService.getCore()
          Getter to fetch the entry point's core.
 Core HibernateOpenSessionService.getCore()
          Getter to fetch the entry point's core.
 Core HibernateQueryService.getCore()
          Getter to fetch the entry point's core.
 

Uses of Core in com.ail.core.product
 

Methods in com.ail.core.product that return Core
 Core ProductManagerBean.getCore()
           
 

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

Methods in com.ail.core.product.listproducts that return Core
 Core ListProductsService.getCore()
          Getter to fetch the entry point's code.
 

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

Methods in com.ail.core.product.newproducttype that return Core
 Core NewProductTypeService.getCore()
          Getter to fetch the entry point's code.
 

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

Methods in com.ail.core.product.registerproduct that return Core
 Core RegisterProductService.getCore()
          Getter to fetch the entry point's code.
 

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

Methods in com.ail.core.product.removeproduct that return Core
 Core RemoveProductService.getCore()
          Getter to fetch the entry point's code.
 

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

Methods in com.ail.core.product.resetallproducts that return Core
 Core ResetAllProductsService.getCore()
          Getter to fetch the entry point's code.
 

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

Methods in com.ail.core.product.resetproduct that return Core
 Core ResetProductService.getCore()
          Getter to fetch the entry point's code.
 

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

Methods in com.ail.core.product.updateproduct that return Core
 Core UpdateProductService.getCore()
          Getter to fetch the entry point's code.
 

Uses of Core in com.ail.core.validator
 

Methods in com.ail.core.validator that return Core
 Core CommonsValidatorService.getCore()
          Getter to fetch the entry point's code.
 

Uses of Core in com.ail.core.xmlbinding
 

Methods in com.ail.core.xmlbinding that return Core
 Core CastorFromXMLService.getCore()
          This entry point has no Core requirements, so simply return null.
 Core CastorToXMLService.getCore()
          This entry point has no Core requirements, so simply return null.
 

Uses of Core in com.ail.coretest
 

Methods in com.ail.coretest that return Core
 Core CoreUserTestCase.getCore()
           
 

Methods in com.ail.coretest with parameters of type Core
 void CoreUserTestCase.setCore(Core core)
           
 

Uses of Core in com.ail.coretest.service
 

Methods in com.ail.coretest.service that return Core
 Core TestService.getCore()
          Getter to fetch the entry point's code.
 

Uses of Core in com.ail.insurance.acceptance
 

Methods in com.ail.insurance.acceptance that return Core
 Core PutOnRiskService.getCore()
          Getter to fetch the entry point's code.
 Core ProduceDocumentationService.getCore()
          Getter to fetch the entry point's code.
 Core CollectPremiumService.getCore()
          Getter to fetch the entry point's code.
 Core AssessPaymentOptionsService.getCore()
          Getter to fetch the entry point's code.
 Core AcceptanceBean.getCore()
           
 

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

Methods in com.ail.insurance.acceptance.acceptquotation that return Core
 Core AcceptQuotationService.getCore()
          Getter to fetch the entry point's code.
 

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

Methods in com.ail.insurance.diary.cancelentry that return Core
 Core CancelEntryService.getCore()
          Getter to fetch the entry point's code.
 

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

Methods in com.ail.insurance.diary.makeentry that return Core
 Core MakeEntryService.getCore()
          Getter to fetch the entry point's code.
 

Uses of Core in com.ail.insurance.mailmerge.generatedocument
 

Methods in com.ail.insurance.mailmerge.generatedocument that return Core
 Core GenerateDocumentService.getCore()
          Getter to fetch the entry point's code.
 

Uses of Core in com.ail.insurance.quotation
 

Methods in com.ail.insurance.quotation that return Core
 Core QuotationBean.getCore()
          Getter to return the core this component is using.
 

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

Methods in com.ail.insurance.quotation.addpolicynumber that return Core
 Core AddPolicyNumberService.getCore()
          Getter to fetch the entry point's code.
 

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

Methods in com.ail.insurance.quotation.addquotenumber that return Core
 Core AddQuoteNumberService.getCore()
          Getter to fetch the entry point's code.
 

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

Methods in com.ail.insurance.quotation.assessrisk that return Core
 Core AssessRiskService.getCore()
          Getter to fetch the entry point's code.
 Core AssessSectionRiskCommand.getCoreArg()
          Getter for the coreArg property.
 Core AssessSectionRiskArgImp.getCoreArg()
          Getter for the coreArg property.
 Core AssessSectionRiskArg.getCoreArg()
          Getter for the coreArg property.
 Core AssessPolicyRiskCommand.getCoreArg()
          Getter for the coreArg property.
 Core AssessPolicyRiskArgImp.getCoreArg()
          Getter for the coreArg property.
 Core AssessPolicyRiskArg.getCoreArg()
          Getter for the coreArg property.
 

Methods in com.ail.insurance.quotation.assessrisk with parameters of type Core
 void AssessSectionRiskCommand.setCoreArg(Core coreArg)
          Setter for the coreArg property.
 void AssessSectionRiskArgImp.setCoreArg(Core coreArg)
          Setter for the coreArg property.
 void AssessSectionRiskArg.setCoreArg(Core coreArg)
          Setter for the coreArg property.
 void AssessPolicyRiskCommand.setCoreArg(Core coreArg)
          Setter for the coreArg property.
 void AssessPolicyRiskArgImp.setCoreArg(Core coreArg)
          Setter for the coreArg property.
 void AssessPolicyRiskArg.setCoreArg(Core coreArg)
          Setter for the coreArg property.
 

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

Methods in com.ail.insurance.quotation.calculatebrokerage that return Core
 Core CalculateBrokerageService.getCore()
          Getter to fetch the entry point's code.
 

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

Methods in com.ail.insurance.quotation.calculatecommission that return Core
 Core CalculateCommissionService.getCore()
          Getter to fetch the entry point's code.
 

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

Methods in com.ail.insurance.quotation.calculatemanagementcharge that return Core
 Core CalculateManagementChargeService.getCore()
          Getter to fetch the entry point's code.
 

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

Methods in com.ail.insurance.quotation.calculatepremium that return Core
 Core CalculatePremiumService.getCore()
          Getter to fetch the entry point's code.
 

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

Methods in com.ail.insurance.quotation.calculatetax that return Core
 Core CalculateTaxService.getCore()
          Getter to fetch the entry point's code.
 

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

Methods in com.ail.insurance.quotation.enforcecompliance that return Core
 Core EnforceComplianceService.getCore()
          Getter to fetch the entry point's code.
 

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

Methods in com.ail.insurance.quotation.generatedocument that return Core
 Core GenerateDocumentService.getCore()
          Getter to fetch the entry point's code.
 

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

Methods in com.ail.insurance.quotation.refreshassessmentsheets that return Core
 Core RefreshAssessmentSheetsService.getCore()
          Getter to fetch the entry point's code.
 

Uses of Core in com.ail.insurance.subrogation
 

Methods in com.ail.insurance.subrogation that return Core
 Core SubrogationBean.getCore()
          Getter to return the core this component is using.
 

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

Methods in com.ail.insurance.subrogation.makearecovery that return Core
 Core MakeARecoveryService.getCore()
          Getter to fetch the entry point's code.