Uses of Package
com.mycompany.model

Packages that use com.mycompany.model
com.mycompany.controller   
com.mycompany.model   
com.mycompany.service   
com.mycompany.service.impl   
com.mycompany.util   
 

Classes in com.mycompany.model used by com.mycompany.controller
ActiveUsers
          Application-scoped JSF managed bean storing User objects for presence purposes.
City
          JPA entity class for city data.
Content
          JPA entity for content data.
Country
          JPA entity for country data.
Credentials
          CDI-managed bean in request scope for user credentials.
Event
          JPA entity for event data.
EventAttendance
          JPA entity for user event attendance data.
EventType
          Represents an event type.
Gender
          Represents a gender.
Idea
          JPA entity for mind map data.
ProvinceState
          JPA entity for province/state data.
RelationshipType
          Represents a relationship type.
User
          JPA entity for user data.
UserRelationship
          JPA entity for a relationship between two users.
Venue
          JPA entity for venue data.
 

Classes in com.mycompany.model used by com.mycompany.model
AbstractEntity
          Abstract class for JPA entities.
AbstractEntity_
           
City
          JPA entity class for city data.
Content
          JPA entity for content data.
Country
          JPA entity for country data.
Event
          JPA entity for event data.
EventAttendance
          JPA entity for user event attendance data.
EventType
          Represents an event type.
Gender
          Represents a gender.
Idea
          JPA entity for mind map data.
ProvinceState
          JPA entity for province/state data.
RelationshipType
          Represents a relationship type.
User
          JPA entity for user data.
UserRelationship
          JPA entity for a relationship between two users.
Venue
          JPA entity for venue data.
 

Classes in com.mycompany.model used by com.mycompany.service
City
          JPA entity class for city data.
Content
          JPA entity for content data.
Country
          JPA entity for country data.
Event
          JPA entity for event data.
EventAttendance
          JPA entity for user event attendance data.
EventType
          Represents an event type.
Gender
          Represents a gender.
Idea
          JPA entity for mind map data.
ProvinceState
          JPA entity for province/state data.
RelationshipType
          Represents a relationship type.
User
          JPA entity for user data.
UserRelationship
          JPA entity for a relationship between two users.
Venue
          JPA entity for venue data.
 

Classes in com.mycompany.model used by com.mycompany.service.impl
City
          JPA entity class for city data.
Content
          JPA entity for content data.
Country
          JPA entity for country data.
Event
          JPA entity for event data.
EventAttendance
          JPA entity for user event attendance data.
EventType
          Represents an event type.
Gender
          Represents a gender.
Idea
          JPA entity for mind map data.
ProvinceState
          JPA entity for province/state data.
RelationshipType
          Represents a relationship type.
User
          JPA entity for user data.
UserRelationship
          JPA entity for a relationship between two users.
Venue
          JPA entity for venue data.
 

Classes in com.mycompany.model used by com.mycompany.util
User
          JPA entity for user data.