Java 类ims.nursing.vo.domain.PropertyChecklistShortVoAssembler 实例源码

项目:AvoinApotti    文件:PropertyChecklistImpl.java   
public ims.nursing.vo.PropertyChecklistShortVoCollection list(CareContextRefVo careContext)
{
    return PropertyChecklistShortVoAssembler.createPropertyChecklistShortVoCollectionFromPropertyChecklist(
            getDomainFactory().find("from PropertyChecklist as dsp where dsp.careContext.id = :CARE_CONTEXT", 
                    new String[] {"CARE_CONTEXT"}, new Object[] {careContext.getID_CareContext()}));
}
项目:openMAXIMS    文件:PropertyChecklistImpl.java   
public ims.nursing.vo.PropertyChecklistShortVoCollection list(CareContextRefVo careContext)
{
    return PropertyChecklistShortVoAssembler.createPropertyChecklistShortVoCollectionFromPropertyChecklist(
            getDomainFactory().find("from PropertyChecklist as dsp where dsp.careContext.id = :CARE_CONTEXT", 
                    new String[] {"CARE_CONTEXT"}, new Object[] {careContext.getID_CareContext()}));
}
项目:openMAXIMS    文件:PropertyChecklistImpl.java   
public ims.nursing.vo.PropertyChecklistShortVoCollection list(CareContextRefVo careContext)
{
    return PropertyChecklistShortVoAssembler.createPropertyChecklistShortVoCollectionFromPropertyChecklist(
            getDomainFactory().find("from PropertyChecklist as dsp where dsp.careContext.id = :CARE_CONTEXT", 
                    new String[] {"CARE_CONTEXT"}, new Object[] {careContext.getID_CareContext()}));
}
项目:openmaxims-linux    文件:PropertyChecklistImpl.java   
public ims.nursing.vo.PropertyChecklistShortVoCollection list(CareContextRefVo careContext)
{
    return PropertyChecklistShortVoAssembler.createPropertyChecklistShortVoCollectionFromPropertyChecklist(
            getDomainFactory().find("from PropertyChecklist as dsp where dsp.careContext.id = :CARE_CONTEXT", 
                    new String[] {"CARE_CONTEXT"}, new Object[] {careContext.getID_CareContext()}));
}