public class DatabaseServiceManager
extends java.lang.Object
Constructor and Description |
---|
DatabaseServiceManager() |
Modifier and Type | Method and Description |
---|---|
AssociationDataService |
getAssociationDataService()
Gets the association data service.
|
AssociationService |
getAssociationService()
Gets the association service.
|
AssociationTargetService |
getAssociationTargetService()
Gets the association target service.
|
AuthoringService |
getAuthoringService()
Gets the authoring service.
|
CodedNodeGraphService |
getCodedNodeGraphService()
Gets the coded node graph service.
|
CodingSchemeService |
getCodingSchemeService()
Gets the coding scheme service.
|
DaoCallbackService |
getDaoCallbackService()
Gets the dao callback service.
|
EntityService |
getEntityService()
Gets the entity service.
|
ListenerRegistry |
getListenerRegistry()
Gets the listener registry.
|
NciHistoryService |
getNciHistoryService()
Gets the nci history service.
|
PickListDefinitionService |
getPickListDefinitionService()
Gets the pick list definition service.
|
PropertyService |
getPropertyService()
Gets the property service.
|
RelationService |
getRelationService()
Gets the relation service.
|
ValueSetDefinitionService |
getValueSetDefinitionService()
Gets the value set definition service.
|
VSPropertyService |
getVsPropertyService()
Gets the vs property service.
|
void |
setAssociationDataService(AssociationDataService associationDataService)
Sets the association data service.
|
void |
setAssociationService(AssociationService associationService)
Sets the association service.
|
void |
setAssociationTargetService(AssociationTargetService associationTargetService)
Sets the association target service.
|
void |
setAuthoringService(AuthoringService authoringService)
Sets the authoring service.
|
void |
setCodedNodeGraphService(CodedNodeGraphService codedNodeGraphService)
Sets the coded node graph service.
|
void |
setCodingSchemeService(CodingSchemeService codingSchemeService)
Sets the coding scheme service.
|
void |
setDaoCallbackService(DaoCallbackService daoCallbackService)
Sets the dao callback service.
|
void |
setEntityService(EntityService entityService)
Sets the entity service.
|
void |
setListenerRegistry(ListenerRegistry listenerRegistry)
Sets the listener registry.
|
void |
setNciHistoryService(NciHistoryService nciHistoryService)
Sets the nci history service.
|
void |
setPickListDefinitionService(PickListDefinitionService pickListDefinitionService)
Sets the pick list definition service.
|
void |
setPropertyService(PropertyService propertyService)
Sets the property service.
|
void |
setRelationService(RelationService relationService)
Sets the relation service.
|
void |
setValueSetDefinitionService(ValueSetDefinitionService valueSetDefinitionService)
Sets the value set definition service.
|
void |
setVsPropertyService(VSPropertyService vsPropertyService)
Sets the vs property service.
|
<T> T |
wrapServiceForErrorHandling(T service,
ErrorCallbackListener errorCallbackListener)
Wrap service for error handling.
|
public <T> T wrapServiceForErrorHandling(T service, ErrorCallbackListener errorCallbackListener)
service
- the serviceerrorCallbackListener
- the error callback listenerpublic void setCodingSchemeService(CodingSchemeService codingSchemeService)
codingSchemeService
- the new coding scheme servicepublic CodingSchemeService getCodingSchemeService()
public void setEntityService(EntityService entityService)
entityService
- the new entity servicepublic EntityService getEntityService()
public PropertyService getPropertyService()
public void setPropertyService(PropertyService propertyService)
propertyService
- the new property servicepublic void setAssociationService(AssociationService associationService)
associationService
- the new association servicepublic AssociationService getAssociationService()
public void setDaoCallbackService(DaoCallbackService daoCallbackService)
daoCallbackService
- the new dao callback servicepublic DaoCallbackService getDaoCallbackService()
public AuthoringService getAuthoringService()
public void setAuthoringService(AuthoringService authoringService)
authoringService
- the new authoring servicepublic void setPickListDefinitionService(PickListDefinitionService pickListDefinitionService)
pickListDefinitionService
- the new pick list definition servicepublic PickListDefinitionService getPickListDefinitionService()
public ValueSetDefinitionService getValueSetDefinitionService()
public void setValueSetDefinitionService(ValueSetDefinitionService valueSetDefinitionService)
valueSetDefinitionService
- the valueSetDefinitionService to setpublic VSPropertyService getVsPropertyService()
public void setVsPropertyService(VSPropertyService vsPropertyService)
vsPropertyService
- the vsPropertyService to setpublic void setCodedNodeGraphService(CodedNodeGraphService codedNodeGraphService)
codedNodeGraphService
- the new coded node graph servicepublic CodedNodeGraphService getCodedNodeGraphService()
public RelationService getRelationService()
public void setRelationService(RelationService relationService)
relationService
- the relationService to setpublic AssociationTargetService getAssociationTargetService()
public void setAssociationTargetService(AssociationTargetService associationTargetService)
associationTargetService
- the associationTargetService to setpublic AssociationDataService getAssociationDataService()
public void setAssociationDataService(AssociationDataService associationDataService)
associationDataService
- the associationDataService to setpublic NciHistoryService getNciHistoryService()
public void setNciHistoryService(NciHistoryService nciHistoryService)
nciHistoryService
- the new nci history servicepublic void setListenerRegistry(ListenerRegistry listenerRegistry)
listenerRegistry
- the new listener registrypublic ListenerRegistry getListenerRegistry()