|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ail.core.Component
com.ail.core.EJBComponent
com.ail.insurance.quotation.QuotationBean
public class QuotationBean
| Constructor Summary | |
|---|---|
QuotationBean()
|
|
| Method Summary | |
|---|---|
AddPolicyNumberArg |
addPolicyNumber(AddPolicyNumberArg arg)
Service wrapper method for the AddPolicyNumber service. |
AddQuoteNumberArg |
addQuoteNumber(AddQuoteNumberArg arg)
Service wrapper method for the AddQuoteNumber service. |
AssessRiskArg |
assessRisk(AssessRiskArg arg)
Service wrapper business method for the AssessRisk service. |
CalculateBrokerageArg |
calculateBrokerage(CalculateBrokerageArg arg)
Service wrapper method for the CalculateBrokerage service. |
CalculateCommissionArg |
calculateCommission(CalculateCommissionArg arg)
Service wrapper method for the CalculateCommission service. |
CalculateManagementChargeArg |
calculateManagementCharge(CalculateManagementChargeArg arg)
Service wrapper method for the CalculateManagementCharge service. |
CalculatePremiumArg |
calculatePremium(CalculatePremiumArg arg)
Service wrapper business method for the CalculatePremium service. |
CalculateTaxArg |
calculateTax(CalculateTaxArg arg)
Service wrapper method for the CalculateTax service. |
void |
ejbActivate()
|
void |
ejbCreate()
|
void |
ejbPassivate()
|
void |
ejbRemove()
|
EnforceComplianceArg |
enforceCompliance(EnforceComplianceArg arg)
Service wrapper method for the EnforceCompliance service. |
GenerateDocumentArg |
generateDocument(GenerateDocumentArg arg)
Service wrapper method for the GenerateDocument service. |
java.lang.String |
getConfigurationNamespace()
Hard code the namespace to "com.ail.insurance.quotation.QuotationBean". |
Core |
getCore()
Getter to return the core this component is using. |
javax.ejb.SessionContext |
getSessionContext()
Returns the context passed to the EJB's setSessionContext method. |
Version |
getVersion()
Return this component's version information |
VersionEffectiveDate |
getVersionEffectiveDate()
Return the component's version effective date. |
java.lang.String |
invokeServiceXML(java.lang.String xml)
Expose services via XML. |
void |
setSessionContext(javax.ejb.SessionContext context)
|
| Methods inherited from class com.ail.core.EJBComponent |
|---|
getSecurityPrincipal |
| Methods inherited from class com.ail.core.Component |
|---|
getConfiguration, resetConfiguration, setConfiguration |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QuotationBean()
| Method Detail |
|---|
public void setSessionContext(javax.ejb.SessionContext context)
setSessionContext in interface javax.ejb.SessionBeanpublic javax.ejb.SessionContext getSessionContext()
EJBComponent
getSessionContext in class EJBComponentpublic void ejbActivate()
ejbActivate in interface javax.ejb.SessionBeanpublic void ejbPassivate()
ejbPassivate in interface javax.ejb.SessionBeanpublic void ejbRemove()
ejbRemove in interface javax.ejb.SessionBean
public void ejbCreate()
throws javax.ejb.CreateException
javax.ejb.CreateExceptionpublic Core getCore()
getCore in class Componentpublic VersionEffectiveDate getVersionEffectiveDate()
getVersionEffectiveDate in interface CoreUsergetVersionEffectiveDate in class Componentjavax.ejb.EJBExceptionpublic Version getVersion()
getVersion in class Componentjavax.ejb.EJBExceptionpublic java.lang.String invokeServiceXML(java.lang.String xml)
The methods are invoked on the context's local interface if possible (if one exists). If no local interface is found then the remote interface is used instead. Invoking methods via the local/remote interface means that the deployment settings for security and transacts will be honoured.
xml - XML argument to be passed to the service.
public AssessRiskArg assessRisk(AssessRiskArg arg)
arg - The argument to pass to the service.
BaseServerException - In response to any exception thrown by the service.public CalculatePremiumArg calculatePremium(CalculatePremiumArg arg)
arg - The argument to pass to the service.
BaseServerException - In response to any exception thrown by the service.public CalculateTaxArg calculateTax(CalculateTaxArg arg)
arg - Argument to pass to the service
BaseServerException - In response to exceptions thrown by the service.public CalculateCommissionArg calculateCommission(CalculateCommissionArg arg)
arg - Argument to pass to the service
BaseServerException - In response to exceptions thrown by the service.public CalculateBrokerageArg calculateBrokerage(CalculateBrokerageArg arg)
arg - Argument to pass to the service
BaseServerException - In response to exceptions thrown by the service.public CalculateManagementChargeArg calculateManagementCharge(CalculateManagementChargeArg arg)
arg - Argument to pass to the service
BaseServerException - In response to exceptions thrown by the service.public AddQuoteNumberArg addQuoteNumber(AddQuoteNumberArg arg)
arg - Argument to pass to the service
BaseServerException - In response to exceptions thrown by the service.public AddPolicyNumberArg addPolicyNumber(AddPolicyNumberArg arg)
arg - Argument to pass to the service
BaseServerException - In response to exceptions thrown by the service.public EnforceComplianceArg enforceCompliance(EnforceComplianceArg arg)
arg - Argument to pass to the service
BaseServerException - In response to exceptions thrown by the service.public GenerateDocumentArg generateDocument(GenerateDocumentArg arg)
arg - Argument to pass to the service
BaseServerException - In response to exceptions thrown by the service.public java.lang.String getConfigurationNamespace()
getConfigurationNamespace in interface CoreUsergetConfigurationNamespace in class Component
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||