private SECSTypesCollection getUsedItemsLookupCollection()
{
if(form.dyngrdSecs().getRows().size() == 0)
return null;
SECSTypesCollection collLookups = new SECSTypesCollection();
if(form.getLocalContext().getSelectedInstance() != null)
{
SECSConfigurationVoCollection voCollConfig = form.getLocalContext().getSelectedInstance().getConfiguration();
if(voCollConfig != null)
{
for(int i=0;i<voCollConfig.size();i++)
{
collLookups.add(voCollConfig.get(i).getType());
}
}
}
return collLookups;
}
Logic.java 文件源码
java
阅读 21
收藏 0
点赞 0
评论 0
项目:AvoinApotti
作者:
评论列表
文章目录