Package | Description |
---|---|
org.opennms.netmgt.config.reporting | |
org.opennms.netmgt.dao.api | |
org.opennms.netmgt.dao.castor |
Modifier and Type | Method and Description |
---|---|
DateParm[] |
Parameters.getDateParm()
Method getDateParm.Returns the contents of the collection in
an Array.
|
DateParm |
Parameters.getDateParm(int index)
Method getDateParm.
|
DateParm |
Parameters.removeDateParmAt(int index)
Method removeDateParmAt.
|
static DateParm |
DateParm.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<DateParm> |
Parameters.enumerateDateParm()
Method enumerateDateParm.
|
List<DateParm> |
Parameters.getDateParmCollection()
Method getDateParmCollection.Returns a reference to
'_dateParmList'.
|
Iterator<DateParm> |
Parameters.iterateDateParm()
Method iterateDateParm.
|
Modifier and Type | Method and Description |
---|---|
void |
Parameters.addDateParm(DateParm vDateParm) |
void |
Parameters.addDateParm(int index,
DateParm vDateParm) |
boolean |
Parameters.removeDateParm(DateParm vDateParm)
Method removeDateParm.
|
void |
Parameters.setDateParm(DateParm[] vDateParmArray) |
void |
Parameters.setDateParm(int index,
DateParm vDateParm) |
Modifier and Type | Method and Description |
---|---|
void |
Parameters.setDateParm(List<DateParm> vDateParmList)
Sets the value of '_dateParmList' by copying the given
Vector.
|
void |
Parameters.setDateParmCollection(List<DateParm> dateParmList)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DateParm[] |
OnmsReportConfigDao.getDateParms(String id)
getDateParms
|
Modifier and Type | Method and Description |
---|---|
DateParm[] |
DefaultOnmsReportConfigDao.getDateParms(String id)
getDateParms
|
Copyright © 2015. All rights reserved.