Package | Description |
---|---|
org.opennms.netmgt.config.provisiond | |
org.opennms.netmgt.dao.api | |
org.opennms.netmgt.dao.castor |
Modifier and Type | Method and Description |
---|---|
RequisitionDef[] |
ProvisiondConfiguration.getRequisitionDef()
Method getRequisitionDef.Returns the contents of the
collection in an Array.
|
RequisitionDef |
ProvisiondConfiguration.getRequisitionDef(int index)
Method getRequisitionDef.
|
RequisitionDef |
ProvisiondConfiguration.removeRequisitionDefAt(int index)
Method removeRequisitionDefAt.
|
static RequisitionDef |
RequisitionDef.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<RequisitionDef> |
ProvisiondConfiguration.enumerateRequisitionDef()
Method enumerateRequisitionDef.
|
List<RequisitionDef> |
ProvisiondConfiguration.getRequisitionDefCollection()
Method getRequisitionDefCollection.Returns a reference to
'_requisitionDefList'.
|
Iterator<RequisitionDef> |
ProvisiondConfiguration.iterateRequisitionDef()
Method iterateRequisitionDef.
|
Modifier and Type | Method and Description |
---|---|
void |
ProvisiondConfiguration.addRequisitionDef(int index,
RequisitionDef vRequisitionDef) |
void |
ProvisiondConfiguration.addRequisitionDef(RequisitionDef vRequisitionDef) |
boolean |
ProvisiondConfiguration.removeRequisitionDef(RequisitionDef vRequisitionDef)
Method removeRequisitionDef.
|
void |
ProvisiondConfiguration.setRequisitionDef(int index,
RequisitionDef vRequisitionDef) |
void |
ProvisiondConfiguration.setRequisitionDef(RequisitionDef[] vRequisitionDefArray) |
Modifier and Type | Method and Description |
---|---|
void |
ProvisiondConfiguration.setRequisitionDef(List<RequisitionDef> vRequisitionDefList)
Sets the value of '_requisitionDefList' by copying the given
Vector.
|
void |
ProvisiondConfiguration.setRequisitionDefCollection(List<RequisitionDef> requisitionDefList)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RequisitionDef |
ProvisiondConfigurationDao.getDef(String defName)
getDef
|
Modifier and Type | Method and Description |
---|---|
List<RequisitionDef> |
ProvisiondConfigurationDao.getDefs()
getDefs
|
Modifier and Type | Method and Description |
---|---|
RequisitionDef |
DefaultProvisiondConfigurationDao.getDef(String defName)
getDef
|
Modifier and Type | Method and Description |
---|---|
List<RequisitionDef> |
DefaultProvisiondConfigurationDao.getDefs()
getDefs
|
Copyright © 2015. All rights reserved.