|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface defining operations for a customer integration visitor. See the GOF Visitor pattern.
Method Summary | |
---|---|
void |
visit(CustomerIntegrationAlternateNumber alternateNumber)
Visit a CustomerIntegrationAlternateNumber element. |
void |
visit(CustomerIntegrationCatalogRequest catalogRequest)
Visit a CustomerIntegrationCatalogReuest element. |
void |
visit(CustomerIntegrationCustomer customer)
Visit a CustomerIntegrationCustomer element. |
void |
visit(CustomerIntegrationCustomerAddress customerAddress)
Visit a CustomerIntegrationCustomerAddress element. |
void |
visit(CustomerIntegrationCustomerEmail customerEmail)
Visit a CustomerIntegrationCustomeEmail element. |
void |
visit(CustomerIntegrationCustomerPreference customerPreference)
Visit a CustomerIntegrationCustomePreference element. |
void |
visit(CustomerIntegrationCustomerTelephone customerTelephone)
Visit a CustomerIntegrationCustomerTelephone element. |
void |
visit(CustomerIntegrationMergeCustomer mergeCustomer)
Visit a CustomerIntegrationMergeCustomer element. |
void |
visit(CustomerIntegrationMergeRequest mergeRequest)
Visit a CustomerIntegrationMergeRequest element. |
Method Detail |
public void visit(CustomerIntegrationCustomer customer) throws SystemException, BusinessException
SystemException
BusinessException
public void visit(CustomerIntegrationCustomerAddress customerAddress) throws SystemException, BusinessException
SystemException
BusinessException
public void visit(CustomerIntegrationCustomerTelephone customerTelephone) throws SystemException, BusinessException
SystemException
BusinessException
public void visit(CustomerIntegrationCustomerEmail customerEmail) throws SystemException, BusinessException
SystemException
BusinessException
public void visit(CustomerIntegrationCustomerPreference customerPreference) throws SystemException, BusinessException
SystemException
BusinessException
public void visit(CustomerIntegrationAlternateNumber alternateNumber) throws SystemException, BusinessException
SystemException
BusinessException
public void visit(CustomerIntegrationMergeRequest mergeRequest) throws SystemException, BusinessException
SystemException
BusinessException
public void visit(CustomerIntegrationMergeCustomer mergeCustomer) throws SystemException, BusinessException
SystemException
BusinessException
public void visit(CustomerIntegrationCatalogRequest catalogRequest) throws SystemException, BusinessException
SystemException
BusinessException
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |