try {
Domain domain = null;
Config config = (Config)o;
DomainDAOHibImpl domainImpl = new DomainDAOHibImpl();
if(config.getValueTypeId() != null){
domain = domainImpl.loadDomainById(config.getValueTypeId());
}
result = new JSONObject();
result.put(CONFIG_CODE, config.getLabel()); // BIOBJ_TYPE
result.put(CONFIG_NAME, config.getName()); // BI Object types