Uses of Class
org.jcrontab.data.CrontabEntryBean

Packages that use CrontabEntryBean
org.jcrontab.data The classe with the logic to access data.  
 

Uses of CrontabEntryBean in org.jcrontab.data
 

Methods in org.jcrontab.data that return CrontabEntryBean
 CrontabEntryBean GenericSQLSource.find(CrontabEntryBean ceb)
          This method searches the Crontab Entry that the class has the given name
 CrontabEntryBean[] GenericSQLSource.findAll()
          This method searches all the CrontabEntries from the DataSource
 CrontabEntryBean FileSource.find(CrontabEntryBean ceb)
          This method searches the given Bean from the File
 CrontabEntryBean[] FileSource.findAll()
          This method searches all the CrontabEntryBean from the File
 CrontabEntryBean DataSource.find(CrontabEntryBean ceb)
          searches the CrontabEntryBean from the DataSource
 CrontabEntryBean[] DataSource.findAll()
          Gets all the CrontabEntryBean from the DataSource
 CrontabEntryBean CrontabParser.marshall(java.lang.String entry)
          Parses a string describing this time table entry and sets the neded variables in order to build a CrontabEntry.
 CrontabEntryBean[] CrontabEntryDAO.findAll()
          Gets all the CrontabEntryBean from the DataSource
 CrontabEntryBean CrontabEntryDAO.find(CrontabEntryBean ceb)
          searches the CrontabEntryBean from the DataSource
 CrontabEntryBean CalendarBuilder.getNextCrontabEntry(CrontabEntryBean[] cebs)
          This method gets thes next CrontabEntry in the given Array.
 

Methods in org.jcrontab.data with parameters of type CrontabEntryBean
 CrontabEntryBean GenericSQLSource.find(CrontabEntryBean ceb)
          This method searches the Crontab Entry that the class has the given name
 void GenericSQLSource.remove(CrontabEntryBean[] beans)
          This method removes the given Crontab Entries
 void GenericSQLSource.store(CrontabEntryBean[] beans)
          This method saves the CrontabEntryBean the actual problem with this method is that doesn´t store comments and blank lines from the original file any ideas?
 void GenericSQLSource.store(CrontabEntryBean bean)
          This method saves the CrontabEntryBean the actual problem with this method is that doesn´t store comments and blank lines from the original file any ideas?
 CrontabEntryBean FileSource.find(CrontabEntryBean ceb)
          This method searches the given Bean from the File
 void FileSource.remove(CrontabEntryBean[] ceb)
          This method removes the CrontabEntryBean array from the File
 void FileSource.storeAll(CrontabEntryBean[] list)
          This method saves the CrontabEntryBean array the actual problem with this method is that doesn´t store comments and blank lines from the original file any ideas?
 void FileSource.store(CrontabEntryBean[] beans)
          This method saves the CrontabEntryBean array the actual problem with this method is that doesn´t store comments and blank lines from the original file any ideas?
 void FileSource.store(CrontabEntryBean bean)
          This method saves the CrontabEntryBean the actual problem with this method is that doesn´t store comments and blank lines from the original file any ideas?
 CrontabEntryBean DataSource.find(CrontabEntryBean ceb)
          searches the CrontabEntryBean from the DataSource
 void DataSource.store(CrontabEntryBean ceb)
          stores CrontabEntryBean in the DataSource
 void DataSource.store(CrontabEntryBean[] ceb)
          stores CrontabEntryBean in the DataSource
 void DataSource.remove(CrontabEntryBean[] ceb)
          removes CrontabEntryBean from the DataSource
 java.lang.String CrontabParser.unmarshall(CrontabEntryBean ceb)
          Parses a string describing this time table entry
 CrontabEntryBean CrontabEntryDAO.find(CrontabEntryBean ceb)
          searches the CrontabEntryBean from the DataSource
 void CrontabEntryDAO.store(CrontabEntryBean[] list)
          stores CrontabEntryBean in the DataSource
 void CrontabEntryDAO.store(CrontabEntryBean bean)
          stores CrontabEntryBean in the DataSource
 void CrontabEntryDAO.remove(CrontabEntryBean[] list)
          removes CrontabEntryBean from the DataSource
 boolean CrontabEntryBean.equals(CrontabEntryBean ceb)
          Returns true if the CrontabEntryBean equals the given
 CrontabEntryBean CalendarBuilder.getNextCrontabEntry(CrontabEntryBean[] cebs)
          This method gets thes next CrontabEntry in the given Array.
 java.util.Date CalendarBuilder.buildCalendar(CrontabEntryBean ceb)
          This method builds a Date from a CrontabEntryBean. launching the same method with now as parameter
 java.util.Date CalendarBuilder.buildCalendar(CrontabEntryBean ceb, java.util.Date afterDate)
          This method builds a Date from a CrontabEntryBean and from a starting Date