Serialized Form


Package org.jasig.portlet.contacts.context

Class org.jasig.portlet.contacts.context.MissingContextException extends RuntimeException implements Serializable


Package org.jasig.portlet.contacts.model

Class org.jasig.portlet.contacts.model.ContactSet extends TreeSet<Contact> implements Serializable

Serialized Fields

setId

String setId

setTitle

String setTitle

Package org.jasig.portlet.contacts.model.impl

Class org.jasig.portlet.contacts.model.impl.AddressPojo extends Object implements Serializable

Serialized Fields

label

String label

type

ContactAttributeType type

internal

String internal

building

String building

street

String street

locality

String locality

region

String region

postcode

String postcode

country

String country

Class org.jasig.portlet.contacts.model.impl.ContactPojo extends Object implements Serializable

Serialized Fields

id

String id

title

String title

firstname

String firstname

surname

String surname

initials

String initials

position

String position

organisation

String organisation

department

String department

emailAddresses

List<E> emailAddresses

addresses

List<E> addresses

phoneNumbers

List<E> phoneNumbers

imageURI

String imageURI

contactSource

String contactSource

Class org.jasig.portlet.contacts.model.impl.EmailAddressPojo extends Object implements Serializable

Serialized Fields

label

String label

type

ContactAttributeType type

address

String address

Class org.jasig.portlet.contacts.model.impl.PhoneNumberPojo extends Object implements Serializable

Serialized Fields

label

String label

type

ContactAttributeType type

number

String number



Copyright © 2013 Jasig. All Rights Reserved.