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