Uses of Package
com.mycompany.model

Packages that use com.mycompany.model
com.mycompany.controller Contains JSF managed bean controller classes for the application. 
com.mycompany.model Contains JPA domain model classes and generated JPA Metamodel classes. 
com.mycompany.service Contains interfaces for all services in the application. 
com.mycompany.service.impl Contains CDI-managed service classes implemented as EJB3 stateless session beans. 
com.mycompany.util Contains utility classes for the application. 
 

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.