public MenuActionVoCollection getMenuActions(ims.framework.interfaces.IAppForm form) { if(form == null) throw new DomainRuntimeException("Invalid form"); AppForm domainObject = (AppForm)getDomainFactory().getDomainObject(AppForm.class, form.getFormId()); AppFormMenuActionsVo vo = AppFormMenuActionsVoAssembler.create(domainObject); return vo.getMenuActions(); }