com.jalios.jcms.policy
Interface PublicationFollowerPolicyFilter
- All Superinterfaces:
- Comparable, PluginComponent, PolicyFilter
- All Known Implementing Classes:
- BasicPublicationFollowerPolicyFilter
public interface PublicationFollowerPolicyFilter
- extends PolicyFilter
canFollow
boolean canFollow(Member mbr,
Publication pub)
- Returns true if the given member can follow the given publication.
- Parameters:
mbr
- the memberpub
- the publication
- Returns:
- true if the given member can follow the given publication.
- Since:
- jcms-7.0.0
sendFollowerNotification
boolean sendFollowerNotification(Publication pub,
Map context)
- Returns true if the notification must be sent to the follower of the given publication
- Parameters:
pub
- the publicationcontext
- the DataController context
- Returns:
- true if the notification must be sent to the follower of the given publication
- Since:
- jcms-7.0.0
sendFollowerNotification
boolean sendFollowerNotification(Member mbr,
Publication pub,
Map context)
- Returns true if the notification for the given publication must be sent to the given member
- Parameters:
mbr
- the memberpub
- the publicationcontext
- the DataController context
- Returns:
- true if the notification for the given publication must be sent to the given member
- Since:
- jcms-7.0.0
Copyright © 2001-2010 Jalios SA. All Rights Reserved.