com.jamasoftware.contour.dao
Interface MutedSubscriptionDao


public interface MutedSubscriptionDao


Method Summary
 void deleteMutedSubscription(MutedSubscription mutedSub)
           
 java.util.List<java.lang.Integer> getMutedSubscriptionIdsForUser(User subscriberUser)
           
 boolean mutedSubscriptionExistsForUser(java.lang.Integer subId, java.lang.Integer userId)
           
 boolean mutedSubscriptionWithScopeAndRefExistsForUser(java.lang.Integer scopeId, java.lang.Integer refId, java.lang.Integer userId)
           
 void removeMutedSubscription(java.lang.Integer subId, java.lang.Integer userId)
           
 void removeMutesForSubscription(java.lang.Integer subId)
           
 MutedSubscription saveMutedSubscription(MutedSubscription mutedSub)
           
 

Method Detail

saveMutedSubscription

MutedSubscription saveMutedSubscription(MutedSubscription mutedSub)

removeMutedSubscription

void removeMutedSubscription(java.lang.Integer subId,
                             java.lang.Integer userId)

removeMutesForSubscription

void removeMutesForSubscription(java.lang.Integer subId)

deleteMutedSubscription

void deleteMutedSubscription(MutedSubscription mutedSub)

mutedSubscriptionExistsForUser

boolean mutedSubscriptionExistsForUser(java.lang.Integer subId,
                                       java.lang.Integer userId)

getMutedSubscriptionIdsForUser

java.util.List<java.lang.Integer> getMutedSubscriptionIdsForUser(User subscriberUser)

mutedSubscriptionWithScopeAndRefExistsForUser

boolean mutedSubscriptionWithScopeAndRefExistsForUser(java.lang.Integer scopeId,
                                                      java.lang.Integer refId,
                                                      java.lang.Integer userId)


Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.