net.sf.xbus.admin.html
Class SelectionBean

java.lang.Object
  extended by net.sf.xbus.admin.html.SelectionBean

public class SelectionBean
extends java.lang.Object

Use SelectionBean for getting journal entries from the Configuration between selected time.


Constructor Summary
SelectionBean()
           
 
Method Summary
 java.lang.String getRequestFromDate()
          Using <@link java.util.GregorianCalendar> adds the getRequestFromDate() specified amount of time (-1)to the given time field, based on the calendar's rules.
 java.lang.String getRequestToDate()
          Using <@link java.util.GregorianCalendar> adds the getRequestFromDate() specified amount of time (+1)to the given time field, based on the calendar's rules.
 java.lang.String getSystems()
          Gets all sections from the Configuration for the giving system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionBean

public SelectionBean()
Method Detail

getRequestFromDate

public java.lang.String getRequestFromDate()
Using <@link java.util.GregorianCalendar> adds the getRequestFromDate() specified amount of time (-1)to the given time field, based on the calendar's rules.

Returns:
String - from date
See Also:
GregorianCalendar.add(int,int)

getRequestToDate

public java.lang.String getRequestToDate()
Using <@link java.util.GregorianCalendar> adds the getRequestFromDate() specified amount of time (+1)to the given time field, based on the calendar's rules.

Returns:
String - to date
See Also:
GregorianCalendar.add(int,int)

getSystems

public java.lang.String getSystems()
Gets all sections from the Configuration for the giving system.

Returns:
String
See Also:
Configuration.getSections(String)