std::list<common::dataStructures::StorageClass>getStorageClasses()const{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
common::dataStructures::ArchiveFileSummarygetTapeFileSummary(constTapeFileSearchCriteria&searchCriteria)const{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
std::list<TapePool>getTapePools()const{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
cta::optional<TapePool>getTapePool(conststd::string&tapePoolName)constoverride{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
std::list<common::dataStructures::Tape>getTapes(constTapeSearchCriteria&searchCriteria)const{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
// getTapesByVid is implemented below (and works).
std::map<std::string,std::string>getVidToLogicalLibrary(conststd::set<std::string>&vids)constoverride{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}