
Public Member Functions | |
| Object | date () |
| String | displayString () |
| ERXQueryRecentDates (WOContext aContext) | |
| NSArray | indexes () |
| void | setDate (Integer dateIndex) |
Public Attributes | |
| Integer | dateItem |
| WODisplayGroup | displayGroup |
| String | key |
Static Public Attributes | |
| static final Logger | log = Logger.getLogger(ERXQueryRecentDates.class) |
Static Package Attributes | |
| static final int[] | daysAgoArray = { 0,1,3,7,30,90,180 } |
| static final String[] | daysAgoString |
Static Private Attributes | |
| static NSArray | indexes = new NSArray(indices) |
| static final Integer[] | indices |
displayGroup key
| ERXQueryRecentDates | ( | WOContext | aContext | ) |
| Object date | ( | ) |
| String displayString | ( | ) |
| NSArray indexes | ( | ) |
| void setDate | ( | Integer | dateIndex | ) |
| Integer dateItem |
final int [] daysAgoArray = { 0,1,3,7,30,90,180 } [static, package] |
final String [] daysAgoString [static, package] |
Initial value:
{
"-",
"day",
"3 days",
"week",
"month",
"3 months",
"6 months"
}
| WODisplayGroup displayGroup |
final Integer [] indices [static, private] |
Initial value:
{
ERXConstant.ZeroInteger,
ERXConstant.OneInteger,
ERXConstant.TwoInteger,
ERXConstant.integerForInt(3),
ERXConstant.integerForInt(4),
ERXConstant.integerForInt(5),
ERXConstant.integerForInt(6) }
1.5.8