com.retek.component.internet
Interface ExACatalogRequest


public interface ExACatalogRequest

This is a high level interface which maintains catalog request information for the external API.

Retek Inc. Copyright (c) 2003


Field Summary
static java.lang.String INTERNET_ORIGIN
           
 
Method Summary
 void setBannerNumber(java.lang.String bannerId)
          Set Banner Number allows the user to specify for which Banner they are requesting a Catalog.
 void setCreatedBy(ExAUser exaUser)
          Sets the user who created the request.
 void setCustomer(ExACustomerRequest customer)
          Sets the Customer name and address information of the Customer receiving the Catalog.
 void setOrigin(java.lang.String origin)
          Set the Catalog Origin on the Catalog Request.
 void setSubConceptId(java.lang.String subConceptId)
          Set SubConcept Id allows the user to specify for which SubConcept they are requesting a Catalog.
 

Field Detail

INTERNET_ORIGIN

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

setCustomer

public void setCustomer(ExACustomerRequest customer)
Sets the Customer name and address information of the Customer receiving the Catalog.

Parameters:
customer - An instance of ExACustomerRequest.

setCreatedBy

public void setCreatedBy(ExAUser exaUser)
Sets the user who created the request.

Parameters:
exaUser - An instance of ExAUser.

setSubConceptId

public void setSubConceptId(java.lang.String subConceptId)
Set SubConcept Id allows the user to specify for which SubConcept they are requesting a Catalog. This field is optional. If blank, the API will create a catalog request where Subconcept is null.

Parameters:
subConceptId - An RCOM subConcept display code

setBannerNumber

public void setBannerNumber(java.lang.String bannerId)
Set Banner Number allows the user to specify for which Banner they are requesting a Catalog. This field is mandatory.

Parameters:
bannerId - An RCOM Banner display code

setOrigin

public void setOrigin(java.lang.String origin)
Set the Catalog Origin on the Catalog Request. The default value for this field is INTERNET (ExACatalogRequest.INTERNET_ORIGIN)

Parameters:
origin - The source of this Catalog Request.


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