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

项目:AvoinApotti    文件:MyOrderImpl.java   
public InvestigationHelpTextVo getInvestigationHelpText(Integer investigation) 
{
    if(investigation == null)
        return null;

    return InvestigationHelpTextVoAssembler.create((Investigation) getDomainFactory().getDomainObject(Investigation.class, investigation));
}
项目:openMAXIMS    文件:MyOrderImpl.java   
public InvestigationHelpTextVo getInvestigationHelpText(Integer investigation) 
{
    if(investigation == null)
        return null;

    return InvestigationHelpTextVoAssembler.create((Investigation) getDomainFactory().getDomainObject(Investigation.class, investigation));
}
项目:openMAXIMS    文件:MyOrderImpl.java   
public InvestigationHelpTextVo getInvestigationHelpText(Integer investigation) 
{
    if(investigation == null)
        return null;

    return InvestigationHelpTextVoAssembler.create((Investigation) getDomainFactory().getDomainObject(Investigation.class, investigation));
}
项目:openmaxims-linux    文件:MyOrderImpl.java   
public InvestigationHelpTextVo getInvestigationHelpText(Integer investigation) 
{
    if(investigation == null)
        return null;

    return InvestigationHelpTextVoAssembler.create((Investigation) getDomainFactory().getDomainObject(Investigation.class, investigation));
}