|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final java.lang.String INTERNET_ORIGIN
Method Detail |
public void setCustomer(ExACustomerRequest customer)
customer
- An instance of ExACustomerRequest.public void setCreatedBy(ExAUser exaUser)
exaUser
- An instance of ExAUser.public void setSubConceptId(java.lang.String subConceptId)
subConceptId
- An RCOM subConcept display codepublic void setBannerNumber(java.lang.String bannerId)
bannerId
- An RCOM Banner display codepublic void setOrigin(java.lang.String origin)
origin
- The source of this Catalog Request.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |