typePage.saveDialogSettings();
ocPage.saveDialogSettings();
dnPage.saveDialogSettings();
CreateEntryJob job = new CreateEntryJob( prototypeEntry, selectedConnection );
RunnableContextJobAdapter.execute( job, getContainer() );
if ( !job.getExternalResult().isOK() )
{
selectedConnection.getConnection().setReadOnly( true );
return false;
}
else