Java 类ims.admin.vo.domain.AppFormMenuActionsVoAssembler 实例源码

项目:AvoinApotti    文件:MenuActionsSelectionImpl.java   
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();     
}
项目:openMAXIMS    文件:MenuActionsSelectionImpl.java   
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();     
}
项目:openMAXIMS    文件:MenuActionsSelectionImpl.java   
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();     
}
项目:openmaxims-linux    文件:MenuActionsSelectionImpl.java   
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();     
}