int marketingListID = Integer.parseInt(fieldValue);
if(marketingListID != 0 && entityIDs.length != 0 ){
// 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;
contactHelperLocal.entityMove(adminIndividualID, marketingListID, entityIDs );
}//end of if(marketingListID != 0 && entityIDs.length != 0 )
}//end of if(displayName != null && displayName.equals("Marketing List") && queryTableID != 0)
// inserting the batched query to the database.
int[] batchResult = cvdal.batchProcess(batchQuery);