10 #import <kerio/web/idl/SharedStructures.idl>
54 typedef sequence<UserTemplate> UserTemplateList;
65 void create(out kerio::web::ErrorList errors, out kerio::web::CreateResultList result, in UserTemplateList userTemplates);
85 void getAvailable(out UserTemplateList userTemplateList, in kerio::web::KId domainId);
93 void remove(out kerio::web::ErrorList errors, in kerio::web::KIdList idList);
102 void set(out kerio::web::ErrorList errors, in kerio::web::KIdList idList, in
UserTemplate pattern);