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, unregisterExtensionpublic Date getLimitDate(String label, Date from)
MarianneServiceReturn 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 MarianneServicepublic void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor) throws Exception
registerContribution in class DefaultComponentExceptionpublic void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
unregisterContribution in class DefaultComponentCopyright © 2013 Nuxeo SA. All Rights Reserved.