portal.converter
Class PortalClassConverterDictionary
java.lang.Object
portal.dictionary.A_PortalDictionary
portal.converter.PortalClassConverterDictionary
- All Implemented Interfaces:
- I_PortalDictionary
- public class PortalClassConverterDictionary
- extends A_PortalDictionary
A dictionary that delivers converts.
- Version:
- $Revision: 1.6 $
- Author:
- Thomas Weckert
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
PortalClassConverterDictionary
public PortalClassConverterDictionary()
destroy
public void destroy()
throws PortalException
- Specified by:
destroy in interface I_PortalDictionary- Overrides:
destroy in class A_PortalDictionary
- Throws:
PortalException- See Also:
I_PortalDictionary.destroy()
getId
public java.lang.String getId()
- Specified by:
getId in interface I_PortalDictionary- Overrides:
getId in class A_PortalDictionary
- See Also:
I_PortalDictionary.getId()
init
public void init(PortalApplication portalApplication,
PortalDictionaryConfiguration dictionaryConfig)
throws PortalException
- Specified by:
init in interface I_PortalDictionary- Overrides:
init in class A_PortalDictionary
- Throws:
PortalException- See Also:
I_PortalDictionary.init(PortalApplication, portal.dictionary.PortalDictionaryConfiguration)
readObject
public I_PortalDictionaryObject readObject(I_PortalDictionaryObjectType type,
java.lang.String processName,
java.lang.String objectName)
throws PortalException
- Specified by:
readObject in interface I_PortalDictionary- Overrides:
readObject in class A_PortalDictionary
- Throws:
PortalException- See Also:
I_PortalDictionary.readObject(portal.dictionary.I_PortalDictionaryObjectType, java.lang.String, java.lang.String)
getSupportedObjectTypes
public java.util.List getSupportedObjectTypes()
- See Also:
I_PortalDictionary.getSupportedObjectTypes()