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

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

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

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

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

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