Uses of Interface
com.ail.core.command.CommandArg

Packages that use CommandArg
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   
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.mailmerge.generatedocument   
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.fetchdocument   
com.ail.insurance.quotation.generatedocument   
com.ail.insurance.quotation.notifyparty   
com.ail.insurance.quotation.refreshassessmentsheets   
com.ail.insurance.subrogation.makearecovery   
 

Uses of CommandArg in com.ail.core
 

Methods in com.ail.core that return CommandArg
abstract  CommandArg Service.getArgs()
          Get the arguments used by this entry point.
 CommandArg NullService.getArgs()
           
 CommandArg Core.invokeService(java.lang.String commandName, CommandArg arguments)
          Create an instance of the specified command, and invoke it with the argument provided.
 

Methods in com.ail.core with parameters of type CommandArg
 CommandArg Core.invokeService(java.lang.String commandName, CommandArg arguments)
          Create an instance of the specified command, and invoke it with the argument provided.
abstract  void Service.setArgs(CommandArg args)
          Set the arguments to be used by this entry point's business logic.
 void NullService.setArgs(CommandArg args)
           
 

Uses of CommandArg in com.ail.core.command
 

Classes in com.ail.core.command that implement CommandArg
 class CommandArgImp
          Parent class of all command args.
 

Methods in com.ail.core.command that return CommandArg
 CommandArg XSLTAccessor.getArgs()
           
 CommandArg WebServiceAccessor.getArgs()
          Get the argument set associated with this command.
 CommandArg JMSAccessor.getArgs()
           
 CommandArg JaninoAccessor.getArgs()
           
 CommandArg EJBAccessor.getArgs()
          Get the argument being passed into (or returned by) the EJB service.
 CommandArg DroolsDecisionTableAccessor.getArgs()
           
 CommandArg DroolsAccessor.getArgs()
           
 CommandArg ClassAccessor.getArgs()
           
 CommandArg BeanShellAccessor.getArgs()
           
abstract  CommandArg AbstractCommand.getArgs()
          Get the argument set associated with this command.
 

Methods in com.ail.core.command with parameters of type CommandArg
 void XSLTAccessor.setArgs(CommandArg args)
           
 void WebServiceAccessor.setArgs(CommandArg that)
          Update this Command object's arguments with those taken from the command arg passed in.
 void JMSAccessor.setArgs(CommandArg args)
           
 void JaninoAccessor.setArgs(CommandArg args)
           
 void EJBAccessor.setArgs(CommandArg args)
          Set the arguments to be passed to the EJB service
 void DroolsDecisionTableAccessor.setArgs(CommandArg args)
           
 void DroolsAccessor.setArgs(CommandArg args)
           
 void ClassAccessor.setArgs(CommandArg that)
           
 void BeanShellAccessor.setArgs(CommandArg args)
           
abstract  void AbstractCommand.setArgs(CommandArg that)
          Update this Command object's arguments with those taken from the command arg passed in.
 

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

Subinterfaces of CommandArg in com.ail.core.configure.finder
 interface GetClassListArg
           
 

Classes in com.ail.core.configure.finder that implement CommandArg
 class GetClassListArgImp
           
 class GetClassListCommand
           
 

Methods in com.ail.core.configure.finder that return CommandArg
 CommandArg GetClassListService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg GetClassListCommand.getArgs()
           
 

Methods in com.ail.core.configure.finder with parameters of type CommandArg
 void GetClassListService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void GetClassListCommand.setArgs(CommandArg arg)
           
 

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

Subinterfaces of CommandArg in com.ail.core.configure.server
 interface CatalogCarArg
           
 interface DeployCarArg
           
 interface GetCommandScriptArg
           
 interface GetConfigurationArg
          Arg interface for the GetConfiguration entry point.
 interface GetNamespacesArg
          Arg interface for the GetConfiguration entry point.
 interface GetNamespacesHistoryArg
          Arg interface for the GetNamesapcesHisotyr entry point.
 interface PackageCarArg
           
 interface SetCommandScriptArg
           
 interface SetConfigurationArg
           
 

