Uses of Package
com.mycompany.service

Packages that use com.mycompany.service
com.mycompany.controller Contains JSF managed bean controller classes for the application. 
com.mycompany.service.impl Contains CDI-managed service classes implemented as EJB3 stateless session beans. 
 

Classes in com.mycompany.service used by com.mycompany.controller
ChartService
          Interface for a chart service.
ContentService
          Interface for a content service.
CountryService
          Service class for country-related operations.
EventService
          Interfaces for an event service.
IdeaService
          Interface for an idea service.
UserService
          Interface for user service.
VenueService
          Interface for a venue service.
 

Classes in com.mycompany.service used by com.mycompany.service.impl
ChartService
          Interface for a chart service.
ContentService
          Interface for a content service.
CountryService
          Service class for country-related operations.
EventService
          Interfaces for an event service.
IdeaService
          Interface for an idea service.
UserService
          Interface for user service.
VenueService
          Interface for a venue service.