Uses of Interface
com.lyncode.xoai.dataprovider.services.api.DateProvider
-
-
Uses of DateProvider in com.lyncode.xoai.dataprovider
Methods in com.lyncode.xoai.dataprovider with parameters of type DateProvider Modifier and Type Method Description static voidOAIDataProvider. setDateFormatter(DateProvider newFormat) -
Uses of DateProvider in com.lyncode.xoai.dataprovider.handlers
Methods in com.lyncode.xoai.dataprovider.handlers that return DateProvider Modifier and Type Method Description protected DateProviderVerbHandler. getFormatter() -
Uses of DateProvider in com.lyncode.xoai.dataprovider.services.impl
Classes in com.lyncode.xoai.dataprovider.services.impl that implement DateProvider Modifier and Type Class Description classBaseDateProvider -
Uses of DateProvider in com.lyncode.xoai.dataprovider.xml
Constructors in com.lyncode.xoai.dataprovider.xml with parameters of type DateProvider Constructor Description XmlOutputContext(DateProvider formatter, XMLStreamWriter writer, Granularity granularity) -
Uses of DateProvider in com.lyncode.xoai.serviceprovider
Methods in com.lyncode.xoai.serviceprovider that return DateProvider Modifier and Type Method Description DateProviderOAIServiceConfiguration. getFormatter()Constructors in com.lyncode.xoai.serviceprovider with parameters of type DateProvider Constructor Description OAIServiceConfiguration(DateProvider formatter) -
Uses of DateProvider in com.lyncode.xoai.serviceprovider.core
Constructors in com.lyncode.xoai.serviceprovider.core with parameters of type DateProvider Constructor Description Parameters(DateProvider formatter)Parameters(DateProvider formatter, String baseURL)
-