Java 类ims.ocrr.vo.LeadConsultantForSpecialtyConfigVoCollection 实例源码

项目:AvoinApotti    文件:Logic.java   
private void populateLeadConsforSpecTree()
{
    LeadConsultantForSpecialtyConfigVoCollection leadConsCollection=domain.listLeadConsultantForSpecialty();
    if (leadConsCollection == null)
        return;

    for (int i = 0; i < leadConsCollection.size(); i++)
    {
        LeadConsultantForSpecialtyConfigVo leadCons = leadConsCollection.get(i);

        TreeNode nodeSpecialty = form.treLeadCons().getNodeByValue(leadCons.getSpecialty());

        if (nodeSpecialty != null)
        {
        addLeadConsultantToSpecialty(nodeSpecialty, leadCons);
        }
    }
}
项目:openMAXIMS    文件:Logic.java   
private void populateLeadConsforSpecTree()
{
    LeadConsultantForSpecialtyConfigVoCollection leadConsCollection=domain.listLeadConsultantForSpecialty();
    if (leadConsCollection == null)
        return;

    for (int i = 0; i < leadConsCollection.size(); i++)
    {
        LeadConsultantForSpecialtyConfigVo leadCons = leadConsCollection.get(i);

        TreeNode nodeSpecialty = form.treLeadCons().getNodeByValue(leadCons.getSpecialty());

        if (nodeSpecialty != null)
        {
        addLeadConsultantToSpecialty(nodeSpecialty, leadCons);
        }
    }
}
项目:openMAXIMS    文件:Logic.java   
private void populateLeadConsforSpecTree()
{
    LeadConsultantForSpecialtyConfigVoCollection leadConsCollection=domain.listLeadConsultantForSpecialty();
    if (leadConsCollection == null)
        return;

    for (int i = 0; i < leadConsCollection.size(); i++)
    {
        LeadConsultantForSpecialtyConfigVo leadCons = leadConsCollection.get(i);

        TreeNode nodeSpecialty = form.treLeadCons().getNodeByValue(leadCons.getSpecialty());

        if (nodeSpecialty != null)
        {
        addLeadConsultantToSpecialty(nodeSpecialty, leadCons);
        }
    }
}
项目:openmaxims-linux    文件:Logic.java   
private void populateLeadConsforSpecTree()
{
    LeadConsultantForSpecialtyConfigVoCollection leadConsCollection=domain.listLeadConsultantForSpecialty();
    if (leadConsCollection == null)
        return;

    for (int i = 0; i < leadConsCollection.size(); i++)
    {
        LeadConsultantForSpecialtyConfigVo leadCons = leadConsCollection.get(i);

        TreeNode nodeSpecialty = form.treLeadCons().getNodeByValue(leadCons.getSpecialty());

        if (nodeSpecialty != null)
        {
        addLeadConsultantToSpecialty(nodeSpecialty, leadCons);
        }
    }
}