|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.silverpeas.subscription.SubscriptionContext
public class SubscriptionContext
User: Yohann Chastagnier Date: 04/03/13
Constructor Summary | |
---|---|
SubscriptionContext(UserDetail user,
UserPreferences userPreferences)
Default constructor |
Method Summary | |
---|---|
String |
getDestinationUrl()
Gets the destination URL. |
Collection<SubscriptionResourcePath> |
getPath()
Gets the path aimed by the subscription. |
SubscriptionResource |
getResource()
Gets the resource aimed by the subscription. |
UserDetail |
getUser()
Gets the current user. |
void |
initialize(SubscriptionResource resource)
Initializing all context data excepted ones of the user. |
void |
initialize(SubscriptionResource resource,
Collection<SubscriptionResourcePath> resourcePath)
Initializing all context data excepted ones of the user. |
void |
initializeFromNode(SubscriptionResource resource,
Collection<NodeDetail> nodePath)
Initializing all context data excepted ones of the user. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubscriptionContext(UserDetail user, UserPreferences userPreferences)
Method Detail |
---|
public void initialize(SubscriptionResource resource)
resource
- public void initialize(SubscriptionResource resource, Collection<SubscriptionResourcePath> resourcePath)
resource
- resourcePath
- public void initializeFromNode(SubscriptionResource resource, Collection<NodeDetail> nodePath)
resource
- nodePath
- public UserDetail getUser()
public SubscriptionResource getResource()
public Collection<SubscriptionResourcePath> getPath()
public String getDestinationUrl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |