|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.xbus.admin.html.SelectionBean
public class SelectionBean
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 |
---|
public SelectionBean()
Method Detail |
---|
public java.lang.String getRequestFromDate()
getRequestFromDate()
specified amount of time (-1)to the
given time field, based on the calendar's rules.
GregorianCalendar.add(int,int)
public java.lang.String getRequestToDate()
getRequestFromDate()
specified amount of time (+1)to the
given time field, based on the calendar's rules.
GregorianCalendar.add(int,int)
public java.lang.String getSystems()
Configuration
for the giving
system.
Configuration.getSections(String)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |