Class NodeSubscriptionBean
- java.lang.Object
-
- org.silverpeas.core.web.subscription.bean.AbstractSubscriptionBean
-
- org.silverpeas.core.web.subscription.bean.NodeSubscriptionBean
-
- All Implemented Interfaces:
Subscription
public class NodeSubscriptionBean extends AbstractSubscriptionBean
User: Yohann Chastagnier Date: 25/02/13
-
-
Constructor Summary
Constructors Constructor Description NodeSubscriptionBean(Subscription subscription, NodePath path, SilverpeasComponentInstance component, String language)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLink()
Gets the link to access the resource.String
getPath()
Gets the path.-
Methods inherited from class org.silverpeas.core.web.subscription.bean.AbstractSubscriptionBean
getComponent, getCreationDate, getCreatorId, getGroup, getLanguage, getResource, getSpace, getSubscriber, getSubscriberName, getSubscriptionMethod, getUser, isGroupCanAccess, isReadOnly, isUserCanAccess, isValid
-
-
-
-
Constructor Detail
-
NodeSubscriptionBean
public NodeSubscriptionBean(Subscription subscription, NodePath path, SilverpeasComponentInstance component, String language)
-
-
Method Detail
-
getPath
public String getPath()
Description copied from class:AbstractSubscriptionBean
Gets the path.- Overrides:
getPath
in classAbstractSubscriptionBean
- Returns:
-
getLink
public String getLink()
Description copied from class:AbstractSubscriptionBean
Gets the link to access the resource.- Overrides:
getLink
in classAbstractSubscriptionBean
- Returns:
-
-