Uses of Class
com.ail.core.VersionEffectiveDate

Packages that use VersionEffectiveDate
com.ail.core   
com.ail.core.command   
com.ail.core.configure   
com.ail.core.configure.server   
com.ail.core.logging   
com.ail.core.persistence   
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.coretest   
com.ail.insurance.acceptance   
com.ail.insurance.quotation   
com.ail.insurance.quotation.assessrisk   
com.ail.insurance.subrogation   
com.ail.insurancetest   
 

Uses of VersionEffectiveDate in com.ail.core
 

Methods in com.ail.core that return VersionEffectiveDate
 VersionEffectiveDate CoreUser.getVersionEffectiveDate()
          The Core uses this callback to determin which versions of artefacts it should use on the CoreUser's behalf.
 VersionEffectiveDate Service.getVersionEffectiveDate()
          A default entry point implemention returning the version effective date.
 VersionEffectiveDate NullService.getVersionEffectiveDate()
           
 VersionEffectiveDate Core.getVersionEffectiveDate()
          Get the core's version effective date.
 VersionEffectiveDate CoreUserImpl.getVersionEffectiveDate()
          The Core uses this callback to determin which versions of artefacts it should use on the CoreUser's behalf.
 VersionEffectiveDate Component.getVersionEffectiveDate()
          A default component implemention returning the time now.
 VersionEffectiveDate CoreProxy.getVersionEffectiveDate()
          Return the version effective date associated with this proxy.
 

Methods in com.ail.core with parameters of type VersionEffectiveDate
 boolean VersionEffectiveDate.after(VersionEffectiveDate when)
          Tests if this date is after the specified date.
 boolean VersionEffectiveDate.before(VersionEffectiveDate when)
          Tests if this date is before the specified date
 int VersionEffectiveDate.compareTo(VersionEffectiveDate that)
          Compare this VEDs with another.
 void CoreUserImpl.setVersionEffectiveDate(VersionEffectiveDate ved)
           
 void CoreProxy.setVersionEffectiveDate(VersionEffectiveDate ved)
          Set the version effective date for the proxy to a specific date.
 

Constructors in com.ail.core with parameters of type VersionEffectiveDate
CoreProxy(java.lang.String namespace, VersionEffectiveDate ved, java.security.Principal securityPrincipal)
          Create a core proxy with a specific configuration namespace and version effective date.
 

Uses of VersionEffectiveDate in com.ail.core.command
 

Methods in com.ail.core.command that return VersionEffectiveDate
 VersionEffectiveDate XSLTAccessor.getVersionEffectiveDate()
           
 VersionEffectiveDate WebServiceAccessor.getVersionEffectiveDate()
          The Core uses this callback to determin which versions of artefacts it should use on the CoreUser's behalf.
 VersionEffectiveDate JaninoAccessor.getVersionEffectiveDate()
           
 VersionEffectiveDate DroolsDecisionTableAccessor.getVersionEffectiveDate()
           
 VersionEffectiveDate DroolsAccessor.getVersionEffectiveDate()
           
 VersionEffectiveDate BeanShellAccessor.getVersionEffectiveDate()
           
 VersionEffectiveDate CommandServerBean.getVersionEffectiveDate()
           
 

Uses of VersionEffectiveDate in com.ail.core.configure
 

Methods in com.ail.core.configure that return VersionEffectiveDate
 VersionEffectiveDate Configuration.getValidFrom()
          Get the date that the configuration is (was) valid from.
 VersionEffectiveDate Configuration.getValidTo()
          Get this configuration's valid to date.
 

Methods in com.ail.core.configure with parameters of type VersionEffectiveDate
 Configuration JDBCConfigurationLoader.loadConfiguration(java.lang.String namespace, VersionEffectiveDate date)
          Load a namespace's configuration.
 Configuration EJBLoaderBean.loadConfiguration(java.lang.String namespace, VersionEffectiveDate date)
          Deligate to the local configuration loader's loadConfiguration method.
