/* Please copy the following code block to [%project_basePath%/flex_src/cn/org/pomer/GlobalController.as->initialiseCommands()]*/
addCommand(DeletePomerUserEvent.EVENT_DELETE_POMERUSER, DeletePomerUserCommand);
addCommand(FindAllPomerUserEvent.EVENT_FINDALL_POMERUSER, FindAllPomerUserCommand);
addCommand(SavePomerUserEvent.EVENT_SAVE_POMERUSER, SavePomerUserCommand);
/* Please copy the following code block to [%project_basePath%/flex_src/cn/org/pomer/GlobalModel.as->initialiseCommands()]*/
public var selectedPomerUser: PomerUser = new PomerUser();
public var pomerUserList: ArrayCollection = new ArrayCollection();