|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CalendarComponent | |
wt.calendar | Uses the
CalendarAccessProtocol and the
CalendarService to provide iCalandar Access Protocol support. |
Uses of CalendarComponent in wt.calendar |
Methods in wt.calendar that return CalendarComponent | |
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. |
CalendarComponent |
ComponentLink.getComponent()
Gets the object for the association that plays role: COMPONENT_ROLE. |
static CalendarComponent |
CalendarComponent.newCalendarComponent()
Default factory for the class. |
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. |
Methods in wt.calendar with parameters of type CalendarComponent | |
WTCalendar |
LocalCAP.getCalendar(CalendarComponent comp)
|
void |
ComponentLink.setComponent(CalendarComponent component)
Sets the object for the association that plays role: COMPONENT_ROLE. |
static ComponentLink |
ComponentLink.newComponentLink(CalendarComponent component,
WTCalendar calendar)
Default factory for the class. |
protected boolean |
CalendarComponent.readVersion(CalendarComponent thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |