com.retek.component.customer.integration
Interface CustomerIntegrationElement

All Superinterfaces:
BusinessObject, ElementObject, SecondClassObject
All Known Subinterfaces:
CustomerIntegrationAlternateNumber, CustomerIntegrationCatalogRequest, CustomerIntegrationCustomer, CustomerIntegrationCustomerAddress, CustomerIntegrationCustomerElement, CustomerIntegrationCustomerEmail, CustomerIntegrationCustomerPreference, CustomerIntegrationCustomerTelephone, CustomerIntegrationMergeCustomer, CustomerIntegrationMergeRequest

public interface CustomerIntegrationElement
extends ElementObject

Inteface defining common responsibilities for customer data integration entities.


Field Summary
static java.lang.String N_FLAG
           
static java.lang.String Y_FLAG
           
 
Method Summary
 void accept(CustomerIntegrationElementVisitor visitor)
          Accept a customer integration element visitor.
 
Methods inherited from interface com.retek.commons.component.xml.ElementObject
getElementId, getParentElementId, toXml
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Field Detail

Y_FLAG

public static final java.lang.String Y_FLAG
See Also:
Constant Field Values

N_FLAG

public static final java.lang.String N_FLAG
See Also:
Constant Field Values
Method Detail

accept

public void accept(CustomerIntegrationElementVisitor visitor)
            throws SystemException,
                   BusinessException
Accept a customer integration element visitor. See the GOF Visitor pattern.

Parameters:
visitor - element visitor
Throws:
SystemException
BusinessException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25