Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.platform.ec.placeful.Annotation

Packages that use Annotation
org.nuxeo.ecm.platform.ec.notification   
org.nuxeo.ecm.platform.ec.placeful   
org.nuxeo.ecm.platform.ec.placeful.ejb   
org.nuxeo.ecm.platform.ec.placeful.interfaces   
org.nuxeo.ecm.webapp.theme.negotiation   
 

Uses of Annotation in org.nuxeo.ecm.platform.ec.notification
 

Subclasses of Annotation in org.nuxeo.ecm.platform.ec.notification
 class UserSubscription
           
 

Uses of Annotation in org.nuxeo.ecm.platform.ec.placeful
 

Subclasses of Annotation in org.nuxeo.ecm.platform.ec.placeful
 class SubscriptionConfig
           
 

Fields in org.nuxeo.ecm.platform.ec.placeful with type parameters of type Annotation
 java.util.List<java.lang.Class<? extends Annotation>> AnnotationDescriptor.annotationClasses
           
 

Methods in org.nuxeo.ecm.platform.ec.placeful that return Annotation
 Annotation PlacefulServiceImpl.getAnnotation(javax.persistence.EntityManager em, java.lang.String id, java.lang.String name)
           
 Annotation PlacefulServiceImpl.getAnnotation(java.lang.String uuid, java.lang.String name)
           
 

Methods in org.nuxeo.ecm.platform.ec.placeful that return types with arguments of type Annotation
 java.util.List<Annotation> PlacefulServiceImpl.getAllAnnotations(javax.persistence.EntityManager em, java.lang.String name)
           
 java.util.List<Annotation> PlacefulServiceImpl.getAllAnnotations(java.lang.String name)
           
 java.util.List<Annotation> PlacefulServiceImpl.getAnnotationListByParamMap(javax.persistence.EntityManager em, java.util.Map<java.lang.String,java.lang.Object> paramMap, java.lang.String name)
           
 java.util.List<Annotation> PlacefulServiceImpl.getAnnotationListByParamMap(java.util.Map<java.lang.String,java.lang.Object> paramMap, java.lang.String name)
           
 

Methods in org.nuxeo.ecm.platform.ec.placeful with parameters of type Annotation
 void PlacefulServiceImpl.removeAnnotation(Annotation annotation)
           
 void PlacefulServiceImpl.removeAnnotation(javax.persistence.EntityManager em, Annotation annotation)
           
 void PlacefulServiceImpl.setAnnotation(Annotation annotation)
           
 void PlacefulServiceImpl.setAnnotation(javax.persistence.EntityManager em, Annotation annotation)
           
 

Uses of Annotation in org.nuxeo.ecm.platform.ec.placeful.ejb
 

Methods in org.nuxeo.ecm.platform.ec.placeful.ejb that return Annotation
 Annotation PlacefulServiceBean.getAnnotation(java.lang.String id, java.lang.String name)
           
 

Methods in org.nuxeo.ecm.platform.ec.placeful.ejb that return types with arguments of type Annotation
 java.util.List<Annotation> PlacefulServiceBean.getAnnotationListByParamMap(java.util.Map<java.lang.String,java.lang.Object> paramMap, java.lang.String name)
           
 

Methods in org.nuxeo.ecm.platform.ec.placeful.ejb with parameters of type Annotation
 void PlacefulServiceBean.removeAnnotation(Annotation annotation)
           
 void PlacefulServiceBean.setAnnotation(Annotation annotation)
           
 

Uses of Annotation in org.nuxeo.ecm.platform.ec.placeful.interfaces
 

Methods in org.nuxeo.ecm.platform.ec.placeful.interfaces that return Annotation
 Annotation PlacefulService.getAnnotation(java.lang.String uuid, java.lang.String name)
           
 

Methods in org.nuxeo.ecm.platform.ec.placeful.interfaces that return types with arguments of type Annotation
 java.util.List<Annotation> PlacefulService.getAnnotationListByParamMap(java.util.Map<java.lang.String,java.lang.Object> paramMap, java.lang.String name)
           
 

Methods in org.nuxeo.ecm.platform.ec.placeful.interfaces with parameters of type Annotation
 void PlacefulService.removeAnnotation(Annotation annotation)
           
 void PlacefulService.setAnnotation(Annotation annotation)
           
 

Uses of Annotation in org.nuxeo.ecm.webapp.theme.negotiation
 

Subclasses of Annotation in org.nuxeo.ecm.webapp.theme.negotiation
 class LocalThemeConfig
          Local theme configuration entity.
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.