Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.ec.placeful.ejb
Class PlacefulServiceBean

java.lang.Object
  extended by org.nuxeo.ecm.platform.ec.placeful.ejb.PlacefulServiceBean
All Implemented Interfaces:
EJBPlacefulService, PlacefulServiceLocal, PlacefulServiceRemote, PlacefulService

public class PlacefulServiceBean
extends java.lang.Object
implements PlacefulServiceLocal, PlacefulServiceRemote

Author:
Ruslan Spivak

Field Summary
 
Fields inherited from interface org.nuxeo.ecm.platform.ec.placeful.interfaces.PlacefulService
ID
 
Constructor Summary
PlacefulServiceBean()
           
 
Method Summary
 Annotation getAnnotation(java.lang.String id, java.lang.String name)
           
 java.util.List<Annotation> getAnnotationListByParamMap(java.util.Map<java.lang.String,java.lang.Object> paramMap, java.lang.String name)
           
 java.util.Map<java.lang.String,java.lang.String> getAnnotationRegistry()
           
 void initialize()
           
 void removeAnnotation(Annotation annotation)
           
 void removeAnnotationListByParamMap(java.util.Map<java.lang.String,java.lang.Object> paramMap, java.lang.String name)
           
 void setAnnotation(Annotation annotation)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlacefulServiceBean

public PlacefulServiceBean()
Method Detail

initialize

@PostConstruct
public void initialize()

getAnnotation

public Annotation getAnnotation(java.lang.String id,
                                java.lang.String name)
Specified by:
getAnnotation in interface PlacefulService

getAnnotationListByParamMap

public java.util.List<Annotation> getAnnotationListByParamMap(java.util.Map<java.lang.String,java.lang.Object> paramMap,
                                                              java.lang.String name)
Specified by:
getAnnotationListByParamMap in interface PlacefulService

removeAnnotationListByParamMap

public void removeAnnotationListByParamMap(java.util.Map<java.lang.String,java.lang.Object> paramMap,
                                           java.lang.String name)
Specified by:
removeAnnotationListByParamMap in interface PlacefulService

setAnnotation

public void setAnnotation(Annotation annotation)
Specified by:
setAnnotation in interface PlacefulService

removeAnnotation

public void removeAnnotation(Annotation annotation)
Specified by:
removeAnnotation in interface PlacefulService

getAnnotationRegistry

public java.util.Map<java.lang.String,java.lang.String> getAnnotationRegistry()
Specified by:
getAnnotationRegistry in interface PlacefulService

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.