Uses of Class
org.pentaho.reporting.engine.classic.core.modules.gui.base.date.SerialDate

Packages that use SerialDate
org.pentaho.reporting.engine.classic.core.modules.gui.base.date   
 

Uses of SerialDate in org.pentaho.reporting.engine.classic.core.modules.gui.base.date
 

Subclasses of SerialDate in org.pentaho.reporting.engine.classic.core.modules.gui.base.date
 class SpreadsheetDate
          Deprecated.  
 

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.base.date that return SerialDate
static SerialDate SerialDate.addDays(int days, SerialDate base)
          Deprecated. Creates a new date by adding the specified number of days to the base date.
static SerialDate SerialDate.addMonths(int months, SerialDate base)
          Deprecated. Creates a new date by adding the specified number of months to the base date.
static SerialDate SerialDate.addYears(int years, SerialDate base)
          Deprecated. Creates a new date by adding the specified number of years to the base date.
static SerialDate SerialDate.createInstance(Date date)
          Deprecated. Factory method that returns an instance of a subclass of SerialDate.
static SerialDate SerialDate.createInstance(int serial)
          Deprecated. Factory method that returns an instance of some concrete subclass of SerialDate.
static SerialDate SerialDate.createInstance(int day, int month, int yyyy)
          Deprecated. Factory method that returns an instance of some concrete subclass of SerialDate.
abstract  SerialDate AnnualDateRule.getDate(int year)
          Deprecated. Returns the date for this rule, given the year.
 SerialDate EasterSundayRule.getDate(int year)
          Deprecated. Returns the date of Easter Sunday for the given year.
 SerialDate RelativeDayOfWeekRule.getDate(int year)
          Deprecated. Returns the date generated by this rule, for the specified year.
 SerialDate DayOfWeekInMonthRule.getDate(int year)
          Deprecated. Return the date for this rule, given the year.
 SerialDate DayAndMonthRule.getDate(int yyyy)
          Deprecated. Returns the date, given the year.
 SerialDate SerialDate.getEndOfCurrentMonth(SerialDate base)
          Deprecated. Rolls the date forward to the last day of the month.
 SerialDate SerialDate.getFollowingDayOfWeek(int targetDOW)
          Deprecated. Returns the earliest date that falls on the specified day-of-the-week and is AFTER this date.
static SerialDate SerialDate.getFollowingDayOfWeek(int targetWeekday, SerialDate base)
          Deprecated. Returns the earliest date that falls on the specified day-of-the-week and is AFTER the base date.
 SerialDate SerialDate.getNearestDayOfWeek(int targetDOW)
          Deprecated. Returns the nearest date that falls on the specified day-of-the-week.
static SerialDate SerialDate.getNearestDayOfWeek(int targetDOW, SerialDate base)
          Deprecated. Returns the date that falls on the specified day-of-the-week and is CLOSEST to the base date.
 SerialDate SerialDate.getPreviousDayOfWeek(int targetDOW)
          Deprecated. Returns the latest date that falls on the specified day-of-the-week and is BEFORE this date.
static SerialDate SerialDate.getPreviousDayOfWeek(int targetWeekday, SerialDate base)
          Deprecated. Returns the latest date that falls on the specified day-of-the-week and is BEFORE the base date.
 

Methods in org.pentaho.reporting.engine.classic.core.modules.gui.base.date with parameters of type SerialDate
static SerialDate SerialDate.addDays(int days, SerialDate base)
          Deprecated. Creates a new date by adding the specified number of days to the base date.
static SerialDate SerialDate.addMonths(int months, SerialDate base)
          Deprecated. Creates a new date by adding the specified number of months to the base date.
static SerialDate SerialDate.addYears(int years, SerialDate base)
          Deprecated. Creates a new date by adding the specified number of years to the base date.
 int SpreadsheetDate.compare(SerialDate other)
          Deprecated. Returns the difference (in days) between this date and the specified 'other' date.
abstract  int SerialDate.compare(SerialDate other)
          Deprecated. Returns the difference (in days) between this date and the specified 'other' date.
static int SerialDateUtilities.countFeb29s(SerialDate start, SerialDate end)
          Deprecated. Returns the number of times that February 29 falls within the specified date range.
static int SerialDateUtilities.dayCount30(SerialDate start, SerialDate end)
          Deprecated. Returns the number of days between the specified start and end dates, assuming that there are thirty days in every month (that is, corresponding to the 30/360 day-count convention).
