|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of JbbDate in com.quadrique.jbuildingblocks.core |
|---|
| Methods in com.quadrique.jbuildingblocks.core that return JbbDate | |
|---|---|
static JbbDate |
JbbFactory.newJbbDate()
|
static JbbDate |
JbbFactory.newJbbDate(Date date)
|
static JbbDate |
JbbFactory.newJbbDate(Date date,
Locale locale)
|
static JbbDate |
JbbFactory.newJbbDate(Date date,
Locale locale,
TimeZone timeZone)
|
static JbbDate |
JbbFactory.newJbbDate(int year,
int month,
int day)
|
static JbbDate |
JbbFactory.newJbbDate(int year,
int month,
int day,
int hour,
int minute,
int second,
int millisecond)
|
static JbbDate |
JbbFactory.newJbbDate(int year,
int month,
int day,
int hour,
int minute,
int second,
int millisecond,
Locale locale)
|
static JbbDate |
JbbFactory.newJbbDate(int year,
int month,
int day,
int hour,
int minute,
int second,
int millisecond,
Locale locale,
TimeZone timeZone)
|
static JbbDate |
JbbFactory.newJbbDate(int year,
int month,
int day,
Locale locale)
|
static JbbDate |
JbbFactory.newJbbDate(int year,
int month,
int day,
Locale locale,
TimeZone timeZone)
|
static JbbDate |
JbbFactory.newJbbDate(Locale locale)
|
static JbbDate |
JbbFactory.newJbbDate(Locale locale,
TimeZone timeZone)
|
static JbbDate |
JbbFactory.newJbbDate(long date)
|
static JbbDate |
JbbFactory.newJbbDate(long date,
Locale locale)
|
static JbbDate |
JbbFactory.newJbbDate(long date,
Locale locale,
TimeZone timeZone)
|
static JbbDate |
JbbFactory.newJbbDateFromRfc822String(String rfc822DateTime)
|
static JbbDate |
JbbFactory.newJbbDateFromRfc822String(String rfc822DateTime,
Locale locale)
|
static JbbDate |
JbbFactory.newJbbDateFromRfc822String(String rfc822DateTime,
Locale locale,
TimeZone timeZone)
|
static JbbDate |
JbbFactory.newJbbDateFromXsdString(String xsdDateTime)
|
static JbbDate |
JbbFactory.newJbbDateFromXsdString(String xsdDateTime,
Locale locale)
|
static JbbDate |
JbbFactory.newJbbDateFromXsdString(String xsdDateTime,
Locale locale,
TimeZone timeZone)
|
| Uses of JbbDate in com.quadrique.jbuildingblocks.core.google.calendar |
|---|
| Methods in com.quadrique.jbuildingblocks.core.google.calendar that return JbbDate | |
|---|---|
JbbDate |
JbbGCalendarQuery.getFrom()
|
JbbDate |
JbbGCalendarQuery.getTo()
|
| Methods in com.quadrique.jbuildingblocks.core.google.calendar with parameters of type JbbDate | |
|---|---|
com.google.gdata.data.calendar.CalendarEventEntry |
JbbGCalendar.addEvent(JbbGCalendarUser user,
String eventTitle,
String eventContent,
JbbDate startTime,
JbbDate endTime)
to add a single (non recurrent) event |
List<JbbDateSpan> |
JbbGCalendar.getAvailableDateSpans(JbbGCalendarUser user,
JbbDate from,
JbbDate to,
int minNbOfMinutes)
|
List<JbbDateSpan> |
JbbGCalendar.getBusyDateSpans(JbbGCalendarUser user,
JbbDate from,
JbbDate to)
|
com.google.gdata.data.calendar.CalendarEventEntry |
JbbGCalendar.modifyEventSchedule(com.google.gdata.data.calendar.CalendarEventEntry entry,
JbbDate newStartTime,
JbbDate newEndTime)
Reschedule to the specified date. |
com.google.gdata.data.calendar.CalendarEventEntry |
JbbGCalendar.modifyEventSchedule(JbbGCalendarUser user,
URL entryUrl,
JbbDate newStartTime,
JbbDate newEndTime)
Reschedule to the specified date. |
void |
JbbGCalendar.removeEvents(JbbGCalendarUser user,
JbbDate from,
JbbDate to)
Removes all the events that are starting in the given date range |
void |
JbbGCalendarQuery.setFrom(JbbDate from)
|
void |
JbbGCalendarQuery.setTo(JbbDate to)
|
| Uses of JbbDate in com.quadrique.jbuildingblocks.core.google.contacts |
|---|
| Methods in com.quadrique.jbuildingblocks.core.google.contacts with parameters of type JbbDate | |
|---|---|
void |
JbbGContactsQuery.setUpdateTime(JbbDate updateTime)
|
| Uses of JbbDate in com.quadrique.jbuildingblocks.core.time |
|---|
| Methods in com.quadrique.jbuildingblocks.core.time that return JbbDate | |
|---|---|
JbbDate |
JbbDate.getBeginningOfDay()
|
JbbDate |
JbbDate.getBeginningOfMonth()
|
JbbDate |
JbbDate.getBeginningOfMonth(int month)
|
JbbDate |
JbbDate.getBeginningOfQuarter()
|
JbbDate |
JbbDate.getBeginningOfQuarter(int quarterNumber)
|
JbbDate |
JbbDate.getBeginningOfWeek()
|
JbbDate |
JbbDate.getBeginningOfWeek(int weekNumber)
|
JbbDate |
JbbDate.getBeginningOfYear()
|
JbbDate |
JbbDate.getEndOfDay()
|
JbbDate |
JbbDate.getEndOfMonth()
|
JbbDate |
JbbDate.getEndOfMonth(int month)
|
JbbDate |
JbbDate.getEndOfQuarter()
|
JbbDate |
JbbDate.getEndOfQuarter(int quarterNumber)
|
JbbDate |
JbbDate.getEndOfWeek()
|
JbbDate |
JbbDate.getEndOfWeek(int weekNumber)
|
JbbDate |
JbbDate.getEndOfYear()
|
JbbDate |
JbbDateSpan.getFrom()
|
JbbDate |
JbbDate.getMonth(int month)
|
JbbDate |
JbbDate.getNextBusinessDay()
|
JbbDate |
JbbDate.getNextDay()
|
JbbDate |
JbbDate.getNextMonth()
|
JbbDate |
JbbDate.getNextNBusinessDay(int nbOfBusinessDays)
|
JbbDate |
JbbDate.getNextNDay(int numberOfDaysToAdd)
|
JbbDate |
JbbDate.getNextNMonth(int nbMonths)
|
JbbDate |
JbbDate.getNextNWeek(int nbWeeks)
|
JbbDate |
JbbDate.getNextNYears(int nbYears)
|
JbbDate |
JbbDate.getNextWeek()
|
JbbDate |
JbbDate.getNextYear()
|
JbbDate |
JbbDate.getNthDayOfMonth(int dayNumber)
|
JbbDate |
JbbDate.getNthDayOfWeek(int dayNumber)
|
JbbDate |
JbbDate.getNthDayOfWeek(int weekNumber,
int dayNumber)
|
JbbDate |
JbbDate.getNthDayOfWeekOnOrAfter(int dayOfTheWeek,
int hour,
int minute,
int second,
int millisecond)
|
JbbDate |
JbbDate.getNthDayOfYear(int dayNumber)
|
JbbDate |
JbbDate.getPreviousBusinessDay()
|
JbbDate |
JbbDate.getPreviousDay()
|
JbbDate |
JbbDate.getPreviousMonth()
|
JbbDate |
JbbDate.getPreviousNBusinessDay(int nbOfBusinessDays)
|
JbbDate |
JbbDate.getPreviousNDay(int nbDays)
|
JbbDate |
JbbDate.getPreviousNMonth(int nbMonth)
|
JbbDate |
JbbDate.getPreviousNWeek(int nbWeeks)
|
JbbDate |
JbbDate.getPreviousNYear(int nbYears)
|
JbbDate |
JbbDate.getPreviousWeek()
|
JbbDate |
JbbDate.getPreviousYear()
|
JbbDate |
JbbDate.getSameDayWithDifferentTime(int hour,
int minute,
int second,
int millisecond)
|
JbbDate |
JbbDateSpan.getTo()
|
JbbDate |
JbbDate.getYear(int year)
|
static JbbDate |
JbbDate.newInstance()
factory method |
static JbbDate |
JbbDate.newInstance(Date date)
Factory method |
static JbbDate |
JbbDate.newInstance(Date date,
Locale locale)
Factory method |
static JbbDate |
JbbDate.newInstance(Date date,
Locale locale,
TimeZone timeZone)
Factory method |
static JbbDate |
JbbDate.newInstance(int year,
int month,
int day)
|
static JbbDate |
JbbDate.newInstance(int year,
int month,
int day,
int hour,
int minute,
int second,
int millisecond)
|
static JbbDate |
JbbDate.newInstance(int year,
int month,
int day,
int hour,
int minute,
int second,
int millisecond,
Locale locale)
|
static JbbDate |
JbbDate.newInstance(int year,
int month,
int day,
int hour,
int minute,
int second,
int milliseconds,
Locale locale,
TimeZone timeZone)
|
static JbbDate |
JbbDate.newInstance(int year,
int month,
int day,
Locale locale)
|
static JbbDate |
JbbDate.newInstance(int year,
int month,
int day,
Locale locale,
TimeZone timeZone)
|
static JbbDate |
JbbDate.newInstance(Locale locale)
factory method |
static JbbDate |
JbbDate.newInstance(Locale locale,
TimeZone timeZone)
factory method |
static JbbDate |
JbbDate.newInstance(long date)
Factory method |
static JbbDate |
JbbDate.newInstance(long date,
Locale locale)
Factory method |
static JbbDate |
JbbDate.newInstance(long date,
Locale locale,
TimeZone timeZone)
Factory method |
static JbbDate |
JbbDate.newInstanceFromRfc822String(String xsdDateTime)
|
static JbbDate |
JbbDate.newInstanceFromRfc822String(String xsdDateTime,
Locale locale)
|
static JbbDate |
JbbDate.newInstanceFromRfc822String(String xsdDateTime,
Locale locale,
TimeZone timeZone)
|
static JbbDate |
JbbDate.newInstanceFromXsdString(String xsdDateTime)
|
static JbbDate |
JbbDate.newInstanceFromXsdString(String xsdDateTime,
Locale locale)
|
static JbbDate |
JbbDate.newInstanceFromXsdString(String xsdDateTime,
Locale locale,
TimeZone timeZone)
|
| Methods in com.quadrique.jbuildingblocks.core.time with parameters of type JbbDate | |
|---|---|
int |
JbbDate.compareTo(JbbDate date)
convenience method to compare 2 JbbDate instance |
void |
JbbDateSpan.setFrom(JbbDate from)
|
void |
JbbDateSpan.setTo(JbbDate to)
|
| Constructors in com.quadrique.jbuildingblocks.core.time with parameters of type JbbDate | |
|---|---|
JbbDateSpan(JbbDate from,
JbbDate to)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||