|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.silverpeas.subscription.bean.AbstractSubscriptionBean
public abstract class AbstractSubscriptionBean
User: Yohann Chastagnier Date: 25/02/13
Constructor Summary | |
---|---|
protected |
AbstractSubscriptionBean(com.silverpeas.subscribe.Subscription subscription,
ComponentInstLight component,
String language)
|
Method Summary | |
---|---|
ComponentInstLight |
getComponent()
Gets the component data. |
Date |
getCreationDate()
|
String |
getCreatorId()
|
protected Group |
getGroup()
Gets the group data. |
String |
getLanguage()
|
String |
getLink()
Gets the link to access the resource. |
String |
getPath()
Gets the path. |
com.silverpeas.subscribe.SubscriptionResource |
getResource()
|
SpaceInstLight |
getSpace()
Gets the space data. |
com.silverpeas.subscribe.SubscriptionSubscriber |
getSubscriber()
|
String |
getSubscriberName()
Gets the full name of the subscriber. |
com.silverpeas.subscribe.constant.SubscriptionMethod |
getSubscriptionMethod()
|
protected UserDetail |
getUser()
Gets the user data. |
boolean |
isReadOnly()
Indicates if the subscription is read only. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractSubscriptionBean(com.silverpeas.subscribe.Subscription subscription, ComponentInstLight component, String language)
Method Detail |
---|
public String getLanguage()
public com.silverpeas.subscribe.SubscriptionResource getResource()
getResource
in interface com.silverpeas.subscribe.Subscription
public com.silverpeas.subscribe.SubscriptionSubscriber getSubscriber()
getSubscriber
in interface com.silverpeas.subscribe.Subscription
public com.silverpeas.subscribe.constant.SubscriptionMethod getSubscriptionMethod()
getSubscriptionMethod
in interface com.silverpeas.subscribe.Subscription
public String getCreatorId()
getCreatorId
in interface com.silverpeas.subscribe.Subscription
public Date getCreationDate()
getCreationDate
in interface com.silverpeas.subscribe.Subscription
public boolean isReadOnly()
public String getPath()
public String getLink()
public String getSubscriberName()
protected UserDetail getUser()
protected Group getGroup()
public ComponentInstLight getComponent()
public SpaceInstLight getSpace()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |