public class MarianneServiceImpl extends DefaultComponent implements MarianneService
Constructor and Description |
---|
MarianneServiceImpl() |
Modifier and Type | Method and Description |
---|---|
Date |
getLimitDate(String label,
Date from)
Return the limit date for the given label.
|
void |
registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
void |
unregisterContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
activate, applicationStarted, deactivate, getAdapter, getApplicationStartedOrder, getLastModified, registerExtension, setLastModified, unregisterExtension
public Date getLimitDate(String label, Date from)
MarianneService
Return the limit date for the given label. The labels are declared using the extension point "limitDate" of the component "org.nuxeo.correspondence.marianneService".
getLimitDate
in interface MarianneService
public void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor) throws Exception
registerContribution
in class DefaultComponent
Exception
public void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
unregisterContribution
in class DefaultComponent
Copyright © 2013 Nuxeo SA. All Rights Reserved.