Class BibliographicReferenceServiceImpl

All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, BaseImmutableService<BibliographicReference>, BaseReadOnlyService<BibliographicReference>, BaseService<BibliographicReference>, BaseVoEnabledService<BibliographicReference,BibliographicReferenceValueObject>, BibliographicReferenceService

@Service @ParametersAreNonnullByDefault public class BibliographicReferenceServiceImpl extends AbstractVoEnabledService<BibliographicReference,BibliographicReferenceValueObject> implements BibliographicReferenceService, org.springframework.beans.factory.InitializingBean
Implementation of BibliographicReferenceService. Note: This is only in Core because it uses SearchService, but it could be refactored.
Author:
keshav
See Also: