211212213214215216217218219220221
return wizard( null ); } public Reference<WizardDef> wizard( final String id ) { WizardDef def = null; if( id == null ) { for( PartDef d : this.sdef.getPartDefs() ) {