|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.subscribe.service.AbstractSubscription
com.silverpeas.subscribe.service.PKSubscription
public class PKSubscription
A subscription related to a resource behind a Primary PK.
Constructor Summary | |
---|---|
|
PKSubscription(String subscriberId,
PKSubscriptionResource subscriptionResource)
PK subscription constructor for which the type of the subscriber is USER and the subscriber is the one that handles the subscription. |
|
PKSubscription(SubscriptionSubscriber subscriber,
PKSubscriptionResource subscriptionResource)
PK subscription constructor for a subscriber that handles the subscription too. |
|
PKSubscription(SubscriptionSubscriber subscriber,
PKSubscriptionResource subscriptionResource,
String creatorId)
PK subscription constructor for a subscriber that handles the subscription too. |
protected |
PKSubscription(SubscriptionSubscriber subscriber,
SubscriptionResource resource,
SubscriptionMethod subscriptionMethod,
String creatorId,
Date creationDate)
|
Method Summary |
---|
Methods inherited from class com.silverpeas.subscribe.service.AbstractSubscription |
---|
equals, getCreationDate, getCreatorId, getResource, getSubscriber, getSubscriptionMethod, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PKSubscription(String subscriberId, PKSubscriptionResource subscriptionResource)
subscriberId
- id of the subscribersubscriptionResource
- representation of the resource subscriptionpublic PKSubscription(SubscriptionSubscriber subscriber, PKSubscriptionResource subscriptionResource)
subscriber
- the subscribersubscriptionResource
- representation of the resource subscriptionpublic PKSubscription(SubscriptionSubscriber subscriber, PKSubscriptionResource subscriptionResource, String creatorId)
subscriber
- the subscribersubscriptionResource
- representation of the resource subscriptioncreatorId
- the user id that has handled the subscriptionprotected PKSubscription(SubscriptionSubscriber subscriber, SubscriptionResource resource, SubscriptionMethod subscriptionMethod, String creatorId, Date creationDate)
AbstractSubscription
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |