Package org.silverpeas.core.web.subscription.bean
-
Interface Summary Interface Description SubscriptionBeanService This interface defines some services for which it exists one default implementations and potentially one perSubscriptionResourceType
instances. -
Class Summary Class Description AbstractSubscriptionBean Abstract class that defines all the common properties of the different concrete type of a subscription.AbstractSubscriptionBeanService ComponentSubscriptionBean User: Yohann Chastagnier Date: 25/02/13DefaultSubscriptionBeanService This class is implementingInitialization
, no annotation appears in order to be taken into account by CDI.
The service will be taken in charge by initialization treatments.NodeSubscriptionBean User: Yohann Chastagnier Date: 25/02/13SubscriptionBeanProvider This common subscription bean provider can return results from a defaultSubscriptionBeanService
implementations that compute basic operations or from an implementation provided by the component itself in order to compute a result that takes into account specific component rules.