static int SerialDateUtilities.dayCount30E(SerialDate start, SerialDate end)
          Deprecated. Returns the number of days between the specified start and end dates, assuming that there are thirty days in every month, and applying the European adjustment (that is, corresponding to the 30E/360 day-count convention).
static int SerialDateUtilities.dayCount30ISDA(SerialDate start, SerialDate end)
          Deprecated. Returns the number of days between the specified start and end dates, assuming that there are thirty days in every month, and applying the ISDA adjustments (that is, corresponding to the 30/360 (ISDA) day-count convention).
static int SerialDateUtilities.dayCount30PSA(SerialDate start, SerialDate end)
          Deprecated. Returns the number of days between the specified start and end dates, assuming that there are thirty days in every month, and applying the PSA adjustments (that is, corresponding to the 30/360 (PSA) day-count convention).
static int SerialDateUtilities.dayCountActual(SerialDate start, SerialDate end)
          Deprecated. Returns the actual number of days between two dates.
 SerialDate SerialDate.getEndOfCurrentMonth(SerialDate base)
          Deprecated. Rolls the date forward to the last day of the month.
static SerialDate SerialDate.getFollowingDayOfWeek(int targetWeekday, SerialDate base)
          Deprecated. Returns the earliest date that falls on the specified day-of-the-week and is AFTER the base date.
static SerialDate SerialDate.getNearestDayOfWeek(int targetDOW, SerialDate base)
          Deprecated. Returns the date that falls on the specified day-of-the-week and is CLOSEST to the base date.
static SerialDate SerialDate.getPreviousDayOfWeek(int targetWeekday, SerialDate base)
          Deprecated. Returns the latest date that falls on the specified day-of-the-week and is BEFORE the base date.
 boolean SpreadsheetDate.isAfter(SerialDate other)
          Deprecated. Returns true if this SerialDate represents the same date as the specified SerialDate.
abstract  boolean SerialDate.isAfter(SerialDate other)
          Deprecated. Returns true if this SerialDate represents the same date as the specified SerialDate.
 boolean SpreadsheetDate.isBefore(SerialDate other)
          Deprecated. Returns true if this SerialDate represents an earlier date compared to the specified SerialDate.
abstract  boolean SerialDate.isBefore(SerialDate other)
          Deprecated. Returns true if this SerialDate represents an earlier date compared to the specified SerialDate.
 boolean SpreadsheetDate.isInRange(SerialDate d1, SerialDate d2)
          Deprecated. Returns true if this SerialDate is within the specified range (INCLUSIVE).
abstract  boolean SerialDate.isInRange(SerialDate d1, SerialDate d2)
          Deprecated. Returns true if this SerialDate is within the specified range (INCLUSIVE).
 boolean SpreadsheetDate.isInRange(SerialDate d1, SerialDate d2, int include)
          Deprecated. Returns true if this SerialDate is within the specified range (caller specifies whether or not the end-points are included).
abstract  boolean SerialDate.isInRange(SerialDate d1, SerialDate d2, int include)
          Deprecated. Returns true if this SerialDate is within the specified range (caller specifies whether or not the end-points are included).
static boolean SerialDateUtilities.isLastDayOfFebruary(SerialDate d)
          Deprecated. Returns true if the specified date is the last day in February (that is, the 28th in non-leap years, and the 29th in leap years).
 boolean SpreadsheetDate.isOn(SerialDate other)
          Deprecated. Returns true if this SerialDate represents the same date as the specified SerialDate.
abstract  boolean SerialDate.isOn(SerialDate other)
          Deprecated. Returns true if this SerialDate represents the same date as the specified SerialDate.
 boolean SpreadsheetDate.isOnOrAfter(SerialDate other)
          Deprecated. Returns true if this SerialDate represents the same date as the specified SerialDate.
abstract  boolean SerialDate.isOnOrAfter(SerialDate other)
          Deprecated. Returns true if this SerialDate represents the same date as the specified SerialDate.
 boolean SpreadsheetDate.isOnOrBefore(SerialDate other)
          Deprecated. Returns true if this SerialDate represents the same date as the specified SerialDate.
abstract  boolean SerialDate.isOnOrBefore(SerialDate other)
          Deprecated. Returns true if this SerialDate represents the same date as the specified SerialDate.