Package | Description |
---|---|
org.openmrs.api |
The primary OpenMRS API interfaces.
|
org.openmrs.api.db |
OpenMRS database layer interfaces.
|
org.openmrs.api.db.hibernate |
Resources for Hibernate ORM.
|
org.openmrs.api.impl |
Modifier and Type | Method and Description |
---|---|
ConceptStateConversion |
ProgramWorkflowService.getConceptStateConversion(Integer conceptStateConversionId)
Returns a conceptStateConversion given that conceptStateConversions primary key
conceptStateConversionId A null value is returned if no conceptStateConversion
exists with this conceptStateConversionId. |
ConceptStateConversion |
ProgramWorkflowService.getConceptStateConversion(ProgramWorkflow workflow,
Concept trigger)
Retrieves the ConceptStateConversion that matches the passed
ProgramWorkflow and
Concept |
ConceptStateConversion |
ProgramWorkflowService.getConceptStateConversionByUuid(String uuid)
Get a concept state conversion by its uuid.
|
ConceptStateConversion |
ProgramWorkflowService.saveConceptStateConversion(ConceptStateConversion conceptStateConversion)
Save ConceptStateConversion to database (create if new or update if changed)
|
Modifier and Type | Method and Description |
---|---|
List<ConceptStateConversion> |
ProgramWorkflowService.getAllConceptStateConversions()
Returns all conceptStateConversions
|
Modifier and Type | Method and Description |
---|---|
void |
ProgramWorkflowService.purgeConceptStateConversion(ConceptStateConversion conceptStateConversion)
Completely remove a conceptStateConversion from the database (not reversible) This method
delegates to #purgeConceptStateConversion(conceptStateConversion, boolean) method
|
void |
ProgramWorkflowService.purgeConceptStateConversion(ConceptStateConversion conceptStateConversion,
boolean cascade)
Completely remove a conceptStateConversion from the database (not reversible)
|
ConceptStateConversion |
ProgramWorkflowService.saveConceptStateConversion(ConceptStateConversion conceptStateConversion)
Save ConceptStateConversion to database (create if new or update if changed)
|
Modifier and Type | Method and Description |
---|---|
ConceptStateConversion |
ProgramWorkflowDAO.getConceptStateConversion(Integer id)
Returns a conceptStateConversion given that conceptStateConversions primary key
conceptStateConversionId A null value is returned if no conceptStateConversion
exists with this conceptStateConversionId. |
ConceptStateConversion |
ProgramWorkflowDAO.getConceptStateConversion(ProgramWorkflow workflow,
Concept trigger)
Retrieves the ConceptStateConversion that matches the passed
ProgramWorkflow and
Concept |
ConceptStateConversion |
ProgramWorkflowDAO.getConceptStateConversionByUuid(String uuid) |
ConceptStateConversion |
ProgramWorkflowDAO.saveConceptStateConversion(ConceptStateConversion csc)
Save ConceptStateConversion to database (create if new or update if changed)
|
Modifier and Type | Method and Description |
---|---|
List<ConceptStateConversion> |
ProgramWorkflowDAO.getAllConceptStateConversions()
Returns all conceptStateConversions
|
Modifier and Type | Method and Description |
---|---|
void |
ProgramWorkflowDAO.deleteConceptStateConversion(ConceptStateConversion csc)
Completely remove a conceptStateConversion from the database (not reversible)
|
ConceptStateConversion |
ProgramWorkflowDAO.saveConceptStateConversion(ConceptStateConversion csc)
Save ConceptStateConversion to database (create if new or update if changed)
|
Modifier and Type | Method and Description |
---|---|
ConceptStateConversion |
HibernateProgramWorkflowDAO.getConceptStateConversion(Integer conceptStateConversionId) |
ConceptStateConversion |
HibernateProgramWorkflowDAO.getConceptStateConversion(ProgramWorkflow workflow,
Concept trigger) |
ConceptStateConversion |
HibernateProgramWorkflowDAO.getConceptStateConversionByUuid(String uuid) |
ConceptStateConversion |
HibernateProgramWorkflowDAO.saveConceptStateConversion(ConceptStateConversion csc) |
Modifier and Type | Method and Description |
---|---|
List<ConceptStateConversion> |
HibernateProgramWorkflowDAO.getAllConceptStateConversions() |
Modifier and Type | Method and Description |
---|---|
void |
HibernateProgramWorkflowDAO.deleteConceptStateConversion(ConceptStateConversion csc) |
ConceptStateConversion |
HibernateProgramWorkflowDAO.saveConceptStateConversion(ConceptStateConversion csc) |
Modifier and Type | Method and Description |
---|---|
ConceptStateConversion |
ProgramWorkflowServiceImpl.getConceptStateConversion(Integer id) |
ConceptStateConversion |
ProgramWorkflowServiceImpl.getConceptStateConversion(ProgramWorkflow workflow,
Concept trigger) |
ConceptStateConversion |
ProgramWorkflowServiceImpl.getConceptStateConversionByUuid(String uuid) |
ConceptStateConversion |
ProgramWorkflowServiceImpl.saveConceptStateConversion(ConceptStateConversion csc) |
Modifier and Type | Method and Description |
---|---|
List<ConceptStateConversion> |
ProgramWorkflowServiceImpl.getAllConceptStateConversions() |
Modifier and Type | Method and Description |
---|---|
void |
ProgramWorkflowServiceImpl.purgeConceptStateConversion(ConceptStateConversion conceptStateConversion) |
void |
ProgramWorkflowServiceImpl.purgeConceptStateConversion(ConceptStateConversion conceptStateConversion,
boolean cascade) |
ConceptStateConversion |
ProgramWorkflowServiceImpl.saveConceptStateConversion(ConceptStateConversion csc) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.