public class BusinessDaysServiceImpl extends DefaultComponent implements BusinessDaysService
lastModified| Constructor and Description |
|---|
BusinessDaysServiceImpl() |
| 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, setModifiedNow, unregisterExtensionpublic BusinessDaysServiceImpl()
public Date getLimitDate(String label, Date from)
BusinessDaysServiceReturn the limit date for the given label. The labels are declared using the extension point "limitDate" of the component "org.nuxeo.business.days.management.BusinessDaysService".
getLimitDate in interface BusinessDaysServicepublic void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
registerContribution in class DefaultComponentpublic void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
unregisterContribution in class DefaultComponentCopyright © 2016 Nuxeo SA. All rights reserved.