portal.converter
Class PortalClassConverterDictionary

java.lang.Object
  extended byportal.dictionary.A_PortalDictionary
      extended byportal.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

Constructor Summary
PortalClassConverterDictionary()
           
 
Method Summary
 void destroy()
           
 java.lang.String getId()
           
 java.util.List getSupportedObjectTypes()
           
 void init(PortalApplication portalApplication, PortalDictionaryConfiguration dictionaryConfig)
           
 I_PortalDictionaryObject readObject(I_PortalDictionaryObjectType type, java.lang.String processName, java.lang.String objectName)
           
 
Methods inherited from class portal.dictionary.A_PortalDictionary
equals, getFirst, getNext, getReaders, hashCode, setFirst, setNext
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalClassConverterDictionary

public PortalClassConverterDictionary()
Method Detail

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()