// SAMPLE how to call execute of a PDC
try {
sample_clientClass client = new sample_clientClass();
client.materializeFromDisplay( getContentPane(), KDialogController.getNonVisibleWidgets(), KBusinessObjectClass.DONOT_IGNORE_MISSING_FIELDS );
persistentObjectManagerClass persistentObjectManager =
new persistentObjectManagerClass( configuration, log );
sample_clientClass nuevoCliente =
(sample_clientClass) persistentObjectManager.execute4( "TEST", client, new HashMap() );
nuevoCliente.displayVisualize( getContentPane(), KDialogController.getNonVisibleWidgets(), KBusinessObjectClass.DONOT_IGNORE_MISSING_FIELDS );
} catch (KExceptionClass error ) {
// log error
log.log( this, KMetaUtilsClass.getStackTrace( error ) );