Classes in com.ail.core.configure.server that implement CommandArg
 class CatalogCarArgImp
           
 class CatalogCarCommand
           
 class DeployCarArgImp
           
 class DeployCarCommand
           
 class GetCommandScriptArgImp
           
 class GetCommandScriptCommand
           
 class GetConfigurationArgImp
          Concrete implementation of the GetConfigurationArg interface.
 class GetConfigurationCommand
           
 class GetNamespacesArgImp
          Concrete implementation of the GetConfigurationArg interface.
 class GetNamespacesCommand
          Fetch a list of all the configuration namespaces known to the system.
 class GetNamespacesHistoryArgImp
          Concrete implementation of the GetConfigurationArg interface.
 class GetNamespacesHistoryCommand
           
 class PackageCarArgImp
           
 class PackageCarCommand
           
 class SetCommandScriptArgImp
           
 class SetCommandScriptCommand
           
 class SetConfigurationArgImp
           
 class SetConfigurationCommand
           
 

Methods in com.ail.core.configure.server that return CommandArg
 CommandArg SetConfigurationService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg SetConfigurationCommand.getArgs()
           
 CommandArg SetCommandScriptService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg SetCommandScriptCommand.getArgs()
           
 CommandArg PackageCarService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg PackageCarCommand.getArgs()
           
 CommandArg GetNamespacesService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg GetNamespacesHistoryService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg GetNamespacesHistoryCommand.getArgs()
          {inheritDoc}
 CommandArg GetNamespacesCommand.getArgs()
          {inheritDoc}
 CommandArg GetConfigurationService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg GetConfigurationCommand.getArgs()
          {inheritDoc}
 CommandArg GetCommandScriptService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg GetCommandScriptCommand.getArgs()
           
 CommandArg DeployCarService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg DeployCarCommand.getArgs()
           
 CommandArg CatalogCarService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg CatalogCarCommand.getArgs()
           
 

Methods in com.ail.core.configure.server with parameters of type CommandArg
 void SetConfigurationService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void SetConfigurationCommand.setArgs(CommandArg arg)
           
 void SetCommandScriptService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void SetCommandScriptCommand.setArgs(CommandArg arg)
           
 void PackageCarService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void PackageCarCommand.setArgs(CommandArg arg)
           
 void GetNamespacesService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void GetNamespacesHistoryService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void GetNamespacesHistoryCommand.setArgs(CommandArg arg)
          {inheritDoc}
 void GetNamespacesCommand.setArgs(CommandArg arg)
          {inheritDoc}
 void GetConfigurationService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void GetConfigurationCommand.setArgs(CommandArg arg)
          {inheritDoc}
 void GetCommandScriptService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void GetCommandScriptCommand.setArgs(CommandArg arg)
           
 void DeployCarService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void DeployCarCommand.setArgs(CommandArg arg)
           
 void CatalogCarService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void CatalogCarCommand.setArgs(CommandArg arg)
           
 

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

Subinterfaces of CommandArg in com.ail.core.document.generatedocument
 interface MergeDataArg
           
 interface RenderDocumentArg
           
 interface StyleDocumentArg
           
 

Classes in com.ail.core.document.generatedocument that implement CommandArg
 class MergeDataArgImp
           
 class MergeDataCommand
           
 class RenderDocumentArgImp
           
 class RenderDocumentCommand
           
 class StyleDocumentArgImp
           
 class StyleDocumentCommand
           
 

Methods in com.ail.core.document.generatedocument that return CommandArg
 CommandArg StyleDocumentCommand.getArgs()
           
 CommandArg RenderPdfDocumentService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg RenderDocumentCommand.getArgs()
           
 CommandArg MergeDataCommand.getArgs()
           
 CommandArg JavaMergeDataService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg GenerateDocumentService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg GenerateDocumentCommand.getArgs()
           
 

Methods in com.ail.core.document.generatedocument with parameters of type CommandArg
 void StyleDocumentCommand.setArgs(CommandArg arg)
           
 void RenderPdfDocumentService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void RenderDocumentCommand.setArgs(CommandArg arg)
           
 void MergeDataCommand.setArgs(CommandArg arg)
           
 void JavaMergeDataService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void GenerateDocumentService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void GenerateDocumentCommand.setArgs(CommandArg arg)
           
 

Uses of CommandArg in com.ail.core.logging
 

Subinterfaces of CommandArg in com.ail.core.logging
 interface LoggerArg
           
 

Classes in com.ail.core.logging that implement CommandArg
 class LoggerArgImp
           
 class LoggerCommand
           
 

Methods in com.ail.core.logging that return CommandArg
 CommandArg SystemOutLoggerService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg LoggerCommand.getArgs()
           
 

Methods in com.ail.core.logging with parameters of type CommandArg
 void SystemOutLoggerService.setArgs(CommandArg args)
          Setter used to the set the arguments that invoke() will use when it is called.
 void LoggerCommand.setArgs(CommandArg arg)
           
 

