Module: Specify::Service
- Defined in:
- lib/specify/services.rb,
lib/specify/services/service.rb,
lib/specify/services/view_loader.rb,
lib/specify/services/stub_generator.rb
Overview
The Service module contains classes that will carry out tasks on a Specify::Database. Service classes are subclasses of Service::Service.
Defined Under Namespace
Classes: Service, StubGenerator, ViewLoader
Constant Summary collapse
- ACCESSION_NOT_FOUND_ERROR =
'Accession not found: '- USER_NOT_FOUND_ERROR =
'User not found: '- GEOGRAPHY_NOT_FOUND_ERROR =
'Geography not found: '- LOCALITY_NOT_FOUND_ERROR =
'Locality not found: '- TAXON_NOT_FOUND_ERROR =
'Taxon not found: '- PREPTYPE_NOT_FOUND_ERROR =
'Preparation type not found: '