com.taleo.integration.client.customstep.lrd
Interface DateProvider

All Known Implementing Classes:
FileDateProvider, FixedDateProvider, LocalDateProvider

public interface DateProvider

Interface for date providers.

Author:
Romain Guay - Taleo

Field Summary
static int DEFAULT_LRD_MINUTE_ADJUSTMENT
          Default value for lrd.filtering.minute.adjustment.computer system property.
static java.lang.String PROP_MINUTE_ADJUSTEMENT
          Constant representing the system property to use to override the default value used for the LRD filter for the computer.
 
Method Summary
 java.util.Date getDate()
          Return the date.
 

Field Detail

PROP_MINUTE_ADJUSTEMENT

static final java.lang.String PROP_MINUTE_ADJUSTEMENT
Constant representing the system property to use to override the default value used for the LRD filter for the computer.

See Also:
Constant Field Values

DEFAULT_LRD_MINUTE_ADJUSTMENT

static final int DEFAULT_LRD_MINUTE_ADJUSTMENT
Default value for lrd.filtering.minute.adjustment.computer system property.

See Also:
Constant Field Values
Method Detail

getDate

java.util.Date getDate()
Return the date.

Returns: