| Modifier and Type | Method and Description |
|---|---|
static LicenseType |
LicenseTypeMapper.mapOmrsEntityDetailToLicenseType(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
LicenseTypeMapper.mapLicenseTypeToOmrsEntityDetail(LicenseType licenseType)
Map (convert) the supplied LicenseType to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected LicenseType |
LicensesReference.licenseType |
| Modifier and Type | Method and Description |
|---|---|
LicenseType |
LicensesReference.getLicenseType() |
| Modifier and Type | Method and Description |
|---|---|
void |
LicensesReference.setLicenseType(LicenseType licenseType) |
| Modifier and Type | Method and Description |
|---|---|
LicenseType |
SubjectAreaBeansToAccessOMRS.addLicenseTypeClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied licenseType
|
LicenseType |
SubjectAreaBeansToAccessOMRS.createLicenseType(String userId,
LicenseType licenseType)
Create new licenseType.
|
LicenseType |
SubjectAreaBeansToAccessOMRS.deleteLicenseTypeClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing licenseType represented by a guid.
|
LicenseType |
SubjectAreaBeansToAccessOMRS.getLicenseTypeById(String userId,
String entityGuid)
Fetch complete definition of an licenseType given its GUID.
|
LicenseType |
SubjectAreaBeansToAccessOMRS.restoreLicenseType(String userId,
String entityGuid)
Restore an LicenseType identified by its GUID.
|
LicenseType |
SubjectAreaBeansToAccessOMRS.updateLicenseType(String userId,
LicenseType licenseType)
Update licenseType
|
LicenseType |
SubjectAreaBeansToAccessOMRS.updateLicenseTypeClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing licenseType represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
LicenseType |
SubjectAreaBeansToAccessOMRS.createLicenseType(String userId,
LicenseType licenseType)
Create new licenseType.
|
LicenseType |
SubjectAreaBeansToAccessOMRS.updateLicenseType(String userId,
LicenseType licenseType)
Update licenseType
|
Copyright © 2018–2019 ODPi. All rights reserved.