Uses of Class
org.exoplatform.mail.service.Tag

Packages that use Tag
org.exoplatform.mail.service   
org.exoplatform.mail.service.impl   
 

Uses of Tag in org.exoplatform.mail.service
 

Methods in org.exoplatform.mail.service that return Tag
 Tag MailService.getTag(java.lang.String username, java.lang.String accountId, java.lang.String tagId)
          Get tag by tagId
 

Methods in org.exoplatform.mail.service that return types with arguments of type Tag
 java.util.List<Tag> AccountData.getTags()
           
 java.util.List<Tag> MailService.getTags(java.lang.String username, java.lang.String accountId)
          Get all tags of account
 

Methods in org.exoplatform.mail.service with parameters of type Tag
 void MailService.addTag(java.lang.String username, java.lang.String accountId, Tag tag)
          Check the tag name to see if the tag name is configured in the account If not create a new tag
 void MailService.updateTag(java.lang.String username, java.lang.String accountId, Tag tag)
          Update a tag.
 

Method parameters in org.exoplatform.mail.service with type arguments of type Tag
 void MailService.addTag(java.lang.String username, java.lang.String accountId, java.util.List<Message> messages, java.util.List<Tag> tag)
          Check the tag name to see if the tag name is configured in the account Check to see if the tag is already set in the message Add the tag to the message and save the message.
 void AccountData.setTags(java.util.List<Tag> tg)
           
 

Uses of Tag in org.exoplatform.mail.service.impl
 

Methods in org.exoplatform.mail.service.impl that return Tag
 Tag DataStorage.getTag(java.lang.String username, java.lang.String accountId, java.lang.String tagId)
           
 Tag MailServiceImpl.getTag(java.lang.String username, java.lang.String accountId, java.lang.String tagId)
           
 Tag JCRDataStorage.getTag(java.lang.String username, java.lang.String accountId, java.lang.String tagId)
           
 

Methods in org.exoplatform.mail.service.impl that return types with arguments of type Tag
 java.util.List<Tag> DataStorage.getTags(java.lang.String username, java.lang.String accountId)
           
 java.util.List<Tag> MailServiceImpl.getTags(java.lang.String username, java.lang.String accountId)
           
 java.util.List<Tag> JCRDataStorage.getTags(java.lang.String username, java.lang.String accountId)
           
 

Methods in org.exoplatform.mail.service.impl with parameters of type Tag
 void MailServiceImpl.addTag(java.lang.String username, java.lang.String accountId, Tag tag)
           
 void JCRDataStorage.addTag(java.lang.String username, java.lang.String accountId, Tag tag)
           
 void DataStorage.updateTag(java.lang.String username, java.lang.String accountId, Tag tag)
           
 void MailServiceImpl.updateTag(java.lang.String username, java.lang.String accountId, Tag tag)
           
 void JCRDataStorage.updateTag(java.lang.String username, java.lang.String accountId, Tag tag)
           
 

Method parameters in org.exoplatform.mail.service.impl with type arguments of type Tag
 void MailServiceImpl.addTag(java.lang.String username, java.lang.String accountId, java.util.List<Message> messages, java.util.List<Tag> tag)
           
 void JCRDataStorage.addTag(java.lang.String username, java.lang.String accountId, java.util.List<Message> messages, java.util.List<Tag> tagList)
           
 void DataStorage.addTag(java.lang.String username, java.lang.String accountId, java.util.List<java.lang.String> messagesId, java.util.List<Tag> listTag)
           
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.