com.sri.emo.wizard.creation.persistence
Interface CreationDBObjConverter

All Known Implementing Classes:
CreationDBObjConverterImpl

public interface CreationDBObjConverter

Completion DBObject Converter provides an adapter to bridge pure POJO repository classes with Expresso DBObjects.

Author:
Michael Rimov

Method Summary
 CreationBeans convertToBean(WizDefinition source)
          Converts a wizard definition to a completion bean.
 WizDefinition convertToDBObject(CreationBeans source)
          Converts a Completion Bean to a Wiz Definition bean.
 

Method Detail

convertToDBObject

WizDefinition convertToDBObject(CreationBeans source)
Converts a Completion Bean to a Wiz Definition bean. The Wizdefinition bean will have links to navigate to the underlying completion beans.

Parameters:
source - CompletionBean the completion bean.
Returns:
WizDefinition constructed wizard definition.

convertToBean

CreationBeans convertToBean(WizDefinition source)
Converts a wizard definition to a completion bean.

Parameters:
source - WizDefinition
Returns:
CompletionBean


Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.