Uses of Class
net.sf.advjavacalendar.data.DataException

Packages that use DataException
net.sf.advjavacalendar.data   
net.sf.advjavacalendar.data.xml   
 

Uses of DataException in net.sf.advjavacalendar.data
 

Methods in net.sf.advjavacalendar.data that throw DataException
 void Data.delete(CalendarItem item)
          Removes the given CalendarItem from the data
 void DataRegistry.delete(CalendarItem item)
          Removes an element from the registry
 void DataRegistry.delete(java.lang.String data, CalendarItem item)
          Removes an element from the registry
 java.util.List<CalendarItem> Data.find(java.lang.String searchString)
          Search inside after the given search String
 java.util.List<CalendarItem> Data.getItems()
          Returns the elements in this data element
 void Data.init()
          Initialize the element
 void Data.insert(CalendarItem item)
          Inserts the given CalendarItem
 void DataRegistry.insert(CalendarItem item)
          Creates a new element in the registry
 void DataRegistry.insert(java.lang.String data, CalendarItem item)
          Creates a new element in the given data registry
 void DataRegistry.searchItems(java.lang.String searchString)
          Searches an element in the registry.
 void Data.start()
          Starts the getting of data with this element
 void Data.stop()
          Stops the process of receiving data with this element
 void Data.update(CalendarItem item)
          Saves the given CalendarItem
 void DataRegistry.update(CalendarItem item)
          Changes an element in the registry
 void DataRegistry.update(java.lang.String data, CalendarItem item)
          Changes an element in the given data registry
 

Uses of DataException in net.sf.advjavacalendar.data.xml
 

Methods in net.sf.advjavacalendar.data.xml that throw DataException
 java.util.List<CalendarItem> XMLDataImpl.getItems()
           
 void XMLDataImpl.init()
           
 void XMLDataImpl.insert(CalendarItem item)
           
 void XMLDataImpl.start()
           
 void XMLDataImpl.stop()
           
 void XMLDataImpl.update(CalendarItem item)
           
 



Copyright © 2008 null. All Rights Reserved.