com.atlassian.jira.issue.customfields.converters
Class DatePickerConverterImpl
java.lang.Object
com.atlassian.jira.issue.customfields.converters.DatePickerConverterImpl
- All Implemented Interfaces:
- DateConverter, DatePickerConverter
public class DatePickerConverterImpl
- extends Object
- implements DatePickerConverter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatePickerConverterImpl
public DatePickerConverterImpl(JiraAuthenticationContext jiraAuthenticationContext)
getString
public String getString(Date value)
- Specified by:
getString
in interface DateConverter
- Specified by:
getString
in interface DatePickerConverter
getTimestamp
public Timestamp getTimestamp(String stringValue)
throws FieldValidationException
- Specified by:
getTimestamp
in interface DateConverter
- Specified by:
getTimestamp
in interface DatePickerConverter
- Throws:
FieldValidationException
Copyright © 2002-2011 Atlassian. All Rights Reserved.