Java 类ims.therapies.vo.domain.HomeVisitShortVoAssembler 实例源码

项目:AvoinApotti    文件:HomeVisitAccessImpl.java   
public HomeVisitShortVoCollection listHomeVisitAccContacts(Integer idCareContext) 
{
    if (idCareContext != null)
    {
        DomainFactory factory = getDomainFactory();
        List RespTrList  = factory.find(" from HomeVisit hv where hv.careContext.id = :ccId order by hv.authoringInformation",
                new String[]{"ccId"},
                new Object[]{idCareContext});

        return HomeVisitShortVoAssembler.createHomeVisitShortVoCollectionFromHomeVisit(RespTrList);
    }

    return null;

}
项目:openMAXIMS    文件:HomeVisitAccessImpl.java   
public HomeVisitShortVoCollection listHomeVisitAccContacts(Integer idCareContext) 
{
    if (idCareContext != null)
    {
        DomainFactory factory = getDomainFactory();
        List RespTrList  = factory.find(" from HomeVisit hv where hv.careContext.id = :ccId order by hv.authoringInformation",
                new String[]{"ccId"},
                new Object[]{idCareContext});

        return HomeVisitShortVoAssembler.createHomeVisitShortVoCollectionFromHomeVisit(RespTrList);
    }

    return null;

}
项目:openMAXIMS    文件:HomeVisitAccessImpl.java   
public HomeVisitShortVoCollection listHomeVisitAccContacts(Integer idCareContext) 
{
    if (idCareContext != null)
    {
        DomainFactory factory = getDomainFactory();
        List RespTrList  = factory.find(" from HomeVisit hv where hv.careContext.id = :ccId order by hv.authoringInformation",
                new String[]{"ccId"},
                new Object[]{idCareContext});

        return HomeVisitShortVoAssembler.createHomeVisitShortVoCollectionFromHomeVisit(RespTrList);
    }

    return null;

}
项目:openmaxims-linux    文件:HomeVisitAccessImpl.java   
public HomeVisitShortVoCollection listHomeVisitAccContacts(Integer idCareContext) 
{
    if (idCareContext != null)
    {
        DomainFactory factory = getDomainFactory();
        List RespTrList  = factory.find(" from HomeVisit hv where hv.careContext.id = :ccId order by hv.authoringInformation",
                new String[]{"ccId"},
                new Object[]{idCareContext});

        return HomeVisitShortVoAssembler.createHomeVisitShortVoCollectionFromHomeVisit(RespTrList);
    }

    return null;

}