/** Gets the template */ public void getMail() { repositoryService.getMailFolder(callbackGetMailFolder); }
/** Gets the template */ public void getTemplatesFolder() { repositoryService.getTemplatesFolder(callbackGetTemplatesFolder); }
/** Gets the personal documents */ public void getPersonal() { repositoryService.getPersonalFolder(callbackGetPersonalFolder); }
/** Gets the categories */ public void getCategories() { repositoryService.getCategoriesFolder(callbackGetCategoriesFolder); }
/** Gets the root */ public void getRoot() { repositoryService.getRootFolder(callbackGetRootFolder); }