public interface DatatypeDAO
Modifier and Type | Method and Description |
---|---|
void |
deleteClobDatatypeStorage(ClobDatatypeStorage storage)
Deletes a clob storage object from the database
|
ClobDatatypeStorage |
getClobDatatypeStorage(Integer id)
Gets a clob storage object by its id
|
ClobDatatypeStorage |
getClobDatatypeStorageByUuid(String uuid)
Gets a clob storage object by its uuid
|
ClobDatatypeStorage |
saveClobDatatypeStorage(ClobDatatypeStorage storage)
Creates or updates a clob storage object
|
ClobDatatypeStorage getClobDatatypeStorage(Integer id)
id
- ClobDatatypeStorage getClobDatatypeStorageByUuid(String uuid)
uuid
- ClobDatatypeStorage saveClobDatatypeStorage(ClobDatatypeStorage storage)
storage
- void deleteClobDatatypeStorage(ClobDatatypeStorage storage)
storage
- the object to deleteCopyright © 2024 OpenMRS Inc.. All rights reserved.