|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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.
methods for creating CatalogRequest objects.,
Serialized Form| Field Summary |
| Fields inherited from interface com.beasys.commerce.ebusiness.catalog.CatalogRequest |
ADMINISTRATION, DEFAULT_USE |
| Constructor Summary | |
CatalogRequestImpl(int authCode)
This class should only be created through the CatalogManager factory methods. |
|
| Method Summary | |
int |
getAuthorization()
Gets the authorization bit-field for this catalog request. |
String |
getLanguage()
|
boolean |
getShowAll()
|
boolean |
hasAuthorization(int authorizationCode)
|
void |
setLanguage(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 |
| Constructor Detail |
public CatalogRequestImpl(int authCode)
CatalogManager| Method Detail |
public int getAuthorization()
CatalogRequest
getAuthorization in interface CatalogRequestpublic String getLanguage()
getLanguage in interface CatalogRequestpublic boolean getShowAll()
getShowAll in interface CatalogRequestpublic boolean hasAuthorization(int authorizationCode)
hasAuthorization in interface CatalogRequestauthorizationCode - the authorization required
public void setLanguage(String language)
setLanguage in interface CatalogRequestlanguage - the language attribute to use.public void setShowAll(boolean showAll)
setShowAll in interface CatalogRequest
|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||