ControlEnum controlId = ADS_CONTROLS.get( controlIDStr );
switch ( controlId )
{
case CASCADE_CONTROL:
control = new CascadeDecorator( getDirectoryService().getLdapCodecService(), new CascadeImpl() );
break;
case ENTRY_CHANGE_CONTROL:
control = new EntryChangeDecorator( getDirectoryService().getLdapCodecService() );