Uses of CommandArg in com.ail.core.persistence
 

Subinterfaces of CommandArg in com.ail.core.persistence
 interface CloseSessionArg
          Arguments required by close session service
 interface CreateArg
          Arguments required by create service
 interface DeleteArg
          Arguments required by delete service
 interface LoadArg
          Arguments required by load service
 interface OpenSessionArg
          Arguments required by open session service
 interface QueryArg
          Arguments required by query service
 interface UpdateArg
          Arguments required by create service
 

Classes in com.ail.core.persistence that implement CommandArg
 class CloseSessionArgImp
          
 class CloseSessionCommand
           
 class CreateArgImp
          
 class CreateCommand
           
 class DeleteArgImp
          
 class DeleteCommand
           
 class LoadArgImp
          
 class LoadCommand
           
 class OpenSessionArgImp
          
 class OpenSessionCommand
           
 class QueryArgImp
          
 class QueryCommand
           
 class UpdateArgImp
          
 class UpdateCommand
           
 

Methods in com.ail.core.persistence that return CommandArg
 CommandArg DeleteCommand.getArgs()
           
 CommandArg UpdateCommand.getArgs()
           
 CommandArg CloseSessionCommand.getArgs()
           
 CommandArg LoadCommand.getArgs()
           
 CommandArg CreateCommand.getArgs()
           
 CommandArg QueryCommand.getArgs()
           
 CommandArg OpenSessionCommand.getArgs()
           
 

Methods in com.ail.core.persistence with parameters of type CommandArg
 void DeleteCommand.setArgs(CommandArg arg)
           
 void UpdateCommand.setArgs(CommandArg arg)
           
 void CloseSessionCommand.setArgs(CommandArg arg)
           
 void LoadCommand.setArgs(CommandArg arg)
           
 void CreateCommand.setArgs(CommandArg arg)
           
 void QueryCommand.setArgs(CommandArg arg)
           
 void OpenSessionCommand.setArgs(CommandArg arg)
           
 

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

Methods in com.ail.core.persistence.hibernate that return CommandArg
 CommandArg HibernateUpdateService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg HibernateDeleteService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg HibernateCloseSessionService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg HibernateCreateService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg HibernateLoadService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg HibernateOpenSessionService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg HibernateQueryService.getArgs()
          Getter returning the arguments used by this entry point.
 

Methods in com.ail.core.persistence.hibernate with parameters of type CommandArg
 void HibernateUpdateService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void HibernateDeleteService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void HibernateCloseSessionService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void HibernateCreateService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void HibernateLoadService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void HibernateOpenSessionService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void HibernateQueryService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 

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

Subinterfaces of CommandArg in com.ail.core.product.listproducts
 interface ListProductsArg
           
 

Classes in com.ail.core.product.listproducts that implement CommandArg
 class ListProductsArgImp
           
 class ListProductsCommand
           
 

Methods in com.ail.core.product.listproducts that return CommandArg
 CommandArg ListProductsService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg ListProductsCommand.getArgs()
           
 

Methods in com.ail.core.product.listproducts with parameters of type CommandArg
 void ListProductsService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void ListProductsCommand.setArgs(CommandArg arg)
           
 

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

Subinterfaces of CommandArg in com.ail.core.product.newproducttype
 interface NewProductTypeArg
           
 

Classes in com.ail.core.product.newproducttype that implement CommandArg
 class NewProductTypeArgImp
           
 class NewProductTypeCommand
           
 

Methods in com.ail.core.product.newproducttype that return CommandArg
 CommandArg NewProductTypeService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg NewProductTypeCommand.getArgs()
           
 

Methods in com.ail.core.product.newproducttype with parameters of type CommandArg
 void NewProductTypeService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void NewProductTypeCommand.setArgs(CommandArg arg)
           
 

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

Subinterfaces of CommandArg in com.ail.core.product.registerproduct
 interface RegisterProductArg
           
 

Classes in com.ail.core.product.registerproduct that implement CommandArg
 class RegisterProductArgImp
           
 class RegisterProductCommand
           
 

Methods in com.ail.core.product.registerproduct that return CommandArg
 CommandArg RegisterProductService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg RegisterProductCommand.getArgs()
           
 

Methods in com.ail.core.product.registerproduct with parameters of type CommandArg
 void RegisterProductService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void RegisterProductCommand.setArgs(CommandArg arg)
           
 

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

Subinterfaces of CommandArg in com.ail.core.product.removeproduct
 interface RemoveProductArg
           
 

Classes in com.ail.core.product.removeproduct that implement CommandArg
 class RemoveProductArgImp
           
 class RemoveProductCommand
           
 

Methods in com.ail.core.product.removeproduct that return CommandArg
 CommandArg RemoveProductService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg RemoveProductCommand.getArgs()
           
 

Methods in com.ail.core.product.removeproduct with parameters of type CommandArg
 void RemoveProductService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void RemoveProductCommand.setArgs(CommandArg arg)
           
 

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

Subinterfaces of CommandArg in com.ail.core.product.resetallproducts
 interface ResetAllProductsArg
           
 

Classes in com.ail.core.product.resetallproducts that implement CommandArg
 class ResetAllProductsArgImp
           
 class ResetAllProductsCommand
           
 

Methods in com.ail.core.product.resetallproducts that return CommandArg
 CommandArg ResetAllProductsService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg ResetAllProductsCommand.getArgs()
           
 

Methods in com.ail.core.product.resetallproducts with parameters of type CommandArg
 void ResetAllProductsService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void ResetAllProductsCommand.setArgs(CommandArg arg)
           
 

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

Subinterfaces of CommandArg in com.ail.core.product.resetproduct
 interface ResetProductArg
           
 

Classes in com.ail.core.product.resetproduct that implement CommandArg
 class ResetProductArgImp
           
 class ResetProductCommand
           
 

Methods in com.ail.core.product.resetproduct that return CommandArg
 CommandArg ResetProductService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg ResetProductCommand.getArgs()
           
 

Methods in com.ail.core.product.resetproduct with parameters of type CommandArg
 void ResetProductService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void ResetProductCommand.setArgs(CommandArg arg)
           
 

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

Subinterfaces of CommandArg in com.ail.core.product.updateproduct
 interface UpdateProductArg
           
 

Classes in com.ail.core.product.updateproduct that implement CommandArg
 class UpdateProductArgImp
           
 class UpdateProductCommand
           
 

Methods in com.ail.core.product.updateproduct that return CommandArg
 CommandArg UpdateProductService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg UpdateProductCommand.getArgs()
           
 

Methods in com.ail.core.product.updateproduct with parameters of type CommandArg
 void UpdateProductService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void UpdateProductCommand.setArgs(CommandArg arg)
           
 

Uses of CommandArg in com.ail.core.validator
 

Subinterfaces of CommandArg in com.ail.core.validator
 interface ValidatorArg
           
 

Classes in com.ail.core.validator that implement CommandArg
 class ValidatorArgImp
           
 class ValidatorCommand
           
 

Methods in com.ail.core.validator that return CommandArg
 CommandArg ValidatorCommand.getArgs()
           
 CommandArg CommonsValidatorService.getArgs()
          Getter returning the arguments used by this entry point.
 

Methods in com.ail.core.validator with parameters of type CommandArg
 void ValidatorCommand.setArgs(CommandArg arg)
           
 void CommonsValidatorService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 

Uses of CommandArg in com.ail.core.xmlbinding
 

Subinterfaces of CommandArg in com.ail.core.xmlbinding
 interface FromXMLArg
          Interface defining the bean class to encapsulate the arguments and returns used by the FromXML entry point(s).
 interface ToXMLArg
          This interface defines the Bean used to encapsulate the argument and return values used by the ToXml entry point.
 

Classes in com.ail.core.xmlbinding that implement CommandArg
 class FromXMLArgImp
          This is the implementation of FromXMLArg used to pass arguments to and from the FromXML entry point(s).
 class FromXMLCommand
          This command is responsible for converting strings of XML into instances of the objects they represent.
 class ToXMLArgImp
          This is a concrete implementation of the CommandArg for the ToXML entry point.
 class ToXMLCommand
          This command is responsible for converting objects into strings of XML that represent them.
 

Methods in com.ail.core.xmlbinding that return CommandArg
 CommandArg ToXMLCommand.getArgs()
          Return the arguments used (processed by) the entry point.
 CommandArg FromXMLCommand.getArgs()
          Return the arguments used (processed by) the entry point.
 CommandArg CastorFromXMLService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg CastorToXMLService.getArgs()
          Getter returning the arguments used by this entry point.
 

