Interface I_TemplateStoreAccess
- All Superinterfaces:
I_SimpleCRUD
- All Known Implementing Classes:
TemplateStoreAccess
-
Method Summary
Modifier and TypeMethodDescriptionstatic intadminDeleteAllTemplates(I_DomainAccess domainAccess) static StringadminUpdateTemplate(I_DomainAccess domainAccess, org.openehr.schemas.v1.OPERATIONALTEMPLATE template) static booleandeleteTemplate(I_DomainAccess domainAccess, String templateId) static List<TemplateMetaData>fetchAll(I_DomainAccess domainAccess) fetchAllTemplateIds(I_DomainAccess domainAccess) static I_TemplateStoreAccessgetInstance(I_DomainAccess access, org.openehr.schemas.v1.OPERATIONALTEMPLATE operationaltemplate, Short sysTenant) org.openehr.schemas.v1.OPERATIONALTEMPLATEstatic I_TemplateStoreAccessretrieveInstanceByTemplateId(I_DomainAccess domainAccess, String templateId) voidsetTemplate(org.openehr.schemas.v1.OPERATIONALTEMPLATE template)
-
Method Details
-
getTemplate
org.openehr.schemas.v1.OPERATIONALTEMPLATE getTemplate() -
setTemplate
void setTemplate(org.openehr.schemas.v1.OPERATIONALTEMPLATE template) -
getInstance
static I_TemplateStoreAccess getInstance(I_DomainAccess access, org.openehr.schemas.v1.OPERATIONALTEMPLATE operationaltemplate, Short sysTenant) -
retrieveInstanceByTemplateId
static I_TemplateStoreAccess retrieveInstanceByTemplateId(I_DomainAccess domainAccess, String templateId) -
fetchAll
-
fetchAllTemplateIds
-
adminUpdateTemplate
static String adminUpdateTemplate(I_DomainAccess domainAccess, org.openehr.schemas.v1.OPERATIONALTEMPLATE template) -
deleteTemplate
-
adminDeleteAllTemplates
-