|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mentata.sg8.SG8Discovery
A bean defining a single match for a directory search. This bean serves as a basic wrapper for an SG8 object, with properties for the object and the name of a particular attribute along with pseudo properties that enable JSP content to access the object's attributes and attribute lists.
| Constructor Summary | |
SG8Discovery()
|
|
| Method Summary | |
String |
getAttribute()
Returns the name of the highlighted attribute for the discovered entry. |
String[] |
getAttributelist()
Returns the current attribute list from the discovered object. |
String |
getKeywords()
Returns a keyword list for the discovered object. |
SG8Object |
getObject()
Returns the discovered object. |
SG8Attribute |
getSg8attribute()
Returns the current attribute from the discovered object. |
void |
setAttribute(String attribute)
Sets the attribute to highlight in the discovered entry. |
void |
setCurrentattribute(String attribute)
Sets the current attribute for the discovery. |
void |
setCurrentlist(String attributelist)
Sets the current attribute list for the discovery. |
void |
setObject(SG8Object object)
Sets the discovered object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SG8Discovery()
| Method Detail |
public void setAttribute(String attribute)
attribute - an attribute namepublic String getAttribute()
public void setObject(SG8Object object)
object - a populated SG8 objectpublic SG8Object getObject()
public void setCurrentlist(String attributelist)
attributelist - an attribute list name
public String[] getAttributelist()
throws L3DException
L3DException - if the attribute list is undefined in the discovered objectpublic void setCurrentattribute(String attribute)
attribute - an attribute name
public SG8Attribute getSg8attribute()
throws SG8Exception
SG8Exception - if the attribute is undefined in the discovered object
public String getKeywords()
throws L3DException
L3DException - if the attribute is undefined in the discovered object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||