com.ail.insurance.quotation.notifyparty
Interface NotifyPartyArg
- All Superinterfaces:
- CommandArg, java.io.Serializable
- All Known Implementing Classes:
- NotifyPartyArgImp, NotifyPartyCommand
public interface NotifyPartyArg
- extends CommandArg
Service to notify a party of the existance of a quote. Typical implementations of this service include
notifying proposers, brokers and/or carriers of the creation of a new quotation. The implementation might
send notification by a number of channels including emails and web service calls.
The caller may specify the quotation either by quote number or by the instance of the quote itself.
- Version:
- $Revision$
- Author:
- $Author$
getQuotationNumberArg
java.lang.String getQuotationNumberArg()
setQuotationNumberArg
void setQuotationNumberArg(java.lang.String quotationNumberArg)
getPolicyArg
Policy getPolicyArg()
setPolicyArg
void setPolicyArg(Policy policyArg)