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, deactivate, getAdapter, getLastModified, registerExtension, setLastModified, setModifiedNow, start, stop, unregisterExtension
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applicationStarted, getApplicationStartedOrder
public BusinessDaysServiceImpl()
public Date getLimitDate(String label, Date from)
BusinessDaysService
Return 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 BusinessDaysService
public void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
registerContribution
in class DefaultComponent
public void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
unregisterContribution
in class DefaultComponent
Copyright © 2018 Nuxeo. All rights reserved.