|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is the common input record to catalog services that return catalog data. It contains everything required to resolve a catalog request to catalog content.
Field Summary | |
static int |
ADMINISTRATION
Authorization bit-field constant for administrator use of the catalog. |
static int |
DEFAULT_USE
Authorization bit-field constant for end-user use of the catalog. |
Method Summary | |
int |
getAuthorization()
Gets the authorization bit-field for this catalog request. |
java.lang.String |
getLanguage()
|
boolean |
getShowAll()
|
boolean |
hasAuthorization(int authorizationCode)
|
void |
setLanguage(java.lang.String language)
Sets the language associated with the catalog request or null if this request (or catalog) is language unaware. |
void |
setShowAll(boolean showAll)
Sets the visibility attribute for this catalog request. |
Field Detail |
public static final int DEFAULT_USE
public static final int ADMINISTRATION
Method Detail |
public java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
language
- the language attribute to use.public boolean getShowAll()
public void setShowAll(boolean showAll)
public int getAuthorization()
public boolean hasAuthorization(int authorizationCode)
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |