Java 类ims.ocrr.vo.domain.InvestigationUnderSpecimenVoAssembler 实例源码

项目:AvoinApotti    文件:MyOrderImpl.java   
public InvestigationUnderSpecimenVo getInvestigationUnderSpecimen(Integer idInvestigation)
{
    if (idInvestigation == null)
        throw new DomainRuntimeException("No id provided for getInvestigationUnderSpecimen");

    DomainFactory factory = getDomainFactory();
    return InvestigationUnderSpecimenVoAssembler.create((Investigation) factory.getDomainObject(Investigation.class, idInvestigation));
}
项目:openMAXIMS    文件:MyOrderImpl.java   
public InvestigationUnderSpecimenVo getInvestigationUnderSpecimen(Integer idInvestigation)
{
    if (idInvestigation == null)
        throw new DomainRuntimeException("No id provided for getInvestigationUnderSpecimen");

    DomainFactory factory = getDomainFactory();
    return InvestigationUnderSpecimenVoAssembler.create((Investigation) factory.getDomainObject(Investigation.class, idInvestigation));
}
项目:openMAXIMS    文件:MyOrderImpl.java   
public InvestigationUnderSpecimenVo getInvestigationUnderSpecimen(Integer idInvestigation)
{
    if (idInvestigation == null)
        throw new DomainRuntimeException("No id provided for getInvestigationUnderSpecimen");

    DomainFactory factory = getDomainFactory();
    return InvestigationUnderSpecimenVoAssembler.create((Investigation) factory.getDomainObject(Investigation.class, idInvestigation));
}
项目:openmaxims-linux    文件:MyOrderImpl.java   
public InvestigationUnderSpecimenVo getInvestigationUnderSpecimen(Integer idInvestigation)
{
    if (idInvestigation == null)
        throw new DomainRuntimeException("No id provided for getInvestigationUnderSpecimen");

    DomainFactory factory = getDomainFactory();
    return InvestigationUnderSpecimenVoAssembler.create((Investigation) factory.getDomainObject(Investigation.class, idInvestigation));
}