|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A dictionary is a facility that delivers objects of any kind to OpenVend.
Each dictionary may deliver different kinds of objects. Dictionaries are chained. When OpenVend tries to load an object from the dictionary, it visits each dictionary in the chain and tries to load the desired object, until it can be deliverd by the current dictionary.
Dictionary objects are type safe. To read an object of a specified type, several readers can be plugged into a dictionary.
PortalShell.readDictionaryObject(I_PortalDictionaryObjectType, String, String)| Method Summary | |
void |
destroy()
|
I_PortalDictionary |
getFirst()
|
java.lang.String |
getId()
|
I_PortalDictionary |
getNext()
|
java.util.List |
getSupportedObjectTypes()
|
void |
init(PortalApplication portalApplication,
PortalDictionaryConfiguration dictionaryConfig)
|
I_PortalDictionaryObject |
readObject(I_PortalDictionaryObjectType type,
java.lang.String processName,
java.lang.String objectName)
|
void |
setFirst(I_PortalDictionary dictionary)
|
void |
setNext(I_PortalDictionary dictionary)
|
| Method Detail |
public java.lang.String getId()
public I_PortalDictionary getFirst()
public I_PortalDictionary getNext()
public void setFirst(I_PortalDictionary dictionary)
public void setNext(I_PortalDictionary dictionary)
public void init(PortalApplication portalApplication,
PortalDictionaryConfiguration dictionaryConfig)
throws PortalException
PortalException
public void destroy()
throws PortalException
PortalException
public I_PortalDictionaryObject readObject(I_PortalDictionaryObjectType type,
java.lang.String processName,
java.lang.String objectName)
throws PortalException
PortalExceptionpublic java.util.List getSupportedObjectTypes()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||