String entityIDs[] = new String[1];
entityIDs[0] = entityID+"";
// Reason for adminIndividualID to set as -1. We know that admin is a super user
// he can move any thing. thats why its hard coded to -1
int adminIndividualID = -1;
remoteContactFacade.entityMove(adminIndividualID, listID, entityIDs);
} catch (RemoteException re) {
logger.error("[Exception] IndividualMerge.Execute Handler ", re);
} catch (AuthorizationFailedException afe) {
logger.error("[Exception] IndividualMerge.Execute Handler ", afe);
}