* [ 1661548 ] WAN: tab loading should be improved
- Improve loading of field meta data for wan profile - Added optional background loading of field meta data ( default to off )
This commit is contained in:
parent
f623fa4a85
commit
f7d8d7c8b0
|
@ -626,6 +626,18 @@ public class ServerBean implements SessionBean
|
||||||
return processInfo;
|
return processInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Load fields meta data from database
|
||||||
|
* @ejb.interface-method view-type="both"
|
||||||
|
* @param gridTabVO
|
||||||
|
* @return ArrayList
|
||||||
|
*/
|
||||||
|
public ArrayList getFields(GridTabVO gridTabVO)
|
||||||
|
{
|
||||||
|
//this will load all fields meta data from database
|
||||||
|
return gridTabVO.getFields();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* String Representation
|
* String Representation
|
||||||
* @return info
|
* @return info
|
||||||
|
|
Loading…
Reference in New Issue