Package | Description |
---|---|
org.opennms.netmgt.config.reporting |
This file is part of OpenNMS(R).
|
org.opennms.netmgt.dao.api | |
org.opennms.netmgt.dao.jaxb |
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.
|
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 © 2017. All rights reserved.