iFlags |= ContactLoader.WRITE_CONTACTS|ContactLoader.WRITE_COMPANIES|ContactLoader.WRITE_ADDRESSES;
} else if (sEntity.equalsIgnoreCase("COMPANIES")) {
oImplLoad = new CompanyLoader();
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();