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 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(String id, String name)
           
 List<Annotation> getAnnotationListByParamMap(Map<String,Object> paramMap, String name)
           
 Map<String,String> getAnnotationRegistry()
           
 void initialize()
           
 void removeAnnotation(Annotation annotation)
           
 void removeAnnotationListByParamMap(Map<String,Object> paramMap, 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(String id,
                                String name)
Specified by:
getAnnotation in interface PlacefulService

getAnnotationListByParamMap

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

removeAnnotationListByParamMap

public void removeAnnotationListByParamMap(Map<String,Object> paramMap,
                                           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 Map<String,String> getAnnotationRegistry()
Specified by:
getAnnotationRegistry in interface PlacefulService

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.