Serialized Form


Package com.mycompany.controller

Class com.mycompany.controller.AbstractController extends java.lang.Object implements Serializable

serialVersionUID: -4862069600034765532L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream ois)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Handle deserialization from passivated session and restore transient fields.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

userSession

UserSession userSession

Class com.mycompany.controller.ChartController extends AbstractController implements Serializable

serialVersionUID: -1999623701433215717L

Serialized Fields

barChartModel

org.primefaces.model.chart.CartesianChartModel barChartModel

chartService

ChartService chartService

userService

UserService userService

pieChartModel

org.primefaces.model.chart.PieChartModel pieChartModel

Class com.mycompany.controller.ChatController extends AbstractController implements Serializable

serialVersionUID: -2706002474535643832L

Serialized Fields

globalMessage

java.lang.String globalMessage

activeUsers

ActiveUsers activeUsers

pushContext

org.primefaces.push.PushContext pushContext

Class com.mycompany.controller.ContactsController extends AbstractController implements Serializable

serialVersionUID: -1709154434943491658L

Serialized Fields

colleagues

java.util.List<E> colleagues

userService

UserService userService

family

java.util.List<E> family

friends

java.util.List<E> friends

relationship

UserRelationship relationship

relationshipType

RelationshipType relationshipType

Class com.mycompany.controller.ContentController extends AbstractController implements Serializable

serialVersionUID: -5256865616437754501L

Serialized Fields

content

Content content

contentService

ContentService contentService

conversation

javax.enterprise.context.Conversation conversation

editing

boolean editing

Class com.mycompany.controller.DashboardController extends AbstractController implements Serializable

serialVersionUID: -291033332986147359L

Serialized Fields

model

org.primefaces.model.DashboardModel model

Class com.mycompany.controller.EventController extends AbstractController implements Serializable

serialVersionUID: 1256165484728132802L

Serialized Fields

allEvents

java.util.List<E> allEvents

allEventsAttendance

java.util.List<E> allEventsAttendance

event

Event event

eventService

EventService eventService

userScheduleModel

org.primefaces.model.ScheduleModel userScheduleModel

Class com.mycompany.controller.LoginController extends AbstractController implements Serializable

serialVersionUID: -6710063228036238737L

Serialized Fields

activeUsers

ActiveUsers activeUsers

credentials

Credentials credentials

userService

UserService userService

Class com.mycompany.controller.MindMapController extends AbstractController implements Serializable

serialVersionUID: 4810848975079411459L

Serialized Fields

ideaService

IdeaService ideaService

newIdea

Idea newIdea

root

org.primefaces.model.mindmap.MindmapNode root

selectedIdea

Idea selectedIdea

selectedNode

org.primefaces.model.mindmap.MindmapNode selectedNode

Class com.mycompany.controller.SearchController extends AbstractController implements Serializable

serialVersionUID: 3648708195333963881L

Serialized Fields

alcoholPermitted

boolean alcoholPermitted

city

City city

countryService

CountryService countryService

eventService

EventService eventService

eventType

EventType eventType

keyword

java.lang.String keyword

mapCenter

java.lang.String mapCenter

mapZoom

java.lang.Integer mapZoom

maxResults

int maxResults

noCoverCharge

boolean noCoverCharge

outdoorVenue

boolean outdoorVenue

provinceState

ProvinceState provinceState

searchResultsModel

org.primefaces.model.map.MapModel searchResultsModel

selectedEvent

Event selectedEvent

Class com.mycompany.controller.SignupController extends AbstractController implements Serializable

serialVersionUID: -3479887222411577225L

Serialized Fields

countryService

CountryService countryService

user

User user

userService

UserService userService

Class com.mycompany.controller.UserController extends AbstractController implements Serializable

serialVersionUID: 1140838618640961470L

Serialized Fields

activeUsers

ActiveUsers activeUsers

themes

java.util.List<E> themes

userService

UserService userService

Class com.mycompany.controller.VenueController extends AbstractController implements Serializable

serialVersionUID: 1127963225862339644L

Serialized Fields

countryService

CountryService countryService

venue

Venue venue

venueService

