Uses of Class
it.sistematica.isharedoc.model.instance.Tweet

Packages that use Tweet
it.sistematica.isharedoc.action   
it.sistematica.isharedoc.model.instance   
it.sistematica.isharedoc.service   
 

Uses of Tweet in it.sistematica.isharedoc.action
 

Methods in it.sistematica.isharedoc.action that return Tweet
 Tweet TweetAction.getTweet()
           
 

Methods in it.sistematica.isharedoc.action that return types with arguments of type Tweet
 java.util.List<Tweet> TweetAction.getTweets()
           
 java.util.Map<java.lang.String,java.util.List<Tweet>> TweetAction.searchNotificationByUser()
           
 

Uses of Tweet in it.sistematica.isharedoc.model.instance
 

Fields in it.sistematica.isharedoc.model.instance with type parameters of type Tweet
static java.util.Comparator<Tweet> Tweet.COMPARE_BY_CREATED_ASC
           
static java.util.Comparator<Tweet> Tweet.COMPARE_BY_CREATED_DESC
           
protected  java.util.List<Tweet> ItemInstance.tweets
           
 

Methods in it.sistematica.isharedoc.model.instance that return types with arguments of type Tweet
 java.util.List<Tweet> ItemInstance.getTweets()
           
 

Methods in it.sistematica.isharedoc.model.instance with parameters of type Tweet
 void ItemInstance.addTweet(Tweet tweet)
           
 

Method parameters in it.sistematica.isharedoc.model.instance with type arguments of type Tweet
 void ItemInstance.setTweets(java.util.List<Tweet> tweets)
           
 

Uses of Tweet in it.sistematica.isharedoc.service
 

Methods in it.sistematica.isharedoc.service with parameters of type Tweet
 void NotificationServiceImpl.tweetRemove(Tweet tweet)
           
 void NotificationService.tweetRemove(Tweet tweet)
          Tweet remove.