Package | Description |
---|---|
org.opennms.netmgt.config.users |
Modifier and Type | Method and Description |
---|---|
Contact[] |
User.getContact()
Method getContact.Returns the contents of the collection in
an Array.
|
Contact |
User.getContact(int index)
Method getContact.
|
Contact |
User.removeContactAt(int index)
Method removeContactAt.
|
static Contact |
Contact.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Contact> |
User.enumerateContact()
Method enumerateContact.
|
List<Contact> |
User.getContactCollection()
Method getContactCollection.Returns a reference to
'_contactList'.
|
Iterator<Contact> |
User.iterateContact()
Method iterateContact.
|
Modifier and Type | Method and Description |
---|---|
void |
User.addContact(Contact vContact) |
void |
User.addContact(int index,
Contact vContact) |
boolean |
User.removeContact(Contact vContact)
Method removeContact.
|
void |
User.setContact(Contact[] vContactArray) |
void |
User.setContact(int index,
Contact vContact) |
Modifier and Type | Method and Description |
---|---|
void |
User.setContact(List<Contact> vContactList)
Sets the value of '_contactList' by copying the given
Vector.
|
void |
User.setContactCollection(List<Contact> contactList)
Deprecated.
|
Copyright © 2017. All rights reserved.