342343344345346347348
this.commandService.execute( new SetGlobalCommand( identifier, object ) ); } public Globals getGlobals() { return commandService.execute( new GetGlobalsCommand() ); }
401402403404405406407