Java 类ims.core.vo.domain.GPLiteWithPracticesVoAssembler 实例源码

项目:AvoinApotti    文件:GPSelectionImpl.java   
public GPLiteWithPracticesVo listGPS(GpRefVo filter)
{
    DomainFactory factory = getDomainFactory();

    Gp doGP = (Gp) factory.getDomainObject(Gp.class, filter.getID_Gp());
    return GPLiteWithPracticesVoAssembler.create(doGP);
}
项目:AvoinApotti    文件:GPSearchImpl.java   
public GPLiteWithPracticesVo getGpLite(GpRefVo gpRefVo)
{
    if(gpRefVo == null)
        throw new CodingRuntimeException("Cannot get GpLiteVo for null GpRefVo");

    Gp doGp = (Gp)getDomainFactory().getDomainObject(Gp.class, gpRefVo.getID_Gp());

    return GPLiteWithPracticesVoAssembler.create(doGp);
}
项目:openMAXIMS    文件:GPSelectionImpl.java   
public GPLiteWithPracticesVo listGPS(GpRefVo filter)
{
    DomainFactory factory = getDomainFactory();

    Gp doGP = (Gp) factory.getDomainObject(Gp.class, filter.getID_Gp());
    return GPLiteWithPracticesVoAssembler.create(doGP);
}
项目:openMAXIMS    文件:GPSearchImpl.java   
public GPLiteWithPracticesVo getGpLite(GpRefVo gpRefVo)
{
    if(gpRefVo == null)
        throw new CodingRuntimeException("Cannot get GpLiteVo for null GpRefVo");

    Gp doGp = (Gp)getDomainFactory().getDomainObject(Gp.class, gpRefVo.getID_Gp());

    return GPLiteWithPracticesVoAssembler.create(doGp);
}
项目:openMAXIMS    文件:GPSelectionImpl.java   
public GPLiteWithPracticesVo listGPS(GpRefVo filter)
{
    DomainFactory factory = getDomainFactory();

    Gp doGP = (Gp) factory.getDomainObject(Gp.class, filter.getID_Gp());
    return GPLiteWithPracticesVoAssembler.create(doGP);
}
项目:openMAXIMS    文件:GPSearchImpl.java   
public GPLiteWithPracticesVo getGpLite(GpRefVo gpRefVo)
{
    if(gpRefVo == null)
        throw new CodingRuntimeException("Cannot get GpLiteVo for null GpRefVo");

    Gp doGp = (Gp)getDomainFactory().getDomainObject(Gp.class, gpRefVo.getID_Gp());

    return GPLiteWithPracticesVoAssembler.create(doGp);
}
项目:openmaxims-linux    文件:GPSelectionImpl.java   
public GPLiteWithPracticesVo listGPS(GpRefVo filter)
{
    DomainFactory factory = getDomainFactory();

    Gp doGP = (Gp) factory.getDomainObject(Gp.class, filter.getID_Gp());
    return GPLiteWithPracticesVoAssembler.create(doGP);
}
项目:openmaxims-linux    文件:GPSearchImpl.java   
public GPLiteWithPracticesVo getGpLite(GpRefVo gpRefVo)
{
    if(gpRefVo == null)
        throw new CodingRuntimeException("Cannot get GpLiteVo for null GpRefVo");

    Gp doGp = (Gp)getDomainFactory().getDomainObject(Gp.class, gpRefVo.getID_Gp());

    return GPLiteWithPracticesVoAssembler.create(doGp);
}