org.cateproject.controller.editor
Class CatePropertyEditorRegistrar
java.lang.Object
org.cateproject.controller.editor.CatePropertyEditorRegistrar
- All Implemented Interfaces:
- org.springframework.beans.PropertyEditorRegistrar
@Component(value="propertyEditorRegistrar")
public class CatePropertyEditorRegistrar
- extends Object
- implements org.springframework.beans.PropertyEditorRegistrar
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CatePropertyEditorRegistrar
public CatePropertyEditorRegistrar()
setVocabularyService
public void setVocabularyService(eu.etaxonomy.cdm.api.service.IVocabularyService vocabularyService)
setTermService
public void setTermService(eu.etaxonomy.cdm.api.service.ITermService termService)
setTaxonService
public void setTaxonService(eu.etaxonomy.cdm.api.service.ITaxonService taxonService)
setReferenceService
public void setReferenceService(eu.etaxonomy.cdm.api.service.IReferenceService referenceService)
setAgentService
public void setAgentService(eu.etaxonomy.cdm.api.service.IAgentService agentService)
setNameService
public void setNameService(eu.etaxonomy.cdm.api.service.INameService nameService)
setOccurrenceService
public void setOccurrenceService(eu.etaxonomy.cdm.api.service.IOccurrenceService occurrenceService)
setCollectionService
public void setCollectionService(eu.etaxonomy.cdm.api.service.ICollectionService collectionService)
setMediaService
public void setMediaService(eu.etaxonomy.cdm.api.service.IMediaService mediaService)
registerCustomEditors
public void registerCustomEditors(org.springframework.beans.PropertyEditorRegistry registry)
- Specified by:
registerCustomEditors in interface org.springframework.beans.PropertyEditorRegistrar
Copyright © 2010. All Rights Reserved.