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(java.lang.Integer fieldTypeId)
Get fieldType by internal identifier
|
FieldType |
FormService.getFieldTypeByUuid(java.lang.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 |
---|---|
java.util.List<FieldType> |
FormService.getAllFieldTypes()
Get all field types in the database including the retired ones
|
java.util.List<FieldType> |
FormService.getAllFieldTypes(boolean includeRetired)
Get all field types in the database with or without retired ones
|
java.util.List<FieldType> |
FormService.getFieldTypes()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AdministrationService.createFieldType(FieldType fieldType)
Deprecated.
|
void |
AdministrationService.deleteFieldType(FieldType fieldType)
Deprecated.
|
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
|
void |
AdministrationService.updateFieldType(FieldType fieldType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Field> |
FormService.getFields(java.util.Collection<Form> forms,
java.util.Collection<FieldType> fieldTypes,
java.util.Collection<Concept> concepts,
java.util.Collection<java.lang.String> tableNames,
java.util.Collection<java.lang.String> attributeNames,
java.lang.Boolean selectMultiple,
java.util.Collection<FieldAnswer> containsAllAnswers,
java.util.Collection<FieldAnswer> containsAnyAnswer,
java.lang.Boolean retired)
Returns all Fields that match these (nullable) criteria
|
Modifier and Type | Method and Description |
---|---|
FieldType |
FormDAO.getFieldType(java.lang.Integer fieldTypeId)
Get fieldType by internal identifier
|
FieldType |
FormDAO.getFieldTypeByUuid(java.lang.String uuid)
Auto generated method comment
|
FieldType |
FormDAO.saveFieldType(FieldType fieldType)
Save the given field type to the database
|
Modifier and Type | Method and Description |
---|---|
java.util.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 |
---|---|
java.util.List<Field> |
FormDAO.getFields(java.util.Collection<Form> forms,
java.util.Collection<FieldType> fieldTypes,
java.util.Collection<Concept> concepts,
java.util.Collection<java.lang.String> tableNames,
java.util.Collection<java.lang.String> attributeNames,
java.lang.Boolean selectMultiple,
java.util.Collection<FieldAnswer> containsAllAnswers,
java.util.Collection<FieldAnswer> containsAnyAnswer,
java.lang.Boolean retired)
Returns all fields that match a broad range of (nullable) criteria
|
Modifier and Type | Method and Description |
---|---|
FieldType |
HibernateFormDAO.getFieldType(java.lang.Integer fieldTypeId) |
FieldType |
HibernateFormDAO.getFieldTypeByUuid(java.lang.String uuid) |
FieldType |
HibernateFormDAO.saveFieldType(FieldType fieldType) |
Modifier and Type | Method and Description |
---|---|
java.util.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 |
---|---|
java.util.List<Field> |
HibernateFormDAO.getFields(java.util.Collection<Form> forms,
java.util.Collection<FieldType> fieldTypes,
java.util.Collection<Concept> concepts,
java.util.Collection<java.lang.String> tableNames,
java.util.Collection<java.lang.String> attributeNames,
java.lang.Boolean selectMultiple,
java.util.Collection<FieldAnswer> containsAllAnswers,
java.util.Collection<FieldAnswer> containsAnyAnswer,
java.lang.Boolean retired) |
Modifier and Type | Method and Description |
---|---|
FieldType |
FormServiceImpl.getFieldType(java.lang.Integer fieldTypeId) |
FieldType |
FormServiceImpl.getFieldTypeByUuid(java.lang.String uuid) |
FieldType |
FormServiceImpl.saveFieldType(FieldType fieldType) |
Modifier and Type | Method and Description |
---|---|
java.util.List<FieldType> |
FormServiceImpl.getAllFieldTypes() |
java.util.List<FieldType> |
FormServiceImpl.getAllFieldTypes(boolean includeRetired) |
java.util.List<FieldType> |
FormServiceImpl.getFieldTypes()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AdministrationServiceImpl.createFieldType(FieldType fieldType)
Deprecated.
|
void |
AdministrationServiceImpl.deleteFieldType(FieldType fieldType)
Deprecated.
|
void |
FormServiceImpl.purgeFieldType(FieldType fieldType) |
FieldType |
FormServiceImpl.saveFieldType(FieldType fieldType) |
void |
AdministrationServiceImpl.updateFieldType(FieldType fieldType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Field> |
FormServiceImpl.getFields(java.util.Collection<Form> forms,
java.util.Collection<FieldType> fieldTypes,
java.util.Collection<Concept> concepts,
java.util.Collection<java.lang.String> tableNames,
java.util.Collection<java.lang.String> attributeNames,
java.lang.Boolean selectMultiple,
java.util.Collection<FieldAnswer> containsAllAnswers,
java.util.Collection<FieldAnswer> containsAnyAnswer,
java.lang.Boolean retired) |
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.