Java 类ims.admin.vo.domain.EDAttendanceControlsConfigVoAssembler 实例源码

项目:AvoinApotti    文件:EmergencyHelper.java   
public EDAttendanceControlsConfigVoCollection getEDAttendanceControlsConfig(EDAttendenceControlType controlType)
{

    DomainFactory factory = getDomainFactory();
    String hql = "select edAttConfig from EDAttendenceControlsConfig as edAttConfig left join edAttConfig.controlType as controlType where (controlType.id = :ControlTypeId)";
    List <?>list = factory.find(hql.toString(), new String[] { "ControlTypeId" }, new Object[] { getDomLookup(controlType).getId()});

    return EDAttendanceControlsConfigVoAssembler.createEDAttendanceControlsConfigVoCollectionFromEDAttendenceControlsConfig(list);
}
项目:openMAXIMS    文件:EmergencyHelper.java   
public EDAttendanceControlsConfigVoCollection getEDAttendanceControlsConfig(EDAttendenceControlType controlType)
{

    DomainFactory factory = getDomainFactory();
    String hql = "select edAttConfig from EDAttendenceControlsConfig as edAttConfig left join edAttConfig.controlType as controlType where (controlType.id = :ControlTypeId)";
    List <?>list = factory.find(hql.toString(), new String[] { "ControlTypeId" }, new Object[] { getDomLookup(controlType).getId()});

    return EDAttendanceControlsConfigVoAssembler.createEDAttendanceControlsConfigVoCollectionFromEDAttendenceControlsConfig(list);
}
项目:openMAXIMS    文件:EmergencyHelper.java   
public EDAttendanceControlsConfigVoCollection getEDAttendanceControlsConfig(EDAttendenceControlType controlType)
{

    DomainFactory factory = getDomainFactory();
    String hql = "select edAttConfig from EDAttendenceControlsConfig as edAttConfig left join edAttConfig.controlType as controlType where (controlType.id = :ControlTypeId)";
    List <?>list = factory.find(hql.toString(), new String[] { "ControlTypeId" }, new Object[] { getDomLookup(controlType).getId()});

    return EDAttendanceControlsConfigVoAssembler.createEDAttendanceControlsConfigVoCollectionFromEDAttendenceControlsConfig(list);
}
项目:openmaxims-linux    文件:EmergencyHelper.java   
public EDAttendanceControlsConfigVoCollection getEDAttendanceControlsConfig(EDAttendenceControlType controlType)
{

    DomainFactory factory = getDomainFactory();
    String hql = "select edAttConfig from EDAttendenceControlsConfig as edAttConfig left join edAttConfig.controlType as controlType where (controlType.id = :ControlTypeId)";
    List <?>list = factory.find(hql.toString(), new String[] { "ControlTypeId" }, new Object[] { getDomLookup(controlType).getId()});

    return EDAttendanceControlsConfigVoAssembler.createEDAttendanceControlsConfigVoCollectionFromEDAttendenceControlsConfig(list);
}