Java 类ims.ocrr.vo.OrderInvestigationDFTForCumulateResultsVo 实例源码

项目:AvoinApotti    文件:CumulateResultsImpl.java   
public OrderInvestigationDFTForCumulateResultsVo getDTFOrderInvestigation(OrderInvestigationRefVo orderInvestigationRef) 
{
    if(orderInvestigationRef == null)
        return null;

    return OrderInvestigationDFTForCumulateResultsVoAssembler.create((OrderInvestigation)getDomainFactory().getDomainObject(orderInvestigationRef));
}
项目:openMAXIMS    文件:CumulateResultsImpl.java   
public OrderInvestigationDFTForCumulateResultsVo getDTFOrderInvestigation(OrderInvestigationRefVo orderInvestigationRef) 
{
    if(orderInvestigationRef == null)
        return null;

    return OrderInvestigationDFTForCumulateResultsVoAssembler.create((OrderInvestigation)getDomainFactory().getDomainObject(orderInvestigationRef));
}
项目:openMAXIMS    文件:CumulateResultsImpl.java   
public OrderInvestigationDFTForCumulateResultsVo getDTFOrderInvestigation(OrderInvestigationRefVo orderInvestigationRef) 
{
    if(orderInvestigationRef == null)
        return null;

    return OrderInvestigationDFTForCumulateResultsVoAssembler.create((OrderInvestigation)getDomainFactory().getDomainObject(orderInvestigationRef));
}
项目:openmaxims-linux    文件:CumulateResultsImpl.java   
public OrderInvestigationDFTForCumulateResultsVo getDTFOrderInvestigation(OrderInvestigationRefVo orderInvestigationRef) 
{
    if(orderInvestigationRef == null)
        return null;

    return OrderInvestigationDFTForCumulateResultsVoAssembler.create((OrderInvestigation)getDomainFactory().getDomainObject(orderInvestigationRef));
}