Methods in com.ail.core.xmlbinding with parameters of type CommandArg
 void ToXMLCommand.setArgs(CommandArg arg)
          Accept the argument object to be passed into the entry point.
 void FromXMLCommand.setArgs(CommandArg arg)
          Accept the argument object to be passed into the entry point.
 void CastorFromXMLService.setArgs(CommandArg args)
          Setter used to the set the arguments that invoke() will use when it is called.
 void CastorToXMLService.setArgs(CommandArg args)
          Setter used to the set the arguments that invoke() will use when it is called.
 

Uses of CommandArg in com.ail.coretest.service
 

Subinterfaces of CommandArg in com.ail.coretest.service
 interface TestArg
           
 

Classes in com.ail.coretest.service that implement CommandArg
 class TestArgImp
           
 class TestCommand
           
 

Methods in com.ail.coretest.service that return CommandArg
 CommandArg TestService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg TestCommand.getArgs()
           
 

Methods in com.ail.coretest.service with parameters of type CommandArg
 void TestService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void TestCommand.setArgs(CommandArg arg)
           
 

Uses of CommandArg in com.ail.insurance.acceptance
 

Subinterfaces of CommandArg in com.ail.insurance.acceptance
 interface AssessPaymentOptionsArg
           
 interface CollectPremiumArg
           
 interface ProduceDocumentationArg
           
 interface PutOnRiskArg
           
 

Classes in com.ail.insurance.acceptance that implement CommandArg
 class AssessPaymentOptionsArgImp
           
 class AssessPaymentOptionsCommand
           
 class CollectPremiumArgImp
           
 class CollectPremiumCommand
           
 class ProduceDocumentationArgImp
           
 class ProduceDocumentationCommand
           
 class PutOnRiskArgImp
           
 class PutOnRiskCommand
           
 

Methods in com.ail.insurance.acceptance that return CommandArg
 CommandArg PutOnRiskService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg PutOnRiskCommand.getArgs()
           
 CommandArg ProduceDocumentationService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg ProduceDocumentationCommand.getArgs()
           
 CommandArg CollectPremiumService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg CollectPremiumCommand.getArgs()
           
 CommandArg AssessPaymentOptionsService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg AssessPaymentOptionsCommand.getArgs()
           
 

Methods in com.ail.insurance.acceptance with parameters of type CommandArg
 void PutOnRiskService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void PutOnRiskCommand.setArgs(CommandArg arg)
           
 void ProduceDocumentationService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void ProduceDocumentationCommand.setArgs(CommandArg arg)
           
 void CollectPremiumService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void CollectPremiumCommand.setArgs(CommandArg arg)
           
 void AssessPaymentOptionsService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void AssessPaymentOptionsCommand.setArgs(CommandArg arg)
           
 

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

Subinterfaces of CommandArg in com.ail.insurance.acceptance.acceptquotation
 interface AcceptQuotationArg
           
 

Classes in com.ail.insurance.acceptance.acceptquotation that implement CommandArg
 class AcceptQuotationArgImp
           
 class AcceptQuotationCommand
           
 

Methods in com.ail.insurance.acceptance.acceptquotation that return CommandArg
 CommandArg AcceptQuotationService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg AcceptQuotationCommand.getArgs()
           
 

Methods in com.ail.insurance.acceptance.acceptquotation with parameters of type CommandArg
 void AcceptQuotationService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void AcceptQuotationCommand.setArgs(CommandArg arg)
           
 

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

Subinterfaces of CommandArg in com.ail.insurance.diary.cancelentry
 interface CancelEntryArg
           
 

Classes in com.ail.insurance.diary.cancelentry that implement CommandArg
 class CancelEntryArgImp
           
 class CancelEntryCommand
           
 

Methods in com.ail.insurance.diary.cancelentry that return CommandArg
 CommandArg CancelEntryService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg CancelEntryCommand.getArgs()
           
 

Methods in com.ail.insurance.diary.cancelentry with parameters of type CommandArg
 void CancelEntryService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void CancelEntryCommand.setArgs(CommandArg arg)
           
 

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

Subinterfaces of CommandArg in com.ail.insurance.diary.makeentry
 interface MakeEntryArg
           
 

Classes in com.ail.insurance.diary.makeentry that implement CommandArg
 class MakeEntryArgImp
           
 class MakeEntryCommand
           
 

Methods in com.ail.insurance.diary.makeentry that return CommandArg
 CommandArg MakeEntryService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg MakeEntryCommand.getArgs()
           
 

Methods in com.ail.insurance.diary.makeentry with parameters of type CommandArg
 void MakeEntryService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void MakeEntryCommand.setArgs(CommandArg arg)
           
 

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

Methods in com.ail.insurance.mailmerge.generatedocument that return CommandArg
 CommandArg GenerateDocumentService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg GenerateDocumentCommand.getArgs()
           
 

Methods in com.ail.insurance.mailmerge.generatedocument with parameters of type CommandArg
 void GenerateDocumentService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void GenerateDocumentCommand.setArgs(CommandArg arg)
           
 

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

Subinterfaces of CommandArg in com.ail.insurance.quotation.addpolicynumber
 interface AddPolicyNumberArg
           
 interface GeneratePolicyNumberRuleArg
           
 

Classes in com.ail.insurance.quotation.addpolicynumber that implement CommandArg
 class AddPolicyNumberArgImp
           
 class AddPolicyNumberCommand
           
 class GeneratePolicyNumberRuleArgImp
           
 class GeneratePolicyNumberRuleCommand
           
 

Methods in com.ail.insurance.quotation.addpolicynumber that return CommandArg
 CommandArg GeneratePolicyNumberRuleCommand.getArgs()
           
 CommandArg AddPolicyNumberService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg AddPolicyNumberCommand.getArgs()
           
 

Methods in com.ail.insurance.quotation.addpolicynumber with parameters of type CommandArg
 void GeneratePolicyNumberRuleCommand.setArgs(CommandArg arg)
           
 void AddPolicyNumberService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void AddPolicyNumberCommand.setArgs(CommandArg arg)
           
 

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

Subinterfaces of CommandArg in com.ail.insurance.quotation.addquotenumber
 interface AddQuoteNumberArg
           
 interface GenerateQuoteNumberRuleArg
           
 

Classes in com.ail.insurance.quotation.addquotenumber that implement CommandArg
 class AddQuoteNumberArgImp
           
 class AddQuoteNumberCommand
           
 class GenerateQuoteNumberRuleArgImp
           
 class GenerateQuoteNumberRuleCommand
           
 

Methods in com.ail.insurance.quotation.addquotenumber that return CommandArg
 CommandArg GenerateQuoteNumberRuleCommand.getArgs()
           
 CommandArg AddQuoteNumberService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg AddQuoteNumberCommand.getArgs()
           
 

Methods in com.ail.insurance.quotation.addquotenumber with parameters of type CommandArg
 void GenerateQuoteNumberRuleCommand.setArgs(CommandArg arg)
           
 void AddQuoteNumberService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void AddQuoteNumberCommand.setArgs(CommandArg arg)
           
 

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

Subinterfaces of CommandArg in com.ail.insurance.quotation.assessrisk
 interface AssessPolicyRiskArg
           
 interface AssessRiskArg
           
 interface AssessSectionRiskArg
           
 

Classes in com.ail.insurance.quotation.assessrisk that implement CommandArg
 class AssessPolicyRiskArgImp
           
 class AssessPolicyRiskCommand
           
 class AssessRiskArgImp
           
 class AssessRiskCommand
           
 class AssessSectionRiskArgImp
           
 class AssessSectionRiskCommand
           
 

Methods in com.ail.insurance.quotation.assessrisk that return CommandArg
 CommandArg AssessSectionRiskCommand.getArgs()
           
 CommandArg AssessRiskService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg AssessRiskCommand.getArgs()
           
 CommandArg AssessPolicyRiskCommand.getArgs()
           
 

Methods in com.ail.insurance.quotation.assessrisk with parameters of type CommandArg
 void AssessSectionRiskCommand.setArgs(CommandArg arg)
           
 void AssessRiskService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void AssessRiskCommand.setArgs(CommandArg arg)
           
 void AssessPolicyRiskCommand.setArgs(CommandArg arg)
           
 

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

Subinterfaces of CommandArg in com.ail.insurance.quotation.calculatebrokerage
 interface CalculateBrokerageArg
           
 interface CalculatePolicyBrokerageArg
           
 

Classes in com.ail.insurance.quotation.calculatebrokerage that implement CommandArg
 class CalculateBrokerageArgImp
           
 class CalculateBrokerageCommand
           
 class CalculatePolicyBrokerageArgImp
           
 class CalculatePolicyBrokerageCommand
           
 

Methods in com.ail.insurance.quotation.calculatebrokerage that return CommandArg
 CommandArg CalculatePolicyBrokerageCommand.getArgs()
           
 CommandArg CalculateBrokerageService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg CalculateBrokerageCommand.getArgs()
           
 

