Java 类ims.emergency.vo.lookups.UrgencyLevelCollection 实例源码

项目:AvoinApotti    文件:Logic.java   
public void initialize()
{
    form.getLocalContext().setTIIG(null);
    form.getLocalContext().setRTA(null);

    UrgencyLevelCollection collLookup = LookupHelper.getUrgencyLevel(domain.getLookupService());
    if (collLookup != null)
    {
        for (int i = 0; i < collLookup.size(); i++)
        {
            form.cmbUrgencyLevel().newRow(collLookup.get(i), collLookup.get(i).getIItemText());
        }
    }

}
项目:openMAXIMS    文件:Logic.java   
public void initialize()
{
    form.getLocalContext().setTIIG(null);
    form.getLocalContext().setRTA(null);

    UrgencyLevelCollection collLookup = LookupHelper.getUrgencyLevel(domain.getLookupService());
    if (collLookup != null)
    {
        for (int i = 0; i < collLookup.size(); i++)
        {
            form.cmbUrgencyLevel().newRow(collLookup.get(i), collLookup.get(i).getIItemText());
        }
    }

}
项目:openMAXIMS    文件:Logic.java   
public void initialize()
{
    form.getLocalContext().setTIIG(null);
    form.getLocalContext().setRTA(null);

    UrgencyLevelCollection collLookup = LookupHelper.getUrgencyLevel(domain.getLookupService());
    if (collLookup != null)
    {
        for (int i = 0; i < collLookup.size(); i++)
        {
            form.cmbUrgencyLevel().newRow(collLookup.get(i), collLookup.get(i).getIItemText());
        }
    }

}
项目:openmaxims-linux    文件:Logic.java   
public void initialize()
{
    form.getLocalContext().setTIIG(null);
    form.getLocalContext().setRTA(null);

    UrgencyLevelCollection collLookup = LookupHelper.getUrgencyLevel(domain.getLookupService());
    if (collLookup != null)
    {
        for (int i = 0; i < collLookup.size(); i++)
        {
            form.cmbUrgencyLevel().newRow(collLookup.get(i), collLookup.get(i).getIItemText());
        }
    }

}