Class NodeSubscription
- java.lang.Object
-
- org.silverpeas.core.subscription.service.AbstractSubscription<NodeSubscriptionResource>
-
- org.silverpeas.core.subscription.service.NodeSubscription
-
- All Implemented Interfaces:
Subscription
public class NodeSubscription extends AbstractSubscription<NodeSubscriptionResource>
- Author:
- ehugonnet
-
-
Constructor Summary
Constructors Modifier Constructor Description NodeSubscription(String subscriberId, NodePK nodePK)
Node subscription constructor for which the type of the subscriber is USER and the subscriber is the one that handles the subscription.NodeSubscription(SubscriptionSubscriber subscriber, NodePK nodePK)
Node subscription constructor for a subscriber that handles the subscription too.protected
NodeSubscription(SubscriptionSubscriber subscriber, NodePK nodePK, String creatorId)
Node subscription constructor for a subscriber that handles the subscription too.NodeSubscription(SubscriptionSubscriber subscriber, NodeSubscriptionResource resource, String creatorId)
Node subscription constructor for a subscriber that handles the subscription too.
-
Method Summary
-
Methods inherited from class org.silverpeas.core.subscription.service.AbstractSubscription
equals, getCreationDate, getCreatorId, getResource, getSubscriber, getSubscriptionMethod, hashCode, setCreationDate, setSubscriptionMethod
-
-
-
-
Constructor Detail
-
NodeSubscription
public NodeSubscription(String subscriberId, NodePK nodePK)
Node subscription constructor for which the type of the subscriber is USER and the subscriber is the one that handles the subscription.- Parameters:
subscriberId
- id of the subscribernodePK
- representation of the topic
-
NodeSubscription
public NodeSubscription(SubscriptionSubscriber subscriber, NodePK nodePK)
Node subscription constructor for a subscriber that handles the subscription too.- Parameters:
subscriber
- the subscribernodePK
- representation of the topic
-
NodeSubscription
public NodeSubscription(SubscriptionSubscriber subscriber, NodeSubscriptionResource resource, String creatorId)
Node subscription constructor for a subscriber that handles the subscription too.- Parameters:
subscriber
- the subscriberresource
- the topic resourcecreatorId
- the user id that has handled the subscription
-
NodeSubscription
protected NodeSubscription(SubscriptionSubscriber subscriber, NodePK nodePK, String creatorId)
Node subscription constructor for a subscriber that handles the subscription too.- Parameters:
subscriber
- the subscribernodePK
- representation of the topiccreatorId
- the user id that has handled the subscription
-
-