|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CalendarException | |
wt.calendar | Uses the
CalendarAccessProtocol and the
CalendarService to provide iCalandar Access Protocol support. |
Uses of CalendarException in wt.calendar |
Methods in wt.calendar that throw CalendarException | |
WTCalendar |
LocalCAP.createCalendar(WTPrincipalReference user,
long start_date,
long end_date,
int zone_offset)
This method will create the specified calendar component over the date range start-end inclusive. |
WTCalendar |
LocalCAP.readCalendar(int calObjType,
WTPrincipalReference user,
long start_date,
long end_date,
int zone_offset)
Read out the user's calendar objects of the type specified between the dates start and end. |
WTCalendar |
LocalCAP.updateCalendar(WTPrincipalReference user,
WTPrincipalReference indefinite_delegate,
long indefinite_delegate_date,
int zone_offset)
Modifies the calendar object type(s) over the date range start-end inclusive. |
boolean |
LocalCAP.deleteCalendar(WTPrincipalReference user,
int zone_offset)
This method will delete the specified calendar component type for the user over the date range start-end inclusive. |
CalendarComponent |
LocalCAP.createComponent(WTCalendar userCalendar,
long start_date,
long end_date,
WTPrincipalReference delegate,
boolean workingDay,
int zone_offset)
This method will create the specified calendar component over the date range start-end inclusive. |
CalendarComponent |
LocalCAP.readComponent(WTCalendar userCalendar,
long start_date,
long end_date,
int zone_offset)
Modifies the calendar component object having date range start-end inclusive. |
CalendarComponent |
LocalCAP.updateComponent(WTCalendar userCalendar,
long start_date,
long end_date,
WTPrincipalReference delegate,
boolean workingDay,
int zone_offset)
Modifies the calendar object type(s) over the date range start-end inclusive. |
CalendarComponent |
LocalCAP.updateComponent(WTCalendar userCalendar,
long start_date,
long end_date,
boolean workingDay,
int zone_offset)
Modifies the calendar object type(s) over the date range start-end inclusive. |
CalendarComponent |
LocalCAP.updateComponent(WTCalendar userCalendar,
long start_date,
long end_date,
WTPrincipalReference delegate,
int zone_offset)
Modifies the calendar object type(s) over the date range start-end inclusive. |
boolean |
LocalCAP.deleteComponent(WTCalendar userCalendar,
long start_date,
long end_date,
int zone_offset)
This method will delete the specified calendar component type for the user over the date range start-end inclusive. |
Vector |
LocalCAP.createComponents(WTCalendar userCalendar,
long start_date,
long end_date,
WTPrincipalReference delegate,
boolean workingDay,
int zone_offset)
This method will create the specified calendar component over the date range start-end inclusive. |
Vector |
LocalCAP.readComponents(WTCalendar userCalendar,
long start_date,
long end_date,
int zone_offset)
Modifies the calendar component object having date range start-end inclusive. |
Vector |
LocalCAP.updateComponents(WTCalendar userCalendar,
long start_date,
long end_date,
WTPrincipalReference delegate,
boolean workingDay,
int zone_offset)
Modifies the calendar object type(s) over the date range start-end inclusive. |
Vector |
LocalCAP.updateComponents(WTCalendar userCalendar,
long start_date,
long end_date,
WTPrincipalReference delegate,
int zone_offset)
Modifies the calendar object type(s) over the date range start-end inclusive. |
Vector |
LocalCAP.updateComponents(WTCalendar userCalendar,
long start_date,
long end_date,
boolean workingDay,
int zone_offset)
Modifies the calendar object type(s) over the date range start-end inclusive. |
boolean |
LocalCAP.deleteComponents(WTCalendar userCalendar,
long start_date,
long end_date,
int zone_offset)
This method will delete the specified calendar component type for the user over the date range start-end inclusive. |
protected static WTCalendar |
LocalCAP.getSystemCalendar()
|
protected static WTCalendar |
LocalCAP.initSystemCalendar(WTCalendar sys_cal)
|
protected WTCalendar |
LocalCAP.propagateSystemCalendar(int the_month,
int the_year)
|
static long |
LocalCAP.calculateMaxCalDate()
This method calculates the largest calendar entry that we should see in the Calendar Component table based upon today's date and the upper_bound in the wt.properties file. |
static long |
LocalCAP.calculateMinCalDate()
This method calculates the smallest calendar entry that we should see in the Calendar Component table based upon today's date and the delta in the wt.properties file. |
void |
CalendarComponent.checkStartEnd()
|
static CalendarAccessProtocol |
CalendarAccessProtocolFactory.newCalendarAccessProtocolFactory(WTPrincipalReference calendarUser,
URL calendarServerURL,
int calendarServerType)
Supported API: false |
WTCalendar |
CalendarAccessProtocol.createCalendar(WTPrincipalReference user,
long start_date,
long end_date,
int zone_offset)
This method will create the specified calendar component over the date range start-end inclusive. |
WTCalendar |
CalendarAccessProtocol.readCalendar(int calObjType,
WTPrincipalReference user,
long start_date,
long end_date,
int zone_offset)
Read out the user's calendar objects of the type specified between the dates start and end. |
WTCalendar |
CalendarAccessProtocol.updateCalendar(WTPrincipalReference user,
WTPrincipalReference indefinite_delegate,
long indefinite_delegate_date,
int zone_offset)
Modifies the calendar object type(s) over the date range start-end inclusive. |
boolean |
CalendarAccessProtocol.deleteCalendar(WTPrincipalReference user,
int zone_offset)
This method will delete the specified calendar component type for the user over the date range start-end inclusive. |
CalendarComponent |
CalendarAccessProtocol.createComponent(WTCalendar userCalendar,
long start_date,
long end_date,
WTPrincipalReference delegate,
boolean workingDay,
int zone_offset)
This method will create the specified calendar component over the date range start-end inclusive. |
CalendarComponent |
CalendarAccessProtocol.readComponent(WTCalendar userCalendar,
long start_date,
long end_date,
int zone_offset)
Modifies the calendar component object having date range start-end inclusive. |
CalendarComponent |
CalendarAccessProtocol.updateComponent(WTCalendar userCalendar,
long start_date,
long end_date,
WTPrincipalReference delegate,
boolean workingDay,
int zone_offset)
Modifies the calendar object type(s) over the date range start-end inclusive. |
CalendarComponent |
CalendarAccessProtocol.updateComponent(WTCalendar userCalendar,
long start_date,
long end_date,
boolean workingDay,
int zone_offset)
Modifies the calendar object type(s) over the date range start-end inclusive. |
CalendarComponent |
CalendarAccessProtocol.updateComponent(WTCalendar userCalendar,
long start_date,
long end_date,
WTPrincipalReference delegate,
int zone_offset)
Modifies the calendar object type(s) over the date range start-end inclusive. |
boolean |
CalendarAccessProtocol.deleteComponent(WTCalendar userCalendar,
long start_date,
long end_date,
int zone_offset)
This method will delete the specified calendar component type for the user over the date range start-end inclusive. |
Vector |
CalendarAccessProtocol.createComponents(WTCalendar userCalendar,
long start_date,
long end_date,
WTPrincipalReference delegate,
boolean workingDay,
int zone_offset)
This method will create the specified calendar component over the date range start-end inclusive. |
Vector |
CalendarAccessProtocol.readComponents(WTCalendar userCalendar,
long start_date,
long end_date,
int zone_offset)
Modifies the calendar component object having date range start-end inclusive. |
Vector |
CalendarAccessProtocol.updateComponents(WTCalendar userCalendar,
long start_date,
long end_date,
WTPrincipalReference delegate,
boolean workingDay,
int zone_offset)
Modifies the calendar object type(s) over the date range start-end inclusive. |
Vector |
CalendarAccessProtocol.updateComponents(WTCalendar userCalendar,
long start_date,
long end_date,
WTPrincipalReference delegate,
int zone_offset)
Modifies the calendar object type(s) over the date range start-end inclusive. |
Vector |
CalendarAccessProtocol.updateComponents(WTCalendar userCalendar,
long start_date,
long end_date,
boolean workingDay,
int zone_offset)
Modifies the calendar object type(s) over the date range start-end inclusive. |
boolean |
CalendarAccessProtocol.deleteComponents(WTCalendar userCalendar,
long start_date,
long end_date,
int zone_offset)
This method will delete the specified calendar component type for the user over the date range start-end inclusive. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |