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