|
||||||||||
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(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. |
SubscriptionResource |
getResource()
|
SpaceInstLight |
getSpace()
Gets the space data. |
SubscriptionSubscriber |
getSubscriber()
|
String |
getSubscriberName()
Gets the full name of the subscriber. |
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(Subscription subscription, ComponentInstLight component, String language)
Method Detail |
---|
public String getLanguage()
public SubscriptionResource getResource()
getResource
in interface Subscription
public SubscriptionSubscriber getSubscriber()
getSubscriber
in interface Subscription
public SubscriptionMethod getSubscriptionMethod()
getSubscriptionMethod
in interface Subscription
public String getCreatorId()
getCreatorId
in interface Subscription
public Date getCreationDate()
getCreationDate
in interface 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 |