Class CalendarSubscriptionBean
- java.lang.Object
-
- org.silverpeas.core.web.subscription.bean.AbstractSubscriptionBean
-
- org.silverpeas.core.web.calendar.subscription.bean.CalendarSubscriptionBean
-
- All Implemented Interfaces:
Subscription
public class CalendarSubscriptionBean extends AbstractSubscriptionBean
- Author:
- silveryocha
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CalendarSubscriptionBean(Subscription subscription, Calendar calendar, 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
-
CalendarSubscriptionBean
protected CalendarSubscriptionBean(Subscription subscription, Calendar calendar, 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:
-
-