| Modifier and Type | Method and Description |
|---|---|
static CertificationType |
CertificationTypeMapper.mapOmrsEntityDetailToCertificationType(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
CertificationTypeMapper.mapCertificationTypeToOmrsEntityDetail(CertificationType certificationType)
Map (convert) the supplied CertificationType to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected CertificationType |
CertificationsReference.certificationType |
| Modifier and Type | Method and Description |
|---|---|
CertificationType |
CertificationsReference.getCertificationType() |
| Modifier and Type | Method and Description |
|---|---|
void |
CertificationsReference.setCertificationType(CertificationType certificationType) |
| Modifier and Type | Field and Description |
|---|---|
protected CertificationType |
RequiredCertificationsReference.certificationType |
| Modifier and Type | Method and Description |
|---|---|
CertificationType |
RequiredCertificationsReference.getCertificationType() |
| Modifier and Type | Method and Description |
|---|---|
void |
RequiredCertificationsReference.setCertificationType(CertificationType certificationType) |
| Modifier and Type | Method and Description |
|---|---|
CertificationType |
SubjectAreaBeansToAccessOMRS.addCertificationTypeClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied certificationType
|
CertificationType |
SubjectAreaBeansToAccessOMRS.createCertificationType(String userId,
CertificationType certificationType)
Create new certificationType.
|
CertificationType |
SubjectAreaBeansToAccessOMRS.deleteCertificationTypeClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing certificationType represented by a guid.
|
CertificationType |
SubjectAreaBeansToAccessOMRS.getCertificationTypeById(String userId,
String entityGuid)
Fetch complete definition of an certificationType given its GUID.
|
CertificationType |
SubjectAreaBeansToAccessOMRS.restoreCertificationType(String userId,
String entityGuid)
Restore an CertificationType identified by its GUID.
|
CertificationType |
SubjectAreaBeansToAccessOMRS.updateCertificationType(String userId,
CertificationType certificationType)
Update certificationType
|
CertificationType |
SubjectAreaBeansToAccessOMRS.updateCertificationTypeClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing certificationType represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
CertificationType |
SubjectAreaBeansToAccessOMRS.createCertificationType(String userId,
CertificationType certificationType)
Create new certificationType.
|
CertificationType |
SubjectAreaBeansToAccessOMRS.updateCertificationType(String userId,
CertificationType certificationType)
Update certificationType
|
Copyright © 2018–2019 ODPi. All rights reserved.