public class DDSServicesUIHelperBean
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
class |
DDSServicesUIHelperBean.DateLabelPair
Object used to store Dates and labels for the dates
|
Constructor and Description |
---|
DDSServicesUIHelperBean()
Constructor for the DDSServicesUIHelperBean object
|
Modifier and Type | Method and Description |
---|---|
protected static java.lang.String |
getDs()
Return a string for the current time and date, sutiable for display in log files and
output to standout:
|
java.util.List |
getUtcDates()
A list of UTC dates in the past in the following order: one minute, one hour, one
day, one week, one month, one year.
|
protected void |
prtln(java.lang.String s)
Output a line of text to standard out, with datestamp, if debug is set to true.
|
protected void |
prtlnErr(java.lang.String s)
Output a line of text to error out, with datestamp.
|
static void |
setDebug(boolean isDebugOuput)
Sets the debug attribute
|
public DDSServicesUIHelperBean()
public java.util.List getUtcDates()
protected static final java.lang.String getDs()
protected final void prtlnErr(java.lang.String s)
s
- The text that will be output to error out.protected final void prtln(java.lang.String s)
s
- The String that will be output.public static void setDebug(boolean isDebugOuput)
isDebugOuput
- The new debug value