All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface ajanta.apps.calendar.Calendar

public interface Calendar
extends Resource
This is an interface for accessing Calendar database


Method Index

 o checkConflict(CalendarEvent)
checks whther given event conflist with any scheduled appointments
 o printDayEvents(Date)
Print DayEvents for the given date
 o ScheduleEvent(CalendarEvent)
method allows the agent to schedule a particular appointment

Methods

 o ScheduleEvent
 public abstract void ScheduleEvent(CalendarEvent e)
method allows the agent to schedule a particular appointment

 o checkConflict
 public abstract boolean checkConflict(CalendarEvent e)
checks whther given event conflist with any scheduled appointments

 o printDayEvents
 public abstract void printDayEvents(Date d)
Print DayEvents for the given date


All Packages  Class Hierarchy  This Package  Previous  Next  Index