Uses of Interface
org.exoplatform.social.client.api.event.Lifecycle

Packages that use Lifecycle
org.exoplatform.social.client.api.event   
org.exoplatform.social.client.core.service   
org.exoplatform.social.client.core.util   
 

Uses of Lifecycle in org.exoplatform.social.client.api.event
 

Methods in org.exoplatform.social.client.api.event that return Lifecycle
 Lifecycle<M,L> LifecycleEvent.getSource()
          Return the Lifecycle on which this event occurred.
 

Constructors in org.exoplatform.social.client.api.event with parameters of type Lifecycle
LifecycleEvent(Lifecycle<M,L> source, String type)
          Construct a new LifecycleEvent with the specified parameters.
LifecycleEvent(Lifecycle<M,L> source, String type, L data)
          Construct a new LifecycleEvent with the specified parameters.
 

Uses of Lifecycle in org.exoplatform.social.client.core.service
 

Classes in org.exoplatform.social.client.core.service that implement Lifecycle
 class ActivityServiceImplV1Alpha1
          Implementation of ActivityService.
 class ActivityServiceImplV1Alpha2
          Implementation of ActivityService.
 class ActivityServiceImplV1Alpha3
          Implementation of ActivityService.
 class IdentityServiceImplV1Alpha1
          Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Jun 30, 2011
 class ServiceBase<M,S>
          Abstract implementation of the Lifecycle interface, CRUDLifecycle interface, and Service interface, moreover providing common functionality required when Service execution
 

Uses of Lifecycle in org.exoplatform.social.client.core.util
 

Constructors in org.exoplatform.social.client.core.util with parameters of type Lifecycle
LifecycleSupport(Lifecycle<M,L> lifecycle)
          Constructs a new LifecycleHelper object associated with the specified Lifecycle component.
 



Copyright © 2011-2012 eXo Platform. All Rights Reserved.