* @throws SSAFSolrException
*/
private Pointers getPointers(List<String> pointerLocations)
throws SSAFSolrException
{
Pointers pointers = new Pointers();
List<Pointer> pointerList = pointers.getPointer();
// Iterate through PointerLocations and get Pointers Object
for (String pointerLocation : pointerLocations)
{
Pointer pointer = getPointer(pointerLocation);