Package | Description |
---|---|
org.openmrs |
These classes represent the core domain objects for the OpenMRS project.
|
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 |
---|---|
FieldType |
Field.getFieldType() |
Modifier and Type | Method and Description |
---|---|
void |
Field.setFieldType(FieldType fieldType) |
Modifier and Type | Method and Description |
---|---|
FieldType |
FormService.getFieldType(Integer fieldTypeId)
Get fieldType by internal identifier
|
FieldType |
FormService.getFieldTypeByName(String name)
Get FieldType by its name
|
FieldType |
FormService.getFieldTypeByUuid(String uuid)
Get FieldType by its UUID
|
FieldType |
FormService.saveFieldType(FieldType fieldType)
Saves the given field type to the database
|
Modifier and Type | Method and Description |
---|---|
List<FieldType> |
FormService.getAllFieldTypes()
Get all field types in the database including the retired ones
|
List<FieldType> |
FormService.getAllFieldTypes(boolean includeRetired)
Get all field types in the database with or without retired ones
|
Modifier and Type | Method and Description |
---|---|
void |
FormService.purgeFieldType(FieldType fieldType)
Deletes the given field type from the database.
|
FieldType |
FormService.saveFieldType(FieldType fieldType)
Saves the given field type to the database
|
Modifier and Type | Method and Description |
---|---|
List<Field> |
FormService.getFields(Collection<Form> forms,
Collection<FieldType> fieldTypes,
Collection<Concept> concepts,
Collection<String> tableNames,
Collection<String> attributeNames,
Boolean selectMultiple,
Collection<FieldAnswer> containsAllAnswers,
Collection<FieldAnswer> containsAnyAnswer,
Boolean retired)
Returns all Fields that match these (nullable) criteria
|
Modifier and Type | Method and Description |
---|---|
FieldType |
FormDAO.getFieldType(Integer fieldTypeId)
Get fieldType by internal identifier
|
FieldType |
FormDAO.getFieldTypeByName(String name)
Return fieldType associated with given name
|
FieldType |
FormDAO.getFieldTypeByUuid(String uuid) |
FieldType |
FormDAO.saveFieldType(FieldType fieldType)
Save the given field type to the database
|
Modifier and Type | Method and Description |
---|---|
List<FieldType> |
FormDAO.getAllFieldTypes(boolean includeRetired)
Get all field types
|
Modifier and Type | Method and Description |
---|---|
void |
FormDAO.deleteFieldType(FieldType fieldType)
Delete the given field type from the database
|
FieldType |
FormDAO.saveFieldType(FieldType fieldType)
Save the given field type to the database
|
Modifier and Type | Method and Description |
---|---|
List<Field> |
FormDAO.getFields(Collection<Form> forms,
Collection<FieldType> fieldTypes,
Collection<Concept> concepts,
Collection<String> tableNames,
Collection<String> attributeNames,
Boolean selectMultiple,
Collection<FieldAnswer> containsAllAnswers,
Collection<FieldAnswer> containsAnyAnswer,
Boolean retired)
Returns all fields that match a broad range of (nullable) criteria
|
Modifier and Type | Method and Description |
---|---|
FieldType |
HibernateFormDAO.getFieldType(Integer fieldTypeId) |
FieldType |
HibernateFormDAO.getFieldTypeByName(String name) |
FieldType |
HibernateFormDAO.getFieldTypeByUuid(String uuid) |
FieldType |
HibernateFormDAO.saveFieldType(FieldType fieldType) |
Modifier and Type | Method and Description |
---|---|
List<FieldType> |
HibernateFormDAO.getAllFieldTypes(boolean includeRetired) |
Modifier and Type | Method and Description |
---|---|
void |
HibernateFormDAO.deleteFieldType(FieldType fieldType) |
FieldType |
HibernateFormDAO.saveFieldType(FieldType fieldType) |
Modifier and Type | Method and Description |
---|---|
List<Field> |
HibernateFormDAO.getFields(Collection<Form> forms,
Collection<FieldType> fieldTypes,
Collection<Concept> concepts,
Collection<String> tableNames,
Collection<String> attributeNames,
Boolean selectMultiple,
Collection<FieldAnswer> containsAllAnswers,
Collection<FieldAnswer> containsAnyAnswer,
Boolean retired) |
Modifier and Type | Method and Description |
---|---|
FieldType |
FormServiceImpl.getFieldType(Integer fieldTypeId) |
FieldType |
FormServiceImpl.getFieldTypeByName(String name) |
FieldType |
FormServiceImpl.getFieldTypeByUuid(String uuid) |
FieldType |
FormServiceImpl.saveFieldType(FieldType fieldType) |
Modifier and Type | Method and Description |
---|---|
List<FieldType> |
FormServiceImpl.getAllFieldTypes() |
List<FieldType> |
FormServiceImpl.getAllFieldTypes(boolean includeRetired) |
Modifier and Type | Method and Description |
---|---|
void |
FormServiceImpl.purgeFieldType(FieldType fieldType) |
FieldType |
FormServiceImpl.saveFieldType(FieldType fieldType) |
Modifier and Type | Method and Description |
---|---|
List<Field> |
FormServiceImpl.getFields(Collection<Form> forms,
Collection<FieldType> fieldTypes,
Collection<Concept> concepts,
Collection<String> tableNames,
Collection<String> attributeNames,
Boolean selectMultiple,
Collection<FieldAnswer> containsAllAnswers,
Collection<FieldAnswer> containsAnyAnswer,
Boolean retired) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.