464465466467468469470
public Globals getGlobals() { return commandService.execute( new GetGlobalsCommand() ); } public Calendars getCalendars() { return commandService.execute( new GetCalendarsCommand() ); }
465466467468469470471
459460461462463464465
456457458459460461462
443444445446447448449