|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContactPersonType | |
|---|---|
| nl.surfnet.coin.csa.domain | |
| nl.surfnet.coin.csa.service.impl | |
| Uses of ContactPersonType in nl.surfnet.coin.csa.domain |
|---|
| Methods in nl.surfnet.coin.csa.domain that return ContactPersonType | |
|---|---|
ContactPersonType |
ContactPerson.getContactPersonType()
|
static ContactPersonType |
ContactPersonType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ContactPersonType[] |
ContactPersonType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in nl.surfnet.coin.csa.domain with parameters of type ContactPersonType | |
|---|---|
ContactPerson |
Provider.getContactPerson(ContactPersonType type)
|
void |
ContactPerson.setContactPersonType(ContactPersonType contactPersonType)
|
| Constructors in nl.surfnet.coin.csa.domain with parameters of type ContactPersonType | |
|---|---|
ContactPerson(ContactPersonType contactPersonType,
String emailAddress)
|
|
| Uses of ContactPersonType in nl.surfnet.coin.csa.service.impl |
|---|
| Methods in nl.surfnet.coin.csa.service.impl that return ContactPersonType | |
|---|---|
static ContactPersonType |
ServiceRegistryProviderService.contactPersonTypeByJanusContactType(nl.surfnet.coin.janus.domain.Contact.Type contactType)
Convert a Janus contact type to a ServiceProvider's ContactPersonType. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||