Moved query & search execution back to SObjectRepository
Pre-release
Pre-release
- SObjectRepository.cls now handles query & serach execution, returning either an sobject or list of sobject (depending on which method is called)
- Existing classes will need to be updated to reflect this change
- Created SOQLUtils class to handle parsing a list of objects into the formatted expected by SOQL for each data type
- Deleted some old classes