com.jamasoftware.contour.dao
Interface MutedSubscriptionDao
public interface MutedSubscriptionDao
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.