return (Map<String, Channel>) this.commandService.execute( new GetChannelsCommand() );
}
public Agenda getAgenda() {
if ( agenda == null ) {
agenda = new Agenda() {
public void clear() {
ClearAgendaCommand command = new ClearAgendaCommand();
commandService.execute( command );
}