abstract  Configuration AbstractConfigurationLoader.loadConfiguration(java.lang.String namespace, VersionEffectiveDate date)
          Fetch the configuration associated with a given namespace, and return them.
 Configuration EJBLoader.loadConfiguration(java.lang.String namespace, VersionEffectiveDate date)
           
 Configuration FileConfigurationLoader.loadConfiguration(java.lang.String namespace, VersionEffectiveDate date)
           
 Configuration WebServiceConfigurationLoader.loadConfiguration(java.lang.String namespace, VersionEffectiveDate date)
          Fetch the configuration associated with a given namespace, and return it.
 Configuration EJBLoaderLocal.loadConfiguration(java.lang.String namespace, VersionEffectiveDate date)
           
 Configuration EJBConfigurationLoader.loadConfiguration(java.lang.String namespace, VersionEffectiveDate date)
          Load a namespace's configuration.
 byte[] EJBLoaderBean.loadConfigurationAsByteArray(java.lang.String namespace, VersionEffectiveDate date)
          Performs the same function as loadConfiguration, but returns a byte array.
 byte[] EJBLoader.loadConfigurationAsByteArray(java.lang.String namespace, VersionEffectiveDate date)
           
 byte[] EJBLoaderLocal.loadConfigurationAsByteArray(java.lang.String namespace, VersionEffectiveDate date)
           
 void Configuration.setValidFrom(VersionEffectiveDate validFrom)
          Set the valid from date for this configuration.
 void Configuration.setValidTo(VersionEffectiveDate validTo)
          Set the valid to date for this configuration.
 

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

Methods in com.ail.core.configure.server that return VersionEffectiveDate
 VersionEffectiveDate ServerLocal.getVersionEffectiveDate()
           
 VersionEffectiveDate ServerBean.getVersionEffectiveDate()
          The version effective date for the bean is always 'now'.
 VersionEffectiveDate Server.getVersionEffectiveDate()
           
 

Uses of VersionEffectiveDate in com.ail.core.logging
 

Methods in com.ail.core.logging with parameters of type VersionEffectiveDate
static void BootLogger.log(java.lang.Class caller, VersionEffectiveDate ved, Severity severity, java.lang.String message, java.lang.Throwable cause)
          Log a message
 

Uses of VersionEffectiveDate in com.ail.core.persistence
 

Methods in com.ail.core.persistence that return VersionEffectiveDate
 VersionEffectiveDate PersistenceServerBean.getVersionEffectiveDate()
           
 VersionEffectiveDate PersistenceServerLocal.getVersionEffectiveDate()
           
 VersionEffectiveDate PersistenceServer.getVersionEffectiveDate()
           
 

Uses of VersionEffectiveDate in com.ail.core.persistence.jdo
 

Methods in com.ail.core.persistence.jdo that return VersionEffectiveDate
 VersionEffectiveDate JDOImplementation.getVersionEffectiveDate()
           
 

Uses of VersionEffectiveDate in com.ail.core.product
 

Methods in com.ail.core.product that return VersionEffectiveDate
 VersionEffectiveDate ProductManagerBean.getVersionEffectiveDate()
           
 VersionEffectiveDate ProductManager.getVersionEffectiveDate()
           
 VersionEffectiveDate ProductManagerLocal.getVersionEffectiveDate()
           
 

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

Methods in com.ail.core.product.listproducts that return VersionEffectiveDate
 VersionEffectiveDate ListProductsService.getVersionEffectiveDate()
          Always use the latest configuration for this and the other product catalog related services.
 

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

Methods in com.ail.core.product.newproducttype that return VersionEffectiveDate
 VersionEffectiveDate NewProductTypeService.getVersionEffectiveDate()
           
 

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

Methods in com.ail.core.product.registerproduct that return VersionEffectiveDate
 VersionEffectiveDate RegisterProductService.getVersionEffectiveDate()
          Always use the latest configuration for this and the other product catalog related services.
 

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

Methods in com.ail.core.product.removeproduct that return VersionEffectiveDate
 VersionEffectiveDate RemoveProductService.getVersionEffectiveDate()
          Always use the latest configuration for this and the other product catalog related services.
 

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

