Uses of Class
org.granite.tide.data.DataEnabled

Packages that use DataEnabled
org.granite.tide   
org.granite.tide.cdi   
org.granite.tide.spring   
 

Uses of DataEnabled in org.granite.tide
 

Methods in org.granite.tide with parameters of type DataEnabled
protected  void TideServiceInvoker.prepareDataObserver(DataEnabled dataEnabled)
           
 

Uses of DataEnabled in org.granite.tide.cdi
 

Classes in org.granite.tide.cdi with annotations of type DataEnabled
 class TideDataPublishingInterceptor
          CDI interceptor to handle publishing of data changes instead of relying on the default behaviour This can be used outside of a HTTP Granite context and should be applied inside the security/transaction context
 

Uses of DataEnabled in org.granite.tide.spring
 

Methods in org.granite.tide.spring with parameters of type DataEnabled
<T> T
TideDataPublishingWrapper.execute(DataEnabled dataEnabled, Callable<T> action)
           
 Object TideDataPublishingAspect.invoke(org.aspectj.lang.ProceedingJoinPoint pjp, DataEnabled dataEnabled)