|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ObjectSetHandler
This interface is the base for object set generators and filters (See
ObjectSetGenerator and ObjectSetFilter.
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
String |
getAppletClassName()
Get the associated java class name which interacts with the client for this ObjectSetHandler type, e.g. |
String |
getId()
Get the identifier of this ObjectSetHandler type. |
String |
getLocalizedDescription()
Get the localized description of this ObjectSetHandler
instance. |
String |
getLocalizedName()
Returns the localized name of the ObjectSetHandler type. |
String |
getLocalizedName(Locale locale)
Returns the localized name of the ObjectSetHandler type
for the specific Locale. |
String |
getParametersAsString()
This method can be used only after setParametersAsString(String)
is called. |
void |
initialize(IxbElement xmlDescription)
Initialize this ObjectSetHandler instance. |
void |
setParametersAsString(String params)
Save the value for this ObjectSetHandler instance. |
| Method Detail |
|---|
void initialize(IxbElement xmlDescription)
throws WTException
ObjectSetHandler instance. Usually the
parameter xmlDescription is corresponding to the XML files from server
registry.
xmlDescription - The information for initialize this ObjectSetHandler instance.
WTException
String getId()
throws WTException
ObjectSetHandler type. The
identifier is specified in the server registry.
WTException
String getLocalizedName()
throws WTException
ObjectSetHandler type.
Locale,
use the method
getLocalizedName(Locale locale).
WTException
String getLocalizedName(Locale locale)
throws WTException
ObjectSetHandler type
for the specific Locale. Refer the server registry file
for details.
locale -
WTException
String getAppletClassName()
throws WTException
ObjectSetHandler type, e.g. wt.clients.ixb.exp.NavigatorSearchDialog.
See the registry file for details.
WTException
void setParametersAsString(String params)
throws WTException
ObjectSetHandler instance. For
example, for ObjectSetGenerator instance, this is the
object identifier of the seed object.
params -
WTException
String getParametersAsString()
throws WTException
setParametersAsString(String)
is called.
WTException
String getLocalizedDescription()
throws WTException
ObjectSetHandler
instance. Usually it contains the localized information of this ObjectSetHandler
type as well as the parameter set from
setParametersAsString. The import/export will try to
find the locale from the session context for localization purpose.
setParametersAsString(String)
is called.
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||