VenueService venueService

Package com.mycompany.lifecycle

Class com.mycompany.lifecycle.SecurityPhaseListener extends java.lang.Object implements Serializable

serialVersionUID: -1013239137374622294L


Package com.mycompany.model

Class com.mycompany.model.AbstractEntity extends java.lang.Object implements Serializable

serialVersionUID: -489637051819304520L

Serialized Fields

id

java.lang.Integer id

version

java.lang.Integer version

Class com.mycompany.model.ActiveUsers extends java.util.ArrayList<User> implements Serializable

serialVersionUID: -3068333669859836249L

Class com.mycompany.model.City extends AbstractEntity implements Serializable

serialVersionUID: -1124357744815785459L

Serialized Fields

latitude

java.lang.Double latitude

longitude

java.lang.Double longitude

name

java.lang.String name

provinceState

ProvinceState provinceState

Class com.mycompany.model.Content extends AbstractEntity implements Serializable

serialVersionUID: 5714237132670562107L

Serialized Fields

createdBy

User createdBy

createdDate

java.util.Date createdDate

viewId

java.lang.String viewId

value

java.lang.String value

Class com.mycompany.model.Country extends AbstractEntity implements Serializable

serialVersionUID: -4925972235656394450L

Serialized Fields

code

java.lang.String code

name

java.lang.String name

provinceStates

java.util.Set<E> provinceStates

Class com.mycompany.model.Event extends AbstractEntity implements Serializable

serialVersionUID: 1853185041344918956L

Serialized Fields

attendance

java.util.Set<E> attendance

createdBy

User createdBy

description

java.lang.String description

endDate

java.util.Date endDate

eventType

EventType eventType

startDate

java.util.Date startDate

title

java.lang.String title

venue

Venue venue

Class com.mycompany.model.EventAttendance extends AbstractEntity implements Serializable

serialVersionUID: -4351135973935030713L

Serialized Fields

confirmed

boolean confirmed

event

Event event

rating

int rating

user

User user

Class com.mycompany.model.Idea extends AbstractEntity implements Serializable

serialVersionUID: -5778367117092282684L

Serialized Fields

author

User author

children

java.util.Set<E> children

description

java.lang.String description

name

java.lang.String name

parent

Idea parent

Class com.mycompany.model.ProvinceState extends AbstractEntity implements Serializable

serialVersionUID: 5984616633801173028L

Serialized Fields

cities

java.util.Set<E> cities

country

Country country

name

java.lang.String name

Class com.mycompany.model.User extends AbstractEntity implements Serializable

serialVersionUID: 8009394076089033693L

Serialized Fields

acceptedTerms

boolean acceptedTerms

birthdate

java.util.Date birthdate

clickCount

java.lang.Integer clickCount

country

Country country

emailAddress

java.lang.String emailAddress

eventsAttended

java.util.Set<E> eventsAttended

firstName

java.lang.String firstName

fromRelationships

java.util.Set<E> fromRelationships

gender

Gender gender

lastName

java.lang.String lastName

password

java.lang.String password

phoneNumber

java.lang.String phoneNumber

theme

java.lang.String theme

toRelationships

java.util.Set<E> toRelationships

username

java.lang.String username

Class com.mycompany.model.UserRelationship extends AbstractEntity implements Serializable

serialVersionUID: -5157091586647676960L

Serialized Fields

relationshipType

RelationshipType relationshipType

fromUser

User fromUser

toUser

User toUser

Class com.mycompany.model.Venue extends AbstractEntity implements Serializable

serialVersionUID: 5049478213946349124L

Serialized Fields

city

City city

country

Country country

events

java.util.Set<E> events

latitude

java.lang.Double latitude

longitude

java.lang.Double longitude

name

java.lang.String name

phoneNumber

java.lang.String phoneNumber

provinceState

ProvinceState provinceState

streetAddress

java.lang.String streetAddress

Package com.mycompany.util

Class com.mycompany.util.UserSession extends java.lang.Object implements Serializable

serialVersionUID: 8195784747974150341L

Serialized Fields

activeUsers

ActiveUsers activeUsers

user

User user