public class PlacefulServiceImpl extends DefaultComponent implements PlacefulService
ID| Constructor and Description | 
|---|
| PlacefulServiceImpl() | 
activate, getAdapter, getLastModified, registerExtension, setLastModified, unregisterExtensionpublic PersistenceProvider getOrCreatePersistenceProvider()
public HibernateConfiguration getOrCreateHibernateConfiguration()
public void deactivate(ComponentContext context) throws Exception
ComponentThis method is called by the runtime when a component is deactivated.
deactivate in interface Componentdeactivate in class DefaultComponentcontext - the runtime contextException - if an error occurs during activationpublic void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor) throws Exception
registerContribution in class DefaultComponentExceptionpublic int getApplicationStartedOrder()
ComponentComponent.applicationStarted(org.nuxeo.runtime.model.ComponentContext).
 Components are notified in increasing order. Order 1000 is the default order for components that don't care. Order 100 is the repository initialization.
getApplicationStartedOrder in interface ComponentgetApplicationStartedOrder in class DefaultComponentpublic void applicationStarted(ComponentContext context) throws Exception
ComponentapplicationStarted in interface ComponentapplicationStarted in class DefaultComponentExceptionpublic void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor) throws Exception
unregisterContribution in class DefaultComponentExceptionpublic Map<String,String> getAnnotationRegistry()
getAnnotationRegistry in interface PlacefulServicepublic Annotation getAnnotation(javax.persistence.EntityManager em, String id, String name)
public List<Annotation> getAllAnnotations(javax.persistence.EntityManager em, String name)
public List<Annotation> getAllAnnotations(String name)
public Annotation getAnnotation(String uuid, String name)
getAnnotation in interface PlacefulServicepublic List<Annotation> getAnnotationListByParamMap(javax.persistence.EntityManager em, Map<String,Object> paramMap, String name)
public List<Annotation> getAnnotationListByParamMap(Map<String,Object> paramMap, String name)
getAnnotationListByParamMap in interface PlacefulServicepublic void removeAnnotationListByParamMap(javax.persistence.EntityManager em,
                                  Map<String,Object> paramMap,
                                  String name)
public void removeAnnotationListByParamMap(Map<String,Object> paramMap, String name)
removeAnnotationListByParamMap in interface PlacefulServicepublic void setAnnotation(javax.persistence.EntityManager em,
                 Annotation annotation)
public void setAnnotation(Annotation annotation)
setAnnotation in interface PlacefulServicepublic void removeAnnotation(javax.persistence.EntityManager em,
                    Annotation annotation)
public void removeAnnotation(Annotation annotation)
removeAnnotation in interface PlacefulServiceCopyright © 2014 Nuxeo SA. All rights reserved.