Methods in com.ail.core.product.resetallproducts that return VersionEffectiveDate
 VersionEffectiveDate ResetAllProductsService.getVersionEffectiveDate()
          Always use the latest configuration for this and the other product catalog related services.
 

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

Methods in com.ail.core.product.resetproduct that return VersionEffectiveDate
 VersionEffectiveDate ResetProductService.getVersionEffectiveDate()
          Always use the latest configuration for this and the other product catalog related services.
 

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

Methods in com.ail.core.product.updateproduct that return VersionEffectiveDate
 VersionEffectiveDate UpdateProductService.getVersionEffectiveDate()
          Always use the latest configuration for this and the other product catalog related services.
 

Uses of VersionEffectiveDate in com.ail.coretest
 

Methods in com.ail.coretest that return VersionEffectiveDate
 VersionEffectiveDate TestUtilityFunctions.getVersionEffectiveDate()
          Always select the latest configurations
 VersionEffectiveDate TestServiceInvocation.getVersionEffectiveDate()
          Always select the latest configuration.
 VersionEffectiveDate TestProductServices.getVersionEffectiveDate()
          Always select the latest configurations
 VersionEffectiveDate TestGenerateDocument.getVersionEffectiveDate()
          Always select the latest configurations
 VersionEffectiveDate TestFactoryTypeMerging.getVersionEffectiveDate()
          Always select the latest configuration.
 VersionEffectiveDate TestCoreXMLMapping.getVersionEffectiveDate()
          Method demanded by the CoreUser interface.
 VersionEffectiveDate TestCoreXMLBinding.getVersionEffectiveDate()
          Method demanded by the CoreUser interface.
 VersionEffectiveDate TestCoreLogging.getVersionEffectiveDate()
          Method demanded by the CoreUser interface.
 VersionEffectiveDate TestCoreFactory.getVersionEffectiveDate()
          Method demanded by the CoreUser interface.
 VersionEffectiveDate TestCoreConfiguration.getVersionEffectiveDate()
          Method demanded by the CoreUser interface.
 VersionEffectiveDate TestCoreConfigReset.getVersionEffectiveDate()
          Method demanded by the CoreUser interface.
 VersionEffectiveDate CoreUserTestCase.getVersionEffectiveDate()
           
 

Methods in com.ail.coretest with parameters of type VersionEffectiveDate
 void CoreUserTestCase.setVersionEffectiveDate(VersionEffectiveDate versionEffectiveDate)
           
 

Uses of VersionEffectiveDate in com.ail.insurance.acceptance
 

Methods in com.ail.insurance.acceptance that return VersionEffectiveDate
 VersionEffectiveDate AcceptanceBean.getVersionEffectiveDate()
           
 VersionEffectiveDate Acceptance.getVersionEffectiveDate()
           
 

Uses of VersionEffectiveDate in com.ail.insurance.quotation
 

Methods in com.ail.insurance.quotation that return VersionEffectiveDate
 VersionEffectiveDate QuotationBean.getVersionEffectiveDate()
          Return the component's version effective date.
 

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

Methods in com.ail.insurance.quotation.assessrisk that return VersionEffectiveDate
 VersionEffectiveDate AssessRiskService.getVersionEffectiveDate()
          Return the date for which rules etc should be used.
 

Uses of VersionEffectiveDate in com.ail.insurance.subrogation
 

Methods in com.ail.insurance.subrogation that return VersionEffectiveDate
 VersionEffectiveDate Subrogation.getVersionEffectiveDate()
           
 VersionEffectiveDate SubrogationBeanProxy.getVersionEffectiveDate()
          Method demanded by the CoreUser interface.
 VersionEffectiveDate SubrogationBean.getVersionEffectiveDate()
           
 

Uses of VersionEffectiveDate in com.ail.insurancetest
 

Methods in com.ail.insurancetest that return VersionEffectiveDate
 VersionEffectiveDate TestSubrogation.getVersionEffectiveDate()
          Method demanded by the CoreUser interface.
 VersionEffectiveDate TestQuotation.getVersionEffectiveDate()
          Method demanded by the CoreUser interface.