|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.beasys.commerce.ebusiness.catalog.CatalogRequestImpl
This is the implementation class for the common input record to catalog services that return catalog data. It contains everything required to resolve a catalog request to catalog content.
Method Summary | |
int |
getAuthorization()
|
java.lang.String |
getLanguage()
|
boolean |
getShowAll()
|
boolean |
hasAuthorization(int authorizationCode)
|
void |
setLanguage(java.lang.String language)
Set the language attribute for this catalog request |
void |
setShowAll(boolean showAll)
Set the showAll attribute for this catalog request |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
public boolean getShowAll()
public void setShowAll(boolean showAll)
public int getAuthorization()
public boolean hasAuthorization(int authorizationCode)
authorizationCode
- the authorization required
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |