if (ids != null) {
int i = 0;
for (String vdrId : ids) {
String vdrCommand = vdrCommands.get(i);
VDRCommandType vdrCmdType = VDRCommandType.create(vdrCommand,
command);
if (vdrCmdType != null) {
executeCommand(vdrId, vdrCmdType, command);
} else {
logger.error(