iFlags |= ContactLoader.WRITE_ADDRESSES;
} else if (sEntity.equalsIgnoreCase("OPORTUNITIES") || sEntity.equalsIgnoreCase("OPPORTUNITIES")) {
oImplLoad = new OportunityLoader();
iFlags = 0;
} else if (sEntity.equalsIgnoreCase("USERS")) {
oImplLoad = new UserLoader();
} else if (sEntity.equalsIgnoreCase("FELLOWS")) {
oImplLoad = new FellowLoader();
} else if (sEntity.equalsIgnoreCase("PRODUCTS")) {
oImplLoad = new ProductLoader();
} else if (sEntity.equalsIgnoreCase("DESPATCHS")) {