Uses of Class
it.sistematica.isharedoc.model.mbox.MailTemplate

Packages that use MailTemplate
it.sistematica.isharedoc.action.isd   
it.sistematica.isharedoc.action.workgroup   
it.sistematica.isharedoc.model.mbox   
 

Uses of MailTemplate in it.sistematica.isharedoc.action.isd
 

Methods in it.sistematica.isharedoc.action.isd that return MailTemplate
 MailTemplate MessageboxAction.getTemplate()
           
 

Methods in it.sistematica.isharedoc.action.isd that return types with arguments of type MailTemplate
 java.util.Collection<MailTemplate> MessageboxAction.getTemplates()
           
 

Uses of MailTemplate in it.sistematica.isharedoc.action.workgroup
 

Methods in it.sistematica.isharedoc.action.workgroup that return MailTemplate
 MailTemplate InstanceAction.getTemplate()
           
 

Methods in it.sistematica.isharedoc.action.workgroup that return types with arguments of type MailTemplate
 java.util.List<MailTemplate> InstanceAction.getTemplates()
           
 

Uses of MailTemplate in it.sistematica.isharedoc.model.mbox
 

Fields in it.sistematica.isharedoc.model.mbox with type parameters of type MailTemplate
protected  java.util.List<MailTemplate> MessageBox.templates
           
 

Methods in it.sistematica.isharedoc.model.mbox that return types with arguments of type MailTemplate
 java.util.List<MailTemplate> MessageBox.getTemplates()
           
 

Methods in it.sistematica.isharedoc.model.mbox with parameters of type MailTemplate
 void MessageBox.addTemplates(MailTemplate template)
           
 

Method parameters in it.sistematica.isharedoc.model.mbox with type arguments of type MailTemplate
 void MessageBox.setTemplates(java.util.List<MailTemplate> templates)