public interface IShowCustomer extends ITelesalesResponseBuilder
Modifier and Type | Field and Description |
---|---|
static java.lang.String | CLASS_NAME
Class name field.
|
static java.lang.String | COPYRIGHT
IBM Copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element | createAddressElement(AddressDataBean abnUserAddress, boolean aboolIfPrimary, org.w3c.dom.Element aParentElement)
This method builds the Address element.
|
org.w3c.dom.Element | createBusinessElement(CustomerSearchResultBean abnCustomerSearchResult, org.w3c.dom.Element aParentElement)
This method creates the Business element.
|
org.w3c.dom.Element | createContactElement(CustomerSearchResultBean abnCustomerSearchResult, org.w3c.dom.Element aParentElement, boolean aboolBuiltUserAccountInformation)
This method builds the Contact element.
|
org.w3c.dom.Element | createCustomerPartyElement(CustomerSearchResultBean abnCustomerSearchResult, org.w3c.dom.Element aParentElement)
This method builds the CustomerParty element.
|
java.util.ArrayList | executeGetCustomer(SearchCriteria aSearchCriteria)
This method gets the list of customers that meets the specified search criteria.
|
static final java.lang.String CLASS_NAME
static final java.lang.String COPYRIGHT
java.util.ArrayList executeGetCustomer(SearchCriteria aSearchCriteria) throws ECException
org.w3c.dom.Element createCustomerPartyElement(CustomerSearchResultBean abnCustomerSearchResult, org.w3c.dom.Element aParentElement) throws ECException
org.w3c.dom.Element createAddressElement(AddressDataBean abnUserAddress, boolean aboolIfPrimary, org.w3c.dom.Element aParentElement) throws ECException
org.w3c.dom.Element createContactElement(CustomerSearchResultBean abnCustomerSearchResult, org.w3c.dom.Element aParentElement, boolean aboolBuiltUserAccountInformation) throws ECException
org.w3c.dom.Element createBusinessElement(CustomerSearchResultBean abnCustomerSearchResult, org.w3c.dom.Element aParentElement) throws ECException