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

Packages that use DateProvider
com.taleo.integration.client.customstep.lrd   
 

Uses of DateProvider in com.taleo.integration.client.customstep.lrd
 

Classes in com.taleo.integration.client.customstep.lrd that implement DateProvider
 class FileDateProvider
          Date provider that uses a date stored on file.
 class FixedDateProvider
          Date provider that uses the date it is given.
 class LocalDateProvider
          Date provider that uses the current date from the local server.
 

Constructors in com.taleo.integration.client.customstep.lrd with parameters of type DateProvider
FileDateProvider(java.io.File file, DateProvider baseProvider)
          Constructor with the file and base provider.
FileDateProvider(java.io.File file, DateProvider baseProvider, boolean reset)
          Constructor with the file, base provider and reset flag.
RunDateManager(java.io.File file, DateProvider dateProvider)
          Constructor with the file to store the last run date and the date provider.
RunDateManager(java.io.File file, DateProvider dateProvider, double maxExtractDays)
          Constructor with the file to store the last run date, the date provider and the maximum number of days to extract.
RunDateManager(java.io.File file, DateProvider dateProvider, double maxExtractDays, java.lang.String dateTimeMask)
          Constructor with the file to store the last run date, the date provider and the maximum number of days to extract.