com.sri.emo.wizard.completion.persistence
Interface CompletionDBObjConverter

All Known Implementing Classes:
CompletionDBObjConverterImpl

public interface CompletionDBObjConverter

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

Author:
Michael Rimov

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

Method Detail

convertToDBObject

WizDefinition convertToDBObject(CompletionBean 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

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

Parameters:
source - WizDefinition
Returns:
CompletionBean


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