Nuxeo Enterprise Platform 5.4

org.nuxeo.correspondence.core.service
Class CorrespondenceDocumentTypeServiceImpl

java.lang.Object
  extended by org.nuxeo.runtime.model.DefaultComponent
      extended by org.nuxeo.correspondence.core.service.CorrespondenceDocumentTypeServiceImpl
All Implemented Interfaces:
Serializable, CorrespondenceDocumentTypeService, org.nuxeo.runtime.model.Adaptable, org.nuxeo.runtime.model.Component, org.nuxeo.runtime.model.Extensible

public class CorrespondenceDocumentTypeServiceImpl
extends org.nuxeo.runtime.model.DefaultComponent
implements CorrespondenceDocumentTypeService

Author:
Mariana Cedica
See Also:
Serialized Form

Constructor Summary
CorrespondenceDocumentTypeServiceImpl()
           
 
Method Summary
 void activate(org.nuxeo.runtime.model.ComponentContext context)
           
 String getOutgoingDocType()
           
 void registerContribution(Object contribution, String extensionPoint, org.nuxeo.runtime.model.ComponentInstance contributor)
           
 void unregisterContribution(Object contribution, String extensionPoint, org.nuxeo.runtime.model.ComponentInstance contributor)
           
 
Methods inherited from class org.nuxeo.runtime.model.DefaultComponent
applicationStarted, deactivate, getAdapter, registerExtension, unregisterExtension
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorrespondenceDocumentTypeServiceImpl

public CorrespondenceDocumentTypeServiceImpl()
Method Detail

activate

public void activate(org.nuxeo.runtime.model.ComponentContext context)
              throws Exception
Specified by:
activate in interface org.nuxeo.runtime.model.Component
Overrides:
activate in class org.nuxeo.runtime.model.DefaultComponent
Throws:
Exception

registerContribution

public void registerContribution(Object contribution,
                                 String extensionPoint,
                                 org.nuxeo.runtime.model.ComponentInstance contributor)
                          throws Exception
Overrides:
registerContribution in class org.nuxeo.runtime.model.DefaultComponent
Throws:
Exception

unregisterContribution

public void unregisterContribution(Object contribution,
                                   String extensionPoint,
                                   org.nuxeo.runtime.model.ComponentInstance contributor)
Overrides:
unregisterContribution in class org.nuxeo.runtime.model.DefaultComponent

getOutgoingDocType

public String getOutgoingDocType()
Specified by:
getOutgoingDocType in interface CorrespondenceDocumentTypeService

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.