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

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

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

Methods in org.exoplatform.social.client.api.event that return CRUDLifecycle
 CRUDLifecycle<M> CRUDLifecycleEvent.getSource()
          Returns the CRUDLifecycle on which this event occurred.
 

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

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

Classes in org.exoplatform.social.client.core.service that implement CRUDLifecycle
 class ActivityServiceImplV1Alpha1
          Implementation of ActivityService.
 class ActivityServiceImplV1Alpha2
          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 CRUDLifecycle in org.exoplatform.social.client.core.util
 

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



Copyright © 2011 eXo Platform. All Rights Reserved.