Methods in com.ail.insurance.quotation.calculatebrokerage with parameters of type CommandArg
 void CalculatePolicyBrokerageCommand.setArgs(CommandArg arg)
           
 void CalculateBrokerageService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void CalculateBrokerageCommand.setArgs(CommandArg arg)
           
 

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

Subinterfaces of CommandArg in com.ail.insurance.quotation.calculatecommission
 interface CalculateCommissionArg
           
 interface CalculatePolicyCommissionArg
           
 

Classes in com.ail.insurance.quotation.calculatecommission that implement CommandArg
 class CalculateCommissionArgImp
           
 class CalculateCommissionCommand
           
 class CalculatePolicyCommissionArgImp
           
 class CalculatePolicyCommissionCommand
           
 

Methods in com.ail.insurance.quotation.calculatecommission that return CommandArg
 CommandArg CalculatePolicyCommissionCommand.getArgs()
           
 CommandArg CalculateCommissionService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg CalculateCommissionCommand.getArgs()
           
 

Methods in com.ail.insurance.quotation.calculatecommission with parameters of type CommandArg
 void CalculatePolicyCommissionCommand.setArgs(CommandArg arg)
           
 void CalculateCommissionService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void CalculateCommissionCommand.setArgs(CommandArg arg)
           
 

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

Subinterfaces of CommandArg in com.ail.insurance.quotation.calculatemanagementcharge
 interface CalculateManagementChargeArg
           
 interface CalculatePolicyMgmtChgArg
           
 

Classes in com.ail.insurance.quotation.calculatemanagementcharge that implement CommandArg
 class CalculateManagementChargeArgImp
           
 class CalculateManagementChargeCommand
           
 class CalculatePolicyMgmtChgArgImp
           
 class CalculatePolicyMgmtChgCommand
           
 

Methods in com.ail.insurance.quotation.calculatemanagementcharge that return CommandArg
 CommandArg CalculatePolicyMgmtChgCommand.getArgs()
           
 CommandArg CalculateManagementChargeService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg CalculateManagementChargeCommand.getArgs()
           
 

Methods in com.ail.insurance.quotation.calculatemanagementcharge with parameters of type CommandArg
 void CalculatePolicyMgmtChgCommand.setArgs(CommandArg arg)
           
 void CalculateManagementChargeService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void CalculateManagementChargeCommand.setArgs(CommandArg arg)
           
 

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

Subinterfaces of CommandArg in com.ail.insurance.quotation.calculatepremium
 interface CalculatePremiumArg
           
 

Classes in com.ail.insurance.quotation.calculatepremium that implement CommandArg
 class CalculatePremiumArgImp
           
 class CalculatePremiumCommand
           
 

Methods in com.ail.insurance.quotation.calculatepremium that return CommandArg
 CommandArg CalculatePremiumService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg CalculatePremiumCommand.getArgs()
           
 

Methods in com.ail.insurance.quotation.calculatepremium with parameters of type CommandArg
 void CalculatePremiumService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void CalculatePremiumCommand.setArgs(CommandArg arg)
           
 

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

Subinterfaces of CommandArg in com.ail.insurance.quotation.calculatetax
 interface CalculatePolicyTaxArg
           
 interface CalculateTaxArg
           
 

Classes in com.ail.insurance.quotation.calculatetax that implement CommandArg
 class CalculatePolicyTaxArgImp
           
 class CalculatePolicyTaxCommand
           
 class CalculateTaxArgImp
           
 class CalculateTaxCommand
           
 

Methods in com.ail.insurance.quotation.calculatetax that return CommandArg
 CommandArg CalculateTaxService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg CalculateTaxCommand.getArgs()
           
 CommandArg CalculatePolicyTaxCommand.getArgs()
           
 

Methods in com.ail.insurance.quotation.calculatetax with parameters of type CommandArg
 void CalculateTaxService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void CalculateTaxCommand.setArgs(CommandArg arg)
           
 void CalculatePolicyTaxCommand.setArgs(CommandArg arg)
           
 

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

Subinterfaces of CommandArg in com.ail.insurance.quotation.enforcecompliance
 interface EnforceComplianceArg
           
 interface EnforcePolicyComplianceArg
           
 

Classes in com.ail.insurance.quotation.enforcecompliance that implement CommandArg
 class EnforceComplianceArgImp
           
 class EnforceComplianceCommand
           
 class EnforcePolicyComplianceArgImp
           
 class EnforcePolicyComplianceCommand
           
 

Methods in com.ail.insurance.quotation.enforcecompliance that return CommandArg
 CommandArg EnforcePolicyComplianceCommand.getArgs()
           
 CommandArg EnforceComplianceService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg EnforceComplianceCommand.getArgs()
           
 

Methods in com.ail.insurance.quotation.enforcecompliance with parameters of type CommandArg
 void EnforcePolicyComplianceCommand.setArgs(CommandArg arg)
           
 void EnforceComplianceService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void EnforceComplianceCommand.setArgs(CommandArg arg)
           
 

Uses of CommandArg in com.ail.insurance.quotation.fetchdocument
 

Subinterfaces of CommandArg in com.ail.insurance.quotation.fetchdocument
 interface FetchDocumentArg
          Interface defining the arguments and returns associated with the fetch document service.
 

Classes in com.ail.insurance.quotation.fetchdocument that implement CommandArg
 class FetchDocumentArgImp
          This class represents the value object arguments and returns used/generated by the MakeARecovery entry point.
 class FetchDocumentCommand
           
 

Methods in com.ail.insurance.quotation.fetchdocument that return CommandArg
 CommandArg FetchDocumentCommand.getArgs()
           
 

Methods in com.ail.insurance.quotation.fetchdocument with parameters of type CommandArg
 void FetchDocumentCommand.setArgs(CommandArg arg)
           
 

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

Subinterfaces of CommandArg in com.ail.insurance.quotation.generatedocument
 interface GenerateDocumentArg
          Interface defining the arguments and returns associated with the quotation document generation service.
 

Classes in com.ail.insurance.quotation.generatedocument that implement CommandArg
 class GenerateDocumentArgImp
          This class represents the value object arguments and returns used/generated by the MakeARecovery entry point.
 class GenerateDocumentCommand
           
 

Methods in com.ail.insurance.quotation.generatedocument that return CommandArg
 CommandArg GenerateDocumentService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg GenerateDocumentCommand.getArgs()
           
 

Methods in com.ail.insurance.quotation.generatedocument with parameters of type CommandArg
 void GenerateDocumentService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void GenerateDocumentCommand.setArgs(CommandArg arg)
           
 

Uses of CommandArg in com.ail.insurance.quotation.notifyparty
 

Subinterfaces of CommandArg in com.ail.insurance.quotation.notifyparty
 interface NotifyPartyArg
          Service to notify a party of the existance of a quote.
 

Classes in com.ail.insurance.quotation.notifyparty that implement CommandArg
 class NotifyPartyArgImp
           
 class NotifyPartyCommand
           
 

Methods in com.ail.insurance.quotation.notifyparty that return CommandArg
 CommandArg NotifyPartyCommand.getArgs()
           
 

Methods in com.ail.insurance.quotation.notifyparty with parameters of type CommandArg
 void NotifyPartyCommand.setArgs(CommandArg arg)
           
 

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

Subinterfaces of CommandArg in com.ail.insurance.quotation.refreshassessmentsheets
 interface RefreshAssessmentSheetsArg
           
 

Classes in com.ail.insurance.quotation.refreshassessmentsheets that implement CommandArg
 class RefreshAssessmentSheetsArgImp
           
 class RefreshAssessmentSheetsCommand
           
 

Methods in com.ail.insurance.quotation.refreshassessmentsheets that return CommandArg
 CommandArg RefreshAssessmentSheetsService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg RefreshAssessmentSheetsCommand.getArgs()
           
 

Methods in com.ail.insurance.quotation.refreshassessmentsheets with parameters of type CommandArg
 void RefreshAssessmentSheetsService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void RefreshAssessmentSheetsCommand.setArgs(CommandArg arg)
           
 

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

Subinterfaces of CommandArg in com.ail.insurance.subrogation.makearecovery
 interface MakeARecoveryArg
           
 

Classes in com.ail.insurance.subrogation.makearecovery that implement CommandArg
 class MakeARecoveryArgImp
          This class represents the value object arguments and returns used/generated by the MakeARecovery entry point.
 class MakeARecoveryCommand
           
 

Methods in com.ail.insurance.subrogation.makearecovery that return CommandArg
 CommandArg MakeARecoveryService.getArgs()
          Getter returning the arguments used by this entry point.
 CommandArg MakeARecoveryCommand.getArgs()
           
 

Methods in com.ail.insurance.subrogation.makearecovery with parameters of type CommandArg
 void MakeARecoveryService.setArgs(CommandArg args)
          Setter used to the set the entry points arguments.
 void MakeARecoveryCommand.setArgs(CommandArg arg)