diff --git a/primefaces-webapp/doc/allclasses-frame.html b/primefaces-webapp/doc/allclasses-frame.html new file mode 100644 index 0000000..0807748 --- /dev/null +++ b/primefaces-webapp/doc/allclasses-frame.html @@ -0,0 +1,169 @@ + + + +
+ +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.controller.AbstractController ++
public abstract class AbstractController
+
+Constructor Summary | +|
---|---|
AbstractController()
+
++ |
+
+Method Summary | +|
---|---|
+ void |
+setUserSession(UserSession userSession)
+
++ |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public AbstractController()+
+Method Detail | +
---|
+public void setUserSession(UserSession userSession)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.controller.AbstractController + com.mycompany.controller.ChartController ++
public class ChartController
+Controller class for charts. +
+ +
+
+Constructor Summary | +|
---|---|
ChartController()
+
++ |
+
+Method Summary | +|
---|---|
+ org.primefaces.model.chart.CartesianChartModel |
+getBarChartModel()
+
++ |
+
+ org.primefaces.model.chart.PieChartModel |
+getLivePieModel()
+
++ This method builds a PieChartModel of active user click counts. |
+
+ org.primefaces.model.chart.PieChartModel |
+getPieChartModel()
+
++ |
+
+ void |
+init(javax.faces.event.ComponentSystemEvent event)
+
++ Initializes the pie chart and bar chart models from data in our database. |
+
+ void |
+itemSelect(org.primefaces.event.ItemSelectEvent event)
+
++ |
+
+ void |
+setChartService(ChartService chartService)
+
++ |
+
+ void |
+setUserService(UserService userService)
+
++ |
+
Methods inherited from class com.mycompany.controller.AbstractController | +
---|
setUserSession |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public ChartController()+
+Method Detail | +
---|
+public org.primefaces.model.chart.CartesianChartModel getBarChartModel()+
+public org.primefaces.model.chart.PieChartModel getLivePieModel()+
PieChartModel
of active user click counts.
++
+public org.primefaces.model.chart.PieChartModel getPieChartModel()+
+public void init(javax.faces.event.ComponentSystemEvent event)+
EntityManager
is
+ injected after the object is constructed, so this method handles the
+ initialization during the pre-render view event.
++
event
- The view event.+public void itemSelect(org.primefaces.event.ItemSelectEvent event)+
+public void setChartService(ChartService chartService)+
+public void setUserService(UserService userService)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.controller.AbstractController + com.mycompany.controller.ChatController ++
public class ChatController
+Controller class for chat functionality. +
+ +
+
+Constructor Summary | +|
---|---|
ChatController()
+
++ |
+
+Method Summary | +|
---|---|
+ void |
+beginChat()
+
++ |
+
+ void |
+endChat()
+
++ |
+
+ java.lang.String |
+getGlobalMessage()
+
++ |
+
+ void |
+sendGlobal()
+
++ |
+
+ void |
+setGlobalMessage(java.lang.String globalMessage)
+
++ |
+
Methods inherited from class com.mycompany.controller.AbstractController | +
---|
setUserSession |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public ChatController()+
+Method Detail | +
---|
+public java.lang.String getGlobalMessage()+
+public void beginChat()+
+public void endChat()+
+public void sendGlobal()+
+public void setGlobalMessage(java.lang.String globalMessage)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.controller.AbstractController + com.mycompany.controller.ContactsController ++
public class ContactsController
+Controller class for contacts related functionality. +
+ +
+
+Constructor Summary | +|
---|---|
ContactsController()
+
++ |
+
+Method Summary | +|
---|---|
+ java.util.List<User> |
+findUsersByName(java.lang.String suggest)
+
++ |
+
+ java.util.List<User> |
+getColleagues()
+
++ |
+
+ java.util.List<User> |
+getFamily()
+
++ |
+
+ java.util.List<User> |
+getFriends()
+
++ |
+
+ UserRelationship |
+getRelationship()
+
++ |
+
+ RelationshipType |
+getRelationshipType()
+
++ |
+
+ RelationshipType[] |
+getRelationshipTypes()
+
++ |
+
+ RelationshipType[] |
+getUserTypes()
+
++ |
+
+ void |
+init(javax.faces.event.ComponentSystemEvent event)
+
++ |
+
+ void |
+newRelationship(javax.faces.event.ActionEvent event)
+
++ |
+
+ java.lang.String |
+saveRelationship()
+
++ |
+
+ void |
+setRelationship(UserRelationship relationship)
+
++ |
+
+ void |
+setUserService(UserService userService)
+
++ |
+
+ void |
+userSelected(org.primefaces.event.SelectEvent event)
+
++ |
+
Methods inherited from class com.mycompany.controller.AbstractController | +
---|
setUserSession |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public ContactsController()+
+Method Detail | +
---|
+public java.util.List<User> findUsersByName(java.lang.String suggest)+
+public java.util.List<User> getColleagues()+
+public java.util.List<User> getFamily()+
+public java.util.List<User> getFriends()+
+public UserRelationship getRelationship()+
+public RelationshipType getRelationshipType()+
+public RelationshipType[] getRelationshipTypes()+
+public RelationshipType[] getUserTypes()+
+public void init(javax.faces.event.ComponentSystemEvent event)+
+public void newRelationship(javax.faces.event.ActionEvent event)+
+public java.lang.String saveRelationship()+
+public void setUserService(UserService userService)+
+public void setRelationship(UserRelationship relationship)+
+public void userSelected(org.primefaces.event.SelectEvent event)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.controller.AbstractController + com.mycompany.controller.ContentController ++
public class ContentController
+Controller class for content editing. +
+ +
+
+Constructor Summary | +|
---|---|
ContentController()
+
++ |
+
+Method Summary | +|
---|---|
+ void |
+contentChanged(javax.faces.event.ValueChangeEvent event)
+
++ |
+
+ Content |
+getContent()
+
++ |
+
+ void |
+init(javax.faces.event.ComponentSystemEvent event)
+
++ |
+
+ boolean |
+isEditing()
+
++ |
+
+ void |
+saveContent(javax.faces.event.ActionEvent event)
+
++ |
+
+ void |
+setContent(Content content)
+
++ |
+
+ void |
+setContentService(ContentService contentService)
+
++ |
+
+ void |
+setEditing(boolean editing)
+
++ |
+
+ void |
+toggleEditing(javax.faces.event.ActionEvent event)
+
++ |
+
Methods inherited from class com.mycompany.controller.AbstractController | +
---|
setUserSession |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public ContentController()+
+Method Detail | +
---|
+public void contentChanged(javax.faces.event.ValueChangeEvent event)+
+public Content getContent()+
+public void init(javax.faces.event.ComponentSystemEvent event)+
+public boolean isEditing()+
+public void saveContent(javax.faces.event.ActionEvent event)+
+public void setContent(Content content)+
+public void setContentService(ContentService contentService)+
+public void setEditing(boolean editing)+
+public void toggleEditing(javax.faces.event.ActionEvent event)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.controller.AbstractController + com.mycompany.controller.DashboardController ++
public class DashboardController
+Controller class for dashboard screen. +
+ +
+
+Constructor Summary | +|
---|---|
DashboardController()
+
++ |
+
+Method Summary | +|
---|---|
+ org.primefaces.model.DashboardModel |
+getModel()
+
++ |
+
+ void |
+handleReorder(org.primefaces.event.DashboardReorderEvent event)
+
++ |
+
Methods inherited from class com.mycompany.controller.AbstractController | +
---|
setUserSession |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public DashboardController()+
+Method Detail | +
---|
+public void handleReorder(org.primefaces.event.DashboardReorderEvent event)+
+public org.primefaces.model.DashboardModel getModel()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.controller.AbstractController + com.mycompany.controller.EventController ++
public class EventController
+This class implements controller behavior for a number of screens in the + application. It supports the member dashboard, shows, and reviews screens. + This class is responsible for handling any calendar event related data and + functionality for the application. +
+ +
+
+Constructor Summary | +|
---|---|
EventController()
+
++ |
+
+Method Summary | +|
---|---|
+ void |
+dateSelected(org.primefaces.event.SelectEvent evt)
+
++ This method is called when the user clicks on a date in the calendar. |
+
+ void |
+eventMoved(org.primefaces.event.ScheduleEntryMoveEvent evt)
+
++ This method is called when the user moves a calendar Event from
+ one date/time to another date/time. |
+
+ void |
+eventResized(org.primefaces.event.ScheduleEntryResizeEvent evt)
+
++ This method is called when the user resizes an event. |
+
+ void |
+eventSelected(org.primefaces.event.SelectEvent evt)
+
++ This method is called when the user clicks on an existing event in the + schedule. |
+
+ java.util.List<Event> |
+getAllEvents()
+
++ This method returns all Event objects in the database. |
+
+ java.util.List<EventAttendance> |
+getAllEventsAttendance()
+
++ This method returns a list of EventAttendance objects
+ encapsulating information about a user's attendance for a particular
+ event. |
+
+ Event |
+getEvent()
+
++ This method returns the currently selected Event . |
+
+ EventType[] |
+getEventTypes()
+
++ This method returns an array of EventType enum objects. |
+
+ org.primefaces.model.ScheduleModel |
+getUserScheduleModel()
+
++ This method provides a LazyScheduleModel for the PrimeFaces
+ schedule component. |
+
+ void |
+init(javax.faces.event.ComponentSystemEvent evt)
+
++ This method is called by JSF when the view is first loaded. |
+
+ void |
+newEvent(javax.faces.event.ActionEvent evt)
+
++ This method is called when the user clicks on the "New Event" button in + the mobile web application. |
+
+ void |
+refreshAttendance(javax.faces.event.ActionEvent event)
+
++ This method is called from the reviews screen to refresh the + EventAttendance data. |
+
+ void |
+saveEvent(javax.faces.event.ActionEvent evt)
+
++ This method is called when the user clicks the "Save" button in the new + event dialog. |
+
+ void |
+setEvent(Event event)
+
++ Sets the Event . |
+
+ void |
+setEventService(EventService eventService)
+
++ |
+
+ void |
+updateAttendance(EventAttendance attendance)
+
++ + This method updates the current user's EventAttendance object for a + particular event. |
+
Methods inherited from class com.mycompany.controller.AbstractController | +
---|
setUserSession |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public EventController()+
+Method Detail | +
---|
+public void dateSelected(org.primefaces.event.SelectEvent evt)+
Event
object.
++
evt
- The SelectEvent
object.+public void eventMoved(org.primefaces.event.ScheduleEntryMoveEvent evt)+
Event
from
+ one date/time to another date/time. It updates the object and saves the
+ changes to the database.
++
evt
- The ScheduleEntryMoveEvent
object.+public void eventResized(org.primefaces.event.ScheduleEntryResizeEvent evt)+
Event
object and updates the
+ database.
++
evt
- The ScheduleEntryResizeEvent
object.+public void eventSelected(org.primefaces.event.SelectEvent evt)+
+
evt
- The SelectEvent
object.+public java.util.List<Event> getAllEvents()+
Event
objects in the database.
++
+public java.util.List<EventAttendance> getAllEventsAttendance()+
EventAttendance
objects
+ encapsulating information about a user's attendance for a particular
+ event.
++
+public Event getEvent()+
Event
.
++
+public EventType[] getEventTypes()+
EventType
enum objects.
++
+public org.primefaces.model.ScheduleModel getUserScheduleModel()+
LazyScheduleModel
for the PrimeFaces
+ schedule component. It loads all events for the current user that have a
+ start date between two dates. The overridden
+ LazyScheduleModel.loadEvents(Date, Date)
method is called by
+ PrimeFaces when data is needed for a particular date range.
++
ScheduleModel
object.+public void init(javax.faces.event.ComponentSystemEvent evt)+
Event
objects from the database so they can be displayed in
+ the UI, and prepares the EventAttendance
model for the current
+ user.
++
evt
- The JSF ComponentSystemEvent
object.+public void newEvent(javax.faces.event.ActionEvent evt)+
Event
object
+ and assigns it to the event
instance variable.
++
evt
- The JSF ActionEvent
object.+public void refreshAttendance(javax.faces.event.ActionEvent event)+
EventAttendance
data. When the user reloads the dashboard, the
+ getAllEventsAttendance()
method will see that this instance
+ variable is null, and reload the data to update the graph.
++
event
- The JSF ActionEvent
object.+public void saveEvent(javax.faces.event.ActionEvent evt)+
Event
object to the database.
++
evt
- The JSF ActionEvent
object.+public void setEvent(Event event)+
Event
.
++
event
- The Event object.+public void setEventService(EventService eventService)+
+public void updateAttendance(EventAttendance attendance)+
+ This method updates the current user's EventAttendance object for a
+ particular event. It uses the JPA EntityManager.merge(Object)
+ method to save the object's changes to the database, and then replaces
+ this object in the allEventsAttendance
list to ensure the latest
+ object is loaded in the UI.
+
+ Note: this method is called directly from the UI since it takes advantage + of the Expression Language (EL) 2.2 feature that allows method argument + passing from JSF. +
++
attendance
- The EventAttendance
object.
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.controller.AbstractController + com.mycompany.controller.LoginController ++
public class LoginController
+Controller class for desktop and mobile login functionality. +
+ +
+
+Constructor Summary | +|
---|---|
LoginController()
+
++ |
+
+Method Summary | +|
---|---|
+ void |
+checkPermission(javax.faces.event.ComponentSystemEvent event)
+
++ |
+
+ boolean |
+isLoggedIn()
+
++ |
+
+ java.lang.String |
+login()
+
++ |
+
+ java.lang.String |
+loginMobile()
+
++ |
+
+ java.lang.String |
+logout()
+
++ |
+
+ java.lang.String |
+logoutMobile()
+
++ |
+
+ void |
+setActiveUsers(ActiveUsers activeUsers)
+
++ |
+
+ void |
+setCredentials(Credentials credentials)
+
++ |
+
+ void |
+setUserService(UserService userService)
+
++ |
+
Methods inherited from class com.mycompany.controller.AbstractController | +
---|
setUserSession |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public LoginController()+
+Method Detail | +
---|
+public void checkPermission(javax.faces.event.ComponentSystemEvent event) + throws java.io.IOException+
java.io.IOException
+public boolean isLoggedIn()+
+public java.lang.String login()+
+public java.lang.String loginMobile()+
+public java.lang.String logout()+
+public java.lang.String logoutMobile()+
+public void setActiveUsers(ActiveUsers activeUsers)+
+public void setCredentials(Credentials credentials)+
+public void setUserService(UserService userService)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.controller.AbstractController + com.mycompany.controller.MindMapController ++
public class MindMapController
+Controller class for mind map feature. +
+ +
+
+Constructor Summary | +|
---|---|
MindMapController()
+
++ |
+
+Method Summary | +|
---|---|
+ Idea |
+getNewIdea()
+
++ |
+
+ org.primefaces.model.mindmap.MindmapNode |
+getRoot()
+
++ |
+
+ org.primefaces.model.mindmap.MindmapNode |
+getSelectedNode()
+
++ |
+
+ void |
+init(javax.faces.event.ComponentSystemEvent event)
+
++ |
+
+ void |
+onNodeDblselect(org.primefaces.event.SelectEvent event)
+
++ |
+
+ void |
+onNodeSelect(org.primefaces.event.SelectEvent event)
+
++ |
+
+ void |
+saveIdea(javax.faces.event.ActionEvent event)
+
++ |
+
+ void |
+setIdeaService(IdeaService ideaService)
+
++ |
+
+ void |
+setNewIdea(Idea newIdea)
+
++ |
+
+ void |
+setSelectedNode(org.primefaces.model.mindmap.MindmapNode selectedNode)
+
++ |
+
Methods inherited from class com.mycompany.controller.AbstractController | +
---|
setUserSession |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public MindMapController()+
+Method Detail | +
---|
+public Idea getNewIdea()+
+public org.primefaces.model.mindmap.MindmapNode getRoot()+
+public org.primefaces.model.mindmap.MindmapNode getSelectedNode()+
+public void init(javax.faces.event.ComponentSystemEvent event)+
+public void onNodeDblselect(org.primefaces.event.SelectEvent event)+
+public void onNodeSelect(org.primefaces.event.SelectEvent event)+
+public void saveIdea(javax.faces.event.ActionEvent event)+
+public void setIdeaService(IdeaService ideaService)+
+public void setNewIdea(Idea newIdea)+
+public void setSelectedNode(org.primefaces.model.mindmap.MindmapNode selectedNode)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.controller.AbstractController + com.mycompany.controller.SearchController ++
public class SearchController
+Controller class for searching for shows and events. +
+ +
+
+Constructor Summary | +|
---|---|
SearchController()
+
++ |
+
+Method Summary | +|
---|---|
+ void |
+eventSelected(org.primefaces.event.map.OverlaySelectEvent evt)
+
++ |
+
+ java.util.List<City> |
+getCitiesForState()
+
++ |
+
+ City |
+getCity()
+
++ |
+
+ EventType |
+getEventType()
+
++ |
+
+ java.lang.String |
+getKeyword()
+
++ |
+
+ java.lang.String |
+getMapCenter()
+
++ |
+
+ java.lang.Integer |
+getMapZoom()
+
++ |
+
+ int |
+getMaxResults()
+
++ |
+
+ ProvinceState |
+getProvinceState()
+
++ |
+
+ java.util.List<ProvinceState> |
+getProvinceStates()
+
++ |
+
+ org.primefaces.model.map.MapModel |
+getSearchResultsModel()
+
++ |
+
+ Event |
+getSelectedEvent()
+
++ |
+
+ void |
+init(javax.faces.event.ComponentSystemEvent event)
+
++ |
+
+ boolean |
+isAlcoholPermitted()
+
++ |
+
+ boolean |
+isNoCoverCharge()
+
++ |
+
+ boolean |
+isOutdoorVenue()
+
++ |
+
+ void |
+search(javax.faces.event.ActionEvent evt)
+
++ This method searches the database for events. |
+
+ void |
+setAlcoholPermitted(boolean alcoholPermitted)
+
++ |
+
+ void |
+setCity(City city)
+
++ |
+
+ void |
+setCountryService(CountryService countryService)
+
++ |
+
+ void |
+setEventService(EventService eventService)
+
++ |
+
+ void |
+setEventType(EventType eventType)
+
++ |
+
+ void |
+setKeyword(java.lang.String keyword)
+
++ |
+
+ void |
+setMaxResults(int maxResults)
+
++ |
+
+ void |
+setNoCoverCharge(boolean noCoverCharge)
+
++ |
+
+ void |
+setOutdoorVenue(boolean outdoorVenue)
+
++ |
+
+ void |
+setProvinceState(ProvinceState state)
+
++ |
+
+ void |
+setSelectedEvent(Event selectedEvent)
+
++ |
+
Methods inherited from class com.mycompany.controller.AbstractController | +
---|
setUserSession |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public SearchController()+
+Method Detail | +
---|
+public void eventSelected(org.primefaces.event.map.OverlaySelectEvent evt)+
+public java.util.List<City> getCitiesForState()+
+public City getCity()+
+public EventType getEventType()+
+public java.lang.String getKeyword()+
+public java.lang.String getMapCenter()+
+public java.lang.Integer getMapZoom()+
+public int getMaxResults()+
+public ProvinceState getProvinceState()+
+public java.util.List<ProvinceState> getProvinceStates()+
+public org.primefaces.model.map.MapModel getSearchResultsModel()+
+public Event getSelectedEvent()+
+public void init(javax.faces.event.ComponentSystemEvent event)+
+public boolean isAlcoholPermitted()+
+public boolean isNoCoverCharge()+
+public boolean isOutdoorVenue()+
+public void search(javax.faces.event.ActionEvent evt)+
+
evt
- +public void setAlcoholPermitted(boolean alcoholPermitted)+
+public void setCity(City city)+
+public void setCountryService(CountryService countryService)+
+public void setEventService(EventService eventService)+
+public void setEventType(EventType eventType)+
+public void setKeyword(java.lang.String keyword)+
+public void setMaxResults(int maxResults)+
+public void setNoCoverCharge(boolean noCoverCharge)+
+public void setOutdoorVenue(boolean outdoorVenue)+
+public void setProvinceState(ProvinceState state)+
+public void setSelectedEvent(Event selectedEvent)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.controller.AbstractController + com.mycompany.controller.SignupController ++
public class SignupController
+Controller class for new user signup. +
+ +
+
+Constructor Summary | +|
---|---|
SignupController()
+
++ |
+
+Method Summary | +|
---|---|
+ void |
+createUser(javax.faces.event.ActionEvent event)
+
++ |
+
+ java.util.List<Country> |
+getCountries()
+
++ |
+
+ Gender[] |
+getGenders()
+
++ |
+
+ java.util.Date |
+getMinDate()
+
++ Return a date 100 years ago. |
+
+ User |
+getUser()
+
++ |
+
+ void |
+setCountryService(CountryService countryService)
+
++ |
+
+ void |
+setUser(User user)
+
++ |
+
+ void |
+setUserService(UserService userService)
+
++ |
+
+ java.lang.String |
+signup()
+
++ |
+
+ java.lang.String |
+signupMobile()
+
++ |
+
Methods inherited from class com.mycompany.controller.AbstractController | +
---|
setUserSession |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public SignupController()+
+Method Detail | +
---|
+public void createUser(javax.faces.event.ActionEvent event)+
+public java.util.List<Country> getCountries()+
+public Gender[] getGenders()+
+public java.util.Date getMinDate()+
+
+public User getUser()+
+public void setCountryService(CountryService countryService)+
+public void setUser(User user)+
+public void setUserService(UserService userService)+
+public java.lang.String signup()+
+public java.lang.String signupMobile()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.controller.AbstractController + com.mycompany.controller.UserController ++
public class UserController
+Controller class for user-related functionality. +
+ +
+
+Constructor Summary | +|
---|---|
UserController()
+
++ |
+
+Method Summary | +|
---|---|
+ User |
+findUser(java.lang.String username,
+ java.lang.String password)
+
++ |
+
+ java.util.List<java.lang.String> |
+getThemes()
+
++ |
+
+ User |
+getUser()
+
++ Returns the currently logged in user. |
+
+ java.lang.String |
+getUserTheme()
+
++ |
+
+ void |
+handleClick(javax.faces.event.ActionEvent event)
+
++ |
+
+ boolean |
+isUserPresent(User user)
+
++ |
+
+ void |
+setActiveUsers(ActiveUsers activeUsers)
+
++ |
+
+ void |
+setUserService(UserService userService)
+
++ |
+
+ void |
+updateUserTheme(javax.faces.event.AjaxBehaviorEvent event)
+
++ |
+
Methods inherited from class com.mycompany.controller.AbstractController | +
---|
setUserSession |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public UserController()+
+Method Detail | +
---|
+public User findUser(java.lang.String username, + java.lang.String password)+
+public java.util.List<java.lang.String> getThemes()+
+public User getUser()+
+
User
object.+public java.lang.String getUserTheme()+
+public void handleClick(javax.faces.event.ActionEvent event)+
+public boolean isUserPresent(User user)+
+public void setActiveUsers(ActiveUsers activeUsers)+
+public void setUserService(UserService userService)+
+public void updateUserTheme(javax.faces.event.AjaxBehaviorEvent event)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.controller.AbstractController + com.mycompany.controller.VenueController ++
public class VenueController
+Controller class for venue-related functionality. +
+ +
+
+Constructor Summary | +|
---|---|
VenueController()
+
++ |
+
+Method Summary | +|
---|---|
+ void |
+deleteVenue(javax.faces.event.ActionEvent evt)
+
++ |
+
+ java.util.List<ProvinceState> |
+findProvinceStatesByCountry(Country country)
+
++ |
+
+ java.util.List<Country> |
+getCountries()
+
++ |
+
+ Venue |
+getVenue()
+
++ |
+
+ java.util.List<Venue> |
+getVenues()
+
++ |
+
+ void |
+init(javax.faces.event.ComponentSystemEvent evt)
+
++ |
+
+ void |
+newVenue(javax.faces.event.ActionEvent event)
+
++ |
+
+ void |
+saveVenue(javax.faces.event.ActionEvent evt)
+
++ |
+
+ void |
+setCountryService(CountryService countryService)
+
++ |
+
+ void |
+setVenue(Venue venue)
+
++ |
+
+ void |
+setVenueService(VenueService venueService)
+
++ |
+
+ void |
+venueSelected(javax.faces.event.ValueChangeEvent evt)
+
++ |
+
Methods inherited from class com.mycompany.controller.AbstractController | +
---|
setUserSession |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public VenueController()+
+Method Detail | +
---|
+public void deleteVenue(javax.faces.event.ActionEvent evt)+
+public java.util.List<ProvinceState> findProvinceStatesByCountry(Country country)+
+public java.util.List<Country> getCountries()+
+public Venue getVenue()+
+public java.util.List<Venue> getVenues()+
+public void init(javax.faces.event.ComponentSystemEvent evt)+
+public void newVenue(javax.faces.event.ActionEvent event)+
+public void saveVenue(javax.faces.event.ActionEvent evt)+
+public void setCountryService(CountryService countryService)+
+public void setVenue(Venue venue)+
+public void setVenueService(VenueService venueService)+
+public void venueSelected(javax.faces.event.ValueChangeEvent evt)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use AbstractController | +|
---|---|
com.mycompany.controller | +Contains JSF managed bean controller classes for the application. | +
+Uses of AbstractController in com.mycompany.controller | +
---|
+ +
Subclasses of AbstractController in com.mycompany.controller | +|
---|---|
+ class |
+ChartController
+
++ Controller class for charts. |
+
+ class |
+ChatController
+
++ Controller class for chat functionality. |
+
+ class |
+ContactsController
+
++ Controller class for contacts related functionality. |
+
+ class |
+ContentController
+
++ Controller class for content editing. |
+
+ class |
+DashboardController
+
++ Controller class for dashboard screen. |
+
+ class |
+EventController
+
++ This class implements controller behavior for a number of screens in the + application. |
+
+ class |
+LoginController
+
++ Controller class for desktop and mobile login functionality. |
+
+ class |
+MindMapController
+
++ Controller class for mind map feature. |
+
+ class |
+SearchController
+
++ Controller class for searching for shows and events. |
+
+ class |
+SignupController
+
++ Controller class for new user signup. |
+
+ class |
+UserController
+
++ Controller class for user-related functionality. |
+
+ class |
+VenueController
+
++ Controller class for venue-related functionality. |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Classes
+
+ +AbstractController + +ChartController + +ChatController + +ContactsController + +ContentController + +DashboardController + +EventController + +LoginController + +MindMapController + +SearchController + +SignupController + +UserController + +VenueController |
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+See:
+
+ Description
+
+ +
+Class Summary | +|
---|---|
AbstractController | ++ |
ChartController | +Controller class for charts. | +
ChatController | +Controller class for chat functionality. | +
ContactsController | +Controller class for contacts related functionality. | +
ContentController | +Controller class for content editing. | +
DashboardController | +Controller class for dashboard screen. | +
EventController | +This class implements controller behavior for a number of screens in the + application. | +
LoginController | +Controller class for desktop and mobile login functionality. | +
MindMapController | +Controller class for mind map feature. | +
SearchController | +Controller class for searching for shows and events. | +
SignupController | +Controller class for new user signup. | +
UserController | +Controller class for user-related functionality. | +
VenueController | +Controller class for venue-related functionality. | +
+Contains JSF managed bean controller classes for the application. +
+ +
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use com.mycompany.controller | +|
---|---|
com.mycompany.controller | +Contains JSF managed bean controller classes for the application. | +
+Classes in com.mycompany.controller used by com.mycompany.controller | +|
---|---|
AbstractController
+
+ + |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.convert.CityConverter ++
public class CityConverter
+Converter for City
objects.
+
+ +
+
+Constructor Summary | +|
---|---|
CityConverter()
+
++ |
+
+Method Summary | +|
---|---|
+ java.lang.Object |
+getAsObject(javax.faces.context.FacesContext context,
+ javax.faces.component.UIComponent component,
+ java.lang.String value)
+
++ |
+
+ java.lang.String |
+getAsString(javax.faces.context.FacesContext context,
+ javax.faces.component.UIComponent component,
+ java.lang.Object value)
+
++ |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public CityConverter()+
+Method Detail | +
---|
+public java.lang.Object getAsObject(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String value)+
getAsObject
in interface javax.faces.convert.Converter
+public java.lang.String getAsString(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.Object value)+
getAsString
in interface javax.faces.convert.Converter
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.convert.CountryConverter ++
public class CountryConverter
+Converter class for Country
objects.
+
+ +
+
+Constructor Summary | +|
---|---|
CountryConverter()
+
++ |
+
+Method Summary | +|
---|---|
+ java.lang.Object |
+getAsObject(javax.faces.context.FacesContext context,
+ javax.faces.component.UIComponent component,
+ java.lang.String value)
+
++ |
+
+ java.lang.String |
+getAsString(javax.faces.context.FacesContext context,
+ javax.faces.component.UIComponent component,
+ java.lang.Object value)
+
++ |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public CountryConverter()+
+Method Detail | +
---|
+public java.lang.Object getAsObject(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String value)+
getAsObject
in interface javax.faces.convert.Converter
+public java.lang.String getAsString(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.Object value)+
getAsString
in interface javax.faces.convert.Converter
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.convert.EditableStateConverter ++
public class EditableStateConverter
+Converter object for editable ProvinceState
objects.
+
+ +
+
+Constructor Summary | +|
---|---|
EditableStateConverter()
+
++ |
+
+Method Summary | +|
---|---|
+ java.lang.Object |
+getAsObject(javax.faces.context.FacesContext context,
+ javax.faces.component.UIComponent component,
+ java.lang.String value)
+
++ |
+
+ java.lang.String |
+getAsString(javax.faces.context.FacesContext context,
+ javax.faces.component.UIComponent component,
+ java.lang.Object value)
+
++ |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public EditableStateConverter()+
+Method Detail | +
---|
+public java.lang.Object getAsObject(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String value)+
getAsObject
in interface javax.faces.convert.Converter
+public java.lang.String getAsString(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.Object value)+
getAsString
in interface javax.faces.convert.Converter
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.convert.StateConverter ++
public class StateConverter
+Converter class for ProvinceState
objects.
+
+ +
+
+Constructor Summary | +|
---|---|
StateConverter()
+
++ |
+
+Method Summary | +|
---|---|
+ java.lang.Object |
+getAsObject(javax.faces.context.FacesContext context,
+ javax.faces.component.UIComponent component,
+ java.lang.String value)
+
++ |
+
+ java.lang.String |
+getAsString(javax.faces.context.FacesContext context,
+ javax.faces.component.UIComponent component,
+ java.lang.Object value)
+
++ |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public StateConverter()+
+Method Detail | +
---|
+public java.lang.Object getAsObject(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String value)+
getAsObject
in interface javax.faces.convert.Converter
+public java.lang.String getAsString(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.Object value)+
getAsString
in interface javax.faces.convert.Converter
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.convert.UserConverter ++
public class UserConverter
+Converter class for User
objects.
+
+ +
+
+Constructor Summary | +|
---|---|
UserConverter()
+
++ |
+
+Method Summary | +|
---|---|
+ java.lang.Object |
+getAsObject(javax.faces.context.FacesContext context,
+ javax.faces.component.UIComponent component,
+ java.lang.String value)
+
++ |
+
+ java.lang.String |
+getAsString(javax.faces.context.FacesContext context,
+ javax.faces.component.UIComponent component,
+ java.lang.Object value)
+
++ |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public UserConverter()+
+Method Detail | +
---|
+public java.lang.Object getAsObject(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String value)+
getAsObject
in interface javax.faces.convert.Converter
+public java.lang.String getAsString(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.Object value)+
getAsString
in interface javax.faces.convert.Converter
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.convert.VenueConverter ++
public class VenueConverter
+Converter class for Venue
objects.
+
+ +
+
+Constructor Summary | +|
---|---|
VenueConverter()
+
++ |
+
+Method Summary | +|
---|---|
+ java.lang.Object |
+getAsObject(javax.faces.context.FacesContext context,
+ javax.faces.component.UIComponent component,
+ java.lang.String value)
+
++ |
+
+ java.lang.String |
+getAsString(javax.faces.context.FacesContext context,
+ javax.faces.component.UIComponent component,
+ java.lang.Object value)
+
++ |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public VenueConverter()+
+Method Detail | +
---|
+public java.lang.Object getAsObject(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String value)+
getAsObject
in interface javax.faces.convert.Converter
+public java.lang.String getAsString(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.Object value)+
getAsString
in interface javax.faces.convert.Converter
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Classes
+
+ +CityConverter + +CountryConverter + +EditableStateConverter + +StateConverter + +UserConverter + +VenueConverter |
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+See:
+
+ Description
+
+ +
+Class Summary | +|
---|---|
CityConverter | +Converter for City objects. |
+
CountryConverter | +Converter class for Country objects. |
+
EditableStateConverter | +Converter object for editable ProvinceState objects. |
+
StateConverter | +Converter class for ProvinceState objects. |
+
UserConverter | +Converter class for User objects. |
+
VenueConverter | +Converter class for Venue objects. |
+
+Contains JSF converter classes for model objects. +
+ +
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.lifecycle.ConversationExceptionFilter ++
@WebFilter(value="/*") +public class ConversationExceptionFilter
+This filter handles the NonexistentConversationException
propagating
+ from CDI for requests containing an invalid conversation ID (cid parameter).
+
+ +
+
+Constructor Summary | +|
---|---|
ConversationExceptionFilter()
+
++ |
+
+Method Summary | +|
---|---|
+ void |
+destroy()
+
++ |
+
+ void |
+doFilter(javax.servlet.ServletRequest req,
+ javax.servlet.ServletResponse res,
+ javax.servlet.FilterChain chain)
+
++ |
+
+ void |
+init(javax.servlet.FilterConfig arg0)
+
++ |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public ConversationExceptionFilter()+
+Method Detail | +
---|
+public void destroy()+
destroy
in interface javax.servlet.Filter
+public void doFilter(javax.servlet.ServletRequest req, + javax.servlet.ServletResponse res, + javax.servlet.FilterChain chain) + throws java.io.IOException, + javax.servlet.ServletException+
doFilter
in interface javax.servlet.Filter
java.io.IOException
+javax.servlet.ServletException
+public void init(javax.servlet.FilterConfig arg0) + throws javax.servlet.ServletException+
init
in interface javax.servlet.Filter
javax.servlet.ServletException
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: REQUIRED | OPTIONAL | ++DETAIL: ELEMENT | +
@Qualifier +@Retention(value=RUNTIME) +@Target(value={FIELD,PARAMETER}) +public @interface Destroyed
+Thanks to Dan Allen for this useful code: https://gist.github.com/637959 +
+ +
+ +
+ +
+ +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: REQUIRED | OPTIONAL | ++DETAIL: ELEMENT | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: REQUIRED | OPTIONAL | ++DETAIL: ELEMENT | +
@Qualifier +@Retention(value=RUNTIME) +@Target(value={FIELD,PARAMETER}) +public @interface Initialized
+Thanks to Dan Allen for this useful code: https://gist.github.com/637959 +
+ +
+ +
+ +
+ +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: REQUIRED | OPTIONAL | ++DETAIL: ELEMENT | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.lifecycle.SecurityPhaseListener ++
public class SecurityPhaseListener
+PhaseListener class that handles authorization for protected views. +
+ +
+
+Constructor Summary | +|
---|---|
SecurityPhaseListener()
+
++ |
+
+Method Summary | +|
---|---|
+ void |
+afterPhase(javax.faces.event.PhaseEvent event)
+
++ |
+
+ void |
+beforePhase(javax.faces.event.PhaseEvent event)
+
++ |
+
+ javax.faces.event.PhaseId |
+getPhaseId()
+
++ |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public SecurityPhaseListener()+
+Method Detail | +
---|
+public void afterPhase(javax.faces.event.PhaseEvent event)+
afterPhase
in interface javax.faces.event.PhaseListener
+public void beforePhase(javax.faces.event.PhaseEvent event)+
beforePhase
in interface javax.faces.event.PhaseListener
+public javax.faces.event.PhaseId getPhaseId()+
getPhaseId
in interface javax.faces.event.PhaseListener
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.lifecycle.ServletContextLifecycleNotifier ++
@WebListener +public class ServletContextLifecycleNotifier
+Thanks to Dan Allen for this useful code: https://gist.github.com/637959 +
+ +
+
+Constructor Summary | +|
---|---|
ServletContextLifecycleNotifier()
+
++ |
+
+Method Summary | +|
---|---|
+ void |
+contextDestroyed(javax.servlet.ServletContextEvent sce)
+
++ |
+
+ void |
+contextInitialized(javax.servlet.ServletContextEvent sce)
+
++ |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public ServletContextLifecycleNotifier()+
+Method Detail | +
---|
+public void contextInitialized(javax.servlet.ServletContextEvent sce)+
contextInitialized
in interface javax.servlet.ServletContextListener
+public void contextDestroyed(javax.servlet.ServletContextEvent sce)+
contextDestroyed
in interface javax.servlet.ServletContextListener
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use Initialized | +|
---|---|
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. | +
+Uses of Initialized in com.mycompany.service | +
---|
+ +
Method parameters in com.mycompany.service with annotations of type Initialized | +|
---|---|
+ void |
+CountryService.init(javax.servlet.ServletContext context)
+
++ Invoked during the ServletContext initialization to populate the
+ database with sample data. |
+
+Uses of Initialized in com.mycompany.service.impl | +
---|
+ +
Method parameters in com.mycompany.service.impl with annotations of type Initialized | +|
---|---|
+ void |
+CountryServiceImpl.init(javax.servlet.ServletContext context)
+
++ This method is responsible for initializing a List of Country objects + when the web application is started. |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Classes
+
+ +ConversationExceptionFilter + +SecurityPhaseListener + +ServletContextLifecycleNotifier |
+
+Annotation Types
+
+ +Destroyed + +Initialized |
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+See:
+
+ Description
+
+ +
+Class Summary | +|
---|---|
ConversationExceptionFilter | +This filter handles the NonexistentConversationException propagating
+ from CDI for requests containing an invalid conversation ID (cid parameter). |
+
SecurityPhaseListener | +PhaseListener class that handles authorization for protected views. | +
ServletContextLifecycleNotifier | +Thanks to Dan Allen for this useful code: https://gist.github.com/637959 | +
+ +
+Annotation Types Summary | +|
---|---|
Destroyed | +Thanks to Dan Allen for this useful code: https://gist.github.com/637959 | +
Initialized | +Thanks to Dan Allen for this useful code: https://gist.github.com/637959 | +
+Contains JSF and Servlet lifecycle support classes. +
+ +
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use com.mycompany.lifecycle | +|
---|---|
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. | +
+Classes in com.mycompany.lifecycle used by com.mycompany.service | +|
---|---|
Initialized
+
+ + Thanks to Dan Allen for this useful code: https://gist.github.com/637959 |
+
+Classes in com.mycompany.lifecycle used by com.mycompany.service.impl | +|
---|---|
Initialized
+
+ + Thanks to Dan Allen for this useful code: https://gist.github.com/637959 |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity ++
@MappedSuperclass +public abstract class AbstractEntity
+Abstract class for JPA entities. +
+ +
+
+Constructor Summary | +|
---|---|
AbstractEntity()
+
++ |
+
+Method Summary | +|
---|---|
+ boolean |
+equals(java.lang.Object object)
+
++ |
+
+ java.lang.Integer |
+getId()
+
++ |
+
+ java.lang.Integer |
+getVersion()
+
++ |
+
+ int |
+hashCode()
+
++ |
+
+ void |
+setId(java.lang.Integer id)
+
++ |
+
+ void |
+setVersion(java.lang.Integer version)
+
++ |
+
Methods inherited from class java.lang.Object | +
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public AbstractEntity()+
+Method Detail | +
---|
+public boolean equals(java.lang.Object object)+
equals
in class java.lang.Object
+public java.lang.Integer getId()+
+public java.lang.Integer getVersion()+
+public int hashCode()+
hashCode
in class java.lang.Object
+public void setId(java.lang.Integer id)+
+public void setVersion(java.lang.Integer version)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity_ ++
public abstract class AbstractEntity_
+
+Field Summary | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<AbstractEntity,java.lang.Integer> |
+hashCode
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<AbstractEntity,java.lang.Integer> |
+id
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<AbstractEntity,java.lang.Integer> |
+version
+
++ |
+
+Constructor Summary | +|
---|---|
AbstractEntity_()
+
++ |
+
+Method Summary | +
---|
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Field Detail | +
---|
+public static volatile javax.persistence.metamodel.SingularAttribute<AbstractEntity,java.lang.Integer> id+
+public static volatile javax.persistence.metamodel.SingularAttribute<AbstractEntity,java.lang.Integer> hashCode+
+public static volatile javax.persistence.metamodel.SingularAttribute<AbstractEntity,java.lang.Integer> version+
+Constructor Detail | +
---|
+public AbstractEntity_()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + java.util.AbstractCollection<E> + java.util.AbstractList<E> + java.util.ArrayList<User> + com.mycompany.model.ActiveUsers ++
public class ActiveUsers
+Application-scoped JSF managed bean storing User
objects for presence
+ purposes.
+
+ +
+
+Constructor Summary | +|
---|---|
ActiveUsers()
+
++ |
+
+Method Summary | +
---|
Methods inherited from class java.util.ArrayList | +
---|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, toArray, toArray, trimToSize |
+
Methods inherited from class java.util.AbstractList | +
---|
equals, hashCode, iterator, listIterator, listIterator, subList |
+
Methods inherited from class java.util.AbstractCollection | +
---|
containsAll, removeAll, retainAll, toString |
+
Methods inherited from class java.lang.Object | +
---|
getClass, notify, notifyAll, wait, wait, wait |
+
Methods inherited from interface java.util.List | +
---|
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList |
+
+Constructor Detail | +
---|
+public ActiveUsers()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity + com.mycompany.model.City ++
@Entity +public class City
+JPA entity class for city data. +
+ +
+
+Constructor Summary | +|
---|---|
City()
+
++ |
+
+Method Summary | +|
---|---|
+ java.lang.Double |
+getLatitude()
+
++ |
+
+ java.lang.Double |
+getLongitude()
+
++ |
+
+ java.lang.String |
+getName()
+
++ |
+
+ ProvinceState |
+getProvinceState()
+
++ |
+
+ void |
+setLatitude(java.lang.Double latitude)
+
++ |
+
+ void |
+setLongitude(java.lang.Double longitude)
+
++ |
+
+ void |
+setName(java.lang.String name)
+
++ |
+
+ void |
+setProvinceState(ProvinceState state)
+
++ |
+
Methods inherited from class com.mycompany.model.AbstractEntity | +
---|
equals, getId, getVersion, hashCode, setId, setVersion |
+
Methods inherited from class java.lang.Object | +
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public City()+
+Method Detail | +
---|
+public java.lang.Double getLatitude()+
+public java.lang.Double getLongitude()+
+public java.lang.String getName()+
+public ProvinceState getProvinceState()+
+public void setLatitude(java.lang.Double latitude)+
+public void setLongitude(java.lang.Double longitude)+
+public void setName(java.lang.String name)+
+public void setProvinceState(ProvinceState state)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity_ + com.mycompany.model.City_ ++
public abstract class City_
+
+Field Summary | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<City,java.lang.Double> |
+latitude
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<City,java.lang.Double> |
+longitude
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<City,java.lang.String> |
+name
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<City,ProvinceState> |
+provinceState
+
++ |
+
Fields inherited from class com.mycompany.model.AbstractEntity_ | +
---|
hashCode, id, version |
+
+Constructor Summary | +|
---|---|
City_()
+
++ |
+
+Method Summary | +
---|
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Field Detail | +
---|
+public static volatile javax.persistence.metamodel.SingularAttribute<City,ProvinceState> provinceState+
+public static volatile javax.persistence.metamodel.SingularAttribute<City,java.lang.String> name+
+public static volatile javax.persistence.metamodel.SingularAttribute<City,java.lang.Double> longitude+
+public static volatile javax.persistence.metamodel.SingularAttribute<City,java.lang.Double> latitude+
+Constructor Detail | +
---|
+public City_()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity + com.mycompany.model.Content ++
@Entity +public class Content
+JPA entity for content data. +
+ +
+
+Constructor Summary | +|
---|---|
Content()
+
++ |
+
+Method Summary | +|
---|---|
+ User |
+getCreatedBy()
+
++ |
+
+ java.util.Date |
+getCreatedDate()
+
++ |
+
+ java.lang.String |
+getValue()
+
++ |
+
+ java.lang.String |
+getViewId()
+
++ |
+
+ void |
+setCreatedBy(User createdBy)
+
++ |
+
+ void |
+setCreatedDate(java.util.Date createdDate)
+
++ |
+
+ void |
+setValue(java.lang.String value)
+
++ |
+
+ void |
+setViewId(java.lang.String name)
+
++ |
+
Methods inherited from class com.mycompany.model.AbstractEntity | +
---|
equals, getId, getVersion, hashCode, setId, setVersion |
+
Methods inherited from class java.lang.Object | +
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public Content()+
+Method Detail | +
---|
+public User getCreatedBy()+
+public java.util.Date getCreatedDate()+
+public java.lang.String getViewId()+
+public java.lang.String getValue()+
+public void setCreatedBy(User createdBy)+
+public void setCreatedDate(java.util.Date createdDate)+
+public void setViewId(java.lang.String name)+
+public void setValue(java.lang.String value)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity_ + com.mycompany.model.Content_ ++
public abstract class Content_
+
+Field Summary | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<Content,User> |
+createdBy
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Content,java.util.Date> |
+createdDate
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Content,java.lang.String> |
+value
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Content,java.lang.String> |
+viewId
+
++ |
+
Fields inherited from class com.mycompany.model.AbstractEntity_ | +
---|
hashCode, id, version |
+
+Constructor Summary | +|
---|---|
Content_()
+
++ |
+
+Method Summary | +
---|
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Field Detail | +
---|
+public static volatile javax.persistence.metamodel.SingularAttribute<Content,User> createdBy+
+public static volatile javax.persistence.metamodel.SingularAttribute<Content,java.lang.String> value+
+public static volatile javax.persistence.metamodel.SingularAttribute<Content,java.util.Date> createdDate+
+public static volatile javax.persistence.metamodel.SingularAttribute<Content,java.lang.String> viewId+
+Constructor Detail | +
---|
+public Content_()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity + com.mycompany.model.Country ++
@Entity +public class Country
+JPA entity for country data. +
+ +
+
+Constructor Summary | +|
---|---|
Country()
+
++ |
+
+Method Summary | +|
---|---|
+ boolean |
+equals(java.lang.Object object)
+
++ |
+
+ java.lang.String |
+getCode()
+
++ |
+
+ java.lang.String |
+getName()
+
++ |
+
+ java.util.Set<ProvinceState> |
+getProvinceStates()
+
++ |
+
+ int |
+hashCode()
+
++ |
+
+ void |
+setCode(java.lang.String code)
+
++ |
+
+ void |
+setName(java.lang.String name)
+
++ |
+
+ void |
+setProvinceStates(java.util.Set<ProvinceState> states)
+
++ |
+
Methods inherited from class com.mycompany.model.AbstractEntity | +
---|
getId, getVersion, setId, setVersion |
+
Methods inherited from class java.lang.Object | +
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public Country()+
+Method Detail | +
---|
+public boolean equals(java.lang.Object object)+
equals
in class AbstractEntity
+public java.lang.String getCode()+
+public java.lang.String getName()+
+public java.util.Set<ProvinceState> getProvinceStates()+
+public int hashCode()+
hashCode
in class AbstractEntity
+public void setCode(java.lang.String code)+
+public void setName(java.lang.String name)+
+public void setProvinceStates(java.util.Set<ProvinceState> states)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity_ + com.mycompany.model.Country_ ++
public abstract class Country_
+
+Field Summary | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<Country,java.lang.String> |
+code
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Country,java.lang.Integer> |
+hashCode
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Country,java.lang.String> |
+name
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<Country,ProvinceState> |
+provinceStates
+
++ |
+
Fields inherited from class com.mycompany.model.AbstractEntity_ | +
---|
id, version |
+
+Constructor Summary | +|
---|---|
Country_()
+
++ |
+
+Method Summary | +
---|
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Field Detail | +
---|
+public static volatile javax.persistence.metamodel.SetAttribute<Country,ProvinceState> provinceStates+
+public static volatile javax.persistence.metamodel.SingularAttribute<Country,java.lang.String> name+
+public static volatile javax.persistence.metamodel.SingularAttribute<Country,java.lang.Integer> hashCode+
+public static volatile javax.persistence.metamodel.SingularAttribute<Country,java.lang.String> code+
+Constructor Detail | +
---|
+public Country_()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.Credentials ++
@Model +public class Credentials
+CDI-managed bean in request scope for user credentials. +
+ +
+
+Constructor Summary | +|
---|---|
Credentials()
+
++ |
+
+Method Summary | +|
---|---|
+ java.lang.String |
+getPassword()
+
++ |
+
+ java.lang.String |
+getUsername()
+
++ |
+
+ void |
+setPassword(java.lang.String password)
+
++ |
+
+ void |
+setUsername(java.lang.String username)
+
++ |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public Credentials()+
+Method Detail | +
---|
+public java.lang.String getPassword()+
+public java.lang.String getUsername()+
+public void setPassword(java.lang.String password)+
+public void setUsername(java.lang.String username)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity + com.mycompany.model.Event ++
@Entity +public class Event
+JPA entity for event data. +
+ +
+
+Constructor Summary | +|
---|---|
Event()
+
++ |
+
+Method Summary | +|
---|---|
+ boolean |
+equals(java.lang.Object object)
+
++ |
+
+ java.util.Set<EventAttendance> |
+getAttendance()
+
++ |
+
+ User |
+getCreatedBy()
+
++ |
+
+ java.lang.String |
+getDescription()
+
++ |
+
+ java.util.Date |
+getEndDate()
+
++ |
+
+ EventType |
+getEventType()
+
++ |
+
+ java.util.Date |
+getStartDate()
+
++ |
+
+ java.lang.String |
+getTitle()
+
++ |
+
+ Venue |
+getVenue()
+
++ |
+
+ int |
+hashCode()
+
++ |
+
+ void |
+setAttendance(java.util.Set<EventAttendance> usersAttended)
+
++ |
+
+ void |
+setCreatedBy(User createdBy)
+
++ |
+
+ void |
+setDescription(java.lang.String description)
+
++ |
+
+ void |
+setEndDate(java.util.Date endDate)
+
++ |
+
+ void |
+setEventType(EventType eventType)
+
++ |
+
+ void |
+setStartDate(java.util.Date startDate)
+
++ |
+
+ void |
+setTitle(java.lang.String title)
+
++ |
+
+ void |
+setVenue(Venue venue)
+
++ |
+
Methods inherited from class com.mycompany.model.AbstractEntity | +
---|
getId, getVersion, setId, setVersion |
+
Methods inherited from class java.lang.Object | +
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public Event()+
+Method Detail | +
---|
+public boolean equals(java.lang.Object object)+
equals
in class AbstractEntity
+public java.util.Set<EventAttendance> getAttendance()+
+public User getCreatedBy()+
+public java.lang.String getDescription()+
+public java.util.Date getEndDate()+
+public EventType getEventType()+
+public java.util.Date getStartDate()+
+public java.lang.String getTitle()+
+public Venue getVenue()+
+public int hashCode()+
hashCode
in class AbstractEntity
+public void setAttendance(java.util.Set<EventAttendance> usersAttended)+
+public void setCreatedBy(User createdBy)+
+public void setDescription(java.lang.String description)+
+public void setEndDate(java.util.Date endDate)+
+public void setEventType(EventType eventType)+
+public void setStartDate(java.util.Date startDate)+
+public void setTitle(java.lang.String title)+
+public void setVenue(Venue venue)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity + com.mycompany.model.EventAttendance ++
@Entity +public class EventAttendance
+JPA entity for user event attendance data. +
+ +
+
+Constructor Summary | +|
---|---|
EventAttendance()
+
++ |
+
+Method Summary | +|
---|---|
+ Event |
+getEvent()
+
++ |
+
+ int |
+getRating()
+
++ |
+
+ User |
+getUser()
+
++ |
+
+ boolean |
+isConfirmed()
+
++ |
+
+ void |
+setConfirmed(boolean attended)
+
++ |
+
+ void |
+setEvent(Event event)
+
++ |
+
+ void |
+setRating(int rating)
+
++ |
+
+ void |
+setUser(User user)
+
++ |
+
Methods inherited from class com.mycompany.model.AbstractEntity | +
---|
equals, getId, getVersion, hashCode, setId, setVersion |
+
Methods inherited from class java.lang.Object | +
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public EventAttendance()+
+Method Detail | +
---|
+public Event getEvent()+
+public int getRating()+
+public User getUser()+
+public boolean isConfirmed()+
+public void setConfirmed(boolean attended)+
+public void setEvent(Event event)+
+public void setRating(int rating)+
+public void setUser(User user)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity_ + com.mycompany.model.EventAttendance_ ++
public abstract class EventAttendance_
+
+Field Summary | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<EventAttendance,java.lang.Boolean> |
+confirmed
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<EventAttendance,Event> |
+event
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<EventAttendance,java.lang.Integer> |
+rating
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<EventAttendance,User> |
+user
+
++ |
+
Fields inherited from class com.mycompany.model.AbstractEntity_ | +
---|
hashCode, id, version |
+
+Constructor Summary | +|
---|---|
EventAttendance_()
+
++ |
+
+Method Summary | +
---|
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Field Detail | +
---|
+public static volatile javax.persistence.metamodel.SingularAttribute<EventAttendance,java.lang.Boolean> confirmed+
+public static volatile javax.persistence.metamodel.SingularAttribute<EventAttendance,Event> event+
+public static volatile javax.persistence.metamodel.SingularAttribute<EventAttendance,java.lang.Integer> rating+
+public static volatile javax.persistence.metamodel.SingularAttribute<EventAttendance,User> user+
+Constructor Detail | +
---|
+public EventAttendance_()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | ++DETAIL: ENUM CONSTANTS | FIELD | METHOD | +
+java.lang.Object + java.lang.Enum<EventType> + com.mycompany.model.EventType ++
public enum EventType
+Represents an event type. +
+ +
+
+Enum Constant Summary | +|
---|---|
CONCERT
+
++ |
+|
MOVIE
+
++ |
+|
OTHER
+
++ |
+
+Method Summary | +|
---|---|
+ java.lang.String |
+getLabel()
+
++ |
+
+static EventType |
+valueOf(java.lang.String name)
+
++ Returns the enum constant of this type with the specified name. |
+
+static EventType[] |
+values()
+
++ Returns an array containing the constants of this enum type, in +the order they are declared. |
+
Methods inherited from class java.lang.Enum | +
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
+
Methods inherited from class java.lang.Object | +
---|
getClass, notify, notifyAll, wait, wait, wait |
+
+Enum Constant Detail | +
---|
+public static final EventType CONCERT+
+public static final EventType MOVIE+
+public static final EventType OTHER+
+Method Detail | +
---|
+public static EventType[] values()+
+for (EventType c : EventType.values()) + System.out.println(c); ++
+
+public static EventType valueOf(java.lang.String name)+
+
name
- the name of the enum constant to be returned.
+java.lang.IllegalArgumentException
- if this enum type has no constant
+with the specified name
+java.lang.NullPointerException
- if the argument is null+public java.lang.String getLabel()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | ++DETAIL: ENUM CONSTANTS | FIELD | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity_ + com.mycompany.model.Event_ ++
public abstract class Event_
+
+Field Summary | +|
---|---|
+static javax.persistence.metamodel.SetAttribute<Event,EventAttendance> |
+attendance
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,User> |
+createdBy
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,java.lang.String> |
+description
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,java.util.Date> |
+endDate
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,EventType> |
+eventType
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,java.lang.Integer> |
+hashCode
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,java.util.Date> |
+startDate
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,java.lang.String> |
+title
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,Venue> |
+venue
+
++ |
+
Fields inherited from class com.mycompany.model.AbstractEntity_ | +
---|
id, version |
+
+Constructor Summary | +|
---|---|
Event_()
+
++ |
+
+Method Summary | +
---|
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Field Detail | +
---|
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,java.util.Date> startDate+
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,java.lang.String> title+
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,User> createdBy+
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,java.lang.String> description+
+public static volatile javax.persistence.metamodel.SetAttribute<Event,EventAttendance> attendance+
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,java.lang.Integer> hashCode+
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,java.util.Date> endDate+
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,EventType> eventType+
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,Venue> venue+
+Constructor Detail | +
---|
+public Event_()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | ++DETAIL: ENUM CONSTANTS | FIELD | METHOD | +
+java.lang.Object + java.lang.Enum<Gender> + com.mycompany.model.Gender ++
public enum Gender
+Represents a gender. +
+ +
+
+Enum Constant Summary | +|
---|---|
FEMALE
+
++ |
+|
MALE
+
++ |
+
+Method Summary | +|
---|---|
+ java.lang.String |
+getLabel()
+
++ |
+
+static Gender |
+valueOf(java.lang.String name)
+
++ Returns the enum constant of this type with the specified name. |
+
+static Gender[] |
+values()
+
++ Returns an array containing the constants of this enum type, in +the order they are declared. |
+
Methods inherited from class java.lang.Enum | +
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
+
Methods inherited from class java.lang.Object | +
---|
getClass, notify, notifyAll, wait, wait, wait |
+
+Enum Constant Detail | +
---|
+public static final Gender FEMALE+
+public static final Gender MALE+
+Method Detail | +
---|
+public static Gender[] values()+
+for (Gender c : Gender.values()) + System.out.println(c); ++
+
+public static Gender valueOf(java.lang.String name)+
+
name
- the name of the enum constant to be returned.
+java.lang.IllegalArgumentException
- if this enum type has no constant
+with the specified name
+java.lang.NullPointerException
- if the argument is null+public java.lang.String getLabel()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | ++DETAIL: ENUM CONSTANTS | FIELD | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity + com.mycompany.model.Idea ++
@Entity +public class Idea
+JPA entity for mind map data. This class is self-referencing and has a + hierarchical parent-child relationship so an idea can have any number of + sub-ideas. +
+ +
+
+Constructor Summary | +|
---|---|
Idea()
+
++ |
+
+Method Summary | +|
---|---|
+ boolean |
+equals(java.lang.Object object)
+
++ |
+
+ User |
+getAuthor()
+
++ |
+
+ java.util.Set<Idea> |
+getChildren()
+
++ |
+
+ java.lang.String |
+getDescription()
+
++ |
+
+ java.lang.String |
+getName()
+
++ |
+
+ Idea |
+getParent()
+
++ |
+
+ int |
+hashCode()
+
++ |
+
+ void |
+setAuthor(User author)
+
++ |
+
+ void |
+setChildren(java.util.Set<Idea> children)
+
++ |
+
+ void |
+setDescription(java.lang.String description)
+
++ |
+
+ void |
+setName(java.lang.String name)
+
++ |
+
+ void |
+setParent(Idea parent)
+
++ |
+
Methods inherited from class com.mycompany.model.AbstractEntity | +
---|
getId, getVersion, setId, setVersion |
+
Methods inherited from class java.lang.Object | +
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public Idea()+
+Method Detail | +
---|
+public boolean equals(java.lang.Object object)+
equals
in class AbstractEntity
+public User getAuthor()+
+public java.util.Set<Idea> getChildren()+
+public java.lang.String getDescription()+
+public java.lang.String getName()+
+public Idea getParent()+
+public int hashCode()+
hashCode
in class AbstractEntity
+public void setAuthor(User author)+
+public void setChildren(java.util.Set<Idea> children)+
+public void setDescription(java.lang.String description)+
+public void setName(java.lang.String name)+
+public void setParent(Idea parent)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity_ + com.mycompany.model.Idea_ ++
public abstract class Idea_
+
+Field Summary | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<Idea,User> |
+author
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<Idea,Idea> |
+children
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Idea,java.lang.String> |
+description
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Idea,java.lang.Integer> |
+hashCode
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Idea,java.lang.String> |
+name
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Idea,Idea> |
+parent
+
++ |
+
Fields inherited from class com.mycompany.model.AbstractEntity_ | +
---|
id, version |
+
+Constructor Summary | +|
---|---|
Idea_()
+
++ |
+
+Method Summary | +
---|
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Field Detail | +
---|
+public static volatile javax.persistence.metamodel.SingularAttribute<Idea,User> author+
+public static volatile javax.persistence.metamodel.SingularAttribute<Idea,java.lang.String> description+
+public static volatile javax.persistence.metamodel.SingularAttribute<Idea,java.lang.String> name+
+public static volatile javax.persistence.metamodel.SingularAttribute<Idea,java.lang.Integer> hashCode+
+public static volatile javax.persistence.metamodel.SingularAttribute<Idea,Idea> parent+
+public static volatile javax.persistence.metamodel.SetAttribute<Idea,Idea> children+
+Constructor Detail | +
---|
+public Idea_()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity + com.mycompany.model.ProvinceState ++
@Entity +public class ProvinceState
+JPA entity for province/state data. +
+ +
+
+Constructor Summary | +|
---|---|
ProvinceState()
+
++ |
+
+Method Summary | +|
---|---|
+ boolean |
+equals(java.lang.Object object)
+
++ |
+
+ java.util.Set<City> |
+getCities()
+
++ |
+
+ Country |
+getCountry()
+
++ |
+
+ java.lang.String |
+getName()
+
++ |
+
+ int |
+hashCode()
+
++ |
+
+ void |
+setCities(java.util.Set<City> cities)
+
++ |
+
+ void |
+setCountry(Country country)
+
++ |
+
+ void |
+setName(java.lang.String name)
+
++ |
+
Methods inherited from class com.mycompany.model.AbstractEntity | +
---|
getId, getVersion, setId, setVersion |
+
Methods inherited from class java.lang.Object | +
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public ProvinceState()+
+Method Detail | +
---|
+public boolean equals(java.lang.Object object)+
equals
in class AbstractEntity
+public java.util.Set<City> getCities()+
+public Country getCountry()+
+public java.lang.String getName()+
+public int hashCode()+
hashCode
in class AbstractEntity
+public void setCities(java.util.Set<City> cities)+
+public void setCountry(Country country)+
+public void setName(java.lang.String name)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity_ + com.mycompany.model.ProvinceState_ ++
public abstract class ProvinceState_
+
+Field Summary | +|
---|---|
+static javax.persistence.metamodel.SetAttribute<ProvinceState,City> |
+cities
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<ProvinceState,Country> |
+country
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<ProvinceState,java.lang.Integer> |
+hashCode
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<ProvinceState,java.lang.String> |
+name
+
++ |
+
Fields inherited from class com.mycompany.model.AbstractEntity_ | +
---|
id, version |
+
+Constructor Summary | +|
---|---|
ProvinceState_()
+
++ |
+
+Method Summary | +
---|
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Field Detail | +
---|
+public static volatile javax.persistence.metamodel.SetAttribute<ProvinceState,City> cities+
+public static volatile javax.persistence.metamodel.SingularAttribute<ProvinceState,java.lang.String> name+
+public static volatile javax.persistence.metamodel.SingularAttribute<ProvinceState,java.lang.Integer> hashCode+
+public static volatile javax.persistence.metamodel.SingularAttribute<ProvinceState,Country> country+
+Constructor Detail | +
---|
+public ProvinceState_()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | ++DETAIL: ENUM CONSTANTS | FIELD | METHOD | +
+java.lang.Object + java.lang.Enum<RelationshipType> + com.mycompany.model.RelationshipType ++
public enum RelationshipType
+Represents a relationship type. +
+ +
+
+Enum Constant Summary | +|
---|---|
COLLEAGUE
+
++ |
+|
FAMILY
+
++ |
+|
FRIEND
+
++ |
+
+Method Summary | +|
---|---|
+ java.lang.String |
+getLabel()
+
++ |
+
+static RelationshipType |
+valueOf(java.lang.String name)
+
++ Returns the enum constant of this type with the specified name. |
+
+static RelationshipType[] |
+values()
+
++ Returns an array containing the constants of this enum type, in +the order they are declared. |
+
Methods inherited from class java.lang.Enum | +
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
+
Methods inherited from class java.lang.Object | +
---|
getClass, notify, notifyAll, wait, wait, wait |
+
+Enum Constant Detail | +
---|
+public static final RelationshipType FAMILY+
+public static final RelationshipType FRIEND+
+public static final RelationshipType COLLEAGUE+
+Method Detail | +
---|
+public static RelationshipType[] values()+
+for (RelationshipType c : RelationshipType.values()) + System.out.println(c); ++
+
+public static RelationshipType valueOf(java.lang.String name)+
+
name
- the name of the enum constant to be returned.
+java.lang.IllegalArgumentException
- if this enum type has no constant
+with the specified name
+java.lang.NullPointerException
- if the argument is null+public java.lang.String getLabel()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | ++DETAIL: ENUM CONSTANTS | FIELD | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity + com.mycompany.model.User ++
@Entity +public class User
+JPA entity for user data. +
+ +
+
+Constructor Summary | +|
---|---|
User()
+
++ |
+
+Method Summary | +|
---|---|
+ boolean |
+equals(java.lang.Object object)
+
++ |
+
+ java.util.Date |
+getBirthdate()
+
++ |
+
+ java.lang.Integer |
+getClickCount()
+
++ |
+
+ Country |
+getCountry()
+
++ |
+
+ java.lang.String |
+getEmailAddress()
+
++ |
+
+ java.util.Set<EventAttendance> |
+getEventsAttended()
+
++ |
+
+ java.lang.String |
+getFirstName()
+
++ |
+
+ java.util.Set<UserRelationship> |
+getFromRelationships()
+
++ |
+
+ Gender |
+getGender()
+
++ |
+
+ java.lang.String |
+getLastName()
+
++ |
+
+ java.lang.String |
+getPassword()
+
++ |
+
+ java.lang.String |
+getPhoneNumber()
+
++ |
+
+ java.lang.String |
+getTheme()
+
++ |
+
+ java.util.Set<UserRelationship> |
+getToRelationships()
+
++ |
+
+ java.lang.String |
+getUsername()
+
++ |
+
+ int |
+hashCode()
+
++ |
+
+ boolean |
+isAcceptedTerms()
+
++ |
+
+ void |
+setAcceptedTerms(boolean acceptedTerms)
+
++ |
+
+ void |
+setBirthdate(java.util.Date birthdate)
+
++ |
+
+ void |
+setClickCount(java.lang.Integer clicks)
+
++ |
+
+ void |
+setCountry(Country country)
+
++ |
+
+ void |
+setEmailAddress(java.lang.String emailAddress)
+
++ |
+
+ void |
+setEventsAttended(java.util.Set<EventAttendance> eventsAttended)
+
++ |
+
+ void |
+setFirstName(java.lang.String firstName)
+
++ |
+
+ void |
+setFromRelationships(java.util.Set<UserRelationship> fromRelationships)
+
++ |
+
+ void |
+setGender(Gender gender)
+
++ |
+
+ void |
+setLastName(java.lang.String lastName)
+
++ |
+
+ void |
+setPassword(java.lang.String password)
+
++ |
+
+ void |
+setPhoneNumber(java.lang.String phoneNumber)
+
++ |
+
+ void |
+setTheme(java.lang.String theme)
+
++ |
+
+ void |
+setToRelationships(java.util.Set<UserRelationship> toRelationships)
+
++ |
+
+ void |
+setUsername(java.lang.String username)
+
++ |
+
Methods inherited from class com.mycompany.model.AbstractEntity | +
---|
getId, getVersion, setId, setVersion |
+
Methods inherited from class java.lang.Object | +
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public User()+
+Method Detail | +
---|
+public boolean equals(java.lang.Object object)+
equals
in class AbstractEntity
+public java.util.Date getBirthdate()+
+public java.lang.Integer getClickCount()+
+public Country getCountry()+
+public java.lang.String getEmailAddress()+
+public java.util.Set<EventAttendance> getEventsAttended()+
+public java.lang.String getFirstName()+
+public java.util.Set<UserRelationship> getFromRelationships()+
+public Gender getGender()+
+public java.lang.String getLastName()+
+public java.lang.String getPassword()+
+public java.lang.String getPhoneNumber()+
+public java.lang.String getTheme()+
+public java.util.Set<UserRelationship> getToRelationships()+
+public java.lang.String getUsername()+
+public int hashCode()+
hashCode
in class AbstractEntity
+public boolean isAcceptedTerms()+
+public void setAcceptedTerms(boolean acceptedTerms)+
+public void setBirthdate(java.util.Date birthdate)+
+public void setClickCount(java.lang.Integer clicks)+
+public void setCountry(Country country)+
+public void setEmailAddress(java.lang.String emailAddress)+
+public void setEventsAttended(java.util.Set<EventAttendance> eventsAttended)+
+public void setFirstName(java.lang.String firstName)+
+public void setFromRelationships(java.util.Set<UserRelationship> fromRelationships)+
+public void setGender(Gender gender)+
+public void setLastName(java.lang.String lastName)+
+public void setPassword(java.lang.String password)+
+public void setPhoneNumber(java.lang.String phoneNumber)+
+public void setTheme(java.lang.String theme)+
+public void setToRelationships(java.util.Set<UserRelationship> toRelationships)+
+public void setUsername(java.lang.String username)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity + com.mycompany.model.UserRelationship ++
@Entity +public class UserRelationship
+JPA entity for a relationship between two users. +
+ +
+
+Constructor Summary | +|
---|---|
UserRelationship()
+
++ |
+
+Method Summary | +|
---|---|
+ User |
+getFromUser()
+
++ |
+
+ RelationshipType |
+getRelationshipType()
+
++ |
+
+ User |
+getToUser()
+
++ |
+
+ void |
+setFromUser(User firstUser)
+
++ |
+
+ void |
+setRelationshipType(RelationshipType contactType)
+
++ |
+
+ void |
+setToUser(User secondUser)
+
++ |
+
Methods inherited from class com.mycompany.model.AbstractEntity | +
---|
equals, getId, getVersion, hashCode, setId, setVersion |
+
Methods inherited from class java.lang.Object | +
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public UserRelationship()+
+Method Detail | +
---|
+public RelationshipType getRelationshipType()+
+public User getFromUser()+
+public User getToUser()+
+public void setRelationshipType(RelationshipType contactType)+
+public void setFromUser(User firstUser)+
+public void setToUser(User secondUser)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity_ + com.mycompany.model.UserRelationship_ ++
public abstract class UserRelationship_
+
+Field Summary | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<UserRelationship,User> |
+fromUser
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<UserRelationship,RelationshipType> |
+relationshipType
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<UserRelationship,User> |
+toUser
+
++ |
+
Fields inherited from class com.mycompany.model.AbstractEntity_ | +
---|
hashCode, id, version |
+
+Constructor Summary | +|
---|---|
UserRelationship_()
+
++ |
+
+Method Summary | +
---|
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Field Detail | +
---|
+public static volatile javax.persistence.metamodel.SingularAttribute<UserRelationship,RelationshipType> relationshipType+
+public static volatile javax.persistence.metamodel.SingularAttribute<UserRelationship,User> toUser+
+public static volatile javax.persistence.metamodel.SingularAttribute<UserRelationship,User> fromUser+
+Constructor Detail | +
---|
+public UserRelationship_()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity_ + com.mycompany.model.User_ ++
public abstract class User_
+
+Field Summary | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.Boolean> |
+acceptedTerms
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.util.Date> |
+birthdate
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.Integer> |
+clickCount
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,Country> |
+country
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.String> |
+emailAddress
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<User,EventAttendance> |
+eventsAttended
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.String> |
+firstName
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<User,UserRelationship> |
+fromRelationships
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,Gender> |
+gender
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.Integer> |
+hashCode
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.String> |
+lastName
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.String> |
+password
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.String> |
+phoneNumber
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.String> |
+theme
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<User,UserRelationship> |
+toRelationships
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.String> |
+username
+
++ |
+
Fields inherited from class com.mycompany.model.AbstractEntity_ | +
---|
id, version |
+
+Constructor Summary | +|
---|---|
User_()
+
++ |
+
+Method Summary | +
---|
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Field Detail | +
---|
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.Boolean> acceptedTerms+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.String> lastName+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.Integer> clickCount+
+public static volatile javax.persistence.metamodel.SetAttribute<User,UserRelationship> fromRelationships+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.String> theme+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.Integer> hashCode+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.String> emailAddress+
+public static volatile javax.persistence.metamodel.SetAttribute<User,UserRelationship> toRelationships+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.String> password+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,Country> country+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.String> username+
+public static volatile javax.persistence.metamodel.SetAttribute<User,EventAttendance> eventsAttended+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.String> phoneNumber+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.util.Date> birthdate+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,Gender> gender+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.String> firstName+
+Constructor Detail | +
---|
+public User_()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity + com.mycompany.model.Venue ++
@Entity +public class Venue
+JPA entity for venue data. +
+ +
+
+Constructor Summary | +|
---|---|
Venue()
+
++ |
+
+Method Summary | +|
---|---|
+ boolean |
+equals(java.lang.Object object)
+
++ |
+
+ City |
+getCity()
+
++ |
+
+ java.lang.String |
+getCompleteAddress()
+
++ This method returns the complete address of the venue. |
+
+ Country |
+getCountry()
+
++ |
+
+ java.util.Set<Event> |
+getEvents()
+
++ |
+
+ java.lang.Double |
+getLatitude()
+
++ |
+
+ java.lang.Double |
+getLongitude()
+
++ |
+
+ java.lang.String |
+getName()
+
++ |
+
+ java.lang.String |
+getPhoneNumber()
+
++ |
+
+ ProvinceState |
+getProvinceState()
+
++ |
+
+ java.lang.String |
+getStreetAddress()
+
++ |
+
+ int |
+hashCode()
+
++ |
+
+ void |
+setCity(City city)
+
++ |
+
+ void |
+setCountry(Country country)
+
++ |
+
+ void |
+setEvents(java.util.Set<Event> events)
+
++ |
+
+ void |
+setLatitude(java.lang.Double latitude)
+
++ |
+
+ void |
+setLongitude(java.lang.Double longitude)
+
++ |
+
+ void |
+setName(java.lang.String name)
+
++ |
+
+ void |
+setPhoneNumber(java.lang.String phoneNumber)
+
++ |
+
+ void |
+setProvinceState(ProvinceState state)
+
++ |
+
+ void |
+setStreetAddress(java.lang.String streetAddress)
+
++ |
+
Methods inherited from class com.mycompany.model.AbstractEntity | +
---|
getId, getVersion, setId, setVersion |
+
Methods inherited from class java.lang.Object | +
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public Venue()+
+Method Detail | +
---|
+public boolean equals(java.lang.Object object)+
equals
in class AbstractEntity
+public City getCity()+
+public java.lang.String getCompleteAddress()+
+
+public Country getCountry()+
+public java.util.Set<Event> getEvents()+
+public java.lang.Double getLatitude()+
+public java.lang.Double getLongitude()+
+public java.lang.String getName()+
+public java.lang.String getPhoneNumber()+
+public ProvinceState getProvinceState()+
+public java.lang.String getStreetAddress()+
+public int hashCode()+
hashCode
in class AbstractEntity
+public void setCity(City city)+
+public void setCountry(Country country)+
+public void setEvents(java.util.Set<Event> events)+
+public void setLatitude(java.lang.Double latitude)+
+public void setLongitude(java.lang.Double longitude)+
+public void setName(java.lang.String name)+
+public void setPhoneNumber(java.lang.String phoneNumber)+
+public void setProvinceState(ProvinceState state)+
+public void setStreetAddress(java.lang.String streetAddress)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity_ + com.mycompany.model.Venue_ ++
public abstract class Venue_
+
+Field Summary | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<Venue,City> |
+city
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Venue,Country> |
+country
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<Venue,Event> |
+events
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Venue,java.lang.Integer> |
+hashCode
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Venue,java.lang.String> |
+name
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Venue,java.lang.String> |
+phoneNumber
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Venue,ProvinceState> |
+provinceState
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Venue,java.lang.String> |
+streetAddress
+
++ |
+
Fields inherited from class com.mycompany.model.AbstractEntity_ | +
---|
id, version |
+
+Constructor Summary | +|
---|---|
Venue_()
+
++ |
+
+Method Summary | +
---|
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Field Detail | +
---|
+public static volatile javax.persistence.metamodel.SingularAttribute<Venue,java.lang.String> streetAddress+
+public static volatile javax.persistence.metamodel.SingularAttribute<Venue,ProvinceState> provinceState+
+public static volatile javax.persistence.metamodel.SingularAttribute<Venue,java.lang.String> phoneNumber+
+public static volatile javax.persistence.metamodel.SetAttribute<Venue,Event> events+
+public static volatile javax.persistence.metamodel.SingularAttribute<Venue,java.lang.String> name+
+public static volatile javax.persistence.metamodel.SingularAttribute<Venue,java.lang.Integer> hashCode+
+public static volatile javax.persistence.metamodel.SingularAttribute<Venue,Country> country+
+public static volatile javax.persistence.metamodel.SingularAttribute<Venue,City> city+
+Constructor Detail | +
---|
+public Venue_()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use AbstractEntity | +|
---|---|
com.mycompany.model | +Contains JPA domain model classes and generated JPA Metamodel classes. | +
+Uses of AbstractEntity in com.mycompany.model | +
---|
+ +
Subclasses of AbstractEntity in com.mycompany.model | +|
---|---|
+ class |
+City
+
++ JPA entity class for city data. |
+
+ class |
+Content
+
++ JPA entity for content data. |
+
+ class |
+Country
+
++ JPA entity for country data. |
+
+ class |
+Event
+
++ JPA entity for event data. |
+
+ class |
+EventAttendance
+
++ JPA entity for user event attendance data. |
+
+ class |
+Idea
+
++ JPA entity for mind map data. |
+
+ class |
+ProvinceState
+
++ JPA entity for province/state data. |
+
+ class |
+User
+
++ JPA entity for user data. |
+
+ class |
+UserRelationship
+
++ JPA entity for a relationship between two users. |
+
+ class |
+Venue
+
++ JPA entity for venue data. |
+
+ +
Fields in com.mycompany.model with type parameters of type AbstractEntity | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<AbstractEntity,java.lang.Integer> |
+AbstractEntity_.hashCode
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<AbstractEntity,java.lang.Integer> |
+AbstractEntity_.id
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<AbstractEntity,java.lang.Integer> |
+AbstractEntity_.version
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use AbstractEntity_ | +|
---|---|
com.mycompany.model | +Contains JPA domain model classes and generated JPA Metamodel classes. | +
+Uses of AbstractEntity_ in com.mycompany.model | +
---|
+ +
Subclasses of AbstractEntity_ in com.mycompany.model | +|
---|---|
+ class |
+City_
+
++ |
+
+ class |
+Content_
+
++ |
+
+ class |
+Country_
+
++ |
+
+ class |
+Event_
+
++ |
+
+ class |
+EventAttendance_
+
++ |
+
+ class |
+Idea_
+
++ |
+
+ class |
+ProvinceState_
+
++ |
+
+ class |
+User_
+
++ |
+
+ class |
+UserRelationship_
+
++ |
+
+ class |
+Venue_
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use ActiveUsers | +|
---|---|
com.mycompany.controller | +Contains JSF managed bean controller classes for the application. | +
+Uses of ActiveUsers in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller with parameters of type ActiveUsers | +|
---|---|
+ void |
+UserController.setActiveUsers(ActiveUsers activeUsers)
+
++ |
+
+ void |
+LoginController.setActiveUsers(ActiveUsers activeUsers)
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use City | +|
---|---|
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. | +
+Uses of City in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller that return City | +|
---|---|
+ City |
+SearchController.getCity()
+
++ |
+
+ +
Methods in com.mycompany.controller that return types with arguments of type City | +|
---|---|
+ java.util.List<City> |
+SearchController.getCitiesForState()
+
++ |
+
+ +
Methods in com.mycompany.controller with parameters of type City | +|
---|---|
+ void |
+SearchController.setCity(City city)
+
++ |
+
+Uses of City in com.mycompany.model | +
---|
+ +
Fields in com.mycompany.model with type parameters of type City | +|
---|---|
+static javax.persistence.metamodel.SetAttribute<ProvinceState,City> |
+ProvinceState_.cities
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Venue,City> |
+Venue_.city
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<City,java.lang.Double> |
+City_.latitude
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<City,java.lang.Double> |
+City_.longitude
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<City,java.lang.String> |
+City_.name
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<City,ProvinceState> |
+City_.provinceState
+
++ |
+
+ +
Methods in com.mycompany.model that return City | +|
---|---|
+ City |
+Venue.getCity()
+
++ |
+
+ +
Methods in com.mycompany.model that return types with arguments of type City | +|
---|---|
+ java.util.Set<City> |
+ProvinceState.getCities()
+
++ |
+
+ +
Methods in com.mycompany.model with parameters of type City | +|
---|---|
+ void |
+Venue.setCity(City city)
+
++ |
+
+ +
Method parameters in com.mycompany.model with type arguments of type City | +|
---|---|
+ void |
+ProvinceState.setCities(java.util.Set<City> cities)
+
++ |
+
+Uses of City in com.mycompany.service | +
---|
+ +
Methods in com.mycompany.service that return City | +|
---|---|
+ City |
+CountryService.findCity(java.lang.String name,
+ ProvinceState provinceState)
+
++ Finds a City by name in the ProvinceState . |
+
+ City |
+CountryService.findCityById(java.lang.Integer id)
+
++ Finds a City object by ID. |
+
+ +
Methods in com.mycompany.service that return types with arguments of type City | +|
---|---|
+ java.util.List<City> |
+CountryService.findCitiesByState(ProvinceState provinceState)
+
++ Finds a list of City objects for the given ProvinceState . |
+
+ +
Methods in com.mycompany.service with parameters of type City | +|
---|---|
+ java.util.List<Event> |
+EventService.findEvents(City city,
+ ProvinceState provinceState,
+ EventType eventType,
+ java.lang.String keyword)
+
++ Finds a List of Event objects in a City and
+ ProvinceState for a particular EventType and keyword. |
+
+Uses of City in com.mycompany.service.impl | +
---|
+ +
Methods in com.mycompany.service.impl that return City | +|
---|---|
+ City |
+CountryServiceImpl.findCity(java.lang.String name,
+ ProvinceState provinceState)
+
++ |
+
+ City |
+CountryServiceImpl.findCityById(java.lang.Integer id)
+
++ |
+
+ +
Methods in com.mycompany.service.impl that return types with arguments of type City | +|
---|---|
+ java.util.List<City> |
+CountryServiceImpl.findCitiesByState(ProvinceState state)
+
++ |
+
+ +
Methods in com.mycompany.service.impl with parameters of type City | +|
---|---|
+ java.util.List<Event> |
+EventServiceImpl.findEvents(City city,
+ ProvinceState provinceState,
+ EventType eventType,
+ java.lang.String keyword)
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use Content | +|
---|---|
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. | +
+Uses of Content in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller that return Content | +|
---|---|
+ Content |
+ContentController.getContent()
+
++ |
+
+ +
Methods in com.mycompany.controller with parameters of type Content | +|
---|---|
+ void |
+ContentController.setContent(Content content)
+
++ |
+
+Uses of Content in com.mycompany.model | +
---|
+ +
Fields in com.mycompany.model with type parameters of type Content | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<Content,User> |
+Content_.createdBy
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Content,java.util.Date> |
+Content_.createdDate
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Content,java.lang.String> |
+Content_.value
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Content,java.lang.String> |
+Content_.viewId
+
++ |
+
+Uses of Content in com.mycompany.service | +
---|
+ +
Methods in com.mycompany.service that return Content | +|
---|---|
+ Content |
+ContentService.findContentByName(java.lang.String name)
+
++ Finds a Content object by name. |
+
+ Content |
+ContentService.saveContent(Content content)
+
++ Saves a Content object. |
+
+ +
Methods in com.mycompany.service with parameters of type Content | +|
---|---|
+ Content |
+ContentService.saveContent(Content content)
+
++ Saves a Content object. |
+
+Uses of Content in com.mycompany.service.impl | +
---|
+ +
Methods in com.mycompany.service.impl that return Content | +|
---|---|
+ Content |
+ContentServiceImpl.findContentByName(java.lang.String name)
+
++ |
+
+ Content |
+ContentServiceImpl.saveContent(Content content)
+
++ |
+
+ +
Methods in com.mycompany.service.impl with parameters of type Content | +|
---|---|
+ Content |
+ContentServiceImpl.saveContent(Content content)
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use Country | +|
---|---|
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. | +
+Uses of Country in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller that return types with arguments of type Country | +|
---|---|
+ java.util.List<Country> |
+VenueController.getCountries()
+
++ |
+
+ java.util.List<Country> |
+SignupController.getCountries()
+
++ |
+
+ +
Methods in com.mycompany.controller with parameters of type Country | +|
---|---|
+ java.util.List<ProvinceState> |
+VenueController.findProvinceStatesByCountry(Country country)
+
++ |
+
+Uses of Country in com.mycompany.model | +
---|
+ +
Fields in com.mycompany.model with type parameters of type Country | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<Country,java.lang.String> |
+Country_.code
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Venue,Country> |
+Venue_.country
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,Country> |
+User_.country
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<ProvinceState,Country> |
+ProvinceState_.country
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Country,java.lang.Integer> |
+Country_.hashCode
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Country,java.lang.String> |
+Country_.name
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<Country,ProvinceState> |
+Country_.provinceStates
+
++ |
+
+ +
Methods in com.mycompany.model that return Country | +|
---|---|
+ Country |
+Venue.getCountry()
+
++ |
+
+ Country |
+User.getCountry()
+
++ |
+
+ Country |
+ProvinceState.getCountry()
+
++ |
+
+ +
Methods in com.mycompany.model with parameters of type Country | +|
---|---|
+ void |
+Venue.setCountry(Country country)
+
++ |
+
+ void |
+User.setCountry(Country country)
+
++ |
+
+ void |
+ProvinceState.setCountry(Country country)
+
++ |
+
+Uses of Country in com.mycompany.service | +
---|
+ +
Methods in com.mycompany.service that return Country | +|
---|---|
+ Country |
+CountryService.findCountryById(java.lang.Integer id)
+
++ Finds a Country object by ID. |
+
+ +
Methods in com.mycompany.service that return types with arguments of type Country | +|
---|---|
+ java.util.List<Country> |
+CountryService.getCountries()
+
++ Returns all Country objects. |
+
+ +
Methods in com.mycompany.service with parameters of type Country | +|
---|---|
+ ProvinceState |
+CountryService.createProvinceState(Country country,
+ java.lang.String value)
+
++ Creates a ProvinceState object for a particular Country . |
+
+ java.util.List<ProvinceState> |
+CountryService.findProvinceStatesByCountry(Country country)
+
++ Finds a List of ProvinceState objects for a particular
+ Country . |
+
+ ProvinceState |
+CountryService.findStateByName(Country country,
+ java.lang.String name)
+
++ Finds a ProvinceState object by name within a particular
+ Country . |
+
+Uses of Country in com.mycompany.service.impl | +
---|
+ +
Methods in com.mycompany.service.impl that return Country | +|
---|---|
+ Country |
+CountryServiceImpl.findCountryById(java.lang.Integer id)
+
++ |
+
+ +
Methods in com.mycompany.service.impl that return types with arguments of type Country | +|
---|---|
+ java.util.List<Country> |
+CountryServiceImpl.getCountries()
+
++ |
+
+ +
Methods in com.mycompany.service.impl with parameters of type Country | +|
---|---|
+ ProvinceState |
+CountryServiceImpl.createProvinceState(Country country,
+ java.lang.String name)
+
++ |
+
+ java.util.List<ProvinceState> |
+CountryServiceImpl.findProvinceStatesByCountry(Country country)
+
++ |
+
+ ProvinceState |
+CountryServiceImpl.findStateByName(Country country,
+ java.lang.String stateName)
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use Credentials | +|
---|---|
com.mycompany.controller | +Contains JSF managed bean controller classes for the application. | +
+Uses of Credentials in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller with parameters of type Credentials | +|
---|---|
+ void |
+LoginController.setCredentials(Credentials credentials)
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use Event | +|
---|---|
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. | +
+Uses of Event in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller that return Event | +|
---|---|
+ Event |
+EventController.getEvent()
+
++ This method returns the currently selected Event . |
+
+ Event |
+SearchController.getSelectedEvent()
+
++ |
+
+ +
Methods in com.mycompany.controller that return types with arguments of type Event | +|
---|---|
+ java.util.List<Event> |
+EventController.getAllEvents()
+
++ This method returns all Event objects in the database. |
+
+ +
Methods in com.mycompany.controller with parameters of type Event | +|
---|---|
+ void |
+EventController.setEvent(Event event)
+
++ Sets the Event . |
+
+ void |
+SearchController.setSelectedEvent(Event selectedEvent)
+
++ |
+
+Uses of Event in com.mycompany.model | +
---|
+ +
Fields in com.mycompany.model with type parameters of type Event | +|
---|---|
+static javax.persistence.metamodel.SetAttribute<Event,EventAttendance> |
+Event_.attendance
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,User> |
+Event_.createdBy
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,java.lang.String> |
+Event_.description
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,java.util.Date> |
+Event_.endDate
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<EventAttendance,Event> |
+EventAttendance_.event
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<Venue,Event> |
+Venue_.events
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,EventType> |
+Event_.eventType
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,java.lang.Integer> |
+Event_.hashCode
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,java.util.Date> |
+Event_.startDate
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,java.lang.String> |
+Event_.title
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,Venue> |
+Event_.venue
+
++ |
+
+ +
Methods in com.mycompany.model that return Event | +|
---|---|
+ Event |
+EventAttendance.getEvent()
+
++ |
+
+ +
Methods in com.mycompany.model that return types with arguments of type Event | +|
---|---|
+ java.util.Set<Event> |
+Venue.getEvents()
+
++ |
+
+ +
Methods in com.mycompany.model with parameters of type Event | +|
---|---|
+ void |
+EventAttendance.setEvent(Event event)
+
++ |
+
+ +
Method parameters in com.mycompany.model with type arguments of type Event | +|
---|---|
+ void |
+Venue.setEvents(java.util.Set<Event> events)
+
++ |
+
+Uses of Event in com.mycompany.service | +
---|
+ +
Methods in com.mycompany.service that return Event | +|
---|---|
+ Event |
+EventService.findEventById(java.lang.Integer id)
+
++ Finds an Event by ID. |
+
+ Event |
+EventService.saveEvent(Event event)
+
++ Saves an Event . |
+
+ +
Methods in com.mycompany.service that return types with arguments of type Event | +|
---|---|
+ java.util.List<Event> |
+EventService.findAllEvents()
+
++ Finds all Event objects. |
+
+ java.util.List<Event> |
+EventService.findEvents(City city,
+ ProvinceState provinceState,
+ EventType eventType,
+ java.lang.String keyword)
+
++ Finds a List of Event objects in a City and
+ ProvinceState for a particular EventType and keyword. |
+
+ java.util.List<Event> |
+EventService.findUserEvents(java.util.Date start,
+ java.util.Date end,
+ User user)
+
++ Finds a List of Event objects between a start and end date
+ created by a particular User . |
+
+ +
Methods in com.mycompany.service with parameters of type Event | +|
---|---|
+ EventAttendance |
+EventService.findEventAttendance(Event event,
+ User user)
+
++ Finds the EventAttendance object for a particular Event
+ and User . |
+
+ Event |
+EventService.saveEvent(Event event)
+
++ Saves an Event . |
+
+Uses of Event in com.mycompany.service.impl | +
---|
+ +
Methods in com.mycompany.service.impl that return Event | +|
---|---|
+ Event |
+EventServiceImpl.findEventById(java.lang.Integer id)
+
++ |
+
+ Event |
+EventServiceImpl.saveEvent(Event event)
+
++ |
+
+ +
Methods in com.mycompany.service.impl that return types with arguments of type Event | +|
---|---|
+ java.util.List<Event> |
+EventServiceImpl.findAllEvents()
+
++ |
+
+ java.util.List<Event> |
+EventServiceImpl.findEvents(City city,
+ ProvinceState provinceState,
+ EventType eventType,
+ java.lang.String keyword)
+
++ |
+
+ java.util.List<Event> |
+EventServiceImpl.findUserEvents(java.util.Date start,
+ java.util.Date end,
+ User user)
+
++ |
+
+ +
Methods in com.mycompany.service.impl with parameters of type Event | +|
---|---|
+ EventAttendance |
+EventServiceImpl.findEventAttendance(Event event,
+ User user)
+
++ |
+
+ Event |
+EventServiceImpl.saveEvent(Event event)
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use EventAttendance | +|
---|---|
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. | +
+Uses of EventAttendance in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller that return types with arguments of type EventAttendance | +|
---|---|
+ java.util.List<EventAttendance> |
+EventController.getAllEventsAttendance()
+
++ This method returns a list of EventAttendance objects
+ encapsulating information about a user's attendance for a particular
+ event. |
+
+ +
Methods in com.mycompany.controller with parameters of type EventAttendance | +|
---|---|
+ void |
+EventController.updateAttendance(EventAttendance attendance)
+
++ + This method updates the current user's EventAttendance object for a + particular event. |
+
+Uses of EventAttendance in com.mycompany.model | +
---|
+ +
Fields in com.mycompany.model with type parameters of type EventAttendance | +|
---|---|
+static javax.persistence.metamodel.SetAttribute<Event,EventAttendance> |
+Event_.attendance
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<EventAttendance,java.lang.Boolean> |
+EventAttendance_.confirmed
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<EventAttendance,Event> |
+EventAttendance_.event
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<User,EventAttendance> |
+User_.eventsAttended
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<EventAttendance,java.lang.Integer> |
+EventAttendance_.rating
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<EventAttendance,User> |
+EventAttendance_.user
+
++ |
+
+ +
Methods in com.mycompany.model that return types with arguments of type EventAttendance | +|
---|---|
+ java.util.Set<EventAttendance> |
+Event.getAttendance()
+
++ |
+
+ java.util.Set<EventAttendance> |
+User.getEventsAttended()
+
++ |
+
+ +
Method parameters in com.mycompany.model with type arguments of type EventAttendance | +|
---|---|
+ void |
+Event.setAttendance(java.util.Set<EventAttendance> usersAttended)
+
++ |
+
+ void |
+User.setEventsAttended(java.util.Set<EventAttendance> eventsAttended)
+
++ |
+
+Uses of EventAttendance in com.mycompany.service | +
---|
+ +
Methods in com.mycompany.service that return EventAttendance | +|
---|---|
+ EventAttendance |
+EventService.findEventAttendance(Event event,
+ User user)
+
++ Finds the EventAttendance object for a particular Event
+ and User . |
+
+ EventAttendance |
+EventService.saveAttendance(EventAttendance attendance)
+
++ Saves an EventAttendance object. |
+
+ +
Methods in com.mycompany.service that return types with arguments of type EventAttendance | +|
---|---|
+ java.util.List<EventAttendance> |
+EventService.findAllEventsAttendanceByUser(User user)
+
++ Finds all EventAttendance objects for a particular User . |
+
+ +
Methods in com.mycompany.service with parameters of type EventAttendance | +|
---|---|
+ EventAttendance |
+EventService.saveAttendance(EventAttendance attendance)
+
++ Saves an EventAttendance object. |
+
+Uses of EventAttendance in com.mycompany.service.impl | +
---|
+ +
Methods in com.mycompany.service.impl that return EventAttendance | +|
---|---|
+ EventAttendance |
+EventServiceImpl.findEventAttendance(Event event,
+ User user)
+
++ |
+
+ EventAttendance |
+EventServiceImpl.saveAttendance(EventAttendance attendance)
+
++ |
+
+ +
Methods in com.mycompany.service.impl that return types with arguments of type EventAttendance | +|
---|---|
+ java.util.List<EventAttendance> |
+EventServiceImpl.findAllEventsAttendanceByUser(User user)
+
++ |
+
+ +
Methods in com.mycompany.service.impl with parameters of type EventAttendance | +|
---|---|
+ EventAttendance |
+EventServiceImpl.saveAttendance(EventAttendance attendance)
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use EventType | +|
---|---|
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. | +
+Uses of EventType in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller that return EventType | +|
---|---|
+ EventType |
+SearchController.getEventType()
+
++ |
+
+ EventType[] |
+EventController.getEventTypes()
+
++ This method returns an array of EventType enum objects. |
+
+ +
Methods in com.mycompany.controller with parameters of type EventType | +|
---|---|
+ void |
+SearchController.setEventType(EventType eventType)
+
++ |
+
+Uses of EventType in com.mycompany.model | +
---|
+ +
Fields in com.mycompany.model with type parameters of type EventType | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<Event,EventType> |
+Event_.eventType
+
++ |
+
+ +
Methods in com.mycompany.model that return EventType | +|
---|---|
+ EventType |
+Event.getEventType()
+
++ |
+
+static EventType |
+EventType.valueOf(java.lang.String name)
+
++ Returns the enum constant of this type with the specified name. |
+
+static EventType[] |
+EventType.values()
+
++ Returns an array containing the constants of this enum type, in +the order they are declared. |
+
+ +
Methods in com.mycompany.model with parameters of type EventType | +|
---|---|
+ void |
+Event.setEventType(EventType eventType)
+
++ |
+
+Uses of EventType in com.mycompany.service | +
---|
+ +
Methods in com.mycompany.service with parameters of type EventType | +|
---|---|
+ java.util.List<Event> |
+EventService.findEvents(City city,
+ ProvinceState provinceState,
+ EventType eventType,
+ java.lang.String keyword)
+
++ Finds a List of Event objects in a City and
+ ProvinceState for a particular EventType and keyword. |
+
+Uses of EventType in com.mycompany.service.impl | +
---|
+ +
Methods in com.mycompany.service.impl with parameters of type EventType | +|
---|---|
+ java.util.List<Event> |
+EventServiceImpl.findEvents(City city,
+ ProvinceState provinceState,
+ EventType eventType,
+ java.lang.String keyword)
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use Gender | +|
---|---|
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. | +
+Uses of Gender in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller that return Gender | +|
---|---|
+ Gender[] |
+SignupController.getGenders()
+
++ |
+
+Uses of Gender in com.mycompany.model | +
---|
+ +
Fields in com.mycompany.model with type parameters of type Gender | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<User,Gender> |
+User_.gender
+
++ |
+
+ +
Methods in com.mycompany.model that return Gender | +|
---|---|
+ Gender |
+User.getGender()
+
++ |
+
+static Gender |
+Gender.valueOf(java.lang.String name)
+
++ Returns the enum constant of this type with the specified name. |
+
+static Gender[] |
+Gender.values()
+
++ Returns an array containing the constants of this enum type, in +the order they are declared. |
+
+ +
Methods in com.mycompany.model with parameters of type Gender | +|
---|---|
+ void |
+User.setGender(Gender gender)
+
++ |
+
+Uses of Gender in com.mycompany.service | +
---|
+ +
Methods in com.mycompany.service with parameters of type Gender | +|
---|---|
+ java.util.List<java.lang.Object[]> |
+ChartService.findEventAttendanceByGender(Gender gender)
+
++ Finds all event attendance data by gender. |
+
+Uses of Gender in com.mycompany.service.impl | +
---|
+ +
Methods in com.mycompany.service.impl with parameters of type Gender | +|
---|---|
+ java.util.List<java.lang.Object[]> |
+ChartServiceImpl.findEventAttendanceByGender(Gender gender)
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use Idea | +|
---|---|
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. | +
+Uses of Idea in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller that return Idea | +|
---|---|
+ Idea |
+MindMapController.getNewIdea()
+
++ |
+
+ +
Methods in com.mycompany.controller with parameters of type Idea | +|
---|---|
+ void |
+MindMapController.setNewIdea(Idea newIdea)
+
++ |
+
+Uses of Idea in com.mycompany.model | +
---|
+ +
Fields in com.mycompany.model with type parameters of type Idea | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<Idea,User> |
+Idea_.author
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<Idea,Idea> |
+Idea_.children
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<Idea,Idea> |
+Idea_.children
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Idea,java.lang.String> |
+Idea_.description
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Idea,java.lang.Integer> |
+Idea_.hashCode
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Idea,java.lang.String> |
+Idea_.name
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Idea,Idea> |
+Idea_.parent
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Idea,Idea> |
+Idea_.parent
+
++ |
+
+ +
Methods in com.mycompany.model that return Idea | +|
---|---|
+ Idea |
+Idea.getParent()
+
++ |
+
+ +
Methods in com.mycompany.model that return types with arguments of type Idea | +|
---|---|
+ java.util.Set<Idea> |
+Idea.getChildren()
+
++ |
+
+ +
Methods in com.mycompany.model with parameters of type Idea | +|
---|---|
+ void |
+Idea.setParent(Idea parent)
+
++ |
+
+ +
Method parameters in com.mycompany.model with type arguments of type Idea | +|
---|---|
+ void |
+Idea.setChildren(java.util.Set<Idea> children)
+
++ |
+
+Uses of Idea in com.mycompany.service | +
---|
+ +
Methods in com.mycompany.service that return Idea | +|
---|---|
+ Idea |
+IdeaService.findIdea(java.lang.Integer id)
+
++ Finds an Idea by ID. |
+
+ Idea |
+IdeaService.saveIdea(Idea newIdea)
+
++ Saves an Idea object. |
+
+ +
Methods in com.mycompany.service that return types with arguments of type Idea | +|
---|---|
+ java.util.List<Idea> |
+IdeaService.findIdeas()
+
++ Finds a list of Idea objects. |
+
+ +
Methods in com.mycompany.service with parameters of type Idea | +|
---|---|
+ void |
+IdeaService.buildMindMap(Idea idea,
+ org.primefaces.model.mindmap.MindmapNode root)
+
++ Populates a mind map data structure from an Idea using the
+ MindmapNode interface. |
+
+ Idea |
+IdeaService.saveIdea(Idea newIdea)
+
++ Saves an Idea object. |
+
+Uses of Idea in com.mycompany.service.impl | +
---|
+ +
Methods in com.mycompany.service.impl that return Idea | +|
---|---|
+ Idea |
+IdeaServiceImpl.findIdea(java.lang.Integer id)
+
++ |
+
+ Idea |
+IdeaServiceImpl.saveIdea(Idea idea)
+
++ |
+
+ +
Methods in com.mycompany.service.impl that return types with arguments of type Idea | +|
---|---|
+ java.util.List<Idea> |
+IdeaServiceImpl.findIdeas()
+
++ |
+
+ +
Methods in com.mycompany.service.impl with parameters of type Idea | +|
---|---|
+ void |
+IdeaServiceImpl.buildMindMap(Idea parentIdea,
+ org.primefaces.model.mindmap.MindmapNode parentNode)
+
++ This method uses recursion to build the mind map data structure. |
+
+ Idea |
+IdeaServiceImpl.saveIdea(Idea idea)
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use ProvinceState | +|
---|---|
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. | +
+Uses of ProvinceState in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller that return ProvinceState | +|
---|---|
+ ProvinceState |
+SearchController.getProvinceState()
+
++ |
+
+ +
Methods in com.mycompany.controller that return types with arguments of type ProvinceState | +|
---|---|
+ java.util.List<ProvinceState> |
+VenueController.findProvinceStatesByCountry(Country country)
+
++ |
+
+ java.util.List<ProvinceState> |
+SearchController.getProvinceStates()
+
++ |
+
+ +
Methods in com.mycompany.controller with parameters of type ProvinceState | +|
---|---|
+ void |
+SearchController.setProvinceState(ProvinceState state)
+
++ |
+
+Uses of ProvinceState in com.mycompany.model | +
---|
+ +
Fields in com.mycompany.model with type parameters of type ProvinceState | +|
---|---|
+static javax.persistence.metamodel.SetAttribute<ProvinceState,City> |
+ProvinceState_.cities
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<ProvinceState,Country> |
+ProvinceState_.country
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<ProvinceState,java.lang.Integer> |
+ProvinceState_.hashCode
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<ProvinceState,java.lang.String> |
+ProvinceState_.name
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Venue,ProvinceState> |
+Venue_.provinceState
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<City,ProvinceState> |
+City_.provinceState
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<Country,ProvinceState> |
+Country_.provinceStates
+
++ |
+
+ +
Methods in com.mycompany.model that return ProvinceState | +|
---|---|
+ ProvinceState |
+Venue.getProvinceState()
+
++ |
+
+ ProvinceState |
+City.getProvinceState()
+
++ |
+
+ +
Methods in com.mycompany.model that return types with arguments of type ProvinceState | +|
---|---|
+ java.util.Set<ProvinceState> |
+Country.getProvinceStates()
+
++ |
+
+ +
Methods in com.mycompany.model with parameters of type ProvinceState | +|
---|---|
+ void |
+Venue.setProvinceState(ProvinceState state)
+
++ |
+
+ void |
+City.setProvinceState(ProvinceState state)
+
++ |
+
+ +
Method parameters in com.mycompany.model with type arguments of type ProvinceState | +|
---|---|
+ void |
+Country.setProvinceStates(java.util.Set<ProvinceState> states)
+
++ |
+
+Uses of ProvinceState in com.mycompany.service | +
---|
+ +
Methods in com.mycompany.service that return ProvinceState | +|
---|---|
+ ProvinceState |
+CountryService.createProvinceState(Country country,
+ java.lang.String value)
+
++ Creates a ProvinceState object for a particular Country . |
+
+ ProvinceState |
+CountryService.findStateById(java.lang.Integer id)
+
++ Finds a ProvinceState object by ID. |
+
+ ProvinceState |
+CountryService.findStateByName(Country country,
+ java.lang.String name)
+
++ Finds a ProvinceState object by name within a particular
+ Country . |
+
+ +
Methods in com.mycompany.service that return types with arguments of type ProvinceState | +|
---|---|
+ java.util.List<ProvinceState> |
+CountryService.findProvinceStatesByCountry(Country country)
+
++ Finds a List of ProvinceState objects for a particular
+ Country . |
+
+ java.util.List<ProvinceState> |
+CountryService.getProvinceStates()
+
++ Returns all ProvinceState objects. |
+
+ +
Methods in com.mycompany.service with parameters of type ProvinceState | +|
---|---|
+ java.util.List<City> |
+CountryService.findCitiesByState(ProvinceState provinceState)
+
++ Finds a list of City objects for the given ProvinceState . |
+
+ City |
+CountryService.findCity(java.lang.String name,
+ ProvinceState provinceState)
+
++ Finds a City by name in the ProvinceState . |
+
+ java.util.List<Event> |
+EventService.findEvents(City city,
+ ProvinceState provinceState,
+ EventType eventType,
+ java.lang.String keyword)
+
++ Finds a List of Event objects in a City and
+ ProvinceState for a particular EventType and keyword. |
+
+Uses of ProvinceState in com.mycompany.service.impl | +
---|
+ +
Methods in com.mycompany.service.impl that return ProvinceState | +|
---|---|
+ ProvinceState |
+CountryServiceImpl.createProvinceState(Country country,
+ java.lang.String name)
+
++ |
+
+ ProvinceState |
+CountryServiceImpl.findStateById(java.lang.Integer id)
+
++ |
+
+ ProvinceState |
+CountryServiceImpl.findStateByName(Country country,
+ java.lang.String stateName)
+
++ |
+
+ +
Methods in com.mycompany.service.impl that return types with arguments of type ProvinceState | +|
---|---|
+ java.util.List<ProvinceState> |
+CountryServiceImpl.findProvinceStatesByCountry(Country country)
+
++ |
+
+ java.util.List<ProvinceState> |
+CountryServiceImpl.getProvinceStates()
+
++ |
+
+ +
Methods in com.mycompany.service.impl with parameters of type ProvinceState | +|
---|---|
+ java.util.List<City> |
+CountryServiceImpl.findCitiesByState(ProvinceState state)
+
++ |
+
+ City |
+CountryServiceImpl.findCity(java.lang.String name,
+ ProvinceState provinceState)
+
++ |
+
+ java.util.List<Event> |
+EventServiceImpl.findEvents(City city,
+ ProvinceState provinceState,
+ EventType eventType,
+ java.lang.String keyword)
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use RelationshipType | +|
---|---|
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. | +
+Uses of RelationshipType in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller that return RelationshipType | +|
---|---|
+ RelationshipType |
+ContactsController.getRelationshipType()
+
++ |
+
+ RelationshipType[] |
+ContactsController.getRelationshipTypes()
+
++ |
+
+ RelationshipType[] |
+ContactsController.getUserTypes()
+
++ |
+
+Uses of RelationshipType in com.mycompany.model | +
---|
+ +
Fields in com.mycompany.model with type parameters of type RelationshipType | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<UserRelationship,RelationshipType> |
+UserRelationship_.relationshipType
+
++ |
+
+ +
Methods in com.mycompany.model that return RelationshipType | +|
---|---|
+ RelationshipType |
+UserRelationship.getRelationshipType()
+
++ |
+
+static RelationshipType |
+RelationshipType.valueOf(java.lang.String name)
+
++ Returns the enum constant of this type with the specified name. |
+
+static RelationshipType[] |
+RelationshipType.values()
+
++ Returns an array containing the constants of this enum type, in +the order they are declared. |
+
+ +
Methods in com.mycompany.model with parameters of type RelationshipType | +|
---|---|
+ void |
+UserRelationship.setRelationshipType(RelationshipType contactType)
+
++ |
+
+Uses of RelationshipType in com.mycompany.service | +
---|
+ +
Methods in com.mycompany.service with parameters of type RelationshipType | +|
---|---|
+ java.util.List<User> |
+UserService.findUsersByType(RelationshipType type,
+ User user)
+
++ Finds a List of User objects that are related to the User
+ according to the specified RelationshipType . |
+
+Uses of RelationshipType in com.mycompany.service.impl | +
---|
+ +
Methods in com.mycompany.service.impl with parameters of type RelationshipType | +|
---|---|
+ java.util.List<User> |
+UserServiceImpl.findUsersByType(RelationshipType type,
+ User user)
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use User | +|
---|---|
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. | +
+Uses of User in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller that return User | +|
---|---|
+ User |
+UserController.findUser(java.lang.String username,
+ java.lang.String password)
+
++ |
+
+ User |
+UserController.getUser()
+
++ Returns the currently logged in user. |
+
+ User |
+SignupController.getUser()
+
++ |
+
+ +
Methods in com.mycompany.controller that return types with arguments of type User | +|
---|---|
+ java.util.List<User> |
+ContactsController.findUsersByName(java.lang.String suggest)
+
++ |
+
+ java.util.List<User> |
+ContactsController.getColleagues()
+
++ |
+
+ java.util.List<User> |
+ContactsController.getFamily()
+
++ |
+
+ java.util.List<User> |
+ContactsController.getFriends()
+
++ |
+
+ +
Methods in com.mycompany.controller with parameters of type User | +|
---|---|
+ boolean |
+UserController.isUserPresent(User user)
+
++ |
+
+ void |
+SignupController.setUser(User user)
+
++ |
+
+Uses of User in com.mycompany.model | +
---|
+ +
Fields in com.mycompany.model with type parameters of type User | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.Boolean> |
+User_.acceptedTerms
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Idea,User> |
+Idea_.author
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.util.Date> |
+User_.birthdate
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.Integer> |
+User_.clickCount
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,Country> |
+User_.country
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,User> |
+Event_.createdBy
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Content,User> |
+Content_.createdBy
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.String> |
+User_.emailAddress
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<User,EventAttendance> |
+User_.eventsAttended
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.String> |
+User_.firstName
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<User,UserRelationship> |
+User_.fromRelationships
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<UserRelationship,User> |
+UserRelationship_.fromUser
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,Gender> |
+User_.gender
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.Integer> |
+User_.hashCode
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.String> |
+User_.lastName
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.String> |
+User_.password
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.String> |
+User_.phoneNumber
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.String> |
+User_.theme
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<User,UserRelationship> |
+User_.toRelationships
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<UserRelationship,User> |
+UserRelationship_.toUser
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<EventAttendance,User> |
+EventAttendance_.user
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.String> |
+User_.username
+
++ |
+
+ +
Methods in com.mycompany.model that return User | +|
---|---|
+ User |
+Idea.getAuthor()
+
++ |
+
+ User |
+Event.getCreatedBy()
+
++ |
+
+ User |
+Content.getCreatedBy()
+
++ |
+
+ User |
+UserRelationship.getFromUser()
+
++ |
+
+ User |
+UserRelationship.getToUser()
+
++ |
+
+ User |
+EventAttendance.getUser()
+
++ |
+
+ +
Methods in com.mycompany.model with parameters of type User | +|
---|---|
+ void |
+Idea.setAuthor(User author)
+
++ |
+
+ void |
+Event.setCreatedBy(User createdBy)
+
++ |
+
+ void |
+Content.setCreatedBy(User createdBy)
+
++ |
+
+ void |
+UserRelationship.setFromUser(User firstUser)
+
++ |
+
+ void |
+UserRelationship.setToUser(User secondUser)
+
++ |
+
+ void |
+EventAttendance.setUser(User user)
+
++ |
+
+Uses of User in com.mycompany.service | +
---|
+ +
Methods in com.mycompany.service that return User | +|
---|---|
+ User |
+UserService.findUser(java.lang.String username,
+ java.lang.String password)
+
++ Finds a User with the given username and password. |
+
+ User |
+UserService.findUserById(java.lang.Integer id)
+
++ Finds a User by ID. |
+
+ User |
+UserService.findUserByUsername(java.lang.String username)
+
++ Finds a User by username. |
+
+ User |
+UserService.saveUser(User user)
+
++ Saves a User object. |
+
+ +
Methods in com.mycompany.service that return types with arguments of type User | +|
---|---|
+ java.util.List<User> |
+UserService.findUsers()
+
++ Finds a List of all User objects. |
+
+ java.util.List<User> |
+UserService.findUsersByName(java.lang.String suggest)
+
++ Finds a List of User objects that have a first name or last name
+ that partially matches the suggestion string. |
+
+ java.util.List<User> |
+UserService.findUsersByType(RelationshipType type,
+ User user)
+
++ Finds a List of User objects that are related to the User
+ according to the specified RelationshipType . |
+
+ +
Methods in com.mycompany.service with parameters of type User | +|
---|---|
+ java.util.List<EventAttendance> |
+EventService.findAllEventsAttendanceByUser(User user)
+
++ Finds all EventAttendance objects for a particular User . |
+
+ EventAttendance |
+EventService.findEventAttendance(Event event,
+ User user)
+
++ Finds the EventAttendance object for a particular Event
+ and User . |
+
+ UserRelationship |
+UserService.findRelationshipToUser(User user1,
+ User user2)
+
++ Finds a UserRelationship object representing a relationship
+ between two User objects. |
+
+ java.util.List<Event> |
+EventService.findUserEvents(java.util.Date start,
+ java.util.Date end,
+ User user)
+
++ Finds a List of Event objects between a start and end date
+ created by a particular User . |
+
+ java.util.List<User> |
+UserService.findUsersByType(RelationshipType type,
+ User user)
+
++ Finds a List of User objects that are related to the User
+ according to the specified RelationshipType . |
+
+ User |
+UserService.saveUser(User user)
+
++ Saves a User object. |
+
+Uses of User in com.mycompany.service.impl | +
---|
+ +
Methods in com.mycompany.service.impl that return User | +|
---|---|
+ User |
+UserServiceImpl.findUser(java.lang.String username,
+ java.lang.String password)
+
++ |
+
+ User |
+UserServiceImpl.findUserById(java.lang.Integer id)
+
++ |
+
+ User |
+UserServiceImpl.findUserByUsername(java.lang.String username)
+
++ |
+
+ User |
+UserServiceImpl.saveUser(User user)
+
++ |
+
+ +
Methods in com.mycompany.service.impl that return types with arguments of type User | +|
---|---|
+ java.util.List<User> |
+UserServiceImpl.findUsers()
+
++ |
+
+ java.util.List<User> |
+UserServiceImpl.findUsersByName(java.lang.String suggest)
+
++ |
+
+ java.util.List<User> |
+UserServiceImpl.findUsersByType(RelationshipType type,
+ User user)
+
++ |
+
+ +
Methods in com.mycompany.service.impl with parameters of type User | +|
---|---|
+ java.util.List<EventAttendance> |
+EventServiceImpl.findAllEventsAttendanceByUser(User user)
+
++ |
+
+ EventAttendance |
+EventServiceImpl.findEventAttendance(Event event,
+ User user)
+
++ |
+
+ UserRelationship |
+UserServiceImpl.findRelationshipToUser(User user1,
+ User user2)
+
++ |
+
+ java.util.List<Event> |
+EventServiceImpl.findUserEvents(java.util.Date start,
+ java.util.Date end,
+ User user)
+
++ |
+
+ java.util.List<User> |
+UserServiceImpl.findUsersByType(RelationshipType type,
+ User user)
+
++ |
+
+ User |
+UserServiceImpl.saveUser(User user)
+
++ |
+
+Uses of User in com.mycompany.util | +
---|
+ +
Methods in com.mycompany.util that return User | +|
---|---|
+ User |
+UserSession.getUser()
+
++ Returns the current User . |
+
+ +
Methods in com.mycompany.util with parameters of type User | +|
---|---|
+ void |
+UserSession.setUser(User user)
+
++ Sets the User . |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use UserRelationship | +|
---|---|
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. | +
+Uses of UserRelationship in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller that return UserRelationship | +|
---|---|
+ UserRelationship |
+ContactsController.getRelationship()
+
++ |
+
+ +
Methods in com.mycompany.controller with parameters of type UserRelationship | +|
---|---|
+ void |
+ContactsController.setRelationship(UserRelationship relationship)
+
++ |
+
+Uses of UserRelationship in com.mycompany.model | +
---|
+ +
Fields in com.mycompany.model with type parameters of type UserRelationship | +|
---|---|
+static javax.persistence.metamodel.SetAttribute<User,UserRelationship> |
+User_.fromRelationships
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<UserRelationship,User> |
+UserRelationship_.fromUser
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<UserRelationship,RelationshipType> |
+UserRelationship_.relationshipType
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<User,UserRelationship> |
+User_.toRelationships
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<UserRelationship,User> |
+UserRelationship_.toUser
+
++ |
+
+ +
Methods in com.mycompany.model that return types with arguments of type UserRelationship | +|
---|---|
+ java.util.Set<UserRelationship> |
+User.getFromRelationships()
+
++ |
+
+ java.util.Set<UserRelationship> |
+User.getToRelationships()
+
++ |
+
+ +
Method parameters in com.mycompany.model with type arguments of type UserRelationship | +|
---|---|
+ void |
+User.setFromRelationships(java.util.Set<UserRelationship> fromRelationships)
+
++ |
+
+ void |
+User.setToRelationships(java.util.Set<UserRelationship> toRelationships)
+
++ |
+
+Uses of UserRelationship in com.mycompany.service | +
---|
+ +
Methods in com.mycompany.service that return UserRelationship | +|
---|---|
+ UserRelationship |
+UserService.findRelationshipToUser(User user1,
+ User user2)
+
++ Finds a UserRelationship object representing a relationship
+ between two User objects. |
+
+ UserRelationship |
+UserService.saveRelationship(UserRelationship relationship)
+
++ Saves a UserRelationship object. |
+
+ +
Methods in com.mycompany.service with parameters of type UserRelationship | +|
---|---|
+ UserRelationship |
+UserService.saveRelationship(UserRelationship relationship)
+
++ Saves a UserRelationship object. |
+
+Uses of UserRelationship in com.mycompany.service.impl | +
---|
+ +
Methods in com.mycompany.service.impl that return UserRelationship | +|
---|---|
+ UserRelationship |
+UserServiceImpl.findRelationshipToUser(User user1,
+ User user2)
+
++ |
+
+ UserRelationship |
+UserServiceImpl.saveRelationship(UserRelationship relationship)
+
++ |
+
+ +
Methods in com.mycompany.service.impl with parameters of type UserRelationship | +|
---|---|
+ UserRelationship |
+UserServiceImpl.saveRelationship(UserRelationship relationship)
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use Venue | +|
---|---|
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. | +
+Uses of Venue in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller that return Venue | +|
---|---|
+ Venue |
+VenueController.getVenue()
+
++ |
+
+ +
Methods in com.mycompany.controller that return types with arguments of type Venue | +|
---|---|
+ java.util.List<Venue> |
+VenueController.getVenues()
+
++ |
+
+ +
Methods in com.mycompany.controller with parameters of type Venue | +|
---|---|
+ void |
+VenueController.setVenue(Venue venue)
+
++ |
+
+Uses of Venue in com.mycompany.model | +
---|
+ +
Fields in com.mycompany.model with type parameters of type Venue | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<Venue,City> |
+Venue_.city
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Venue,Country> |
+Venue_.country
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<Venue,Event> |
+Venue_.events
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Venue,java.lang.Integer> |
+Venue_.hashCode
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Venue,java.lang.String> |
+Venue_.name
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Venue,java.lang.String> |
+Venue_.phoneNumber
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Venue,ProvinceState> |
+Venue_.provinceState
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Venue,java.lang.String> |
+Venue_.streetAddress
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,Venue> |
+Event_.venue
+
++ |
+
+ +
Methods in com.mycompany.model that return Venue | +|
---|---|
+ Venue |
+Event.getVenue()
+
++ |
+
+ +
Methods in com.mycompany.model with parameters of type Venue | +|
---|---|
+ void |
+Event.setVenue(Venue venue)
+
++ |
+
+Uses of Venue in com.mycompany.service | +
---|
+ +
Methods in com.mycompany.service that return Venue | +|
---|---|
+ Venue |
+VenueService.findVenueById(java.lang.Integer id)
+
++ Finds a Venue object by ID. |
+
+ Venue |
+VenueService.saveVenue(Venue venue)
+
++ Saves a Venue object. |
+
+ +
Methods in com.mycompany.service that return types with arguments of type Venue | +|
---|---|
+ java.util.List<Venue> |
+VenueService.findVenues()
+
++ Finds a List of all Venue objects. |
+
+ +
Methods in com.mycompany.service with parameters of type Venue | +|
---|---|
+ void |
+VenueService.deleteVenue(Venue venue)
+
++ Deletes a Venue object. |
+
+ Venue |
+VenueService.saveVenue(Venue venue)
+
++ Saves a Venue object. |
+
+Uses of Venue in com.mycompany.service.impl | +
---|
+ +
Methods in com.mycompany.service.impl that return Venue | +|
---|---|
+ Venue |
+VenueServiceImpl.findVenueById(java.lang.Integer id)
+
++ |
+
+ Venue |
+VenueServiceImpl.saveVenue(Venue venue)
+
++ |
+
+ +
Methods in com.mycompany.service.impl that return types with arguments of type Venue | +|
---|---|
+ java.util.List<Venue> |
+VenueServiceImpl.findVenues()
+
++ |
+
+ +
Methods in com.mycompany.service.impl with parameters of type Venue | +|
---|---|
+ void |
+VenueServiceImpl.deleteVenue(Venue venue)
+
++ |
+
+ Venue |
+VenueServiceImpl.saveVenue(Venue venue)
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Classes
+
+ +AbstractEntity + +AbstractEntity_ + +ActiveUsers + +City + +City_ + +Content + +Content_ + +Country + +Country_ + +Credentials + +Event + +Event_ + +EventAttendance + +EventAttendance_ + +Idea + +Idea_ + +ProvinceState + +ProvinceState_ + +User + +User_ + +UserRelationship + +UserRelationship_ + +Venue + +Venue_ |
+
+Enums
+
+ +EventType + +Gender + +RelationshipType |
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+See:
+
+ Description
+
+ +
+Class Summary | +|
---|---|
AbstractEntity | +Abstract class for JPA entities. | +
AbstractEntity_ | ++ |
ActiveUsers | +Application-scoped JSF managed bean storing User objects for presence
+ purposes. |
+
City | +JPA entity class for city data. | +
City_ | ++ |
Content | +JPA entity for content data. | +
Content_ | ++ |
Country | +JPA entity for country data. | +
Country_ | ++ |
Credentials | +CDI-managed bean in request scope for user credentials. | +
Event | +JPA entity for event data. | +
Event_ | ++ |
EventAttendance | +JPA entity for user event attendance data. | +
EventAttendance_ | ++ |
Idea | +JPA entity for mind map data. | +
Idea_ | ++ |
ProvinceState | +JPA entity for province/state data. | +
ProvinceState_ | ++ |
User | +JPA entity for user data. | +
User_ | ++ |
UserRelationship | +JPA entity for a relationship between two users. | +
UserRelationship_ | ++ |
Venue | +JPA entity for venue data. | +
Venue_ | ++ |
+ +
+Enum Summary | +|
---|---|
EventType | +Represents an event type. | +
Gender | +Represents a gender. | +
RelationshipType | +Represents a relationship type. | +
+Contains JPA domain model classes and generated JPA Metamodel classes. +
+ +
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+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. |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
public interface ChartService
+Interface for a chart service. +
+ +
+
+Method Summary | +|
---|---|
+ java.util.List<java.lang.Object[]> |
+findEventAttendanceByGender(Gender gender)
+
++ Finds all event attendance data by gender. |
+
+Method Detail | +
---|
+java.util.List<java.lang.Object[]> findEventAttendanceByGender(Gender gender)+
+
gender
- The Gender
enum.
+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
public interface ContentService
+Interface for a content service. +
+ +
+
+Method Summary | +|
---|---|
+ Content |
+findContentByName(java.lang.String name)
+
++ Finds a Content object by name. |
+
+ Content |
+saveContent(Content content)
+
++ Saves a Content object. |
+
+Method Detail | +
---|
+Content findContentByName(java.lang.String name)+
Content
object by name.
++
name
- The name to find.
++Content saveContent(Content content)+
Content
object.
++
content
- The object to save.
+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
public interface CountryService
+Service class for country-related operations. +
+ +
+
+Method Summary | +|
---|---|
+ ProvinceState |
+createProvinceState(Country country,
+ java.lang.String value)
+
++ Creates a ProvinceState object for a particular Country . |
+
+ java.util.List<City> |
+findCitiesByState(ProvinceState provinceState)
+
++ Finds a list of City objects for the given ProvinceState . |
+
+ City |
+findCity(java.lang.String name,
+ ProvinceState provinceState)
+
++ Finds a City by name in the ProvinceState . |
+
+ City |
+findCityById(java.lang.Integer id)
+
++ Finds a City object by ID. |
+
+ Country |
+findCountryById(java.lang.Integer id)
+
++ Finds a Country object by ID. |
+
+ java.util.List<ProvinceState> |
+findProvinceStatesByCountry(Country country)
+
++ Finds a List of ProvinceState objects for a particular
+ Country . |
+
+ ProvinceState |
+findStateById(java.lang.Integer id)
+
++ Finds a ProvinceState object by ID. |
+
+ ProvinceState |
+findStateByName(Country country,
+ java.lang.String name)
+
++ Finds a ProvinceState object by name within a particular
+ Country . |
+
+ java.util.List<Country> |
+getCountries()
+
++ Returns all Country objects. |
+
+ java.util.List<ProvinceState> |
+getProvinceStates()
+
++ Returns all ProvinceState objects. |
+
+ void |
+init(javax.servlet.ServletContext context)
+
++ Invoked during the ServletContext initialization to populate the
+ database with sample data. |
+
+Method Detail | +
---|
+ProvinceState createProvinceState(Country country, + java.lang.String value)+
ProvinceState
object for a particular Country
.
++
country
- The Country in which the ProvinceState is located.value
- The name of the ProvinceState.
++java.util.List<City> findCitiesByState(ProvinceState provinceState)+
City
objects for the given ProvinceState
.
++
provinceState
- The ProvinceState object for which to find cities.
++City findCity(java.lang.String name, + ProvinceState provinceState)+
City
by name in the ProvinceState
.
++
name
- The name of the city.provinceState
- The province/state in which to find the city.
++City findCityById(java.lang.Integer id)+
City
object by ID.
++
id
- The ID of the city.
++Country findCountryById(java.lang.Integer id)+
Country
object by ID.
++
id
- The ID of the country.
++java.util.List<ProvinceState> findProvinceStatesByCountry(Country country)+
List
of ProvinceState
objects for a particular
+ Country
.
++
country
- The Country object.
++ProvinceState findStateById(java.lang.Integer id)+
ProvinceState
object by ID.
++
id
- The ID of the ProvinceState object.
++ProvinceState findStateByName(Country country, + java.lang.String name)+
ProvinceState
object by name within a particular
+ Country
.
++
country
- The Country object.name
- The name of the ProvinceState to find.
++java.util.List<Country> getCountries()+
Country
objects.
++
+java.util.List<ProvinceState> getProvinceStates()+
ProvinceState
objects.
++
+void init(@Observes + javax.servlet.ServletContext context) + throws java.lang.Exception+
ServletContext
initialization to populate the
+ database with sample data.
++
context
- The ServletContext
object.
+java.lang.Exception
- If something goes wrong.
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
public interface EventService
+Interfaces for an event service. +
+ +
+
+Method Summary | +|
---|---|
+ java.util.List<Event> |
+findAllEvents()
+
++ Finds all Event objects. |
+
+ java.util.List<EventAttendance> |
+findAllEventsAttendanceByUser(User user)
+
++ Finds all EventAttendance objects for a particular User . |
+
+ EventAttendance |
+findEventAttendance(Event event,
+ User user)
+
++ Finds the EventAttendance object for a particular Event
+ and User . |
+
+ Event |
+findEventById(java.lang.Integer id)
+
++ Finds an Event by ID. |
+
+ java.util.List<Event> |
+findEvents(City city,
+ ProvinceState provinceState,
+ EventType eventType,
+ java.lang.String keyword)
+
++ Finds a List of Event objects in a City and
+ ProvinceState for a particular EventType and keyword. |
+
+ java.util.List<Event> |
+findUserEvents(java.util.Date start,
+ java.util.Date end,
+ User user)
+
++ Finds a List of Event objects between a start and end date
+ created by a particular User . |
+
+ EventAttendance |
+saveAttendance(EventAttendance attendance)
+
++ Saves an EventAttendance object. |
+
+ Event |
+saveEvent(Event event)
+
++ Saves an Event . |
+
+Method Detail | +
---|
+java.util.List<Event> findAllEvents()+
Event
objects.
++
+java.util.List<EventAttendance> findAllEventsAttendanceByUser(User user)+
EventAttendance
objects for a particular User
.
++
user
- The User object.
++EventAttendance findEventAttendance(Event event, + User user)+
EventAttendance
object for a particular Event
+ and User
.
++
event
- The Event object.user
- The User object.
++Event findEventById(java.lang.Integer id)+
Event
by ID.
++
id
- The Event ID.
++java.util.List<Event> findEvents(City city, + ProvinceState provinceState, + EventType eventType, + java.lang.String keyword)+
Event
objects in a City
and
+ ProvinceState
for a particular EventType
and keyword.
++
city
- The City object.provinceState
- The ProvinceState object.eventType
- The EventType object.keyword
- A keyword.
++java.util.List<Event> findUserEvents(java.util.Date start, + java.util.Date end, + User user)+
Event
objects between a start and end date
+ created by a particular User
.
++
start
- The start date.end
- The end date.user
- The User object.
++EventAttendance saveAttendance(EventAttendance attendance)+
EventAttendance
object.
++
attendance
- The EventAttendance object.
++Event saveEvent(Event event)+
Event
.
++
event
- The Event object.
+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
public interface IdeaService
+Interface for an idea service. +
+ +
+
+Method Summary | +|
---|---|
+ void |
+buildMindMap(Idea idea,
+ org.primefaces.model.mindmap.MindmapNode root)
+
++ Populates a mind map data structure from an Idea using the
+ MindmapNode interface. |
+
+ Idea |
+findIdea(java.lang.Integer id)
+
++ Finds an Idea by ID. |
+
+ java.util.List<Idea> |
+findIdeas()
+
++ Finds a list of Idea objects. |
+
+ Idea |
+saveIdea(Idea newIdea)
+
++ Saves an Idea object. |
+
+Method Detail | +
---|
+void buildMindMap(Idea idea, + org.primefaces.model.mindmap.MindmapNode root)+
Idea
using the
+ MindmapNode
interface.
++
idea
- The Idea
object.root
- The root of the mind map tree.+Idea findIdea(java.lang.Integer id)+
Idea
by ID.
++
id
- The Idea object's ID.
++java.util.List<Idea> findIdeas()+
Idea
objects.
++
+Idea saveIdea(Idea newIdea)+
Idea
object.
++
newIdea
- The Idea to save.
+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
public interface UserService
+Interface for user service. +
+ +
+
+Method Summary | +|
---|---|
+ UserRelationship |
+findRelationshipToUser(User user1,
+ User user2)
+
++ Finds a UserRelationship object representing a relationship
+ between two User objects. |
+
+ User |
+findUser(java.lang.String username,
+ java.lang.String password)
+
++ Finds a User with the given username and password. |
+
+ User |
+findUserById(java.lang.Integer id)
+
++ Finds a User by ID. |
+
+ User |
+findUserByUsername(java.lang.String username)
+
++ Finds a User by username. |
+
+ java.util.List<User> |
+findUsers()
+
++ Finds a List of all User objects. |
+
+ java.util.List<User> |
+findUsersByName(java.lang.String suggest)
+
++ Finds a List of User objects that have a first name or last name
+ that partially matches the suggestion string. |
+
+ java.util.List<User> |
+findUsersByType(RelationshipType type,
+ User user)
+
++ Finds a List of User objects that are related to the User
+ according to the specified RelationshipType . |
+
+ UserRelationship |
+saveRelationship(UserRelationship relationship)
+
++ Saves a UserRelationship object. |
+
+ User |
+saveUser(User user)
+
++ Saves a User object. |
+
+Method Detail | +
---|
+UserRelationship findRelationshipToUser(User user1, + User user2)+
UserRelationship
object representing a relationship
+ between two User
objects.
++
user1
- The first user.user2
- The second user.
++User findUser(java.lang.String username, + java.lang.String password)+
User
with the given username and password. Used for
+ authentication.
++
username
- The username.password
- The password.
++User findUserById(java.lang.Integer id)+
User
by ID.
++
id
- The user's ID.
++User findUserByUsername(java.lang.String username)+
User
by username.
++
username
- The username.
++java.util.List<User> findUsers()+
User
objects.
++
+java.util.List<User> findUsersByName(java.lang.String suggest)+
User
objects that have a first name or last name
+ that partially matches the suggestion string.
++
suggest
- The partial string.
++java.util.List<User> findUsersByType(RelationshipType type, + User user)+
User
objects that are related to the User
+ according to the specified RelationshipType
.
++
type
- The RelationshipType
object.user
- The User
object.
+User
objects.+UserRelationship saveRelationship(UserRelationship relationship)+
UserRelationship
object.
++
relationship
- The UserRelationship to save.
++User saveUser(User user)+
User
object.
++
user
- The user to save.
+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
public interface VenueService
+Interface for a venue service. +
+ +
+
+Method Summary | +|
---|---|
+ void |
+deleteVenue(Venue venue)
+
++ Deletes a Venue object. |
+
+ Venue |
+findVenueById(java.lang.Integer id)
+
++ Finds a Venue object by ID. |
+
+ java.util.List<Venue> |
+findVenues()
+
++ Finds a List of all Venue objects. |
+
+ Venue |
+saveVenue(Venue venue)
+
++ Saves a Venue object. |
+
+Method Detail | +
---|
+void deleteVenue(Venue venue)+
Venue
object.
++
venue
- The Venue to delete.+Venue findVenueById(java.lang.Integer id)+
Venue
object by ID.
++
id
- The ID of the Venue.
++java.util.List<Venue> findVenues()+
List
of all Venue
objects.
++
+Venue saveVenue(Venue venue)+
Venue
object.
++
venue
- The Venue to save.
+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use ChartService | +|
---|---|
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. | +
+Uses of ChartService in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller with parameters of type ChartService | +|
---|---|
+ void |
+ChartController.setChartService(ChartService chartService)
+
++ |
+
+Uses of ChartService in com.mycompany.service.impl | +
---|
+ +
Classes in com.mycompany.service.impl that implement ChartService | +|
---|---|
+ class |
+ChartServiceImpl
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use ContentService | +|
---|---|
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. | +
+Uses of ContentService in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller with parameters of type ContentService | +|
---|---|
+ void |
+ContentController.setContentService(ContentService contentService)
+
++ |
+
+Uses of ContentService in com.mycompany.service.impl | +
---|
+ +
Classes in com.mycompany.service.impl that implement ContentService | +|
---|---|
+ class |
+ContentServiceImpl
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use CountryService | +|
---|---|
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. | +
+Uses of CountryService in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller with parameters of type CountryService | +|
---|---|
+ void |
+VenueController.setCountryService(CountryService countryService)
+
++ |
+
+ void |
+SignupController.setCountryService(CountryService countryService)
+
++ |
+
+ void |
+SearchController.setCountryService(CountryService countryService)
+
++ |
+
+Uses of CountryService in com.mycompany.service.impl | +
---|
+ +
Classes in com.mycompany.service.impl that implement CountryService | +|
---|---|
+ class |
+CountryServiceImpl
+
++ + Controller class for countries. |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use EventService | +|
---|---|
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. | +
+Uses of EventService in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller with parameters of type EventService | +|
---|---|
+ void |
+SearchController.setEventService(EventService eventService)
+
++ |
+
+ void |
+EventController.setEventService(EventService eventService)
+
++ |
+
+Uses of EventService in com.mycompany.service.impl | +
---|
+ +
Classes in com.mycompany.service.impl that implement EventService | +|
---|---|
+ class |
+EventServiceImpl
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use IdeaService | +|
---|---|
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. | +
+Uses of IdeaService in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller with parameters of type IdeaService | +|
---|---|
+ void |
+MindMapController.setIdeaService(IdeaService ideaService)
+
++ |
+
+Uses of IdeaService in com.mycompany.service.impl | +
---|
+ +
Classes in com.mycompany.service.impl that implement IdeaService | +|
---|---|
+ class |
+IdeaServiceImpl
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use UserService | +|
---|---|
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. | +
+Uses of UserService in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller with parameters of type UserService | +|
---|---|
+ void |
+UserController.setUserService(UserService userService)
+
++ |
+
+ void |
+SignupController.setUserService(UserService userService)
+
++ |
+
+ void |
+LoginController.setUserService(UserService userService)
+
++ |
+
+ void |
+ContactsController.setUserService(UserService userService)
+
++ |
+
+ void |
+ChartController.setUserService(UserService userService)
+
++ |
+
+Uses of UserService in com.mycompany.service.impl | +
---|
+ +
Classes in com.mycompany.service.impl that implement UserService | +|
---|---|
+ class |
+UserServiceImpl
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use VenueService | +|
---|---|
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. | +
+Uses of VenueService in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller with parameters of type VenueService | +|
---|---|
+ void |
+VenueController.setVenueService(VenueService venueService)
+
++ |
+
+Uses of VenueService in com.mycompany.service.impl | +
---|
+ +
Classes in com.mycompany.service.impl that implement VenueService | +|
---|---|
+ class |
+VenueServiceImpl
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.service.impl.AbstractService ++
public abstract class AbstractService
+
+Constructor Summary | +|
---|---|
AbstractService()
+
++ |
+
+Method Summary | +
---|
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public AbstractService()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.service.impl.AbstractService + com.mycompany.service.impl.ChartServiceImpl ++
@Named(value="chartService") +public class ChartServiceImpl
+
+Constructor Summary | +|
---|---|
ChartServiceImpl()
+
++ |
+
+Method Summary | +|
---|---|
+ java.util.List<java.lang.Object[]> |
+findEventAttendanceByGender(Gender gender)
+
++ Finds all event attendance data by gender. |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public ChartServiceImpl()+
+Method Detail | +
---|
+public java.util.List<java.lang.Object[]> findEventAttendanceByGender(Gender gender)+
ChartService
+
findEventAttendanceByGender
in interface ChartService
gender
- The Gender
enum.
+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.service.impl.AbstractService + com.mycompany.service.impl.ContentServiceImpl ++
@Named(value="contentService") +public class ContentServiceImpl
+
+Constructor Summary | +|
---|---|
ContentServiceImpl()
+
++ |
+
+Method Summary | +|
---|---|
+ Content |
+findContentByName(java.lang.String name)
+
++ Finds a Content object by name. |
+
+ Content |
+saveContent(Content content)
+
++ Saves a Content object. |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public ContentServiceImpl()+
+Method Detail | +
---|
+public Content findContentByName(java.lang.String name)+
ContentService
Content
object by name.
++
findContentByName
in interface ContentService
name
- The name to find.
++public Content saveContent(Content content)+
ContentService
Content
object.
++
saveContent
in interface ContentService
content
- The object to save.
+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.service.impl.AbstractService + com.mycompany.service.impl.CountryServiceImpl ++
@Named(value="countryService") +public class CountryServiceImpl
+
+ Controller class for countries. Since this class holds application-wide
+ state, namely a list of Country
objects, we annotate it as an
+ application-scoped CDI bean.
+
+ +
+
+Constructor Summary | +|
---|---|
CountryServiceImpl()
+
++ |
+
+Method Summary | +|
---|---|
+ ProvinceState |
+createProvinceState(Country country,
+ java.lang.String name)
+
++ Creates a ProvinceState object for a particular Country . |
+
+ java.util.List<City> |
+findCitiesByState(ProvinceState state)
+
++ Finds a list of City objects for the given ProvinceState . |
+
+ City |
+findCity(java.lang.String name,
+ ProvinceState provinceState)
+
++ Finds a City by name in the ProvinceState . |
+
+ City |
+findCityById(java.lang.Integer id)
+
++ Finds a City object by ID. |
+
+ Country |
+findCountryById(java.lang.Integer id)
+
++ Finds a Country object by ID. |
+
+ java.util.List<ProvinceState> |
+findProvinceStatesByCountry(Country country)
+
++ Finds a List of ProvinceState objects for a particular
+ Country . |
+
+ ProvinceState |
+findStateById(java.lang.Integer id)
+
++ Finds a ProvinceState object by ID. |
+
+ ProvinceState |
+findStateByName(Country country,
+ java.lang.String stateName)
+
++ Finds a ProvinceState object by name within a particular
+ Country . |
+
+ java.util.List<Country> |
+getCountries()
+
++ Returns all Country objects. |
+
+ java.util.List<ProvinceState> |
+getProvinceStates()
+
++ Returns all ProvinceState objects. |
+
+ void |
+init(javax.servlet.ServletContext context)
+
++ This method is responsible for initializing a List of Country objects + when the web application is started. |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public CountryServiceImpl()+
+Method Detail | +
---|
+public ProvinceState createProvinceState(Country country, + java.lang.String name)+
CountryService
ProvinceState
object for a particular Country
.
++
createProvinceState
in interface CountryService
country
- The Country in which the ProvinceState is located.name
- The name of the ProvinceState.
++public java.util.List<City> findCitiesByState(ProvinceState state)+
CountryService
City
objects for the given ProvinceState
.
++
findCitiesByState
in interface CountryService
state
- The ProvinceState object for which to find cities.
++public City findCity(java.lang.String name, + ProvinceState provinceState)+
CountryService
City
by name in the ProvinceState
.
++
findCity
in interface CountryService
name
- The name of the city.provinceState
- The province/state in which to find the city.
++public City findCityById(java.lang.Integer id)+
CountryService
City
object by ID.
++
findCityById
in interface CountryService
id
- The ID of the city.
++public Country findCountryById(java.lang.Integer id)+
CountryService
Country
object by ID.
++
findCountryById
in interface CountryService
id
- The ID of the country.
++public java.util.List<ProvinceState> findProvinceStatesByCountry(Country country)+
CountryService
List
of ProvinceState
objects for a particular
+ Country
.
++
findProvinceStatesByCountry
in interface CountryService
country
- The Country object.
++public ProvinceState findStateById(java.lang.Integer id)+
CountryService
ProvinceState
object by ID.
++
findStateById
in interface CountryService
id
- The ID of the ProvinceState object.
++public ProvinceState findStateByName(Country country, + java.lang.String stateName)+
CountryService
ProvinceState
object by name within a particular
+ Country
.
++
findStateByName
in interface CountryService
country
- The Country object.stateName
- The name of the ProvinceState to find.
++public java.util.List<Country> getCountries()+
CountryService
Country
objects.
++
getCountries
in interface CountryService
+public java.util.List<ProvinceState> getProvinceStates()+
CountryService
ProvinceState
objects.
++
getProvinceStates
in interface CountryService
+public void init(@Observes + javax.servlet.ServletContext context) + throws java.lang.Exception+
Initialized
event to ensure this method
+ is called at startup time. Note: since this class is not an EJB, to
+ insert data we have to use bean-managed transactions with the
+ UserTransaction
.
++
init
in interface CountryService
context
-
+java.lang.Exception
ServletContextLifecycleNotifier
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.service.impl.AbstractService + com.mycompany.service.impl.EventServiceImpl ++
@Named(value="eventService") +public class EventServiceImpl
+
+Constructor Summary | +|
---|---|
EventServiceImpl()
+
++ |
+
+Method Summary | +|
---|---|
+ java.util.List<Event> |
+findAllEvents()
+
++ Finds all Event objects. |
+
+ java.util.List<EventAttendance> |
+findAllEventsAttendanceByUser(User user)
+
++ Finds all EventAttendance objects for a particular User . |
+
+ EventAttendance |
+findEventAttendance(Event event,
+ User user)
+
++ Finds the EventAttendance object for a particular Event
+ and User . |
+
+ Event |
+findEventById(java.lang.Integer id)
+
++ Finds an Event by ID. |
+
+ java.util.List<Event> |
+findEvents(City city,
+ ProvinceState provinceState,
+ EventType eventType,
+ java.lang.String keyword)
+
++ Finds a List of Event objects in a City and
+ ProvinceState for a particular EventType and keyword. |
+
+ java.util.List<Event> |
+findUserEvents(java.util.Date start,
+ java.util.Date end,
+ User user)
+
++ Finds a List of Event objects between a start and end date
+ created by a particular User . |
+
+ EventAttendance |
+saveAttendance(EventAttendance attendance)
+
++ Saves an EventAttendance object. |
+
+ Event |
+saveEvent(Event event)
+
++ Saves an Event . |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public EventServiceImpl()+
+Method Detail | +
---|
+public java.util.List<Event> findAllEvents()+
EventService
Event
objects.
++
findAllEvents
in interface EventService
+public java.util.List<EventAttendance> findAllEventsAttendanceByUser(User user)+
EventService
EventAttendance
objects for a particular User
.
++
findAllEventsAttendanceByUser
in interface EventService
user
- The User object.
++public EventAttendance findEventAttendance(Event event, + User user)+
EventService
EventAttendance
object for a particular Event
+ and User
.
++
findEventAttendance
in interface EventService
event
- The Event object.user
- The User object.
++public Event findEventById(java.lang.Integer id)+
EventService
Event
by ID.
++
findEventById
in interface EventService
id
- The Event ID.
++public java.util.List<Event> findUserEvents(java.util.Date start, + java.util.Date end, + User user)+
EventService
Event
objects between a start and end date
+ created by a particular User
.
++
findUserEvents
in interface EventService
start
- The start date.end
- The end date.user
- The User object.
++public EventAttendance saveAttendance(EventAttendance attendance)+
EventService
EventAttendance
object.
++
saveAttendance
in interface EventService
attendance
- The EventAttendance object.
++public Event saveEvent(Event event)+
EventService
Event
.
++
saveEvent
in interface EventService
event
- The Event object.
++public java.util.List<Event> findEvents(City city, + ProvinceState provinceState, + EventType eventType, + java.lang.String keyword)+
EventService
Event
objects in a City
and
+ ProvinceState
for a particular EventType
and keyword.
++
findEvents
in interface EventService
city
- The City object.provinceState
- The ProvinceState object.eventType
- The EventType object.keyword
- A keyword.
+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.service.impl.AbstractService + com.mycompany.service.impl.IdeaServiceImpl ++
@Named(value="ideaService") +public class IdeaServiceImpl
+
+Constructor Summary | +|
---|---|
IdeaServiceImpl()
+
++ |
+
+Method Summary | +|
---|---|
+ void |
+buildMindMap(Idea parentIdea,
+ org.primefaces.model.mindmap.MindmapNode parentNode)
+
++ This method uses recursion to build the mind map data structure. |
+
+ Idea |
+findIdea(java.lang.Integer id)
+
++ Finds an Idea by ID. |
+
+ java.util.List<Idea> |
+findIdeas()
+
++ Finds a list of Idea objects. |
+
+ Idea |
+saveIdea(Idea idea)
+
++ Saves an Idea object. |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public IdeaServiceImpl()+
+Method Detail | +
---|
+public void buildMindMap(Idea parentIdea, + org.primefaces.model.mindmap.MindmapNode parentNode)+
+
buildMindMap
in interface IdeaService
parentIdea
- The parent Idea
.parentNode
- The parent MindmapNode
.+public Idea findIdea(java.lang.Integer id)+
IdeaService
Idea
by ID.
++
findIdea
in interface IdeaService
id
- The Idea object's ID.
++public java.util.List<Idea> findIdeas()+
IdeaService
Idea
objects.
++
findIdeas
in interface IdeaService
+public Idea saveIdea(Idea idea)+
IdeaService
Idea
object.
++
saveIdea
in interface IdeaService
idea
- The Idea to save.
+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.service.impl.AbstractService + com.mycompany.service.impl.UserServiceImpl ++
@Named(value="userService") +public class UserServiceImpl
+
+Constructor Summary | +|
---|---|
UserServiceImpl()
+
++ |
+
+Method Summary | +|
---|---|
+ UserRelationship |
+findRelationshipToUser(User user1,
+ User user2)
+
++ Finds a UserRelationship object representing a relationship
+ between two User objects. |
+
+ User |
+findUser(java.lang.String username,
+ java.lang.String password)
+
++ Finds a User with the given username and password. |
+
+ User |
+findUserById(java.lang.Integer id)
+
++ Finds a User by ID. |
+
+ User |
+findUserByUsername(java.lang.String username)
+
++ Finds a User by username. |
+
+ java.util.List<User> |
+findUsers()
+
++ Finds a List of all User objects. |
+
+ java.util.List<User> |
+findUsersByName(java.lang.String suggest)
+
++ Finds a List of User objects that have a first name or last name
+ that partially matches the suggestion string. |
+
+ java.util.List<User> |
+findUsersByType(RelationshipType type,
+ User user)
+
++ Finds a List of User objects that are related to the User
+ according to the specified RelationshipType . |
+
+ UserRelationship |
+saveRelationship(UserRelationship relationship)
+
++ Saves a UserRelationship object. |
+
+ User |
+saveUser(User user)
+
++ Saves a User object. |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public UserServiceImpl()+
+Method Detail | +
---|
+public UserRelationship findRelationshipToUser(User user1, + User user2)+
UserService
UserRelationship
object representing a relationship
+ between two User
objects.
++
findRelationshipToUser
in interface UserService
user1
- The first user.user2
- The second user.
++public User findUser(java.lang.String username, + java.lang.String password)+
UserService
User
with the given username and password. Used for
+ authentication.
++
findUser
in interface UserService
username
- The username.password
- The password.
++public User findUserById(java.lang.Integer id)+
UserService
User
by ID.
++
findUserById
in interface UserService
id
- The user's ID.
++public User findUserByUsername(java.lang.String username)+
UserService
User
by username.
++
findUserByUsername
in interface UserService
username
- The username.
++public java.util.List<User> findUsers()+
UserService
User
objects.
++
findUsers
in interface UserService
+public java.util.List<User> findUsersByName(java.lang.String suggest)+
UserService
User
objects that have a first name or last name
+ that partially matches the suggestion string.
++
findUsersByName
in interface UserService
suggest
- The partial string.
++public java.util.List<User> findUsersByType(RelationshipType type, + User user)+
UserService
User
objects that are related to the User
+ according to the specified RelationshipType
.
++
findUsersByType
in interface UserService
type
- The RelationshipType
object.user
- The User
object.
+User
objects.+public UserRelationship saveRelationship(UserRelationship relationship)+
UserService
UserRelationship
object.
++
saveRelationship
in interface UserService
relationship
- The UserRelationship to save.
++public User saveUser(User user)+
UserService
User
object.
++
saveUser
in interface UserService
user
- The user to save.
+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.service.impl.AbstractService + com.mycompany.service.impl.VenueServiceImpl ++
@Named(value="venueService") +public class VenueServiceImpl
+
+Constructor Summary | +|
---|---|
VenueServiceImpl()
+
++ |
+
+Method Summary | +|
---|---|
+ void |
+deleteVenue(Venue venue)
+
++ Deletes a Venue object. |
+
+ Venue |
+findVenueById(java.lang.Integer id)
+
++ Finds a Venue object by ID. |
+
+ java.util.List<Venue> |
+findVenues()
+
++ Finds a List of all Venue objects. |
+
+ Venue |
+saveVenue(Venue venue)
+
++ Saves a Venue object. |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public VenueServiceImpl()+
+Method Detail | +
---|
+public void deleteVenue(Venue venue)+
VenueService
Venue
object.
++
deleteVenue
in interface VenueService
venue
- The Venue to delete.+public Venue findVenueById(java.lang.Integer id)+
VenueService
Venue
object by ID.
++
findVenueById
in interface VenueService
id
- The ID of the Venue.
++public java.util.List<Venue> findVenues()+
VenueService
List
of all Venue
objects.
++
findVenues
in interface VenueService
+public Venue saveVenue(Venue venue)+
VenueService
Venue
object.
++
saveVenue
in interface VenueService
venue
- The Venue to save.
+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use AbstractService | +|
---|---|
com.mycompany.service.impl | +Contains CDI-managed service classes implemented as EJB3 stateless session beans. | +
+Uses of AbstractService in com.mycompany.service.impl | +
---|
+ +
Subclasses of AbstractService in com.mycompany.service.impl | +|
---|---|
+ class |
+ChartServiceImpl
+
++ |
+
+ class |
+ContentServiceImpl
+
++ |
+
+ class |
+CountryServiceImpl
+
++ + Controller class for countries. |
+
+ class |
+EventServiceImpl
+
++ |
+
+ class |
+IdeaServiceImpl
+
++ |
+
+ class |
+UserServiceImpl
+
++ |
+
+ class |
+VenueServiceImpl
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Classes
+
+ +AbstractService + +ChartServiceImpl + +ContentServiceImpl + +CountryServiceImpl + +EventServiceImpl + +IdeaServiceImpl + +UserServiceImpl + +VenueServiceImpl |
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+See:
+
+ Description
+
+ +
+Class Summary | +|
---|---|
AbstractService | ++ |
ChartServiceImpl | ++ |
ContentServiceImpl | ++ |
CountryServiceImpl | ++ Controller class for countries. | +
EventServiceImpl | ++ |
IdeaServiceImpl | ++ |
UserServiceImpl | ++ |
VenueServiceImpl | ++ |
+Contains CDI-managed service classes implemented as EJB3 stateless session beans. +
+ +
+
Stateless
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use com.mycompany.service.impl | +|
---|---|
com.mycompany.service.impl | +Contains CDI-managed service classes implemented as EJB3 stateless session beans. | +
+Classes in com.mycompany.service.impl used by com.mycompany.service.impl | +|
---|---|
AbstractService
+
+ + |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Interfaces
+
+ +ChartService + +ContentService + +CountryService + +EventService + +IdeaService + +UserService + +VenueService |
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+See:
+
+ Description
+
+ +
+Interface Summary | +|
---|---|
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. | +
+Contains interfaces for all services in the application. +
+ +
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+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. |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.util.FacesUtils ++
public class FacesUtils
+Utility class for common JSF API uses. +
+ +
+
+Constructor Summary | +|
---|---|
FacesUtils()
+
++ |
+
+Method Summary | +|
---|---|
+static void |
+addMessage(javax.faces.application.FacesMessage message)
+
++ Adds a FacesMessage to the FacesContext . |
+
+static java.lang.Object |
+getManagedBean(java.lang.String name)
+
++ Utility method to lookup a managed bean. |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public FacesUtils()+
+Method Detail | +
---|
+public static java.lang.Object getManagedBean(java.lang.String name)+
+
name
- The managed bean name.
++public static void addMessage(javax.faces.application.FacesMessage message)+
FacesMessage
to the FacesContext
.
++
message
- The FacesMessage
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
public interface Queries
+Constant interface for named JPA queries. +
+ +
+
+Field Summary | +|
---|---|
+static java.lang.String |
+CITY_FIND_BY_NAME_AND_PROVINCE_STATE
+
++ Finds a City by name and ProvinceState . |
+
+static java.lang.String |
+CONTENT_FIND_BY_NAME
+
++ Finds a Content by name. |
+
+static java.lang.String |
+COUNTRY_FIND_ALL
+
++ Finds all Country objects. |
+
+static java.lang.String |
+COUNTRY_FIND_BY_CODE
+
++ Finds a Country by code. |
+
+static java.lang.String |
+EVENT_ATTENDANCE_FIND_BY_USER
+
++ Finds all EventAttendance for a particular User . |
+
+static java.lang.String |
+EVENT_ATTENDANCE_FIND_BY_USER_AND_EVENT
+
++ Finds a List of EventAttendance for a particular User and
+ Event . |
+
+static java.lang.String |
+EVENT_ATTENDANCE_FIND_GENDER_COUNT_BY_EVENT
+
++ Find a count of all EventAttendance objects by Gender . |
+
+static java.lang.String |
+EVENT_FIND_ALL
+
++ Find all Event objects. |
+
+static java.lang.String |
+USER_FIND_BY_PARTIAL_NAME
+
++ Finds a User by partial name. |
+
+static java.lang.String |
+USER_FIND_BY_RELATIONSHIP_TYPE
+
++ Finds a List of User objects by RelationshipType to
+ another User . |
+
+static java.lang.String |
+USER_FIND_BY_USERNAME_PASSWORD
+
++ Finds a User by username and password. |
+
+Field Detail | +
---|
+static final java.lang.String CITY_FIND_BY_NAME_AND_PROVINCE_STATE+
City
by name and ProvinceState
.
++
+static final java.lang.String CONTENT_FIND_BY_NAME+
Content
by name.
++
+static final java.lang.String COUNTRY_FIND_ALL+
Country
objects.
++
+static final java.lang.String COUNTRY_FIND_BY_CODE+
Country
by code.
++
+static final java.lang.String EVENT_ATTENDANCE_FIND_BY_USER+
EventAttendance
for a particular User
.
++
+static final java.lang.String EVENT_ATTENDANCE_FIND_BY_USER_AND_EVENT+
EventAttendance
for a particular User
and
+ Event
.
++
+static final java.lang.String EVENT_ATTENDANCE_FIND_GENDER_COUNT_BY_EVENT+
EventAttendance
objects by Gender
.
++
+static final java.lang.String EVENT_FIND_ALL+
Event
objects.
++
+static final java.lang.String USER_FIND_BY_PARTIAL_NAME+
User
by partial name.
++
+static final java.lang.String USER_FIND_BY_RELATIONSHIP_TYPE+
User
objects by RelationshipType
to
+ another User
.
++
+static final java.lang.String USER_FIND_BY_USERNAME_PASSWORD+
User
by username and password.
++
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.util.UserSession ++
@Named(value="userSession") +@SessionScoped +public class UserSession
+Session-scoped CDI managed bean to store a User
object.
+
+ +
+
+Constructor Summary | +|
---|---|
UserSession()
+
++ |
+
+Method Summary | +|
---|---|
+ User |
+getUser()
+
++ Returns the current User . |
+
+ void |
+release()
+
++ CDI calls this method before the bean is destroyed. |
+
+ void |
+setUser(User user)
+
++ Sets the User . |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public UserSession()+
+Method Detail | +
---|
+public User getUser()+
User
.
++
+public void setUser(User user)+
User
.
++
user
- The User object.+@PreDestroy +public void release()+
+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use UserSession | +|
---|---|
com.mycompany.controller | +Contains JSF managed bean controller classes for the application. | +
+Uses of UserSession in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller with parameters of type UserSession | +|
---|---|
+ void |
+AbstractController.setUserSession(UserSession userSession)
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Interfaces
+
+ +Queries |
+
+Classes
+
+ +FacesUtils + +UserSession |
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+See:
+
+ Description
+
+ +
+Interface Summary | +|
---|---|
Queries | +Constant interface for named JPA queries. | +
+ +
+Class Summary | +|
---|---|
FacesUtils | +Utility class for common JSF API uses. | +
UserSession | +Session-scoped CDI managed bean to store a User object. |
+
+Contains utility classes for the application. +
+ +
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use com.mycompany.util | +|
---|---|
com.mycompany.controller | +Contains JSF managed bean controller classes for the application. | +
+Classes in com.mycompany.util used by com.mycompany.controller | +|
---|---|
UserSession
+
+ + Session-scoped CDI managed bean to store a User object. |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + org.primefaces.push.DefaultPushRule + com.mycompany.websocket.DefaultPushRule ++
public class DefaultPushRule
+Utility class for GlassFish WebSocket support with PrimeFaces. +
+ +
+
+Constructor Summary | +|
---|---|
DefaultPushRule()
+
++ |
+
+Method Summary | +|
---|---|
+ boolean |
+apply(org.atmosphere.cpr.AtmosphereResource resource)
+
++ |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public DefaultPushRule()+
+Method Detail | +
---|
+public boolean apply(org.atmosphere.cpr.AtmosphereResource resource)+
apply
in interface org.primefaces.push.PushRule
apply
in class org.primefaces.push.DefaultPushRule
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Classes
+
+ +DefaultPushRule |
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+See:
+
+ Description
+
+ +
+Class Summary | +|
---|---|
DefaultPushRule | +Utility class for GlassFish WebSocket support with PrimeFaces. | +
+Contains a WebSocket support class. +
+ +
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+com.mycompany.* | +
---|
+ +
com.mycompany.util.Queries | +||
---|---|---|
+public static final java.lang.String |
+CITY_FIND_BY_NAME_AND_PROVINCE_STATE |
+"City.findByNameAndProvinceState" |
+
+public static final java.lang.String |
+CONTENT_FIND_BY_NAME |
+"Content.findByName" |
+
+public static final java.lang.String |
+COUNTRY_FIND_ALL |
+"Country.findAll" |
+
+public static final java.lang.String |
+COUNTRY_FIND_BY_CODE |
+"Country.findByCode" |
+
+public static final java.lang.String |
+EVENT_ATTENDANCE_FIND_BY_USER |
+"EventAttendance.findByUser" |
+
+public static final java.lang.String |
+EVENT_ATTENDANCE_FIND_BY_USER_AND_EVENT |
+"EventAttendance.findByUserAndEvent" |
+
+public static final java.lang.String |
+EVENT_ATTENDANCE_FIND_GENDER_COUNT_BY_EVENT |
+"EventAttendance.findGenderCountByEvent" |
+
+public static final java.lang.String |
+EVENT_FIND_ALL |
+"Event.findAll" |
+
+public static final java.lang.String |
+USER_FIND_BY_PARTIAL_NAME |
+"User.findByPartialName" |
+
+public static final java.lang.String |
+USER_FIND_BY_RELATIONSHIP_TYPE |
+"User.findByRelationshipType" |
+
+public static final java.lang.String |
+USER_FIND_BY_USERNAME_PASSWORD |
+"User.findByUsernamePassword" |
+
+ +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+ +++The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.
+ +++Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:
+
+- Interfaces (italic)
- Classes
- Enums
- Exceptions
- Errors
- Annotation Types
+ ++ ++Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
+
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.- Class inheritance diagram
- Direct Subclasses
- All Known Subinterfaces
- All Known Implementing Classes
- Class/interface declaration
- Class/interface description +
+
- Nested Class Summary
- Field Summary
- Constructor Summary
- Method Summary +
+
- Field Detail
- Constructor Detail
- Method Detail
+ ++ ++Each annotation type has its own separate page with the following sections:
+
+- Annotation Type declaration
- Annotation Type description
- Required Element Summary
- Optional Element Summary
- Element Detail
+ +++Each enum has its own separate page with the following sections:
+
+- Enum declaration
- Enum description
- Enum Constant Summary
- Enum Constant Detail
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.+
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with+java.lang.Object
. The interfaces do not inherit fromjava.lang.Object
.+
+- When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
- When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
+The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.+
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.+
+
+
+
+
+This help file applies to API documentation generated using the standard doclet.
+
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
User
objects for presence
+ purposes.FacesMessage
to the FacesContext
.
+
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
EventAttendance
data.
+
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
EventAttendance
object.
+Content
object.
+Event
.
+Idea
object.
+UserRelationship
object.
+User
object.
+Venue
object.
+Event
.
+User
.
+ProvinceState
objects.
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
User
by partial name.
+User
objects by RelationshipType
to
+ another User
.
+User
by username and password.
+User
objects.User
object.
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
Idea
using the
+ MindmapNode
interface.
+
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
Venue
objects.
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
City
by name and ProvinceState
.
+City
objects.Content
by name.
+NonexistentConversationException
propagating
+ from CDI for requests containing an invalid conversation ID (cid parameter).Country
objects.
+Country
by code.
+Country
objects.ProvinceState
object for a particular Country
.
+
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
Venue
object.
+
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
ProvinceState
objects.EventAttendance
for a particular User
.
+EventAttendance
for a particular User
and
+ Event
.
+EventAttendance
objects by Gender
.
+Event
objects.
+Event
from
+ one date/time to another date/time.
+
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
Event
objects.
+EventAttendance
objects for a particular User
.
+City
objects for the given ProvinceState
.
+City
by name in the ProvinceState
.
+City
object by ID.
+Content
object by name.
+Country
object by ID.
+EventAttendance
object for a particular Event
+ and User
.
+Event
by ID.
+Event
objects in a City
and
+ ProvinceState
for a particular EventType
and keyword.
+Idea
by ID.
+Idea
objects.
+List
of ProvinceState
objects for a particular
+ Country
.
+UserRelationship
object representing a relationship
+ between two User
objects.
+ProvinceState
object by ID.
+ProvinceState
object by name within a particular
+ Country
.
+User
with the given username and password.
+User
by ID.
+User
by username.
+Event
objects between a start and end date
+ created by a particular User
.
+User
objects.
+User
objects that have a first name or last name
+ that partially matches the suggestion string.
+User
objects that are related to the User
+ according to the specified RelationshipType
.
+Venue
object by ID.
+List
of all Venue
objects.
+
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
Event
objects in the database.
+EventAttendance
objects
+ encapsulating information about a user's attendance for a particular
+ event.
+Country
objects.
+Event
.
+EventType
enum objects.
+PieChartModel
of active user click counts.
+ProvinceState
objects.
+User
.
+LazyScheduleModel
for the PrimeFaces
+ schedule component.
+
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
ServletContext
initialization to populate the
+ database with sample data.
+
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+ | +
---|
All Classes
+
+
+Packages
+ |
+
+ + + diff --git a/primefaces-webapp/doc/overview-summary.html b/primefaces-webapp/doc/overview-summary.html new file mode 100644 index 0000000..dfbfe95 --- /dev/null +++ b/primefaces-webapp/doc/overview-summary.html @@ -0,0 +1,179 @@ + + + +
+ +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages | +|
---|---|
com.mycompany.controller | +Contains JSF managed bean controller classes for the application. | +
com.mycompany.convert | +Contains JSF converter classes for model objects. | +
com.mycompany.lifecycle | +Contains JSF and Servlet lifecycle support classes. | +
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. | +
com.mycompany.websocket | +Contains a WebSocket support class. | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Package com.mycompany.controller | +
---|
+Class com.mycompany.controller.AbstractController extends java.lang.Object implements Serializable | +
---|
+serialVersionUID: -4862069600034765532L + +
+Serialization Methods | +
---|
+private void readObject(java.io.ObjectInputStream ois) + throws java.io.IOException, + java.lang.ClassNotFoundException+
+
java.io.IOException
+java.lang.ClassNotFoundException
+Serialized Fields | +
---|
+UserSession userSession+
+Class com.mycompany.controller.ChartController extends AbstractController implements Serializable | +
---|
+serialVersionUID: -1999623701433215717L + +
+Serialized Fields | +
---|
+org.primefaces.model.chart.CartesianChartModel barChartModel+
+ChartService chartService+
+UserService userService+
+org.primefaces.model.chart.PieChartModel pieChartModel+
+Class com.mycompany.controller.ChatController extends AbstractController implements Serializable | +
---|
+serialVersionUID: -2706002474535643832L + +
+Serialized Fields | +
---|
+java.lang.String globalMessage+
+ActiveUsers activeUsers+
+org.primefaces.push.PushContext pushContext+
+Class com.mycompany.controller.ContactsController extends AbstractController implements Serializable | +
---|
+serialVersionUID: -1709154434943491658L + +
+Serialized Fields | +
---|
+java.util.List<E> colleagues+
+UserService userService+
+java.util.List<E> family+
+java.util.List<E> friends+
+UserRelationship relationship+
+RelationshipType relationshipType+
+Class com.mycompany.controller.ContentController extends AbstractController implements Serializable | +
---|
+serialVersionUID: -5256865616437754501L + +
+Serialized Fields | +
---|
+Content content+
+ContentService contentService+
+javax.enterprise.context.Conversation conversation+
+boolean editing+
+Class com.mycompany.controller.DashboardController extends AbstractController implements Serializable | +
---|
+serialVersionUID: -291033332986147359L + +
+Serialized Fields | +
---|
+org.primefaces.model.DashboardModel model+
+Class com.mycompany.controller.EventController extends AbstractController implements Serializable | +
---|
+serialVersionUID: 1256165484728132802L + +
+Serialized Fields | +
---|
+java.util.List<E> allEvents+
+java.util.List<E> allEventsAttendance+
+Event event+
+EventService eventService+
+org.primefaces.model.ScheduleModel userScheduleModel+
+Class com.mycompany.controller.LoginController extends AbstractController implements Serializable | +
---|
+serialVersionUID: -6710063228036238737L + +
+Serialized Fields | +
---|
+ActiveUsers activeUsers+
+Credentials credentials+
+UserService userService+
+Class com.mycompany.controller.MindMapController extends AbstractController implements Serializable | +
---|
+serialVersionUID: 4810848975079411459L + +
+Serialized Fields | +
---|
+IdeaService ideaService+
+Idea newIdea+
+org.primefaces.model.mindmap.MindmapNode root+
+Idea selectedIdea+
+org.primefaces.model.mindmap.MindmapNode selectedNode+
+Class com.mycompany.controller.SearchController extends AbstractController implements Serializable | +
---|
+serialVersionUID: 3648708195333963881L + +
+Serialized Fields | +
---|
+boolean alcoholPermitted+
+City city+
+CountryService countryService+
+EventService eventService+
+EventType eventType+
+java.lang.String keyword+
+java.lang.String mapCenter+
+java.lang.Integer mapZoom+
+int maxResults+
+boolean noCoverCharge+
+boolean outdoorVenue+
+ProvinceState provinceState+
+org.primefaces.model.map.MapModel searchResultsModel+
+Event selectedEvent+
+Class com.mycompany.controller.SignupController extends AbstractController implements Serializable | +
---|
+serialVersionUID: -3479887222411577225L + +
+Serialized Fields | +
---|
+CountryService countryService+
+User user+
+UserService userService+
+Class com.mycompany.controller.UserController extends AbstractController implements Serializable | +
---|
+serialVersionUID: 1140838618640961470L + +
+Serialized Fields | +
---|
+ActiveUsers activeUsers+
+java.util.List<E> themes+
+UserService userService+
+Class com.mycompany.controller.VenueController extends AbstractController implements Serializable | +
---|
+serialVersionUID: 1127963225862339644L + +
+Serialized Fields | +
---|
+CountryService countryService+
+Venue venue+
+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 | +
---|
+java.lang.Integer id+
+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 | +
---|
+java.lang.Double latitude+
+java.lang.Double longitude+
+java.lang.String name+
+ProvinceState provinceState+
+Class com.mycompany.model.Content extends AbstractEntity implements Serializable | +
---|
+serialVersionUID: 5714237132670562107L + +
+Serialized Fields | +
---|
+User createdBy+
+java.util.Date createdDate+
+java.lang.String viewId+
+java.lang.String value+
+Class com.mycompany.model.Country extends AbstractEntity implements Serializable | +
---|
+serialVersionUID: -4925972235656394450L + +
+Serialized Fields | +
---|
+java.lang.String code+
+java.lang.String name+
+java.util.Set<E> provinceStates+
+Class com.mycompany.model.Event extends AbstractEntity implements Serializable | +
---|
+serialVersionUID: 1853185041344918956L + +
+Serialized Fields | +
---|
+java.util.Set<E> attendance+
+User createdBy+
+java.lang.String description+
+java.util.Date endDate+
+EventType eventType+
+java.util.Date startDate+
+java.lang.String title+
+Venue venue+
+Class com.mycompany.model.EventAttendance extends AbstractEntity implements Serializable | +
---|
+serialVersionUID: -4351135973935030713L + +
+Serialized Fields | +
---|
+boolean confirmed+
+Event event+
+int rating+
+User user+
+Class com.mycompany.model.Idea extends AbstractEntity implements Serializable | +
---|
+serialVersionUID: -5778367117092282684L + +
+Serialized Fields | +
---|
+User author+
+java.util.Set<E> children+
+java.lang.String description+
+java.lang.String name+
+Idea parent+
+Class com.mycompany.model.ProvinceState extends AbstractEntity implements Serializable | +
---|
+serialVersionUID: 5984616633801173028L + +
+Serialized Fields | +
---|
+java.util.Set<E> cities+
+Country country+
+java.lang.String name+
+Class com.mycompany.model.User extends AbstractEntity implements Serializable | +
---|
+serialVersionUID: 8009394076089033693L + +
+Serialized Fields | +
---|
+boolean acceptedTerms+
+java.util.Date birthdate+
+java.lang.Integer clickCount+
+Country country+
+java.lang.String emailAddress+
+java.util.Set<E> eventsAttended+
+java.lang.String firstName+
+java.util.Set<E> fromRelationships+
+Gender gender+
+java.lang.String lastName+
+java.lang.String password+
+java.lang.String phoneNumber+
+java.lang.String theme+
+java.util.Set<E> toRelationships+
+java.lang.String username+
+Class com.mycompany.model.UserRelationship extends AbstractEntity implements Serializable | +
---|
+serialVersionUID: -5157091586647676960L + +
+Serialized Fields | +
---|
+RelationshipType relationshipType+
+User fromUser+
+User toUser+
+Class com.mycompany.model.Venue extends AbstractEntity implements Serializable | +
---|
+serialVersionUID: 5049478213946349124L + +
+Serialized Fields | +
---|
+City city+
+Country country+
+java.util.Set<E> events+
+java.lang.Double latitude+
+java.lang.Double longitude+
+java.lang.String name+
+java.lang.String phoneNumber+
+ProvinceState provinceState+
+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+
+User user+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.controller.AbstractController ++
public abstract class AbstractController
+
+Constructor Summary | +|
---|---|
AbstractController()
+
++ |
+
+Method Summary | +|
---|---|
+ void |
+setUserSession(UserSession userSession)
+
++ |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public AbstractController()+
+Method Detail | +
---|
+public void setUserSession(UserSession userSession)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.controller.AbstractController + com.mycompany.controller.ChartController ++
public class ChartController
+Controller class for charts. +
+ +
+
+Constructor Summary | +|
---|---|
ChartController()
+
++ |
+
+Method Summary | +|
---|---|
+ org.primefaces.model.chart.CartesianChartModel |
+getBarChartModel()
+
++ |
+
+ org.primefaces.model.chart.PieChartModel |
+getLivePieModel()
+
++ This method builds a PieChartModel of active user click counts. |
+
+ org.primefaces.model.chart.PieChartModel |
+getPieChartModel()
+
++ |
+
+ void |
+init(javax.faces.event.ComponentSystemEvent event)
+
++ Initializes the pie chart and bar chart models from data in our database. |
+
+ void |
+itemSelect(org.primefaces.event.ItemSelectEvent event)
+
++ |
+
+ void |
+setChartService(ChartService chartService)
+
++ |
+
+ void |
+setUserService(UserService userService)
+
++ |
+
Methods inherited from class com.mycompany.controller.AbstractController | +
---|
setUserSession |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public ChartController()+
+Method Detail | +
---|
+public org.primefaces.model.chart.CartesianChartModel getBarChartModel()+
+public org.primefaces.model.chart.PieChartModel getLivePieModel()+
PieChartModel
of active user click counts.
++
+public org.primefaces.model.chart.PieChartModel getPieChartModel()+
+public void init(javax.faces.event.ComponentSystemEvent event)+
EntityManager
is
+ injected after the object is constructed, so this method handles the
+ initialization during the pre-render view event.
++
event
- The view event.+public void itemSelect(org.primefaces.event.ItemSelectEvent event)+
+public void setChartService(ChartService chartService)+
+public void setUserService(UserService userService)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.controller.AbstractController + com.mycompany.controller.ChatController ++
public class ChatController
+Controller class for chat functionality. +
+ +
+
+Constructor Summary | +|
---|---|
ChatController()
+
++ |
+
+Method Summary | +|
---|---|
+ void |
+beginChat()
+
++ |
+
+ void |
+endChat()
+
++ |
+
+ java.lang.String |
+getGlobalMessage()
+
++ |
+
+ void |
+sendGlobal()
+
++ |
+
+ void |
+setGlobalMessage(java.lang.String globalMessage)
+
++ |
+
Methods inherited from class com.mycompany.controller.AbstractController | +
---|
setUserSession |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public ChatController()+
+Method Detail | +
---|
+public java.lang.String getGlobalMessage()+
+public void beginChat()+
+public void endChat()+
+public void sendGlobal()+
+public void setGlobalMessage(java.lang.String globalMessage)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.controller.AbstractController + com.mycompany.controller.ContactsController ++
public class ContactsController
+Controller class for contacts related functionality. +
+ +
+
+Constructor Summary | +|
---|---|
ContactsController()
+
++ |
+
+Method Summary | +|
---|---|
+ java.util.List<User> |
+findUsersByName(java.lang.String suggest)
+
++ |
+
+ java.util.List<User> |
+getColleagues()
+
++ |
+
+ java.util.List<User> |
+getFamily()
+
++ |
+
+ java.util.List<User> |
+getFriends()
+
++ |
+
+ UserRelationship |
+getRelationship()
+
++ |
+
+ RelationshipType |
+getRelationshipType()
+
++ |
+
+ RelationshipType[] |
+getRelationshipTypes()
+
++ |
+
+ RelationshipType[] |
+getUserTypes()
+
++ |
+
+ void |
+init(javax.faces.event.ComponentSystemEvent event)
+
++ |
+
+ void |
+newRelationship(javax.faces.event.ActionEvent event)
+
++ |
+
+ java.lang.String |
+saveRelationship()
+
++ |
+
+ void |
+setRelationship(UserRelationship relationship)
+
++ |
+
+ void |
+setUserService(UserService userService)
+
++ |
+
+ void |
+userSelected(org.primefaces.event.SelectEvent event)
+
++ |
+
Methods inherited from class com.mycompany.controller.AbstractController | +
---|
setUserSession |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public ContactsController()+
+Method Detail | +
---|
+public java.util.List<User> findUsersByName(java.lang.String suggest)+
+public java.util.List<User> getColleagues()+
+public java.util.List<User> getFamily()+
+public java.util.List<User> getFriends()+
+public UserRelationship getRelationship()+
+public RelationshipType getRelationshipType()+
+public RelationshipType[] getRelationshipTypes()+
+public RelationshipType[] getUserTypes()+
+public void init(javax.faces.event.ComponentSystemEvent event)+
+public void newRelationship(javax.faces.event.ActionEvent event)+
+public java.lang.String saveRelationship()+
+public void setUserService(UserService userService)+
+public void setRelationship(UserRelationship relationship)+
+public void userSelected(org.primefaces.event.SelectEvent event)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.controller.AbstractController + com.mycompany.controller.ContentController ++
public class ContentController
+Controller class for content editing. +
+ +
+
+Constructor Summary | +|
---|---|
ContentController()
+
++ |
+
+Method Summary | +|
---|---|
+ void |
+contentChanged(javax.faces.event.ValueChangeEvent event)
+
++ |
+
+ Content |
+getContent()
+
++ |
+
+ void |
+init(javax.faces.event.ComponentSystemEvent event)
+
++ |
+
+ boolean |
+isEditing()
+
++ |
+
+ void |
+saveContent(javax.faces.event.ActionEvent event)
+
++ |
+
+ void |
+setContent(Content content)
+
++ |
+
+ void |
+setContentService(ContentService contentService)
+
++ |
+
+ void |
+setEditing(boolean editing)
+
++ |
+
+ void |
+toggleEditing(javax.faces.event.ActionEvent event)
+
++ |
+
Methods inherited from class com.mycompany.controller.AbstractController | +
---|
setUserSession |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public ContentController()+
+Method Detail | +
---|
+public void contentChanged(javax.faces.event.ValueChangeEvent event)+
+public Content getContent()+
+public void init(javax.faces.event.ComponentSystemEvent event)+
+public boolean isEditing()+
+public void saveContent(javax.faces.event.ActionEvent event)+
+public void setContent(Content content)+
+public void setContentService(ContentService contentService)+
+public void setEditing(boolean editing)+
+public void toggleEditing(javax.faces.event.ActionEvent event)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.controller.AbstractController + com.mycompany.controller.DashboardController ++
public class DashboardController
+Controller class for dashboard screen. +
+ +
+
+Constructor Summary | +|
---|---|
DashboardController()
+
++ |
+
+Method Summary | +|
---|---|
+ org.primefaces.model.DashboardModel |
+getModel()
+
++ |
+
+ void |
+handleReorder(org.primefaces.event.DashboardReorderEvent event)
+
++ |
+
Methods inherited from class com.mycompany.controller.AbstractController | +
---|
setUserSession |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public DashboardController()+
+Method Detail | +
---|
+public void handleReorder(org.primefaces.event.DashboardReorderEvent event)+
+public org.primefaces.model.DashboardModel getModel()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.controller.AbstractController + com.mycompany.controller.EventController ++
public class EventController
+This class implements controller behavior for a number of screens in the + application. It supports the member dashboard, shows, and reviews screens. + This class is responsible for handling any calendar event related data and + functionality for the application. +
+ +
+
+Constructor Summary | +|
---|---|
EventController()
+
++ |
+
+Method Summary | +|
---|---|
+ void |
+dateSelected(org.primefaces.event.SelectEvent evt)
+
++ This method is called when the user clicks on a date in the calendar. |
+
+ void |
+eventMoved(org.primefaces.event.ScheduleEntryMoveEvent evt)
+
++ This method is called when the user moves a calendar Event from
+ one date/time to another date/time. |
+
+ void |
+eventResized(org.primefaces.event.ScheduleEntryResizeEvent evt)
+
++ This method is called when the user resizes an event. |
+
+ void |
+eventSelected(org.primefaces.event.SelectEvent evt)
+
++ This method is called when the user clicks on an existing event in the + schedule. |
+
+ java.util.List<Event> |
+getAllEvents()
+
++ This method returns all Event objects in the database. |
+
+ java.util.List<EventAttendance> |
+getAllEventsAttendance()
+
++ This method returns a list of EventAttendance objects
+ encapsulating information about a user's attendance for a particular
+ event. |
+
+ Event |
+getEvent()
+
++ This method returns the currently selected Event . |
+
+ EventType[] |
+getEventTypes()
+
++ This method returns an array of EventType enum objects. |
+
+ org.primefaces.model.ScheduleModel |
+getUserScheduleModel()
+
++ This method provides a LazyScheduleModel for the PrimeFaces
+ schedule component. |
+
+ void |
+init(javax.faces.event.ComponentSystemEvent evt)
+
++ This method is called by JSF when the view is first loaded. |
+
+ void |
+newEvent(javax.faces.event.ActionEvent evt)
+
++ This method is called when the user clicks on the "New Event" button in + the mobile web application. |
+
+ void |
+refreshAttendance(javax.faces.event.ActionEvent event)
+
++ This method is called from the reviews screen to refresh the + EventAttendance data. |
+
+ void |
+saveEvent(javax.faces.event.ActionEvent evt)
+
++ This method is called when the user clicks the "Save" button in the new + event dialog. |
+
+ void |
+setEvent(Event event)
+
++ Sets the Event . |
+
+ void |
+setEventService(EventService eventService)
+
++ |
+
+ void |
+updateAttendance(EventAttendance attendance)
+
++ + This method updates the current user's EventAttendance object for a + particular event. |
+
Methods inherited from class com.mycompany.controller.AbstractController | +
---|
setUserSession |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public EventController()+
+Method Detail | +
---|
+public void dateSelected(org.primefaces.event.SelectEvent evt)+
Event
object.
++
evt
- The SelectEvent
object.+public void eventMoved(org.primefaces.event.ScheduleEntryMoveEvent evt)+
Event
from
+ one date/time to another date/time. It updates the object and saves the
+ changes to the database.
++
evt
- The ScheduleEntryMoveEvent
object.+public void eventResized(org.primefaces.event.ScheduleEntryResizeEvent evt)+
Event
object and updates the
+ database.
++
evt
- The ScheduleEntryResizeEvent
object.+public void eventSelected(org.primefaces.event.SelectEvent evt)+
+
evt
- The SelectEvent
object.+public java.util.List<Event> getAllEvents()+
Event
objects in the database.
++
+public java.util.List<EventAttendance> getAllEventsAttendance()+
EventAttendance
objects
+ encapsulating information about a user's attendance for a particular
+ event.
++
+public Event getEvent()+
Event
.
++
+public EventType[] getEventTypes()+
EventType
enum objects.
++
+public org.primefaces.model.ScheduleModel getUserScheduleModel()+
LazyScheduleModel
for the PrimeFaces
+ schedule component. It loads all events for the current user that have a
+ start date between two dates. The overridden
+ LazyScheduleModel.loadEvents(Date, Date)
method is called by
+ PrimeFaces when data is needed for a particular date range.
++
ScheduleModel
object.+public void init(javax.faces.event.ComponentSystemEvent evt)+
Event
objects from the database so they can be displayed in
+ the UI, and prepares the EventAttendance
model for the current
+ user.
++
evt
- The JSF ComponentSystemEvent
object.+public void newEvent(javax.faces.event.ActionEvent evt)+
Event
object
+ and assigns it to the event
instance variable.
++
evt
- The JSF ActionEvent
object.+public void refreshAttendance(javax.faces.event.ActionEvent event)+
EventAttendance
data. When the user reloads the dashboard, the
+ getAllEventsAttendance()
method will see that this instance
+ variable is null, and reload the data to update the graph.
++
event
- The JSF ActionEvent
object.+public void saveEvent(javax.faces.event.ActionEvent evt)+
Event
object to the database.
++
evt
- The JSF ActionEvent
object.+public void setEvent(Event event)+
Event
.
++
event
- The Event object.+public void setEventService(EventService eventService)+
+public void updateAttendance(EventAttendance attendance)+
+ This method updates the current user's EventAttendance object for a
+ particular event. It uses the JPA EntityManager.merge(Object)
+ method to save the object's changes to the database, and then replaces
+ this object in the allEventsAttendance
list to ensure the latest
+ object is loaded in the UI.
+
+ Note: this method is called directly from the UI since it takes advantage + of the Expression Language (EL) 2.2 feature that allows method argument + passing from JSF. +
++
attendance
- The EventAttendance
object.
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.controller.AbstractController + com.mycompany.controller.LoginController ++
public class LoginController
+Controller class for desktop and mobile login functionality. +
+ +
+
+Constructor Summary | +|
---|---|
LoginController()
+
++ |
+
+Method Summary | +|
---|---|
+ void |
+checkPermission(javax.faces.event.ComponentSystemEvent event)
+
++ |
+
+ boolean |
+isLoggedIn()
+
++ |
+
+ java.lang.String |
+login()
+
++ |
+
+ java.lang.String |
+loginMobile()
+
++ |
+
+ java.lang.String |
+logout()
+
++ |
+
+ java.lang.String |
+logoutMobile()
+
++ |
+
+ void |
+setActiveUsers(ActiveUsers activeUsers)
+
++ |
+
+ void |
+setCredentials(Credentials credentials)
+
++ |
+
+ void |
+setUserService(UserService userService)
+
++ |
+
Methods inherited from class com.mycompany.controller.AbstractController | +
---|
setUserSession |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public LoginController()+
+Method Detail | +
---|
+public void checkPermission(javax.faces.event.ComponentSystemEvent event) + throws java.io.IOException+
java.io.IOException
+public boolean isLoggedIn()+
+public java.lang.String login()+
+public java.lang.String loginMobile()+
+public java.lang.String logout()+
+public java.lang.String logoutMobile()+
+public void setActiveUsers(ActiveUsers activeUsers)+
+public void setCredentials(Credentials credentials)+
+public void setUserService(UserService userService)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.controller.AbstractController + com.mycompany.controller.MindMapController ++
public class MindMapController
+Controller class for mind map feature. +
+ +
+
+Constructor Summary | +|
---|---|
MindMapController()
+
++ |
+
+Method Summary | +|
---|---|
+ Idea |
+getNewIdea()
+
++ |
+
+ org.primefaces.model.mindmap.MindmapNode |
+getRoot()
+
++ |
+
+ org.primefaces.model.mindmap.MindmapNode |
+getSelectedNode()
+
++ |
+
+ void |
+init(javax.faces.event.ComponentSystemEvent event)
+
++ |
+
+ void |
+onNodeDblselect(org.primefaces.event.SelectEvent event)
+
++ |
+
+ void |
+onNodeSelect(org.primefaces.event.SelectEvent event)
+
++ |
+
+ void |
+saveIdea(javax.faces.event.ActionEvent event)
+
++ |
+
+ void |
+setIdeaService(IdeaService ideaService)
+
++ |
+
+ void |
+setNewIdea(Idea newIdea)
+
++ |
+
+ void |
+setSelectedNode(org.primefaces.model.mindmap.MindmapNode selectedNode)
+
++ |
+
Methods inherited from class com.mycompany.controller.AbstractController | +
---|
setUserSession |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public MindMapController()+
+Method Detail | +
---|
+public Idea getNewIdea()+
+public org.primefaces.model.mindmap.MindmapNode getRoot()+
+public org.primefaces.model.mindmap.MindmapNode getSelectedNode()+
+public void init(javax.faces.event.ComponentSystemEvent event)+
+public void onNodeDblselect(org.primefaces.event.SelectEvent event)+
+public void onNodeSelect(org.primefaces.event.SelectEvent event)+
+public void saveIdea(javax.faces.event.ActionEvent event)+
+public void setIdeaService(IdeaService ideaService)+
+public void setNewIdea(Idea newIdea)+
+public void setSelectedNode(org.primefaces.model.mindmap.MindmapNode selectedNode)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.controller.AbstractController + com.mycompany.controller.SearchController ++
public class SearchController
+Controller class for searching for shows and events. +
+ +
+
+Constructor Summary | +|
---|---|
SearchController()
+
++ |
+
+Method Summary | +|
---|---|
+ void |
+eventSelected(org.primefaces.event.map.OverlaySelectEvent evt)
+
++ |
+
+ java.util.List<City> |
+getCitiesForState()
+
++ |
+
+ City |
+getCity()
+
++ |
+
+ EventType |
+getEventType()
+
++ |
+
+ java.lang.String |
+getKeyword()
+
++ |
+
+ java.lang.String |
+getMapCenter()
+
++ |
+
+ java.lang.Integer |
+getMapZoom()
+
++ |
+
+ int |
+getMaxResults()
+
++ |
+
+ ProvinceState |
+getProvinceState()
+
++ |
+
+ java.util.List<ProvinceState> |
+getProvinceStates()
+
++ |
+
+ org.primefaces.model.map.MapModel |
+getSearchResultsModel()
+
++ |
+
+ Event |
+getSelectedEvent()
+
++ |
+
+ void |
+init(javax.faces.event.ComponentSystemEvent event)
+
++ |
+
+ boolean |
+isAlcoholPermitted()
+
++ |
+
+ boolean |
+isNoCoverCharge()
+
++ |
+
+ boolean |
+isOutdoorVenue()
+
++ |
+
+ void |
+search(javax.faces.event.ActionEvent evt)
+
++ This method searches the database for events. |
+
+ void |
+setAlcoholPermitted(boolean alcoholPermitted)
+
++ |
+
+ void |
+setCity(City city)
+
++ |
+
+ void |
+setCountryService(CountryService countryService)
+
++ |
+
+ void |
+setEventService(EventService eventService)
+
++ |
+
+ void |
+setEventType(EventType eventType)
+
++ |
+
+ void |
+setKeyword(java.lang.String keyword)
+
++ |
+
+ void |
+setMaxResults(int maxResults)
+
++ |
+
+ void |
+setNoCoverCharge(boolean noCoverCharge)
+
++ |
+
+ void |
+setOutdoorVenue(boolean outdoorVenue)
+
++ |
+
+ void |
+setProvinceState(ProvinceState state)
+
++ |
+
+ void |
+setSelectedEvent(Event selectedEvent)
+
++ |
+
Methods inherited from class com.mycompany.controller.AbstractController | +
---|
setUserSession |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public SearchController()+
+Method Detail | +
---|
+public void eventSelected(org.primefaces.event.map.OverlaySelectEvent evt)+
+public java.util.List<City> getCitiesForState()+
+public City getCity()+
+public EventType getEventType()+
+public java.lang.String getKeyword()+
+public java.lang.String getMapCenter()+
+public java.lang.Integer getMapZoom()+
+public int getMaxResults()+
+public ProvinceState getProvinceState()+
+public java.util.List<ProvinceState> getProvinceStates()+
+public org.primefaces.model.map.MapModel getSearchResultsModel()+
+public Event getSelectedEvent()+
+public void init(javax.faces.event.ComponentSystemEvent event)+
+public boolean isAlcoholPermitted()+
+public boolean isNoCoverCharge()+
+public boolean isOutdoorVenue()+
+public void search(javax.faces.event.ActionEvent evt)+
+
evt
- +public void setAlcoholPermitted(boolean alcoholPermitted)+
+public void setCity(City city)+
+public void setCountryService(CountryService countryService)+
+public void setEventService(EventService eventService)+
+public void setEventType(EventType eventType)+
+public void setKeyword(java.lang.String keyword)+
+public void setMaxResults(int maxResults)+
+public void setNoCoverCharge(boolean noCoverCharge)+
+public void setOutdoorVenue(boolean outdoorVenue)+
+public void setProvinceState(ProvinceState state)+
+public void setSelectedEvent(Event selectedEvent)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.controller.AbstractController + com.mycompany.controller.SignupController ++
public class SignupController
+Controller class for new user signup. +
+ +
+
+Constructor Summary | +|
---|---|
SignupController()
+
++ |
+
+Method Summary | +|
---|---|
+ void |
+createUser(javax.faces.event.ActionEvent event)
+
++ |
+
+ java.util.List<Country> |
+getCountries()
+
++ |
+
+ Gender[] |
+getGenders()
+
++ |
+
+ java.util.Date |
+getMinDate()
+
++ Return a date 100 years ago. |
+
+ User |
+getUser()
+
++ |
+
+ void |
+setCountryService(CountryService countryService)
+
++ |
+
+ void |
+setUser(User user)
+
++ |
+
+ void |
+setUserService(UserService userService)
+
++ |
+
+ java.lang.String |
+signup()
+
++ |
+
+ java.lang.String |
+signupMobile()
+
++ |
+
Methods inherited from class com.mycompany.controller.AbstractController | +
---|
setUserSession |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public SignupController()+
+Method Detail | +
---|
+public void createUser(javax.faces.event.ActionEvent event)+
+public java.util.List<Country> getCountries()+
+public Gender[] getGenders()+
+public java.util.Date getMinDate()+
+
+public User getUser()+
+public void setCountryService(CountryService countryService)+
+public void setUser(User user)+
+public void setUserService(UserService userService)+
+public java.lang.String signup()+
+public java.lang.String signupMobile()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.controller.AbstractController + com.mycompany.controller.UserController ++
public class UserController
+Controller class for user-related functionality. +
+ +
+
+Constructor Summary | +|
---|---|
UserController()
+
++ |
+
+Method Summary | +|
---|---|
+ User |
+findUser(java.lang.String username,
+ java.lang.String password)
+
++ |
+
+ java.util.List<java.lang.String> |
+getThemes()
+
++ |
+
+ User |
+getUser()
+
++ Returns the currently logged in user. |
+
+ java.lang.String |
+getUserTheme()
+
++ |
+
+ void |
+handleClick(javax.faces.event.ActionEvent event)
+
++ |
+
+ boolean |
+isUserPresent(User user)
+
++ |
+
+ void |
+setActiveUsers(ActiveUsers activeUsers)
+
++ |
+
+ void |
+setUserService(UserService userService)
+
++ |
+
+ void |
+updateUserTheme(javax.faces.event.AjaxBehaviorEvent event)
+
++ |
+
Methods inherited from class com.mycompany.controller.AbstractController | +
---|
setUserSession |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public UserController()+
+Method Detail | +
---|
+public User findUser(java.lang.String username, + java.lang.String password)+
+public java.util.List<java.lang.String> getThemes()+
+public User getUser()+
+
User
object.+public java.lang.String getUserTheme()+
+public void handleClick(javax.faces.event.ActionEvent event)+
+public boolean isUserPresent(User user)+
+public void setActiveUsers(ActiveUsers activeUsers)+
+public void setUserService(UserService userService)+
+public void updateUserTheme(javax.faces.event.AjaxBehaviorEvent event)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.controller.AbstractController + com.mycompany.controller.VenueController ++
public class VenueController
+Controller class for venue-related functionality. +
+ +
+
+Constructor Summary | +|
---|---|
VenueController()
+
++ |
+
+Method Summary | +|
---|---|
+ void |
+deleteVenue(javax.faces.event.ActionEvent evt)
+
++ |
+
+ java.util.List<ProvinceState> |
+findProvinceStatesByCountry(Country country)
+
++ |
+
+ java.util.List<Country> |
+getCountries()
+
++ |
+
+ Venue |
+getVenue()
+
++ |
+
+ java.util.List<Venue> |
+getVenues()
+
++ |
+
+ void |
+init(javax.faces.event.ComponentSystemEvent evt)
+
++ |
+
+ void |
+newVenue(javax.faces.event.ActionEvent event)
+
++ |
+
+ void |
+saveVenue(javax.faces.event.ActionEvent evt)
+
++ |
+
+ void |
+setCountryService(CountryService countryService)
+
++ |
+
+ void |
+setVenue(Venue venue)
+
++ |
+
+ void |
+setVenueService(VenueService venueService)
+
++ |
+
+ void |
+venueSelected(javax.faces.event.ValueChangeEvent evt)
+
++ |
+
Methods inherited from class com.mycompany.controller.AbstractController | +
---|
setUserSession |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public VenueController()+
+Method Detail | +
---|
+public void deleteVenue(javax.faces.event.ActionEvent evt)+
+public java.util.List<ProvinceState> findProvinceStatesByCountry(Country country)+
+public java.util.List<Country> getCountries()+
+public Venue getVenue()+
+public java.util.List<Venue> getVenues()+
+public void init(javax.faces.event.ComponentSystemEvent evt)+
+public void newVenue(javax.faces.event.ActionEvent event)+
+public void saveVenue(javax.faces.event.ActionEvent evt)+
+public void setCountryService(CountryService countryService)+
+public void setVenue(Venue venue)+
+public void setVenueService(VenueService venueService)+
+public void venueSelected(javax.faces.event.ValueChangeEvent evt)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use AbstractController | +|
---|---|
com.mycompany.controller | ++ |
+Uses of AbstractController in com.mycompany.controller | +
---|
+ +
Subclasses of AbstractController in com.mycompany.controller | +|
---|---|
+ class |
+ChartController
+
++ Controller class for charts. |
+
+ class |
+ChatController
+
++ Controller class for chat functionality. |
+
+ class |
+ContactsController
+
++ Controller class for contacts related functionality. |
+
+ class |
+ContentController
+
++ Controller class for content editing. |
+
+ class |
+DashboardController
+
++ Controller class for dashboard screen. |
+
+ class |
+EventController
+
++ This class implements controller behavior for a number of screens in the + application. |
+
+ class |
+LoginController
+
++ Controller class for desktop and mobile login functionality. |
+
+ class |
+MindMapController
+
++ Controller class for mind map feature. |
+
+ class |
+SearchController
+
++ Controller class for searching for shows and events. |
+
+ class |
+SignupController
+
++ Controller class for new user signup. |
+
+ class |
+UserController
+
++ Controller class for user-related functionality. |
+
+ class |
+VenueController
+
++ Controller class for venue-related functionality. |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Classes
+
+ +AbstractController + +ChartController + +ChatController + +ContactsController + +ContentController + +DashboardController + +EventController + +LoginController + +MindMapController + +SearchController + +SignupController + +UserController + +VenueController |
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+Class Summary | +|
---|---|
AbstractController | ++ |
ChartController | +Controller class for charts. | +
ChatController | +Controller class for chat functionality. | +
ContactsController | +Controller class for contacts related functionality. | +
ContentController | +Controller class for content editing. | +
DashboardController | +Controller class for dashboard screen. | +
EventController | +This class implements controller behavior for a number of screens in the + application. | +
LoginController | +Controller class for desktop and mobile login functionality. | +
MindMapController | +Controller class for mind map feature. | +
SearchController | +Controller class for searching for shows and events. | +
SignupController | +Controller class for new user signup. | +
UserController | +Controller class for user-related functionality. | +
VenueController | +Controller class for venue-related functionality. | +
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use com.mycompany.controller | +|
---|---|
com.mycompany.controller | ++ |
+Classes in com.mycompany.controller used by com.mycompany.controller | +|
---|---|
AbstractController
+
+ + |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.convert.CityConverter ++
public class CityConverter
+Converter for City
objects.
+
+ +
+
+Constructor Summary | +|
---|---|
CityConverter()
+
++ |
+
+Method Summary | +|
---|---|
+ java.lang.Object |
+getAsObject(javax.faces.context.FacesContext context,
+ javax.faces.component.UIComponent component,
+ java.lang.String value)
+
++ |
+
+ java.lang.String |
+getAsString(javax.faces.context.FacesContext context,
+ javax.faces.component.UIComponent component,
+ java.lang.Object value)
+
++ |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public CityConverter()+
+Method Detail | +
---|
+public java.lang.Object getAsObject(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String value)+
getAsObject
in interface javax.faces.convert.Converter
+public java.lang.String getAsString(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.Object value)+
getAsString
in interface javax.faces.convert.Converter
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.convert.CountryConverter ++
public class CountryConverter
+Converter class for Country
objects.
+
+ +
+
+Constructor Summary | +|
---|---|
CountryConverter()
+
++ |
+
+Method Summary | +|
---|---|
+ java.lang.Object |
+getAsObject(javax.faces.context.FacesContext context,
+ javax.faces.component.UIComponent component,
+ java.lang.String value)
+
++ |
+
+ java.lang.String |
+getAsString(javax.faces.context.FacesContext context,
+ javax.faces.component.UIComponent component,
+ java.lang.Object value)
+
++ |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public CountryConverter()+
+Method Detail | +
---|
+public java.lang.Object getAsObject(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String value)+
getAsObject
in interface javax.faces.convert.Converter
+public java.lang.String getAsString(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.Object value)+
getAsString
in interface javax.faces.convert.Converter
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.convert.EditableStateConverter ++
public class EditableStateConverter
+Converter object for editable ProvinceState
objects.
+
+ +
+
+Constructor Summary | +|
---|---|
EditableStateConverter()
+
++ |
+
+Method Summary | +|
---|---|
+ java.lang.Object |
+getAsObject(javax.faces.context.FacesContext context,
+ javax.faces.component.UIComponent component,
+ java.lang.String value)
+
++ |
+
+ java.lang.String |
+getAsString(javax.faces.context.FacesContext context,
+ javax.faces.component.UIComponent component,
+ java.lang.Object value)
+
++ |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public EditableStateConverter()+
+Method Detail | +
---|
+public java.lang.Object getAsObject(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String value)+
getAsObject
in interface javax.faces.convert.Converter
+public java.lang.String getAsString(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.Object value)+
getAsString
in interface javax.faces.convert.Converter
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.convert.StateConverter ++
public class StateConverter
+Converter class for ProvinceState
objects.
+
+ +
+
+Constructor Summary | +|
---|---|
StateConverter()
+
++ |
+
+Method Summary | +|
---|---|
+ java.lang.Object |
+getAsObject(javax.faces.context.FacesContext context,
+ javax.faces.component.UIComponent component,
+ java.lang.String value)
+
++ |
+
+ java.lang.String |
+getAsString(javax.faces.context.FacesContext context,
+ javax.faces.component.UIComponent component,
+ java.lang.Object value)
+
++ |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public StateConverter()+
+Method Detail | +
---|
+public java.lang.Object getAsObject(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String value)+
getAsObject
in interface javax.faces.convert.Converter
+public java.lang.String getAsString(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.Object value)+
getAsString
in interface javax.faces.convert.Converter
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.convert.UserConverter ++
public class UserConverter
+Converter class for User
objects.
+
+ +
+
+Constructor Summary | +|
---|---|
UserConverter()
+
++ |
+
+Method Summary | +|
---|---|
+ java.lang.Object |
+getAsObject(javax.faces.context.FacesContext context,
+ javax.faces.component.UIComponent component,
+ java.lang.String value)
+
++ |
+
+ java.lang.String |
+getAsString(javax.faces.context.FacesContext context,
+ javax.faces.component.UIComponent component,
+ java.lang.Object value)
+
++ |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public UserConverter()+
+Method Detail | +
---|
+public java.lang.Object getAsObject(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String value)+
getAsObject
in interface javax.faces.convert.Converter
+public java.lang.String getAsString(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.Object value)+
getAsString
in interface javax.faces.convert.Converter
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.convert.VenueConverter ++
public class VenueConverter
+Converter class for Venue
objects.
+
+ +
+
+Constructor Summary | +|
---|---|
VenueConverter()
+
++ |
+
+Method Summary | +|
---|---|
+ java.lang.Object |
+getAsObject(javax.faces.context.FacesContext context,
+ javax.faces.component.UIComponent component,
+ java.lang.String value)
+
++ |
+
+ java.lang.String |
+getAsString(javax.faces.context.FacesContext context,
+ javax.faces.component.UIComponent component,
+ java.lang.Object value)
+
++ |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public VenueConverter()+
+Method Detail | +
---|
+public java.lang.Object getAsObject(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String value)+
getAsObject
in interface javax.faces.convert.Converter
+public java.lang.String getAsString(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.Object value)+
getAsString
in interface javax.faces.convert.Converter
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Classes
+
+ +CityConverter + +CountryConverter + +EditableStateConverter + +StateConverter + +UserConverter + +VenueConverter |
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+Class Summary | +|
---|---|
CityConverter | +Converter for City objects. |
+
CountryConverter | +Converter class for Country objects. |
+
EditableStateConverter | +Converter object for editable ProvinceState objects. |
+
StateConverter | +Converter class for ProvinceState objects. |
+
UserConverter | +Converter class for User objects. |
+
VenueConverter | +Converter class for Venue objects. |
+
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.lifecycle.ConversationExceptionFilter ++
@WebFilter(value="/*") +public class ConversationExceptionFilter
+This filter handles the {@link NonexistentConversationException) propagating + from CDI for requests containing an invalid conversation ID (cid parameter). +
+ +
+
+Constructor Summary | +|
---|---|
ConversationExceptionFilter()
+
++ |
+
+Method Summary | +|
---|---|
+ void |
+destroy()
+
++ |
+
+ void |
+doFilter(javax.servlet.ServletRequest req,
+ javax.servlet.ServletResponse res,
+ javax.servlet.FilterChain chain)
+
++ |
+
+ void |
+init(javax.servlet.FilterConfig arg0)
+
++ |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public ConversationExceptionFilter()+
+Method Detail | +
---|
+public void destroy()+
destroy
in interface javax.servlet.Filter
+public void doFilter(javax.servlet.ServletRequest req, + javax.servlet.ServletResponse res, + javax.servlet.FilterChain chain) + throws java.io.IOException, + javax.servlet.ServletException+
doFilter
in interface javax.servlet.Filter
java.io.IOException
+javax.servlet.ServletException
+public void init(javax.servlet.FilterConfig arg0) + throws javax.servlet.ServletException+
init
in interface javax.servlet.Filter
javax.servlet.ServletException
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: REQUIRED | OPTIONAL | ++DETAIL: ELEMENT | +
@Qualifier +@Retention(value=RUNTIME) +@Target(value={FIELD,PARAMETER}) +public @interface Destroyed
+Thanks to Dan Allen for this useful code: https://gist.github.com/637959 +
+ +
+ +
+ +
+ +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: REQUIRED | OPTIONAL | ++DETAIL: ELEMENT | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: REQUIRED | OPTIONAL | ++DETAIL: ELEMENT | +
@Qualifier +@Retention(value=RUNTIME) +@Target(value={FIELD,PARAMETER}) +public @interface Initialized
+Thanks to Dan Allen for this useful code: https://gist.github.com/637959 +
+ +
+ +
+ +
+ +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: REQUIRED | OPTIONAL | ++DETAIL: ELEMENT | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.lifecycle.SecurityPhaseListener ++
public class SecurityPhaseListener
+PhaseListener class that handles authorization for protected views. +
+ +
+
+Constructor Summary | +|
---|---|
SecurityPhaseListener()
+
++ |
+
+Method Summary | +|
---|---|
+ void |
+afterPhase(javax.faces.event.PhaseEvent event)
+
++ |
+
+ void |
+beforePhase(javax.faces.event.PhaseEvent event)
+
++ |
+
+ javax.faces.event.PhaseId |
+getPhaseId()
+
++ |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public SecurityPhaseListener()+
+Method Detail | +
---|
+public void afterPhase(javax.faces.event.PhaseEvent event)+
afterPhase
in interface javax.faces.event.PhaseListener
+public void beforePhase(javax.faces.event.PhaseEvent event)+
beforePhase
in interface javax.faces.event.PhaseListener
+public javax.faces.event.PhaseId getPhaseId()+
getPhaseId
in interface javax.faces.event.PhaseListener
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.lifecycle.ServletContextLifecycleNotifier ++
@WebListener +public class ServletContextLifecycleNotifier
+Thanks to Dan Allen for this useful code: https://gist.github.com/637959 +
+ +
+
+Constructor Summary | +|
---|---|
ServletContextLifecycleNotifier()
+
++ |
+
+Method Summary | +|
---|---|
+ void |
+contextDestroyed(javax.servlet.ServletContextEvent sce)
+
++ |
+
+ void |
+contextInitialized(javax.servlet.ServletContextEvent sce)
+
++ |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public ServletContextLifecycleNotifier()+
+Method Detail | +
---|
+public void contextInitialized(javax.servlet.ServletContextEvent sce)+
contextInitialized
in interface javax.servlet.ServletContextListener
+public void contextDestroyed(javax.servlet.ServletContextEvent sce)+
contextDestroyed
in interface javax.servlet.ServletContextListener
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use Initialized | +|
---|---|
com.mycompany.service | ++ |
com.mycompany.service.impl | ++ |
+Uses of Initialized in com.mycompany.service | +
---|
+ +
Method parameters in com.mycompany.service with annotations of type Initialized | +|
---|---|
+ void |
+CountryService.init(javax.servlet.ServletContext context)
+
++ Invoked during the ServletContext initialization to populate the
+ database with sample data. |
+
+Uses of Initialized in com.mycompany.service.impl | +
---|
+ +
Method parameters in com.mycompany.service.impl with annotations of type Initialized | +|
---|---|
+ void |
+CountryServiceImpl.init(javax.servlet.ServletContext context)
+
++ This method is responsible for initializing a List of Country objects + when the web application is started. |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Classes
+
+ +ConversationExceptionFilter + +SecurityPhaseListener + +ServletContextLifecycleNotifier |
+
+Annotation Types
+
+ +Destroyed + +Initialized |
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+Class Summary | +|
---|---|
ConversationExceptionFilter | +This filter handles the {@link NonexistentConversationException) propagating + from CDI for requests containing an invalid conversation ID (cid parameter). | +
SecurityPhaseListener | +PhaseListener class that handles authorization for protected views. | +
ServletContextLifecycleNotifier | +Thanks to Dan Allen for this useful code: https://gist.github.com/637959 | +
+ +
+Annotation Types Summary | +|
---|---|
Destroyed | +Thanks to Dan Allen for this useful code: https://gist.github.com/637959 | +
Initialized | +Thanks to Dan Allen for this useful code: https://gist.github.com/637959 | +
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use com.mycompany.lifecycle | +|
---|---|
com.mycompany.service | ++ |
com.mycompany.service.impl | ++ |
+Classes in com.mycompany.lifecycle used by com.mycompany.service | +|
---|---|
Initialized
+
+ + Thanks to Dan Allen for this useful code: https://gist.github.com/637959 |
+
+Classes in com.mycompany.lifecycle used by com.mycompany.service.impl | +|
---|---|
Initialized
+
+ + Thanks to Dan Allen for this useful code: https://gist.github.com/637959 |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity ++
@MappedSuperclass +public abstract class AbstractEntity
+Abstract class for JPA entities. +
+ +
+
+Constructor Summary | +|
---|---|
AbstractEntity()
+
++ |
+
+Method Summary | +|
---|---|
+ boolean |
+equals(java.lang.Object object)
+
++ |
+
+ java.lang.Integer |
+getId()
+
++ |
+
+ java.lang.Integer |
+getVersion()
+
++ |
+
+ int |
+hashCode()
+
++ |
+
+ void |
+setId(java.lang.Integer id)
+
++ |
+
+ void |
+setVersion(java.lang.Integer version)
+
++ |
+
Methods inherited from class java.lang.Object | +
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public AbstractEntity()+
+Method Detail | +
---|
+public boolean equals(java.lang.Object object)+
equals
in class java.lang.Object
+public java.lang.Integer getId()+
+public java.lang.Integer getVersion()+
+public int hashCode()+
hashCode
in class java.lang.Object
+public void setId(java.lang.Integer id)+
+public void setVersion(java.lang.Integer version)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity_ ++
public abstract class AbstractEntity_
+
+Field Summary | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<AbstractEntity,java.lang.Integer> |
+hashCode
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<AbstractEntity,java.lang.Integer> |
+id
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<AbstractEntity,java.lang.Integer> |
+version
+
++ |
+
+Constructor Summary | +|
---|---|
AbstractEntity_()
+
++ |
+
+Method Summary | +
---|
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Field Detail | +
---|
+public static volatile javax.persistence.metamodel.SingularAttribute<AbstractEntity,java.lang.Integer> id+
+public static volatile javax.persistence.metamodel.SingularAttribute<AbstractEntity,java.lang.Integer> hashCode+
+public static volatile javax.persistence.metamodel.SingularAttribute<AbstractEntity,java.lang.Integer> version+
+Constructor Detail | +
---|
+public AbstractEntity_()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + java.util.AbstractCollection<E> + java.util.AbstractList<E> + java.util.ArrayList<User> + com.mycompany.model.ActiveUsers ++
public class ActiveUsers
+Application-scoped JSF managed bean storing User
objects for presence
+ purposes.
+
+ +
+
+Constructor Summary | +|
---|---|
ActiveUsers()
+
++ |
+
+Method Summary | +
---|
Methods inherited from class java.util.ArrayList | +
---|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, toArray, toArray, trimToSize |
+
Methods inherited from class java.util.AbstractList | +
---|
equals, hashCode, iterator, listIterator, listIterator, subList |
+
Methods inherited from class java.util.AbstractCollection | +
---|
containsAll, removeAll, retainAll, toString |
+
Methods inherited from class java.lang.Object | +
---|
getClass, notify, notifyAll, wait, wait, wait |
+
Methods inherited from interface java.util.List | +
---|
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList |
+
+Constructor Detail | +
---|
+public ActiveUsers()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity + com.mycompany.model.City ++
@Entity +public class City
+JPA entity class for city data. +
+ +
+
+Constructor Summary | +|
---|---|
City()
+
++ |
+
+Method Summary | +|
---|---|
+ java.lang.Double |
+getLatitude()
+
++ |
+
+ java.lang.Double |
+getLongitude()
+
++ |
+
+ java.lang.String |
+getName()
+
++ |
+
+ ProvinceState |
+getProvinceState()
+
++ |
+
+ void |
+setLatitude(java.lang.Double latitude)
+
++ |
+
+ void |
+setLongitude(java.lang.Double longitude)
+
++ |
+
+ void |
+setName(java.lang.String name)
+
++ |
+
+ void |
+setProvinceState(ProvinceState state)
+
++ |
+
Methods inherited from class com.mycompany.model.AbstractEntity | +
---|
equals, getId, getVersion, hashCode, setId, setVersion |
+
Methods inherited from class java.lang.Object | +
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public City()+
+Method Detail | +
---|
+public java.lang.Double getLatitude()+
+public java.lang.Double getLongitude()+
+public java.lang.String getName()+
+public ProvinceState getProvinceState()+
+public void setLatitude(java.lang.Double latitude)+
+public void setLongitude(java.lang.Double longitude)+
+public void setName(java.lang.String name)+
+public void setProvinceState(ProvinceState state)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity_ + com.mycompany.model.City_ ++
public abstract class City_
+
+Field Summary | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<City,java.lang.Double> |
+latitude
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<City,java.lang.Double> |
+longitude
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<City,java.lang.String> |
+name
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<City,ProvinceState> |
+provinceState
+
++ |
+
Fields inherited from class com.mycompany.model.AbstractEntity_ | +
---|
hashCode, id, version |
+
+Constructor Summary | +|
---|---|
City_()
+
++ |
+
+Method Summary | +
---|
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Field Detail | +
---|
+public static volatile javax.persistence.metamodel.SingularAttribute<City,ProvinceState> provinceState+
+public static volatile javax.persistence.metamodel.SingularAttribute<City,java.lang.String> name+
+public static volatile javax.persistence.metamodel.SingularAttribute<City,java.lang.Double> longitude+
+public static volatile javax.persistence.metamodel.SingularAttribute<City,java.lang.Double> latitude+
+Constructor Detail | +
---|
+public City_()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity + com.mycompany.model.Content ++
@Entity +public class Content
+JPA entity for content data. +
+ +
+
+Constructor Summary | +|
---|---|
Content()
+
++ |
+
+Method Summary | +|
---|---|
+ User |
+getCreatedBy()
+
++ |
+
+ java.util.Date |
+getCreatedDate()
+
++ |
+
+ java.lang.String |
+getValue()
+
++ |
+
+ java.lang.String |
+getViewId()
+
++ |
+
+ void |
+setCreatedBy(User createdBy)
+
++ |
+
+ void |
+setCreatedDate(java.util.Date createdDate)
+
++ |
+
+ void |
+setValue(java.lang.String value)
+
++ |
+
+ void |
+setViewId(java.lang.String name)
+
++ |
+
Methods inherited from class com.mycompany.model.AbstractEntity | +
---|
equals, getId, getVersion, hashCode, setId, setVersion |
+
Methods inherited from class java.lang.Object | +
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public Content()+
+Method Detail | +
---|
+public User getCreatedBy()+
+public java.util.Date getCreatedDate()+
+public java.lang.String getViewId()+
+public java.lang.String getValue()+
+public void setCreatedBy(User createdBy)+
+public void setCreatedDate(java.util.Date createdDate)+
+public void setViewId(java.lang.String name)+
+public void setValue(java.lang.String value)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity_ + com.mycompany.model.Content_ ++
public abstract class Content_
+
+Field Summary | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<Content,User> |
+createdBy
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Content,java.util.Date> |
+createdDate
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Content,java.lang.String> |
+value
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Content,java.lang.String> |
+viewId
+
++ |
+
Fields inherited from class com.mycompany.model.AbstractEntity_ | +
---|
hashCode, id, version |
+
+Constructor Summary | +|
---|---|
Content_()
+
++ |
+
+Method Summary | +
---|
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Field Detail | +
---|
+public static volatile javax.persistence.metamodel.SingularAttribute<Content,User> createdBy+
+public static volatile javax.persistence.metamodel.SingularAttribute<Content,java.lang.String> value+
+public static volatile javax.persistence.metamodel.SingularAttribute<Content,java.util.Date> createdDate+
+public static volatile javax.persistence.metamodel.SingularAttribute<Content,java.lang.String> viewId+
+Constructor Detail | +
---|
+public Content_()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity + com.mycompany.model.Country ++
@Entity +public class Country
+JPA entity for country data. +
+ +
+
+Constructor Summary | +|
---|---|
Country()
+
++ |
+
+Method Summary | +|
---|---|
+ boolean |
+equals(java.lang.Object object)
+
++ |
+
+ java.lang.String |
+getCode()
+
++ |
+
+ java.lang.String |
+getName()
+
++ |
+
+ java.util.Set<ProvinceState> |
+getProvinceStates()
+
++ |
+
+ int |
+hashCode()
+
++ |
+
+ void |
+setCode(java.lang.String code)
+
++ |
+
+ void |
+setName(java.lang.String name)
+
++ |
+
+ void |
+setProvinceStates(java.util.Set<ProvinceState> states)
+
++ |
+
Methods inherited from class com.mycompany.model.AbstractEntity | +
---|
getId, getVersion, setId, setVersion |
+
Methods inherited from class java.lang.Object | +
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public Country()+
+Method Detail | +
---|
+public boolean equals(java.lang.Object object)+
equals
in class AbstractEntity
+public java.lang.String getCode()+
+public java.lang.String getName()+
+public java.util.Set<ProvinceState> getProvinceStates()+
+public int hashCode()+
hashCode
in class AbstractEntity
+public void setCode(java.lang.String code)+
+public void setName(java.lang.String name)+
+public void setProvinceStates(java.util.Set<ProvinceState> states)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity_ + com.mycompany.model.Country_ ++
public abstract class Country_
+
+Field Summary | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<Country,java.lang.String> |
+code
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Country,java.lang.Integer> |
+hashCode
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Country,java.lang.String> |
+name
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<Country,ProvinceState> |
+provinceStates
+
++ |
+
Fields inherited from class com.mycompany.model.AbstractEntity_ | +
---|
id, version |
+
+Constructor Summary | +|
---|---|
Country_()
+
++ |
+
+Method Summary | +
---|
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Field Detail | +
---|
+public static volatile javax.persistence.metamodel.SetAttribute<Country,ProvinceState> provinceStates+
+public static volatile javax.persistence.metamodel.SingularAttribute<Country,java.lang.String> name+
+public static volatile javax.persistence.metamodel.SingularAttribute<Country,java.lang.Integer> hashCode+
+public static volatile javax.persistence.metamodel.SingularAttribute<Country,java.lang.String> code+
+Constructor Detail | +
---|
+public Country_()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.Credentials ++
@Model +public class Credentials
+CDI-managed bean in request scope for user credentials. +
+ +
+
+Constructor Summary | +|
---|---|
Credentials()
+
++ |
+
+Method Summary | +|
---|---|
+ java.lang.String |
+getPassword()
+
++ |
+
+ java.lang.String |
+getUsername()
+
++ |
+
+ void |
+setPassword(java.lang.String password)
+
++ |
+
+ void |
+setUsername(java.lang.String username)
+
++ |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public Credentials()+
+Method Detail | +
---|
+public java.lang.String getPassword()+
+public java.lang.String getUsername()+
+public void setPassword(java.lang.String password)+
+public void setUsername(java.lang.String username)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity + com.mycompany.model.Event ++
@Entity +public class Event
+JPA entity for event data. +
+ +
+
+Constructor Summary | +|
---|---|
Event()
+
++ |
+
+Method Summary | +|
---|---|
+ boolean |
+equals(java.lang.Object object)
+
++ |
+
+ java.util.Set<EventAttendance> |
+getAttendance()
+
++ |
+
+ User |
+getCreatedBy()
+
++ |
+
+ java.lang.String |
+getDescription()
+
++ |
+
+ java.util.Date |
+getEndDate()
+
++ |
+
+ EventType |
+getEventType()
+
++ |
+
+ java.util.Date |
+getStartDate()
+
++ |
+
+ java.lang.String |
+getTitle()
+
++ |
+
+ Venue |
+getVenue()
+
++ |
+
+ int |
+hashCode()
+
++ |
+
+ void |
+setAttendance(java.util.Set<EventAttendance> usersAttended)
+
++ |
+
+ void |
+setCreatedBy(User createdBy)
+
++ |
+
+ void |
+setDescription(java.lang.String description)
+
++ |
+
+ void |
+setEndDate(java.util.Date endDate)
+
++ |
+
+ void |
+setEventType(EventType eventType)
+
++ |
+
+ void |
+setStartDate(java.util.Date startDate)
+
++ |
+
+ void |
+setTitle(java.lang.String title)
+
++ |
+
+ void |
+setVenue(Venue venue)
+
++ |
+
Methods inherited from class com.mycompany.model.AbstractEntity | +
---|
getId, getVersion, setId, setVersion |
+
Methods inherited from class java.lang.Object | +
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public Event()+
+Method Detail | +
---|
+public boolean equals(java.lang.Object object)+
equals
in class AbstractEntity
+public java.util.Set<EventAttendance> getAttendance()+
+public User getCreatedBy()+
+public java.lang.String getDescription()+
+public java.util.Date getEndDate()+
+public EventType getEventType()+
+public java.util.Date getStartDate()+
+public java.lang.String getTitle()+
+public Venue getVenue()+
+public int hashCode()+
hashCode
in class AbstractEntity
+public void setAttendance(java.util.Set<EventAttendance> usersAttended)+
+public void setCreatedBy(User createdBy)+
+public void setDescription(java.lang.String description)+
+public void setEndDate(java.util.Date endDate)+
+public void setEventType(EventType eventType)+
+public void setStartDate(java.util.Date startDate)+
+public void setTitle(java.lang.String title)+
+public void setVenue(Venue venue)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity + com.mycompany.model.EventAttendance ++
@Entity +public class EventAttendance
+JPA entity for user event attendance data. +
+ +
+
+Constructor Summary | +|
---|---|
EventAttendance()
+
++ |
+
+Method Summary | +|
---|---|
+ Event |
+getEvent()
+
++ |
+
+ int |
+getRating()
+
++ |
+
+ User |
+getUser()
+
++ |
+
+ boolean |
+isConfirmed()
+
++ |
+
+ void |
+setConfirmed(boolean attended)
+
++ |
+
+ void |
+setEvent(Event event)
+
++ |
+
+ void |
+setRating(int rating)
+
++ |
+
+ void |
+setUser(User user)
+
++ |
+
Methods inherited from class com.mycompany.model.AbstractEntity | +
---|
equals, getId, getVersion, hashCode, setId, setVersion |
+
Methods inherited from class java.lang.Object | +
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public EventAttendance()+
+Method Detail | +
---|
+public Event getEvent()+
+public int getRating()+
+public User getUser()+
+public boolean isConfirmed()+
+public void setConfirmed(boolean attended)+
+public void setEvent(Event event)+
+public void setRating(int rating)+
+public void setUser(User user)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity_ + com.mycompany.model.EventAttendance_ ++
public abstract class EventAttendance_
+
+Field Summary | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<EventAttendance,java.lang.Boolean> |
+confirmed
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<EventAttendance,Event> |
+event
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<EventAttendance,java.lang.Integer> |
+rating
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<EventAttendance,User> |
+user
+
++ |
+
Fields inherited from class com.mycompany.model.AbstractEntity_ | +
---|
hashCode, id, version |
+
+Constructor Summary | +|
---|---|
EventAttendance_()
+
++ |
+
+Method Summary | +
---|
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Field Detail | +
---|
+public static volatile javax.persistence.metamodel.SingularAttribute<EventAttendance,java.lang.Boolean> confirmed+
+public static volatile javax.persistence.metamodel.SingularAttribute<EventAttendance,Event> event+
+public static volatile javax.persistence.metamodel.SingularAttribute<EventAttendance,java.lang.Integer> rating+
+public static volatile javax.persistence.metamodel.SingularAttribute<EventAttendance,User> user+
+Constructor Detail | +
---|
+public EventAttendance_()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | ++DETAIL: ENUM CONSTANTS | FIELD | METHOD | +
+java.lang.Object + java.lang.Enum<EventType> + com.mycompany.model.EventType ++
public enum EventType
+Represents an event type. +
+ +
+
+Enum Constant Summary | +|
---|---|
CONCERT
+
++ |
+|
MOVIE
+
++ |
+|
OTHER
+
++ |
+
+Method Summary | +|
---|---|
+ java.lang.String |
+getLabel()
+
++ |
+
+static EventType |
+valueOf(java.lang.String name)
+
++ Returns the enum constant of this type with the specified name. |
+
+static EventType[] |
+values()
+
++ Returns an array containing the constants of this enum type, in +the order they are declared. |
+
Methods inherited from class java.lang.Enum | +
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
+
Methods inherited from class java.lang.Object | +
---|
getClass, notify, notifyAll, wait, wait, wait |
+
+Enum Constant Detail | +
---|
+public static final EventType CONCERT+
+public static final EventType MOVIE+
+public static final EventType OTHER+
+Method Detail | +
---|
+public static EventType[] values()+
+for (EventType c : EventType.values()) + System.out.println(c); ++
+
+public static EventType valueOf(java.lang.String name)+
+
name
- the name of the enum constant to be returned.
+java.lang.IllegalArgumentException
- if this enum type has no constant
+with the specified name
+java.lang.NullPointerException
- if the argument is null+public java.lang.String getLabel()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | ++DETAIL: ENUM CONSTANTS | FIELD | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity_ + com.mycompany.model.Event_ ++
public abstract class Event_
+
+Field Summary | +|
---|---|
+static javax.persistence.metamodel.SetAttribute<Event,EventAttendance> |
+attendance
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,User> |
+createdBy
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,java.lang.String> |
+description
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,java.util.Date> |
+endDate
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,EventType> |
+eventType
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,java.lang.Integer> |
+hashCode
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,java.util.Date> |
+startDate
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,java.lang.String> |
+title
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,Venue> |
+venue
+
++ |
+
Fields inherited from class com.mycompany.model.AbstractEntity_ | +
---|
id, version |
+
+Constructor Summary | +|
---|---|
Event_()
+
++ |
+
+Method Summary | +
---|
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Field Detail | +
---|
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,java.util.Date> startDate+
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,java.lang.String> title+
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,User> createdBy+
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,java.lang.String> description+
+public static volatile javax.persistence.metamodel.SetAttribute<Event,EventAttendance> attendance+
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,java.lang.Integer> hashCode+
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,java.util.Date> endDate+
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,EventType> eventType+
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,Venue> venue+
+Constructor Detail | +
---|
+public Event_()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | ++DETAIL: ENUM CONSTANTS | FIELD | METHOD | +
+java.lang.Object + java.lang.Enum<Gender> + com.mycompany.model.Gender ++
public enum Gender
+Represents a gender. +
+ +
+
+Enum Constant Summary | +|
---|---|
FEMALE
+
++ |
+|
MALE
+
++ |
+
+Method Summary | +|
---|---|
+ java.lang.String |
+getLabel()
+
++ |
+
+static Gender |
+valueOf(java.lang.String name)
+
++ Returns the enum constant of this type with the specified name. |
+
+static Gender[] |
+values()
+
++ Returns an array containing the constants of this enum type, in +the order they are declared. |
+
Methods inherited from class java.lang.Enum | +
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
+
Methods inherited from class java.lang.Object | +
---|
getClass, notify, notifyAll, wait, wait, wait |
+
+Enum Constant Detail | +
---|
+public static final Gender FEMALE+
+public static final Gender MALE+
+Method Detail | +
---|
+public static Gender[] values()+
+for (Gender c : Gender.values()) + System.out.println(c); ++
+
+public static Gender valueOf(java.lang.String name)+
+
name
- the name of the enum constant to be returned.
+java.lang.IllegalArgumentException
- if this enum type has no constant
+with the specified name
+java.lang.NullPointerException
- if the argument is null+public java.lang.String getLabel()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | ++DETAIL: ENUM CONSTANTS | FIELD | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity + com.mycompany.model.Idea ++
@Entity +public class Idea
+JPA entity for mind map data. This class is self-referencing and has a + hierarchical parent-child relationship so an idea can have any number of + sub-ideas. +
+ +
+
+Constructor Summary | +|
---|---|
Idea()
+
++ |
+
+Method Summary | +|
---|---|
+ boolean |
+equals(java.lang.Object object)
+
++ |
+
+ User |
+getAuthor()
+
++ |
+
+ java.util.Set<Idea> |
+getChildren()
+
++ |
+
+ java.lang.String |
+getDescription()
+
++ |
+
+ java.lang.String |
+getName()
+
++ |
+
+ Idea |
+getParent()
+
++ |
+
+ int |
+hashCode()
+
++ |
+
+ void |
+setAuthor(User author)
+
++ |
+
+ void |
+setChildren(java.util.Set<Idea> children)
+
++ |
+
+ void |
+setDescription(java.lang.String description)
+
++ |
+
+ void |
+setName(java.lang.String name)
+
++ |
+
+ void |
+setParent(Idea parent)
+
++ |
+
Methods inherited from class com.mycompany.model.AbstractEntity | +
---|
getId, getVersion, setId, setVersion |
+
Methods inherited from class java.lang.Object | +
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public Idea()+
+Method Detail | +
---|
+public boolean equals(java.lang.Object object)+
equals
in class AbstractEntity
+public User getAuthor()+
+public java.util.Set<Idea> getChildren()+
+public java.lang.String getDescription()+
+public java.lang.String getName()+
+public Idea getParent()+
+public int hashCode()+
hashCode
in class AbstractEntity
+public void setAuthor(User author)+
+public void setChildren(java.util.Set<Idea> children)+
+public void setDescription(java.lang.String description)+
+public void setName(java.lang.String name)+
+public void setParent(Idea parent)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity_ + com.mycompany.model.Idea_ ++
public abstract class Idea_
+
+Field Summary | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<Idea,User> |
+author
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<Idea,Idea> |
+children
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Idea,java.lang.String> |
+description
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Idea,java.lang.Integer> |
+hashCode
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Idea,java.lang.String> |
+name
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Idea,Idea> |
+parent
+
++ |
+
Fields inherited from class com.mycompany.model.AbstractEntity_ | +
---|
id, version |
+
+Constructor Summary | +|
---|---|
Idea_()
+
++ |
+
+Method Summary | +
---|
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Field Detail | +
---|
+public static volatile javax.persistence.metamodel.SingularAttribute<Idea,User> author+
+public static volatile javax.persistence.metamodel.SingularAttribute<Idea,java.lang.String> description+
+public static volatile javax.persistence.metamodel.SingularAttribute<Idea,java.lang.String> name+
+public static volatile javax.persistence.metamodel.SingularAttribute<Idea,java.lang.Integer> hashCode+
+public static volatile javax.persistence.metamodel.SingularAttribute<Idea,Idea> parent+
+public static volatile javax.persistence.metamodel.SetAttribute<Idea,Idea> children+
+Constructor Detail | +
---|
+public Idea_()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity + com.mycompany.model.ProvinceState ++
@Entity +public class ProvinceState
+JPA entity for province/state data. +
+ +
+
+Constructor Summary | +|
---|---|
ProvinceState()
+
++ |
+
+Method Summary | +|
---|---|
+ boolean |
+equals(java.lang.Object object)
+
++ |
+
+ java.util.Set<City> |
+getCities()
+
++ |
+
+ Country |
+getCountry()
+
++ |
+
+ java.lang.String |
+getName()
+
++ |
+
+ int |
+hashCode()
+
++ |
+
+ void |
+setCities(java.util.Set<City> cities)
+
++ |
+
+ void |
+setCountry(Country country)
+
++ |
+
+ void |
+setName(java.lang.String name)
+
++ |
+
Methods inherited from class com.mycompany.model.AbstractEntity | +
---|
getId, getVersion, setId, setVersion |
+
Methods inherited from class java.lang.Object | +
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public ProvinceState()+
+Method Detail | +
---|
+public boolean equals(java.lang.Object object)+
equals
in class AbstractEntity
+public java.util.Set<City> getCities()+
+public Country getCountry()+
+public java.lang.String getName()+
+public int hashCode()+
hashCode
in class AbstractEntity
+public void setCities(java.util.Set<City> cities)+
+public void setCountry(Country country)+
+public void setName(java.lang.String name)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity_ + com.mycompany.model.ProvinceState_ ++
public abstract class ProvinceState_
+
+Field Summary | +|
---|---|
+static javax.persistence.metamodel.SetAttribute<ProvinceState,City> |
+cities
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<ProvinceState,Country> |
+country
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<ProvinceState,java.lang.Integer> |
+hashCode
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<ProvinceState,java.lang.String> |
+name
+
++ |
+
Fields inherited from class com.mycompany.model.AbstractEntity_ | +
---|
id, version |
+
+Constructor Summary | +|
---|---|
ProvinceState_()
+
++ |
+
+Method Summary | +
---|
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Field Detail | +
---|
+public static volatile javax.persistence.metamodel.SetAttribute<ProvinceState,City> cities+
+public static volatile javax.persistence.metamodel.SingularAttribute<ProvinceState,java.lang.String> name+
+public static volatile javax.persistence.metamodel.SingularAttribute<ProvinceState,java.lang.Integer> hashCode+
+public static volatile javax.persistence.metamodel.SingularAttribute<ProvinceState,Country> country+
+Constructor Detail | +
---|
+public ProvinceState_()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | ++DETAIL: ENUM CONSTANTS | FIELD | METHOD | +
+java.lang.Object + java.lang.Enum<RelationshipType> + com.mycompany.model.RelationshipType ++
public enum RelationshipType
+Represents a relationship type. +
+ +
+
+Enum Constant Summary | +|
---|---|
COLLEAGUE
+
++ |
+|
FAMILY
+
++ |
+|
FRIEND
+
++ |
+
+Method Summary | +|
---|---|
+ java.lang.String |
+getLabel()
+
++ |
+
+static RelationshipType |
+valueOf(java.lang.String name)
+
++ Returns the enum constant of this type with the specified name. |
+
+static RelationshipType[] |
+values()
+
++ Returns an array containing the constants of this enum type, in +the order they are declared. |
+
Methods inherited from class java.lang.Enum | +
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
+
Methods inherited from class java.lang.Object | +
---|
getClass, notify, notifyAll, wait, wait, wait |
+
+Enum Constant Detail | +
---|
+public static final RelationshipType FAMILY+
+public static final RelationshipType FRIEND+
+public static final RelationshipType COLLEAGUE+
+Method Detail | +
---|
+public static RelationshipType[] values()+
+for (RelationshipType c : RelationshipType.values()) + System.out.println(c); ++
+
+public static RelationshipType valueOf(java.lang.String name)+
+
name
- the name of the enum constant to be returned.
+java.lang.IllegalArgumentException
- if this enum type has no constant
+with the specified name
+java.lang.NullPointerException
- if the argument is null+public java.lang.String getLabel()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | ++DETAIL: ENUM CONSTANTS | FIELD | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity + com.mycompany.model.User ++
@Entity +public class User
+JPA entity for user data. +
+ +
+
+Constructor Summary | +|
---|---|
User()
+
++ |
+
+Method Summary | +|
---|---|
+ boolean |
+equals(java.lang.Object object)
+
++ |
+
+ java.util.Date |
+getBirthdate()
+
++ |
+
+ java.lang.Integer |
+getClickCount()
+
++ |
+
+ Country |
+getCountry()
+
++ |
+
+ java.lang.String |
+getEmailAddress()
+
++ |
+
+ java.util.Set<EventAttendance> |
+getEventsAttended()
+
++ |
+
+ java.lang.String |
+getFirstName()
+
++ |
+
+ java.util.Set<UserRelationship> |
+getFromRelationships()
+
++ |
+
+ Gender |
+getGender()
+
++ |
+
+ java.lang.String |
+getLastName()
+
++ |
+
+ java.lang.String |
+getPassword()
+
++ |
+
+ java.lang.String |
+getPhoneNumber()
+
++ |
+
+ java.lang.String |
+getTheme()
+
++ |
+
+ java.util.Set<UserRelationship> |
+getToRelationships()
+
++ |
+
+ java.lang.String |
+getUsername()
+
++ |
+
+ int |
+hashCode()
+
++ |
+
+ boolean |
+isAcceptedTerms()
+
++ |
+
+ void |
+setAcceptedTerms(boolean acceptedTerms)
+
++ |
+
+ void |
+setBirthdate(java.util.Date birthdate)
+
++ |
+
+ void |
+setClickCount(java.lang.Integer clicks)
+
++ |
+
+ void |
+setCountry(Country country)
+
++ |
+
+ void |
+setEmailAddress(java.lang.String emailAddress)
+
++ |
+
+ void |
+setEventsAttended(java.util.Set<EventAttendance> eventsAttended)
+
++ |
+
+ void |
+setFirstName(java.lang.String firstName)
+
++ |
+
+ void |
+setFromRelationships(java.util.Set<UserRelationship> fromRelationships)
+
++ |
+
+ void |
+setGender(Gender gender)
+
++ |
+
+ void |
+setLastName(java.lang.String lastName)
+
++ |
+
+ void |
+setPassword(java.lang.String password)
+
++ |
+
+ void |
+setPhoneNumber(java.lang.String phoneNumber)
+
++ |
+
+ void |
+setTheme(java.lang.String theme)
+
++ |
+
+ void |
+setToRelationships(java.util.Set<UserRelationship> toRelationships)
+
++ |
+
+ void |
+setUsername(java.lang.String username)
+
++ |
+
Methods inherited from class com.mycompany.model.AbstractEntity | +
---|
getId, getVersion, setId, setVersion |
+
Methods inherited from class java.lang.Object | +
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public User()+
+Method Detail | +
---|
+public boolean equals(java.lang.Object object)+
equals
in class AbstractEntity
+public java.util.Date getBirthdate()+
+public java.lang.Integer getClickCount()+
+public Country getCountry()+
+public java.lang.String getEmailAddress()+
+public java.util.Set<EventAttendance> getEventsAttended()+
+public java.lang.String getFirstName()+
+public java.util.Set<UserRelationship> getFromRelationships()+
+public Gender getGender()+
+public java.lang.String getLastName()+
+public java.lang.String getPassword()+
+public java.lang.String getPhoneNumber()+
+public java.lang.String getTheme()+
+public java.util.Set<UserRelationship> getToRelationships()+
+public java.lang.String getUsername()+
+public int hashCode()+
hashCode
in class AbstractEntity
+public boolean isAcceptedTerms()+
+public void setAcceptedTerms(boolean acceptedTerms)+
+public void setBirthdate(java.util.Date birthdate)+
+public void setClickCount(java.lang.Integer clicks)+
+public void setCountry(Country country)+
+public void setEmailAddress(java.lang.String emailAddress)+
+public void setEventsAttended(java.util.Set<EventAttendance> eventsAttended)+
+public void setFirstName(java.lang.String firstName)+
+public void setFromRelationships(java.util.Set<UserRelationship> fromRelationships)+
+public void setGender(Gender gender)+
+public void setLastName(java.lang.String lastName)+
+public void setPassword(java.lang.String password)+
+public void setPhoneNumber(java.lang.String phoneNumber)+
+public void setTheme(java.lang.String theme)+
+public void setToRelationships(java.util.Set<UserRelationship> toRelationships)+
+public void setUsername(java.lang.String username)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity + com.mycompany.model.UserRelationship ++
@Entity +public class UserRelationship
+JPA entity for a relationship between two users. +
+ +
+
+Constructor Summary | +|
---|---|
UserRelationship()
+
++ |
+
+Method Summary | +|
---|---|
+ User |
+getFromUser()
+
++ |
+
+ RelationshipType |
+getRelationshipType()
+
++ |
+
+ User |
+getToUser()
+
++ |
+
+ void |
+setFromUser(User firstUser)
+
++ |
+
+ void |
+setRelationshipType(RelationshipType contactType)
+
++ |
+
+ void |
+setToUser(User secondUser)
+
++ |
+
Methods inherited from class com.mycompany.model.AbstractEntity | +
---|
equals, getId, getVersion, hashCode, setId, setVersion |
+
Methods inherited from class java.lang.Object | +
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public UserRelationship()+
+Method Detail | +
---|
+public RelationshipType getRelationshipType()+
+public User getFromUser()+
+public User getToUser()+
+public void setRelationshipType(RelationshipType contactType)+
+public void setFromUser(User firstUser)+
+public void setToUser(User secondUser)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity_ + com.mycompany.model.UserRelationship_ ++
public abstract class UserRelationship_
+
+Field Summary | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<UserRelationship,User> |
+fromUser
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<UserRelationship,RelationshipType> |
+relationshipType
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<UserRelationship,User> |
+toUser
+
++ |
+
Fields inherited from class com.mycompany.model.AbstractEntity_ | +
---|
hashCode, id, version |
+
+Constructor Summary | +|
---|---|
UserRelationship_()
+
++ |
+
+Method Summary | +
---|
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Field Detail | +
---|
+public static volatile javax.persistence.metamodel.SingularAttribute<UserRelationship,RelationshipType> relationshipType+
+public static volatile javax.persistence.metamodel.SingularAttribute<UserRelationship,User> toUser+
+public static volatile javax.persistence.metamodel.SingularAttribute<UserRelationship,User> fromUser+
+Constructor Detail | +
---|
+public UserRelationship_()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity_ + com.mycompany.model.User_ ++
public abstract class User_
+
+Field Summary | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.Boolean> |
+acceptedTerms
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.util.Date> |
+birthdate
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.Integer> |
+clickCount
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,Country> |
+country
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.String> |
+emailAddress
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<User,EventAttendance> |
+eventsAttended
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.String> |
+firstName
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<User,UserRelationship> |
+fromRelationships
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,Gender> |
+gender
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.Integer> |
+hashCode
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.String> |
+lastName
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.String> |
+password
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.String> |
+phoneNumber
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.String> |
+theme
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<User,UserRelationship> |
+toRelationships
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.String> |
+username
+
++ |
+
Fields inherited from class com.mycompany.model.AbstractEntity_ | +
---|
id, version |
+
+Constructor Summary | +|
---|---|
User_()
+
++ |
+
+Method Summary | +
---|
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Field Detail | +
---|
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.Boolean> acceptedTerms+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.String> lastName+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.Integer> clickCount+
+public static volatile javax.persistence.metamodel.SetAttribute<User,UserRelationship> fromRelationships+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.String> theme+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.Integer> hashCode+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.String> emailAddress+
+public static volatile javax.persistence.metamodel.SetAttribute<User,UserRelationship> toRelationships+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.String> password+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,Country> country+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.String> username+
+public static volatile javax.persistence.metamodel.SetAttribute<User,EventAttendance> eventsAttended+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.String> phoneNumber+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.util.Date> birthdate+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,Gender> gender+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.String> firstName+
+Constructor Detail | +
---|
+public User_()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity + com.mycompany.model.Venue ++
@Entity +public class Venue
+JPA entity for venue data. +
+ +
+
+Constructor Summary | +|
---|---|
Venue()
+
++ |
+
+Method Summary | +|
---|---|
+ boolean |
+equals(java.lang.Object object)
+
++ |
+
+ City |
+getCity()
+
++ |
+
+ java.lang.String |
+getCompleteAddress()
+
++ This method returns the complete address of the venue. |
+
+ Country |
+getCountry()
+
++ |
+
+ java.util.Set<Event> |
+getEvents()
+
++ |
+
+ java.lang.Double |
+getLatitude()
+
++ |
+
+ java.lang.Double |
+getLongitude()
+
++ |
+
+ java.lang.String |
+getName()
+
++ |
+
+ java.lang.String |
+getPhoneNumber()
+
++ |
+
+ ProvinceState |
+getProvinceState()
+
++ |
+
+ java.lang.String |
+getStreetAddress()
+
++ |
+
+ int |
+hashCode()
+
++ |
+
+ void |
+setCity(City city)
+
++ |
+
+ void |
+setCountry(Country country)
+
++ |
+
+ void |
+setEvents(java.util.Set<Event> events)
+
++ |
+
+ void |
+setLatitude(java.lang.Double latitude)
+
++ |
+
+ void |
+setLongitude(java.lang.Double longitude)
+
++ |
+
+ void |
+setName(java.lang.String name)
+
++ |
+
+ void |
+setPhoneNumber(java.lang.String phoneNumber)
+
++ |
+
+ void |
+setProvinceState(ProvinceState state)
+
++ |
+
+ void |
+setStreetAddress(java.lang.String streetAddress)
+
++ |
+
Methods inherited from class com.mycompany.model.AbstractEntity | +
---|
getId, getVersion, setId, setVersion |
+
Methods inherited from class java.lang.Object | +
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public Venue()+
+Method Detail | +
---|
+public boolean equals(java.lang.Object object)+
equals
in class AbstractEntity
+public City getCity()+
+public java.lang.String getCompleteAddress()+
+
+public Country getCountry()+
+public java.util.Set<Event> getEvents()+
+public java.lang.Double getLatitude()+
+public java.lang.Double getLongitude()+
+public java.lang.String getName()+
+public java.lang.String getPhoneNumber()+
+public ProvinceState getProvinceState()+
+public java.lang.String getStreetAddress()+
+public int hashCode()+
hashCode
in class AbstractEntity
+public void setCity(City city)+
+public void setCountry(Country country)+
+public void setEvents(java.util.Set<Event> events)+
+public void setLatitude(java.lang.Double latitude)+
+public void setLongitude(java.lang.Double longitude)+
+public void setName(java.lang.String name)+
+public void setPhoneNumber(java.lang.String phoneNumber)+
+public void setProvinceState(ProvinceState state)+
+public void setStreetAddress(java.lang.String streetAddress)+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.model.AbstractEntity_ + com.mycompany.model.Venue_ ++
public abstract class Venue_
+
+Field Summary | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<Venue,City> |
+city
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Venue,Country> |
+country
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<Venue,Event> |
+events
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Venue,java.lang.Integer> |
+hashCode
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Venue,java.lang.String> |
+name
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Venue,java.lang.String> |
+phoneNumber
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Venue,ProvinceState> |
+provinceState
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Venue,java.lang.String> |
+streetAddress
+
++ |
+
Fields inherited from class com.mycompany.model.AbstractEntity_ | +
---|
id, version |
+
+Constructor Summary | +|
---|---|
Venue_()
+
++ |
+
+Method Summary | +
---|
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Field Detail | +
---|
+public static volatile javax.persistence.metamodel.SingularAttribute<Venue,java.lang.String> streetAddress+
+public static volatile javax.persistence.metamodel.SingularAttribute<Venue,ProvinceState> provinceState+
+public static volatile javax.persistence.metamodel.SingularAttribute<Venue,java.lang.String> phoneNumber+
+public static volatile javax.persistence.metamodel.SetAttribute<Venue,Event> events+
+public static volatile javax.persistence.metamodel.SingularAttribute<Venue,java.lang.String> name+
+public static volatile javax.persistence.metamodel.SingularAttribute<Venue,java.lang.Integer> hashCode+
+public static volatile javax.persistence.metamodel.SingularAttribute<Venue,Country> country+
+public static volatile javax.persistence.metamodel.SingularAttribute<Venue,City> city+
+Constructor Detail | +
---|
+public Venue_()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use AbstractEntity | +|
---|---|
com.mycompany.model | ++ |
+Uses of AbstractEntity in com.mycompany.model | +
---|
+ +
Subclasses of AbstractEntity in com.mycompany.model | +|
---|---|
+ class |
+City
+
++ JPA entity class for city data. |
+
+ class |
+Content
+
++ JPA entity for content data. |
+
+ class |
+Country
+
++ JPA entity for country data. |
+
+ class |
+Event
+
++ JPA entity for event data. |
+
+ class |
+EventAttendance
+
++ JPA entity for user event attendance data. |
+
+ class |
+Idea
+
++ JPA entity for mind map data. |
+
+ class |
+ProvinceState
+
++ JPA entity for province/state data. |
+
+ class |
+User
+
++ JPA entity for user data. |
+
+ class |
+UserRelationship
+
++ JPA entity for a relationship between two users. |
+
+ class |
+Venue
+
++ JPA entity for venue data. |
+
+ +
Fields in com.mycompany.model with type parameters of type AbstractEntity | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<AbstractEntity,java.lang.Integer> |
+AbstractEntity_.hashCode
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<AbstractEntity,java.lang.Integer> |
+AbstractEntity_.id
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<AbstractEntity,java.lang.Integer> |
+AbstractEntity_.version
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use AbstractEntity_ | +|
---|---|
com.mycompany.model | ++ |
+Uses of AbstractEntity_ in com.mycompany.model | +
---|
+ +
Subclasses of AbstractEntity_ in com.mycompany.model | +|
---|---|
+ class |
+City_
+
++ |
+
+ class |
+Content_
+
++ |
+
+ class |
+Country_
+
++ |
+
+ class |
+Event_
+
++ |
+
+ class |
+EventAttendance_
+
++ |
+
+ class |
+Idea_
+
++ |
+
+ class |
+ProvinceState_
+
++ |
+
+ class |
+User_
+
++ |
+
+ class |
+UserRelationship_
+
++ |
+
+ class |
+Venue_
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use ActiveUsers | +|
---|---|
com.mycompany.controller | ++ |
+Uses of ActiveUsers in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller with parameters of type ActiveUsers | +|
---|---|
+ void |
+UserController.setActiveUsers(ActiveUsers activeUsers)
+
++ |
+
+ void |
+LoginController.setActiveUsers(ActiveUsers activeUsers)
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use City | +|
---|---|
com.mycompany.controller | ++ |
com.mycompany.model | ++ |
com.mycompany.service | ++ |
com.mycompany.service.impl | ++ |
+Uses of City in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller that return City | +|
---|---|
+ City |
+SearchController.getCity()
+
++ |
+
+ +
Methods in com.mycompany.controller that return types with arguments of type City | +|
---|---|
+ java.util.List<City> |
+SearchController.getCitiesForState()
+
++ |
+
+ +
Methods in com.mycompany.controller with parameters of type City | +|
---|---|
+ void |
+SearchController.setCity(City city)
+
++ |
+
+Uses of City in com.mycompany.model | +
---|
+ +
Fields in com.mycompany.model with type parameters of type City | +|
---|---|
+static javax.persistence.metamodel.SetAttribute<ProvinceState,City> |
+ProvinceState_.cities
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Venue,City> |
+Venue_.city
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<City,java.lang.Double> |
+City_.latitude
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<City,java.lang.Double> |
+City_.longitude
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<City,java.lang.String> |
+City_.name
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<City,ProvinceState> |
+City_.provinceState
+
++ |
+
+ +
Methods in com.mycompany.model that return City | +|
---|---|
+ City |
+Venue.getCity()
+
++ |
+
+ +
Methods in com.mycompany.model that return types with arguments of type City | +|
---|---|
+ java.util.Set<City> |
+ProvinceState.getCities()
+
++ |
+
+ +
Methods in com.mycompany.model with parameters of type City | +|
---|---|
+ void |
+Venue.setCity(City city)
+
++ |
+
+ +
Method parameters in com.mycompany.model with type arguments of type City | +|
---|---|
+ void |
+ProvinceState.setCities(java.util.Set<City> cities)
+
++ |
+
+Uses of City in com.mycompany.service | +
---|
+ +
Methods in com.mycompany.service that return City | +|
---|---|
+ City |
+CountryService.findCity(java.lang.String name,
+ ProvinceState provinceState)
+
++ Finds a City by name in the ProvinceState . |
+
+ City |
+CountryService.findCityById(java.lang.Integer id)
+
++ Finds a City object by ID. |
+
+ +
Methods in com.mycompany.service that return types with arguments of type City | +|
---|---|
+ java.util.List<City> |
+CountryService.findCitiesByState(ProvinceState provinceState)
+
++ Finds a list of City objects for the given ProvinceState . |
+
+ +
Methods in com.mycompany.service with parameters of type City | +|
---|---|
+ java.util.List<Event> |
+EventService.findEvents(City city,
+ ProvinceState provinceState,
+ EventType eventType,
+ java.lang.String keyword)
+
++ Finds a List of Event objects in a City and
+ ProvinceState for a particular EventType and keyword. |
+
+Uses of City in com.mycompany.service.impl | +
---|
+ +
Methods in com.mycompany.service.impl that return City | +|
---|---|
+ City |
+CountryServiceImpl.findCity(java.lang.String name,
+ ProvinceState provinceState)
+
++ |
+
+ City |
+CountryServiceImpl.findCityById(java.lang.Integer id)
+
++ |
+
+ +
Methods in com.mycompany.service.impl that return types with arguments of type City | +|
---|---|
+ java.util.List<City> |
+CountryServiceImpl.findCitiesByState(ProvinceState state)
+
++ |
+
+ +
Methods in com.mycompany.service.impl with parameters of type City | +|
---|---|
+ java.util.List<Event> |
+EventServiceImpl.findEvents(City city,
+ ProvinceState provinceState,
+ EventType eventType,
+ java.lang.String keyword)
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use Content | +|
---|---|
com.mycompany.controller | ++ |
com.mycompany.model | ++ |
com.mycompany.service | ++ |
com.mycompany.service.impl | ++ |
+Uses of Content in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller that return Content | +|
---|---|
+ Content |
+ContentController.getContent()
+
++ |
+
+ +
Methods in com.mycompany.controller with parameters of type Content | +|
---|---|
+ void |
+ContentController.setContent(Content content)
+
++ |
+
+Uses of Content in com.mycompany.model | +
---|
+ +
Fields in com.mycompany.model with type parameters of type Content | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<Content,User> |
+Content_.createdBy
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Content,java.util.Date> |
+Content_.createdDate
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Content,java.lang.String> |
+Content_.value
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Content,java.lang.String> |
+Content_.viewId
+
++ |
+
+Uses of Content in com.mycompany.service | +
---|
+ +
Methods in com.mycompany.service that return Content | +|
---|---|
+ Content |
+ContentService.findContentByName(java.lang.String name)
+
++ Finds a Content object by name. |
+
+ Content |
+ContentService.saveContent(Content content)
+
++ Saves a Content object. |
+
+ +
Methods in com.mycompany.service with parameters of type Content | +|
---|---|
+ Content |
+ContentService.saveContent(Content content)
+
++ Saves a Content object. |
+
+Uses of Content in com.mycompany.service.impl | +
---|
+ +
Methods in com.mycompany.service.impl that return Content | +|
---|---|
+ Content |
+ContentServiceImpl.findContentByName(java.lang.String name)
+
++ |
+
+ Content |
+ContentServiceImpl.saveContent(Content content)
+
++ |
+
+ +
Methods in com.mycompany.service.impl with parameters of type Content | +|
---|---|
+ Content |
+ContentServiceImpl.saveContent(Content content)
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use Country | +|
---|---|
com.mycompany.controller | ++ |
com.mycompany.model | ++ |
com.mycompany.service | ++ |
com.mycompany.service.impl | ++ |
+Uses of Country in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller that return types with arguments of type Country | +|
---|---|
+ java.util.List<Country> |
+VenueController.getCountries()
+
++ |
+
+ java.util.List<Country> |
+SignupController.getCountries()
+
++ |
+
+ +
Methods in com.mycompany.controller with parameters of type Country | +|
---|---|
+ java.util.List<ProvinceState> |
+VenueController.findProvinceStatesByCountry(Country country)
+
++ |
+
+Uses of Country in com.mycompany.model | +
---|
+ +
Fields in com.mycompany.model with type parameters of type Country | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<Country,java.lang.String> |
+Country_.code
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Venue,Country> |
+Venue_.country
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,Country> |
+User_.country
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<ProvinceState,Country> |
+ProvinceState_.country
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Country,java.lang.Integer> |
+Country_.hashCode
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Country,java.lang.String> |
+Country_.name
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<Country,ProvinceState> |
+Country_.provinceStates
+
++ |
+
+ +
Methods in com.mycompany.model that return Country | +|
---|---|
+ Country |
+Venue.getCountry()
+
++ |
+
+ Country |
+User.getCountry()
+
++ |
+
+ Country |
+ProvinceState.getCountry()
+
++ |
+
+ +
Methods in com.mycompany.model with parameters of type Country | +|
---|---|
+ void |
+Venue.setCountry(Country country)
+
++ |
+
+ void |
+User.setCountry(Country country)
+
++ |
+
+ void |
+ProvinceState.setCountry(Country country)
+
++ |
+
+Uses of Country in com.mycompany.service | +
---|
+ +
Methods in com.mycompany.service that return Country | +|
---|---|
+ Country |
+CountryService.findCountryById(java.lang.Integer id)
+
++ Finds a Country object by ID. |
+
+ +
Methods in com.mycompany.service that return types with arguments of type Country | +|
---|---|
+ java.util.List<Country> |
+CountryService.getCountries()
+
++ Returns all Country objects. |
+
+ +
Methods in com.mycompany.service with parameters of type Country | +|
---|---|
+ ProvinceState |
+CountryService.createProvinceState(Country country,
+ java.lang.String value)
+
++ Creates a ProvinceState object for a particular Country . |
+
+ java.util.List<ProvinceState> |
+CountryService.findProvinceStatesByCountry(Country country)
+
++ Finds a List of ProvinceState objects for a particular
+ Country . |
+
+ ProvinceState |
+CountryService.findStateByName(Country country,
+ java.lang.String name)
+
++ Finds a ProvinceState object by name within a particular
+ Country . |
+
+Uses of Country in com.mycompany.service.impl | +
---|
+ +
Methods in com.mycompany.service.impl that return Country | +|
---|---|
+ Country |
+CountryServiceImpl.findCountryById(java.lang.Integer id)
+
++ |
+
+ +
Methods in com.mycompany.service.impl that return types with arguments of type Country | +|
---|---|
+ java.util.List<Country> |
+CountryServiceImpl.getCountries()
+
++ |
+
+ +
Methods in com.mycompany.service.impl with parameters of type Country | +|
---|---|
+ ProvinceState |
+CountryServiceImpl.createProvinceState(Country country,
+ java.lang.String name)
+
++ |
+
+ java.util.List<ProvinceState> |
+CountryServiceImpl.findProvinceStatesByCountry(Country country)
+
++ |
+
+ ProvinceState |
+CountryServiceImpl.findStateByName(Country country,
+ java.lang.String stateName)
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use Credentials | +|
---|---|
com.mycompany.controller | ++ |
+Uses of Credentials in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller with parameters of type Credentials | +|
---|---|
+ void |
+LoginController.setCredentials(Credentials credentials)
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use Event | +|
---|---|
com.mycompany.controller | ++ |
com.mycompany.model | ++ |
com.mycompany.service | ++ |
com.mycompany.service.impl | ++ |
+Uses of Event in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller that return Event | +|
---|---|
+ Event |
+EventController.getEvent()
+
++ This method returns the currently selected Event . |
+
+ Event |
+SearchController.getSelectedEvent()
+
++ |
+
+ +
Methods in com.mycompany.controller that return types with arguments of type Event | +|
---|---|
+ java.util.List<Event> |
+EventController.getAllEvents()
+
++ This method returns all Event objects in the database. |
+
+ +
Methods in com.mycompany.controller with parameters of type Event | +|
---|---|
+ void |
+EventController.setEvent(Event event)
+
++ Sets the Event . |
+
+ void |
+SearchController.setSelectedEvent(Event selectedEvent)
+
++ |
+
+Uses of Event in com.mycompany.model | +
---|
+ +
Fields in com.mycompany.model with type parameters of type Event | +|
---|---|
+static javax.persistence.metamodel.SetAttribute<Event,EventAttendance> |
+Event_.attendance
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,User> |
+Event_.createdBy
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,java.lang.String> |
+Event_.description
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,java.util.Date> |
+Event_.endDate
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<EventAttendance,Event> |
+EventAttendance_.event
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<Venue,Event> |
+Venue_.events
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,EventType> |
+Event_.eventType
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,java.lang.Integer> |
+Event_.hashCode
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,java.util.Date> |
+Event_.startDate
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,java.lang.String> |
+Event_.title
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,Venue> |
+Event_.venue
+
++ |
+
+ +
Methods in com.mycompany.model that return Event | +|
---|---|
+ Event |
+EventAttendance.getEvent()
+
++ |
+
+ +
Methods in com.mycompany.model that return types with arguments of type Event | +|
---|---|
+ java.util.Set<Event> |
+Venue.getEvents()
+
++ |
+
+ +
Methods in com.mycompany.model with parameters of type Event | +|
---|---|
+ void |
+EventAttendance.setEvent(Event event)
+
++ |
+
+ +
Method parameters in com.mycompany.model with type arguments of type Event | +|
---|---|
+ void |
+Venue.setEvents(java.util.Set<Event> events)
+
++ |
+
+Uses of Event in com.mycompany.service | +
---|
+ +
Methods in com.mycompany.service that return Event | +|
---|---|
+ Event |
+EventService.findEventById(java.lang.Integer id)
+
++ Finds an Event by ID. |
+
+ Event |
+EventService.saveEvent(Event event)
+
++ Saves an Event . |
+
+ +
Methods in com.mycompany.service that return types with arguments of type Event | +|
---|---|
+ java.util.List<Event> |
+EventService.findAllEvents()
+
++ Finds all Event objects. |
+
+ java.util.List<Event> |
+EventService.findEvents(City city,
+ ProvinceState provinceState,
+ EventType eventType,
+ java.lang.String keyword)
+
++ Finds a List of Event objects in a City and
+ ProvinceState for a particular EventType and keyword. |
+
+ java.util.List<Event> |
+EventService.findUserEvents(java.util.Date start,
+ java.util.Date end,
+ User user)
+
++ Finds a List of Event objects between a start and end date
+ created by a particular User . |
+
+ +
Methods in com.mycompany.service with parameters of type Event | +|
---|---|
+ EventAttendance |
+EventService.findEventAttendance(Event event,
+ User user)
+
++ Finds the EventAttendance object for a particular Event
+ and User . |
+
+ Event |
+EventService.saveEvent(Event event)
+
++ Saves an Event . |
+
+Uses of Event in com.mycompany.service.impl | +
---|
+ +
Methods in com.mycompany.service.impl that return Event | +|
---|---|
+ Event |
+EventServiceImpl.findEventById(java.lang.Integer id)
+
++ |
+
+ Event |
+EventServiceImpl.saveEvent(Event event)
+
++ |
+
+ +
Methods in com.mycompany.service.impl that return types with arguments of type Event | +|
---|---|
+ java.util.List<Event> |
+EventServiceImpl.findAllEvents()
+
++ |
+
+ java.util.List<Event> |
+EventServiceImpl.findEvents(City city,
+ ProvinceState provinceState,
+ EventType eventType,
+ java.lang.String keyword)
+
++ |
+
+ java.util.List<Event> |
+EventServiceImpl.findUserEvents(java.util.Date start,
+ java.util.Date end,
+ User user)
+
++ |
+
+ +
Methods in com.mycompany.service.impl with parameters of type Event | +|
---|---|
+ EventAttendance |
+EventServiceImpl.findEventAttendance(Event event,
+ User user)
+
++ |
+
+ Event |
+EventServiceImpl.saveEvent(Event event)
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use EventAttendance | +|
---|---|
com.mycompany.controller | ++ |
com.mycompany.model | ++ |
com.mycompany.service | ++ |
com.mycompany.service.impl | ++ |
+Uses of EventAttendance in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller that return types with arguments of type EventAttendance | +|
---|---|
+ java.util.List<EventAttendance> |
+EventController.getAllEventsAttendance()
+
++ This method returns a list of EventAttendance objects
+ encapsulating information about a user's attendance for a particular
+ event. |
+
+ +
Methods in com.mycompany.controller with parameters of type EventAttendance | +|
---|---|
+ void |
+EventController.updateAttendance(EventAttendance attendance)
+
++ + This method updates the current user's EventAttendance object for a + particular event. |
+
+Uses of EventAttendance in com.mycompany.model | +
---|
+ +
Fields in com.mycompany.model with type parameters of type EventAttendance | +|
---|---|
+static javax.persistence.metamodel.SetAttribute<Event,EventAttendance> |
+Event_.attendance
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<EventAttendance,java.lang.Boolean> |
+EventAttendance_.confirmed
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<EventAttendance,Event> |
+EventAttendance_.event
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<User,EventAttendance> |
+User_.eventsAttended
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<EventAttendance,java.lang.Integer> |
+EventAttendance_.rating
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<EventAttendance,User> |
+EventAttendance_.user
+
++ |
+
+ +
Methods in com.mycompany.model that return types with arguments of type EventAttendance | +|
---|---|
+ java.util.Set<EventAttendance> |
+Event.getAttendance()
+
++ |
+
+ java.util.Set<EventAttendance> |
+User.getEventsAttended()
+
++ |
+
+ +
Method parameters in com.mycompany.model with type arguments of type EventAttendance | +|
---|---|
+ void |
+Event.setAttendance(java.util.Set<EventAttendance> usersAttended)
+
++ |
+
+ void |
+User.setEventsAttended(java.util.Set<EventAttendance> eventsAttended)
+
++ |
+
+Uses of EventAttendance in com.mycompany.service | +
---|
+ +
Methods in com.mycompany.service that return EventAttendance | +|
---|---|
+ EventAttendance |
+EventService.findEventAttendance(Event event,
+ User user)
+
++ Finds the EventAttendance object for a particular Event
+ and User . |
+
+ EventAttendance |
+EventService.saveAttendance(EventAttendance attendance)
+
++ Saves an EventAttendance object. |
+
+ +
Methods in com.mycompany.service that return types with arguments of type EventAttendance | +|
---|---|
+ java.util.List<EventAttendance> |
+EventService.findAllEventsAttendanceByUser(User user)
+
++ Finds all EventAttendance objects for a particular User . |
+
+ +
Methods in com.mycompany.service with parameters of type EventAttendance | +|
---|---|
+ EventAttendance |
+EventService.saveAttendance(EventAttendance attendance)
+
++ Saves an EventAttendance object. |
+
+Uses of EventAttendance in com.mycompany.service.impl | +
---|
+ +
Methods in com.mycompany.service.impl that return EventAttendance | +|
---|---|
+ EventAttendance |
+EventServiceImpl.findEventAttendance(Event event,
+ User user)
+
++ |
+
+ EventAttendance |
+EventServiceImpl.saveAttendance(EventAttendance attendance)
+
++ |
+
+ +
Methods in com.mycompany.service.impl that return types with arguments of type EventAttendance | +|
---|---|
+ java.util.List<EventAttendance> |
+EventServiceImpl.findAllEventsAttendanceByUser(User user)
+
++ |
+
+ +
Methods in com.mycompany.service.impl with parameters of type EventAttendance | +|
---|---|
+ EventAttendance |
+EventServiceImpl.saveAttendance(EventAttendance attendance)
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use EventType | +|
---|---|
com.mycompany.controller | ++ |
com.mycompany.model | ++ |
com.mycompany.service | ++ |
com.mycompany.service.impl | ++ |
+Uses of EventType in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller that return EventType | +|
---|---|
+ EventType |
+SearchController.getEventType()
+
++ |
+
+ EventType[] |
+EventController.getEventTypes()
+
++ This method returns an array of EventType enum objects. |
+
+ +
Methods in com.mycompany.controller with parameters of type EventType | +|
---|---|
+ void |
+SearchController.setEventType(EventType eventType)
+
++ |
+
+Uses of EventType in com.mycompany.model | +
---|
+ +
Fields in com.mycompany.model with type parameters of type EventType | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<Event,EventType> |
+Event_.eventType
+
++ |
+
+ +
Methods in com.mycompany.model that return EventType | +|
---|---|
+ EventType |
+Event.getEventType()
+
++ |
+
+static EventType |
+EventType.valueOf(java.lang.String name)
+
++ Returns the enum constant of this type with the specified name. |
+
+static EventType[] |
+EventType.values()
+
++ Returns an array containing the constants of this enum type, in +the order they are declared. |
+
+ +
Methods in com.mycompany.model with parameters of type EventType | +|
---|---|
+ void |
+Event.setEventType(EventType eventType)
+
++ |
+
+Uses of EventType in com.mycompany.service | +
---|
+ +
Methods in com.mycompany.service with parameters of type EventType | +|
---|---|
+ java.util.List<Event> |
+EventService.findEvents(City city,
+ ProvinceState provinceState,
+ EventType eventType,
+ java.lang.String keyword)
+
++ Finds a List of Event objects in a City and
+ ProvinceState for a particular EventType and keyword. |
+
+Uses of EventType in com.mycompany.service.impl | +
---|
+ +
Methods in com.mycompany.service.impl with parameters of type EventType | +|
---|---|
+ java.util.List<Event> |
+EventServiceImpl.findEvents(City city,
+ ProvinceState provinceState,
+ EventType eventType,
+ java.lang.String keyword)
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use Gender | +|
---|---|
com.mycompany.controller | ++ |
com.mycompany.model | ++ |
com.mycompany.service | ++ |
com.mycompany.service.impl | ++ |
+Uses of Gender in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller that return Gender | +|
---|---|
+ Gender[] |
+SignupController.getGenders()
+
++ |
+
+Uses of Gender in com.mycompany.model | +
---|
+ +
Fields in com.mycompany.model with type parameters of type Gender | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<User,Gender> |
+User_.gender
+
++ |
+
+ +
Methods in com.mycompany.model that return Gender | +|
---|---|
+ Gender |
+User.getGender()
+
++ |
+
+static Gender |
+Gender.valueOf(java.lang.String name)
+
++ Returns the enum constant of this type with the specified name. |
+
+static Gender[] |
+Gender.values()
+
++ Returns an array containing the constants of this enum type, in +the order they are declared. |
+
+ +
Methods in com.mycompany.model with parameters of type Gender | +|
---|---|
+ void |
+User.setGender(Gender gender)
+
++ |
+
+Uses of Gender in com.mycompany.service | +
---|
+ +
Methods in com.mycompany.service with parameters of type Gender | +|
---|---|
+ java.util.List<java.lang.Object[]> |
+ChartService.findEventAttendanceByGender(Gender gender)
+
++ Finds all event attendance data by gender. |
+
+Uses of Gender in com.mycompany.service.impl | +
---|
+ +
Methods in com.mycompany.service.impl with parameters of type Gender | +|
---|---|
+ java.util.List<java.lang.Object[]> |
+ChartServiceImpl.findEventAttendanceByGender(Gender gender)
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use Idea | +|
---|---|
com.mycompany.controller | ++ |
com.mycompany.model | ++ |
com.mycompany.service | ++ |
com.mycompany.service.impl | ++ |
+Uses of Idea in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller that return Idea | +|
---|---|
+ Idea |
+MindMapController.getNewIdea()
+
++ |
+
+ +
Methods in com.mycompany.controller with parameters of type Idea | +|
---|---|
+ void |
+MindMapController.setNewIdea(Idea newIdea)
+
++ |
+
+Uses of Idea in com.mycompany.model | +
---|
+ +
Fields in com.mycompany.model with type parameters of type Idea | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<Idea,User> |
+Idea_.author
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<Idea,Idea> |
+Idea_.children
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<Idea,Idea> |
+Idea_.children
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Idea,java.lang.String> |
+Idea_.description
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Idea,java.lang.Integer> |
+Idea_.hashCode
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Idea,java.lang.String> |
+Idea_.name
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Idea,Idea> |
+Idea_.parent
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Idea,Idea> |
+Idea_.parent
+
++ |
+
+ +
Methods in com.mycompany.model that return Idea | +|
---|---|
+ Idea |
+Idea.getParent()
+
++ |
+
+ +
Methods in com.mycompany.model that return types with arguments of type Idea | +|
---|---|
+ java.util.Set<Idea> |
+Idea.getChildren()
+
++ |
+
+ +
Methods in com.mycompany.model with parameters of type Idea | +|
---|---|
+ void |
+Idea.setParent(Idea parent)
+
++ |
+
+ +
Method parameters in com.mycompany.model with type arguments of type Idea | +|
---|---|
+ void |
+Idea.setChildren(java.util.Set<Idea> children)
+
++ |
+
+Uses of Idea in com.mycompany.service | +
---|
+ +
Methods in com.mycompany.service that return Idea | +|
---|---|
+ Idea |
+IdeaService.findIdea(java.lang.Integer id)
+
++ Finds an Idea by ID. |
+
+ Idea |
+IdeaService.saveIdea(Idea newIdea)
+
++ Saves an Idea object. |
+
+ +
Methods in com.mycompany.service that return types with arguments of type Idea | +|
---|---|
+ java.util.List<Idea> |
+IdeaService.findIdeas()
+
++ Finds a list of Idea objects. |
+
+ +
Methods in com.mycompany.service with parameters of type Idea | +|
---|---|
+ void |
+IdeaService.buildMindMap(Idea idea,
+ org.primefaces.model.mindmap.MindmapNode root)
+
++ Populates a mind map data structure from an Idea using the
+ MindmapNode interface. |
+
+ Idea |
+IdeaService.saveIdea(Idea newIdea)
+
++ Saves an Idea object. |
+
+Uses of Idea in com.mycompany.service.impl | +
---|
+ +
Methods in com.mycompany.service.impl that return Idea | +|
---|---|
+ Idea |
+IdeaServiceImpl.findIdea(java.lang.Integer id)
+
++ |
+
+ Idea |
+IdeaServiceImpl.saveIdea(Idea idea)
+
++ |
+
+ +
Methods in com.mycompany.service.impl that return types with arguments of type Idea | +|
---|---|
+ java.util.List<Idea> |
+IdeaServiceImpl.findIdeas()
+
++ |
+
+ +
Methods in com.mycompany.service.impl with parameters of type Idea | +|
---|---|
+ void |
+IdeaServiceImpl.buildMindMap(Idea parentIdea,
+ org.primefaces.model.mindmap.MindmapNode parentNode)
+
++ This method uses recursion to build the mind map data structure. |
+
+ Idea |
+IdeaServiceImpl.saveIdea(Idea idea)
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use ProvinceState | +|
---|---|
com.mycompany.controller | ++ |
com.mycompany.model | ++ |
com.mycompany.service | ++ |
com.mycompany.service.impl | ++ |
+Uses of ProvinceState in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller that return ProvinceState | +|
---|---|
+ ProvinceState |
+SearchController.getProvinceState()
+
++ |
+
+ +
Methods in com.mycompany.controller that return types with arguments of type ProvinceState | +|
---|---|
+ java.util.List<ProvinceState> |
+VenueController.findProvinceStatesByCountry(Country country)
+
++ |
+
+ java.util.List<ProvinceState> |
+SearchController.getProvinceStates()
+
++ |
+
+ +
Methods in com.mycompany.controller with parameters of type ProvinceState | +|
---|---|
+ void |
+SearchController.setProvinceState(ProvinceState state)
+
++ |
+
+Uses of ProvinceState in com.mycompany.model | +
---|
+ +
Fields in com.mycompany.model with type parameters of type ProvinceState | +|
---|---|
+static javax.persistence.metamodel.SetAttribute<ProvinceState,City> |
+ProvinceState_.cities
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<ProvinceState,Country> |
+ProvinceState_.country
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<ProvinceState,java.lang.Integer> |
+ProvinceState_.hashCode
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<ProvinceState,java.lang.String> |
+ProvinceState_.name
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Venue,ProvinceState> |
+Venue_.provinceState
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<City,ProvinceState> |
+City_.provinceState
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<Country,ProvinceState> |
+Country_.provinceStates
+
++ |
+
+ +
Methods in com.mycompany.model that return ProvinceState | +|
---|---|
+ ProvinceState |
+Venue.getProvinceState()
+
++ |
+
+ ProvinceState |
+City.getProvinceState()
+
++ |
+
+ +
Methods in com.mycompany.model that return types with arguments of type ProvinceState | +|
---|---|
+ java.util.Set<ProvinceState> |
+Country.getProvinceStates()
+
++ |
+
+ +
Methods in com.mycompany.model with parameters of type ProvinceState | +|
---|---|
+ void |
+Venue.setProvinceState(ProvinceState state)
+
++ |
+
+ void |
+City.setProvinceState(ProvinceState state)
+
++ |
+
+ +
Method parameters in com.mycompany.model with type arguments of type ProvinceState | +|
---|---|
+ void |
+Country.setProvinceStates(java.util.Set<ProvinceState> states)
+
++ |
+
+Uses of ProvinceState in com.mycompany.service | +
---|
+ +
Methods in com.mycompany.service that return ProvinceState | +|
---|---|
+ ProvinceState |
+CountryService.createProvinceState(Country country,
+ java.lang.String value)
+
++ Creates a ProvinceState object for a particular Country . |
+
+ ProvinceState |
+CountryService.findStateById(java.lang.Integer id)
+
++ Finds a ProvinceState object by ID. |
+
+ ProvinceState |
+CountryService.findStateByName(Country country,
+ java.lang.String name)
+
++ Finds a ProvinceState object by name within a particular
+ Country . |
+
+ +
Methods in com.mycompany.service that return types with arguments of type ProvinceState | +|
---|---|
+ java.util.List<ProvinceState> |
+CountryService.findProvinceStatesByCountry(Country country)
+
++ Finds a List of ProvinceState objects for a particular
+ Country . |
+
+ java.util.List<ProvinceState> |
+CountryService.getProvinceStates()
+
++ Returns all ProvinceState objects. |
+
+ +
Methods in com.mycompany.service with parameters of type ProvinceState | +|
---|---|
+ java.util.List<City> |
+CountryService.findCitiesByState(ProvinceState provinceState)
+
++ Finds a list of City objects for the given ProvinceState . |
+
+ City |
+CountryService.findCity(java.lang.String name,
+ ProvinceState provinceState)
+
++ Finds a City by name in the ProvinceState . |
+
+ java.util.List<Event> |
+EventService.findEvents(City city,
+ ProvinceState provinceState,
+ EventType eventType,
+ java.lang.String keyword)
+
++ Finds a List of Event objects in a City and
+ ProvinceState for a particular EventType and keyword. |
+
+Uses of ProvinceState in com.mycompany.service.impl | +
---|
+ +
Methods in com.mycompany.service.impl that return ProvinceState | +|
---|---|
+ ProvinceState |
+CountryServiceImpl.createProvinceState(Country country,
+ java.lang.String name)
+
++ |
+
+ ProvinceState |
+CountryServiceImpl.findStateById(java.lang.Integer id)
+
++ |
+
+ ProvinceState |
+CountryServiceImpl.findStateByName(Country country,
+ java.lang.String stateName)
+
++ |
+
+ +
Methods in com.mycompany.service.impl that return types with arguments of type ProvinceState | +|
---|---|
+ java.util.List<ProvinceState> |
+CountryServiceImpl.findProvinceStatesByCountry(Country country)
+
++ |
+
+ java.util.List<ProvinceState> |
+CountryServiceImpl.getProvinceStates()
+
++ |
+
+ +
Methods in com.mycompany.service.impl with parameters of type ProvinceState | +|
---|---|
+ java.util.List<City> |
+CountryServiceImpl.findCitiesByState(ProvinceState state)
+
++ |
+
+ City |
+CountryServiceImpl.findCity(java.lang.String name,
+ ProvinceState provinceState)
+
++ |
+
+ java.util.List<Event> |
+EventServiceImpl.findEvents(City city,
+ ProvinceState provinceState,
+ EventType eventType,
+ java.lang.String keyword)
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use RelationshipType | +|
---|---|
com.mycompany.controller | ++ |
com.mycompany.model | ++ |
com.mycompany.service | ++ |
com.mycompany.service.impl | ++ |
+Uses of RelationshipType in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller that return RelationshipType | +|
---|---|
+ RelationshipType |
+ContactsController.getRelationshipType()
+
++ |
+
+ RelationshipType[] |
+ContactsController.getRelationshipTypes()
+
++ |
+
+ RelationshipType[] |
+ContactsController.getUserTypes()
+
++ |
+
+Uses of RelationshipType in com.mycompany.model | +
---|
+ +
Fields in com.mycompany.model with type parameters of type RelationshipType | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<UserRelationship,RelationshipType> |
+UserRelationship_.relationshipType
+
++ |
+
+ +
Methods in com.mycompany.model that return RelationshipType | +|
---|---|
+ RelationshipType |
+UserRelationship.getRelationshipType()
+
++ |
+
+static RelationshipType |
+RelationshipType.valueOf(java.lang.String name)
+
++ Returns the enum constant of this type with the specified name. |
+
+static RelationshipType[] |
+RelationshipType.values()
+
++ Returns an array containing the constants of this enum type, in +the order they are declared. |
+
+ +
Methods in com.mycompany.model with parameters of type RelationshipType | +|
---|---|
+ void |
+UserRelationship.setRelationshipType(RelationshipType contactType)
+
++ |
+
+Uses of RelationshipType in com.mycompany.service | +
---|
+ +
Methods in com.mycompany.service with parameters of type RelationshipType | +|
---|---|
+ java.util.List<User> |
+UserService.findUsersByType(RelationshipType type,
+ User user)
+
++ Finds a List of User objects that are related to the User
+ according to the specified RelationshipType . |
+
+Uses of RelationshipType in com.mycompany.service.impl | +
---|
+ +
Methods in com.mycompany.service.impl with parameters of type RelationshipType | +|
---|---|
+ java.util.List<User> |
+UserServiceImpl.findUsersByType(RelationshipType type,
+ User user)
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use User | +|
---|---|
com.mycompany.controller | ++ |
com.mycompany.model | ++ |
com.mycompany.service | ++ |
com.mycompany.service.impl | ++ |
com.mycompany.util | ++ |
+Uses of User in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller that return User | +|
---|---|
+ User |
+UserController.findUser(java.lang.String username,
+ java.lang.String password)
+
++ |
+
+ User |
+UserController.getUser()
+
++ Returns the currently logged in user. |
+
+ User |
+SignupController.getUser()
+
++ |
+
+ +
Methods in com.mycompany.controller that return types with arguments of type User | +|
---|---|
+ java.util.List<User> |
+ContactsController.findUsersByName(java.lang.String suggest)
+
++ |
+
+ java.util.List<User> |
+ContactsController.getColleagues()
+
++ |
+
+ java.util.List<User> |
+ContactsController.getFamily()
+
++ |
+
+ java.util.List<User> |
+ContactsController.getFriends()
+
++ |
+
+ +
Methods in com.mycompany.controller with parameters of type User | +|
---|---|
+ boolean |
+UserController.isUserPresent(User user)
+
++ |
+
+ void |
+SignupController.setUser(User user)
+
++ |
+
+Uses of User in com.mycompany.model | +
---|
+ +
Fields in com.mycompany.model with type parameters of type User | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.Boolean> |
+User_.acceptedTerms
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Idea,User> |
+Idea_.author
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.util.Date> |
+User_.birthdate
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.Integer> |
+User_.clickCount
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,Country> |
+User_.country
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,User> |
+Event_.createdBy
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Content,User> |
+Content_.createdBy
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.String> |
+User_.emailAddress
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<User,EventAttendance> |
+User_.eventsAttended
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.String> |
+User_.firstName
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<User,UserRelationship> |
+User_.fromRelationships
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<UserRelationship,User> |
+UserRelationship_.fromUser
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,Gender> |
+User_.gender
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.Integer> |
+User_.hashCode
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.String> |
+User_.lastName
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.String> |
+User_.password
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.String> |
+User_.phoneNumber
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.String> |
+User_.theme
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<User,UserRelationship> |
+User_.toRelationships
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<UserRelationship,User> |
+UserRelationship_.toUser
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<EventAttendance,User> |
+EventAttendance_.user
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<User,java.lang.String> |
+User_.username
+
++ |
+
+ +
Methods in com.mycompany.model that return User | +|
---|---|
+ User |
+Idea.getAuthor()
+
++ |
+
+ User |
+Event.getCreatedBy()
+
++ |
+
+ User |
+Content.getCreatedBy()
+
++ |
+
+ User |
+UserRelationship.getFromUser()
+
++ |
+
+ User |
+UserRelationship.getToUser()
+
++ |
+
+ User |
+EventAttendance.getUser()
+
++ |
+
+ +
Methods in com.mycompany.model with parameters of type User | +|
---|---|
+ void |
+Idea.setAuthor(User author)
+
++ |
+
+ void |
+Event.setCreatedBy(User createdBy)
+
++ |
+
+ void |
+Content.setCreatedBy(User createdBy)
+
++ |
+
+ void |
+UserRelationship.setFromUser(User firstUser)
+
++ |
+
+ void |
+UserRelationship.setToUser(User secondUser)
+
++ |
+
+ void |
+EventAttendance.setUser(User user)
+
++ |
+
+Uses of User in com.mycompany.service | +
---|
+ +
Methods in com.mycompany.service that return User | +|
---|---|
+ User |
+UserService.findUser(java.lang.String username,
+ java.lang.String password)
+
++ Finds a User with the given username and password. |
+
+ User |
+UserService.findUserById(java.lang.Integer id)
+
++ Finds a User by ID. |
+
+ User |
+UserService.findUserByUsername(java.lang.String username)
+
++ Finds a User by username. |
+
+ User |
+UserService.saveUser(User user)
+
++ Saves a User object. |
+
+ +
Methods in com.mycompany.service that return types with arguments of type User | +|
---|---|
+ java.util.List<User> |
+UserService.findUsers()
+
++ Finds a List of all User objects. |
+
+ java.util.List<User> |
+UserService.findUsersByName(java.lang.String suggest)
+
++ Finds a List of User objects that have a first name or last name
+ that partially matches the suggestion string. |
+
+ java.util.List<User> |
+UserService.findUsersByType(RelationshipType type,
+ User user)
+
++ Finds a List of User objects that are related to the User
+ according to the specified RelationshipType . |
+
+ +
Methods in com.mycompany.service with parameters of type User | +|
---|---|
+ java.util.List<EventAttendance> |
+EventService.findAllEventsAttendanceByUser(User user)
+
++ Finds all EventAttendance objects for a particular User . |
+
+ EventAttendance |
+EventService.findEventAttendance(Event event,
+ User user)
+
++ Finds the EventAttendance object for a particular Event
+ and User . |
+
+ UserRelationship |
+UserService.findRelationshipToUser(User user1,
+ User user2)
+
++ Finds a UserRelationship object representing a relationship
+ between two User objects. |
+
+ java.util.List<Event> |
+EventService.findUserEvents(java.util.Date start,
+ java.util.Date end,
+ User user)
+
++ Finds a List of Event objects between a start and end date
+ created by a particular User . |
+
+ java.util.List<User> |
+UserService.findUsersByType(RelationshipType type,
+ User user)
+
++ Finds a List of User objects that are related to the User
+ according to the specified RelationshipType . |
+
+ User |
+UserService.saveUser(User user)
+
++ Saves a User object. |
+
+Uses of User in com.mycompany.service.impl | +
---|
+ +
Methods in com.mycompany.service.impl that return User | +|
---|---|
+ User |
+UserServiceImpl.findUser(java.lang.String username,
+ java.lang.String password)
+
++ |
+
+ User |
+UserServiceImpl.findUserById(java.lang.Integer id)
+
++ |
+
+ User |
+UserServiceImpl.findUserByUsername(java.lang.String username)
+
++ |
+
+ User |
+UserServiceImpl.saveUser(User user)
+
++ |
+
+ +
Methods in com.mycompany.service.impl that return types with arguments of type User | +|
---|---|
+ java.util.List<User> |
+UserServiceImpl.findUsers()
+
++ |
+
+ java.util.List<User> |
+UserServiceImpl.findUsersByName(java.lang.String suggest)
+
++ |
+
+ java.util.List<User> |
+UserServiceImpl.findUsersByType(RelationshipType type,
+ User user)
+
++ |
+
+ +
Methods in com.mycompany.service.impl with parameters of type User | +|
---|---|
+ java.util.List<EventAttendance> |
+EventServiceImpl.findAllEventsAttendanceByUser(User user)
+
++ |
+
+ EventAttendance |
+EventServiceImpl.findEventAttendance(Event event,
+ User user)
+
++ |
+
+ UserRelationship |
+UserServiceImpl.findRelationshipToUser(User user1,
+ User user2)
+
++ |
+
+ java.util.List<Event> |
+EventServiceImpl.findUserEvents(java.util.Date start,
+ java.util.Date end,
+ User user)
+
++ |
+
+ java.util.List<User> |
+UserServiceImpl.findUsersByType(RelationshipType type,
+ User user)
+
++ |
+
+ User |
+UserServiceImpl.saveUser(User user)
+
++ |
+
+Uses of User in com.mycompany.util | +
---|
+ +
Methods in com.mycompany.util that return User | +|
---|---|
+ User |
+UserSession.getUser()
+
++ Returns the current User . |
+
+ +
Methods in com.mycompany.util with parameters of type User | +|
---|---|
+ void |
+UserSession.setUser(User user)
+
++ Sets the User . |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use UserRelationship | +|
---|---|
com.mycompany.controller | ++ |
com.mycompany.model | ++ |
com.mycompany.service | ++ |
com.mycompany.service.impl | ++ |
+Uses of UserRelationship in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller that return UserRelationship | +|
---|---|
+ UserRelationship |
+ContactsController.getRelationship()
+
++ |
+
+ +
Methods in com.mycompany.controller with parameters of type UserRelationship | +|
---|---|
+ void |
+ContactsController.setRelationship(UserRelationship relationship)
+
++ |
+
+Uses of UserRelationship in com.mycompany.model | +
---|
+ +
Fields in com.mycompany.model with type parameters of type UserRelationship | +|
---|---|
+static javax.persistence.metamodel.SetAttribute<User,UserRelationship> |
+User_.fromRelationships
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<UserRelationship,User> |
+UserRelationship_.fromUser
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<UserRelationship,RelationshipType> |
+UserRelationship_.relationshipType
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<User,UserRelationship> |
+User_.toRelationships
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<UserRelationship,User> |
+UserRelationship_.toUser
+
++ |
+
+ +
Methods in com.mycompany.model that return types with arguments of type UserRelationship | +|
---|---|
+ java.util.Set<UserRelationship> |
+User.getFromRelationships()
+
++ |
+
+ java.util.Set<UserRelationship> |
+User.getToRelationships()
+
++ |
+
+ +
Method parameters in com.mycompany.model with type arguments of type UserRelationship | +|
---|---|
+ void |
+User.setFromRelationships(java.util.Set<UserRelationship> fromRelationships)
+
++ |
+
+ void |
+User.setToRelationships(java.util.Set<UserRelationship> toRelationships)
+
++ |
+
+Uses of UserRelationship in com.mycompany.service | +
---|
+ +
Methods in com.mycompany.service that return UserRelationship | +|
---|---|
+ UserRelationship |
+UserService.findRelationshipToUser(User user1,
+ User user2)
+
++ Finds a UserRelationship object representing a relationship
+ between two User objects. |
+
+ UserRelationship |
+UserService.saveRelationship(UserRelationship relationship)
+
++ Saves a UserRelationship object. |
+
+ +
Methods in com.mycompany.service with parameters of type UserRelationship | +|
---|---|
+ UserRelationship |
+UserService.saveRelationship(UserRelationship relationship)
+
++ Saves a UserRelationship object. |
+
+Uses of UserRelationship in com.mycompany.service.impl | +
---|
+ +
Methods in com.mycompany.service.impl that return UserRelationship | +|
---|---|
+ UserRelationship |
+UserServiceImpl.findRelationshipToUser(User user1,
+ User user2)
+
++ |
+
+ UserRelationship |
+UserServiceImpl.saveRelationship(UserRelationship relationship)
+
++ |
+
+ +
Methods in com.mycompany.service.impl with parameters of type UserRelationship | +|
---|---|
+ UserRelationship |
+UserServiceImpl.saveRelationship(UserRelationship relationship)
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use Venue | +|
---|---|
com.mycompany.controller | ++ |
com.mycompany.model | ++ |
com.mycompany.service | ++ |
com.mycompany.service.impl | ++ |
+Uses of Venue in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller that return Venue | +|
---|---|
+ Venue |
+VenueController.getVenue()
+
++ |
+
+ +
Methods in com.mycompany.controller that return types with arguments of type Venue | +|
---|---|
+ java.util.List<Venue> |
+VenueController.getVenues()
+
++ |
+
+ +
Methods in com.mycompany.controller with parameters of type Venue | +|
---|---|
+ void |
+VenueController.setVenue(Venue venue)
+
++ |
+
+Uses of Venue in com.mycompany.model | +
---|
+ +
Fields in com.mycompany.model with type parameters of type Venue | +|
---|---|
+static javax.persistence.metamodel.SingularAttribute<Venue,City> |
+Venue_.city
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Venue,Country> |
+Venue_.country
+
++ |
+
+static javax.persistence.metamodel.SetAttribute<Venue,Event> |
+Venue_.events
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Venue,java.lang.Integer> |
+Venue_.hashCode
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Venue,java.lang.String> |
+Venue_.name
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Venue,java.lang.String> |
+Venue_.phoneNumber
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Venue,ProvinceState> |
+Venue_.provinceState
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Venue,java.lang.String> |
+Venue_.streetAddress
+
++ |
+
+static javax.persistence.metamodel.SingularAttribute<Event,Venue> |
+Event_.venue
+
++ |
+
+ +
Methods in com.mycompany.model that return Venue | +|
---|---|
+ Venue |
+Event.getVenue()
+
++ |
+
+ +
Methods in com.mycompany.model with parameters of type Venue | +|
---|---|
+ void |
+Event.setVenue(Venue venue)
+
++ |
+
+Uses of Venue in com.mycompany.service | +
---|
+ +
Methods in com.mycompany.service that return Venue | +|
---|---|
+ Venue |
+VenueService.findVenueById(java.lang.Integer id)
+
++ Finds a Venue object by ID. |
+
+ Venue |
+VenueService.saveVenue(Venue venue)
+
++ Saves a Venue object. |
+
+ +
Methods in com.mycompany.service that return types with arguments of type Venue | +|
---|---|
+ java.util.List<Venue> |
+VenueService.findVenues()
+
++ Finds a List of all Venue objects. |
+
+ +
Methods in com.mycompany.service with parameters of type Venue | +|
---|---|
+ void |
+VenueService.deleteVenue(Venue venue)
+
++ Deletes a Venue object. |
+
+ Venue |
+VenueService.saveVenue(Venue venue)
+
++ Saves a Venue object. |
+
+Uses of Venue in com.mycompany.service.impl | +
---|
+ +
Methods in com.mycompany.service.impl that return Venue | +|
---|---|
+ Venue |
+VenueServiceImpl.findVenueById(java.lang.Integer id)
+
++ |
+
+ Venue |
+VenueServiceImpl.saveVenue(Venue venue)
+
++ |
+
+ +
Methods in com.mycompany.service.impl that return types with arguments of type Venue | +|
---|---|
+ java.util.List<Venue> |
+VenueServiceImpl.findVenues()
+
++ |
+
+ +
Methods in com.mycompany.service.impl with parameters of type Venue | +|
---|---|
+ void |
+VenueServiceImpl.deleteVenue(Venue venue)
+
++ |
+
+ Venue |
+VenueServiceImpl.saveVenue(Venue venue)
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Classes
+
+ +AbstractEntity + +AbstractEntity_ + +ActiveUsers + +City + +City_ + +Content + +Content_ + +Country + +Country_ + +Credentials + +Event + +Event_ + +EventAttendance + +EventAttendance_ + +Idea + +Idea_ + +ProvinceState + +ProvinceState_ + +User + +User_ + +UserRelationship + +UserRelationship_ + +Venue + +Venue_ |
+
+Enums
+
+ +EventType + +Gender + +RelationshipType |
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+Class Summary | +|
---|---|
AbstractEntity | +Abstract class for JPA entities. | +
AbstractEntity_ | ++ |
ActiveUsers | +Application-scoped JSF managed bean storing User objects for presence
+ purposes. |
+
City | +JPA entity class for city data. | +
City_ | ++ |
Content | +JPA entity for content data. | +
Content_ | ++ |
Country | +JPA entity for country data. | +
Country_ | ++ |
Credentials | +CDI-managed bean in request scope for user credentials. | +
Event | +JPA entity for event data. | +
Event_ | ++ |
EventAttendance | +JPA entity for user event attendance data. | +
EventAttendance_ | ++ |
Idea | +JPA entity for mind map data. | +
Idea_ | ++ |
ProvinceState | +JPA entity for province/state data. | +
ProvinceState_ | ++ |
User | +JPA entity for user data. | +
User_ | ++ |
UserRelationship | +JPA entity for a relationship between two users. | +
UserRelationship_ | ++ |
Venue | +JPA entity for venue data. | +
Venue_ | ++ |
+ +
+Enum Summary | +|
---|---|
EventType | +Represents an event type. | +
Gender | +Represents a gender. | +
RelationshipType | +Represents a relationship type. | +
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+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. |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
public interface ChartService
+Interface for a chart service. +
+ +
+
+Method Summary | +|
---|---|
+ java.util.List<java.lang.Object[]> |
+findEventAttendanceByGender(Gender gender)
+
++ Finds all event attendance data by gender. |
+
+Method Detail | +
---|
+java.util.List<java.lang.Object[]> findEventAttendanceByGender(Gender gender)+
+
gender
- The Gender
enum.
+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
public interface ContentService
+Interface for a content service. +
+ +
+
+Method Summary | +|
---|---|
+ Content |
+findContentByName(java.lang.String name)
+
++ Finds a Content object by name. |
+
+ Content |
+saveContent(Content content)
+
++ Saves a Content object. |
+
+Method Detail | +
---|
+Content findContentByName(java.lang.String name)+
Content
object by name.
++
name
- The name to find.
++Content saveContent(Content content)+
Content
object.
++
content
- The object to save.
+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
public interface CountryService
+Service class for country-related operations. +
+ +
+
+Method Summary | +|
---|---|
+ ProvinceState |
+createProvinceState(Country country,
+ java.lang.String value)
+
++ Creates a ProvinceState object for a particular Country . |
+
+ java.util.List<City> |
+findCitiesByState(ProvinceState provinceState)
+
++ Finds a list of City objects for the given ProvinceState . |
+
+ City |
+findCity(java.lang.String name,
+ ProvinceState provinceState)
+
++ Finds a City by name in the ProvinceState . |
+
+ City |
+findCityById(java.lang.Integer id)
+
++ Finds a City object by ID. |
+
+ Country |
+findCountryById(java.lang.Integer id)
+
++ Finds a Country object by ID. |
+
+ java.util.List<ProvinceState> |
+findProvinceStatesByCountry(Country country)
+
++ Finds a List of ProvinceState objects for a particular
+ Country . |
+
+ ProvinceState |
+findStateById(java.lang.Integer id)
+
++ Finds a ProvinceState object by ID. |
+
+ ProvinceState |
+findStateByName(Country country,
+ java.lang.String name)
+
++ Finds a ProvinceState object by name within a particular
+ Country . |
+
+ java.util.List<Country> |
+getCountries()
+
++ Returns all Country objects. |
+
+ java.util.List<ProvinceState> |
+getProvinceStates()
+
++ Returns all ProvinceState objects. |
+
+ void |
+init(javax.servlet.ServletContext context)
+
++ Invoked during the ServletContext initialization to populate the
+ database with sample data. |
+
+Method Detail | +
---|
+ProvinceState createProvinceState(Country country, + java.lang.String value)+
ProvinceState
object for a particular Country
.
++
country
- The Country in which the ProvinceState is located.value
- The name of the ProvinceState.
++java.util.List<City> findCitiesByState(ProvinceState provinceState)+
City
objects for the given ProvinceState
.
++
provinceState
- The ProvinceState object for which to find cities.
++City findCity(java.lang.String name, + ProvinceState provinceState)+
City
by name in the ProvinceState
.
++
name
- The name of the city.provinceState
- The province/state in which to find the city.
++City findCityById(java.lang.Integer id)+
City
object by ID.
++
id
- The ID of the city.
++Country findCountryById(java.lang.Integer id)+
Country
object by ID.
++
id
- The ID of the country.
++java.util.List<ProvinceState> findProvinceStatesByCountry(Country country)+
List
of ProvinceState
objects for a particular
+ Country
.
++
country
- The Country object.
++ProvinceState findStateById(java.lang.Integer id)+
ProvinceState
object by ID.
++
id
- The ID of the ProvinceState object.
++ProvinceState findStateByName(Country country, + java.lang.String name)+
ProvinceState
object by name within a particular
+ Country
.
++
country
- The Country object.name
- The name of the ProvinceState to find.
++java.util.List<Country> getCountries()+
Country
objects.
++
+java.util.List<ProvinceState> getProvinceStates()+
ProvinceState
objects.
++
+void init(@Observes + javax.servlet.ServletContext context) + throws java.lang.Exception+
ServletContext
initialization to populate the
+ database with sample data.
++
context
- The ServletContext
object.
+java.lang.Exception
- If something goes wrong.
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
public interface EventService
+Interfaces for an event service. +
+ +
+
+Method Summary | +|
---|---|
+ java.util.List<Event> |
+findAllEvents()
+
++ Finds all Event objects. |
+
+ java.util.List<EventAttendance> |
+findAllEventsAttendanceByUser(User user)
+
++ Finds all EventAttendance objects for a particular User . |
+
+ EventAttendance |
+findEventAttendance(Event event,
+ User user)
+
++ Finds the EventAttendance object for a particular Event
+ and User . |
+
+ Event |
+findEventById(java.lang.Integer id)
+
++ Finds an Event by ID. |
+
+ java.util.List<Event> |
+findEvents(City city,
+ ProvinceState provinceState,
+ EventType eventType,
+ java.lang.String keyword)
+
++ Finds a List of Event objects in a City and
+ ProvinceState for a particular EventType and keyword. |
+
+ java.util.List<Event> |
+findUserEvents(java.util.Date start,
+ java.util.Date end,
+ User user)
+
++ Finds a List of Event objects between a start and end date
+ created by a particular User . |
+
+ EventAttendance |
+saveAttendance(EventAttendance attendance)
+
++ Saves an EventAttendance object. |
+
+ Event |
+saveEvent(Event event)
+
++ Saves an Event . |
+
+Method Detail | +
---|
+java.util.List<Event> findAllEvents()+
Event
objects.
++
+java.util.List<EventAttendance> findAllEventsAttendanceByUser(User user)+
EventAttendance
objects for a particular User
.
++
user
- The User object.
++EventAttendance findEventAttendance(Event event, + User user)+
EventAttendance
object for a particular Event
+ and User
.
++
event
- The Event object.user
- The User object.
++Event findEventById(java.lang.Integer id)+
Event
by ID.
++
id
- The Event ID.
++java.util.List<Event> findEvents(City city, + ProvinceState provinceState, + EventType eventType, + java.lang.String keyword)+
Event
objects in a City
and
+ ProvinceState
for a particular EventType
and keyword.
++
city
- The City object.provinceState
- The ProvinceState object.eventType
- The EventType object.keyword
- A keyword.
++java.util.List<Event> findUserEvents(java.util.Date start, + java.util.Date end, + User user)+
Event
objects between a start and end date
+ created by a particular User
.
++
start
- The start date.end
- The end date.user
- The User object.
++EventAttendance saveAttendance(EventAttendance attendance)+
EventAttendance
object.
++
attendance
- The EventAttendance object.
++Event saveEvent(Event event)+
Event
.
++
event
- The Event object.
+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
public interface IdeaService
+Interface for an idea service. +
+ +
+
+Method Summary | +|
---|---|
+ void |
+buildMindMap(Idea idea,
+ org.primefaces.model.mindmap.MindmapNode root)
+
++ Populates a mind map data structure from an Idea using the
+ MindmapNode interface. |
+
+ Idea |
+findIdea(java.lang.Integer id)
+
++ Finds an Idea by ID. |
+
+ java.util.List<Idea> |
+findIdeas()
+
++ Finds a list of Idea objects. |
+
+ Idea |
+saveIdea(Idea newIdea)
+
++ Saves an Idea object. |
+
+Method Detail | +
---|
+void buildMindMap(Idea idea, + org.primefaces.model.mindmap.MindmapNode root)+
Idea
using the
+ MindmapNode
interface.
++
idea
- The Idea
object.root
- The root of the mind map tree.+Idea findIdea(java.lang.Integer id)+
Idea
by ID.
++
id
- The Idea object's ID.
++java.util.List<Idea> findIdeas()+
Idea
objects.
++
+Idea saveIdea(Idea newIdea)+
Idea
object.
++
newIdea
- The Idea to save.
+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
public interface UserService
+Interface for user service. +
+ +
+
+Method Summary | +|
---|---|
+ UserRelationship |
+findRelationshipToUser(User user1,
+ User user2)
+
++ Finds a UserRelationship object representing a relationship
+ between two User objects. |
+
+ User |
+findUser(java.lang.String username,
+ java.lang.String password)
+
++ Finds a User with the given username and password. |
+
+ User |
+findUserById(java.lang.Integer id)
+
++ Finds a User by ID. |
+
+ User |
+findUserByUsername(java.lang.String username)
+
++ Finds a User by username. |
+
+ java.util.List<User> |
+findUsers()
+
++ Finds a List of all User objects. |
+
+ java.util.List<User> |
+findUsersByName(java.lang.String suggest)
+
++ Finds a List of User objects that have a first name or last name
+ that partially matches the suggestion string. |
+
+ java.util.List<User> |
+findUsersByType(RelationshipType type,
+ User user)
+
++ Finds a List of User objects that are related to the User
+ according to the specified RelationshipType . |
+
+ UserRelationship |
+saveRelationship(UserRelationship relationship)
+
++ Saves a UserRelationship object. |
+
+ User |
+saveUser(User user)
+
++ Saves a User object. |
+
+Method Detail | +
---|
+UserRelationship findRelationshipToUser(User user1, + User user2)+
UserRelationship
object representing a relationship
+ between two User
objects.
++
user1
- The first user.user2
- The second user.
++User findUser(java.lang.String username, + java.lang.String password)+
User
with the given username and password. Used for
+ authentication.
++
username
- The username.password
- The password.
++User findUserById(java.lang.Integer id)+
User
by ID.
++
id
- The user's ID.
++User findUserByUsername(java.lang.String username)+
User
by username.
++
username
- The username.
++java.util.List<User> findUsers()+
User
objects.
++
+java.util.List<User> findUsersByName(java.lang.String suggest)+
User
objects that have a first name or last name
+ that partially matches the suggestion string.
++
suggest
- The partial string.
++java.util.List<User> findUsersByType(RelationshipType type, + User user)+
User
objects that are related to the User
+ according to the specified RelationshipType
.
++
type
- The RelationshipType
object.user
- The User
object.
+User
objects.+UserRelationship saveRelationship(UserRelationship relationship)+
UserRelationship
object.
++
relationship
- The UserRelationship to save.
++User saveUser(User user)+
User
object.
++
user
- The user to save.
+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
public interface VenueService
+Interface for a venue service. +
+ +
+
+Method Summary | +|
---|---|
+ void |
+deleteVenue(Venue venue)
+
++ Deletes a Venue object. |
+
+ Venue |
+findVenueById(java.lang.Integer id)
+
++ Finds a Venue object by ID. |
+
+ java.util.List<Venue> |
+findVenues()
+
++ Finds a List of all Venue objects. |
+
+ Venue |
+saveVenue(Venue venue)
+
++ Saves a Venue object. |
+
+Method Detail | +
---|
+void deleteVenue(Venue venue)+
Venue
object.
++
venue
- The Venue to delete.+Venue findVenueById(java.lang.Integer id)+
Venue
object by ID.
++
id
- The ID of the Venue.
++java.util.List<Venue> findVenues()+
List
of all Venue
objects.
++
+Venue saveVenue(Venue venue)+
Venue
object.
++
venue
- The Venue to save.
+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use ChartService | +|
---|---|
com.mycompany.controller | ++ |
com.mycompany.service.impl | ++ |
+Uses of ChartService in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller with parameters of type ChartService | +|
---|---|
+ void |
+ChartController.setChartService(ChartService chartService)
+
++ |
+
+Uses of ChartService in com.mycompany.service.impl | +
---|
+ +
Classes in com.mycompany.service.impl that implement ChartService | +|
---|---|
+ class |
+ChartServiceImpl
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use ContentService | +|
---|---|
com.mycompany.controller | ++ |
com.mycompany.service.impl | ++ |
+Uses of ContentService in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller with parameters of type ContentService | +|
---|---|
+ void |
+ContentController.setContentService(ContentService contentService)
+
++ |
+
+Uses of ContentService in com.mycompany.service.impl | +
---|
+ +
Classes in com.mycompany.service.impl that implement ContentService | +|
---|---|
+ class |
+ContentServiceImpl
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use CountryService | +|
---|---|
com.mycompany.controller | ++ |
com.mycompany.service.impl | ++ |
+Uses of CountryService in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller with parameters of type CountryService | +|
---|---|
+ void |
+VenueController.setCountryService(CountryService countryService)
+
++ |
+
+ void |
+SignupController.setCountryService(CountryService countryService)
+
++ |
+
+ void |
+SearchController.setCountryService(CountryService countryService)
+
++ |
+
+Uses of CountryService in com.mycompany.service.impl | +
---|
+ +
Classes in com.mycompany.service.impl that implement CountryService | +|
---|---|
+ class |
+CountryServiceImpl
+
++ + Controller class for countries. |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use EventService | +|
---|---|
com.mycompany.controller | ++ |
com.mycompany.service.impl | ++ |
+Uses of EventService in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller with parameters of type EventService | +|
---|---|
+ void |
+SearchController.setEventService(EventService eventService)
+
++ |
+
+ void |
+EventController.setEventService(EventService eventService)
+
++ |
+
+Uses of EventService in com.mycompany.service.impl | +
---|
+ +
Classes in com.mycompany.service.impl that implement EventService | +|
---|---|
+ class |
+EventServiceImpl
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use IdeaService | +|
---|---|
com.mycompany.controller | ++ |
com.mycompany.service.impl | ++ |
+Uses of IdeaService in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller with parameters of type IdeaService | +|
---|---|
+ void |
+MindMapController.setIdeaService(IdeaService ideaService)
+
++ |
+
+Uses of IdeaService in com.mycompany.service.impl | +
---|
+ +
Classes in com.mycompany.service.impl that implement IdeaService | +|
---|---|
+ class |
+IdeaServiceImpl
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use UserService | +|
---|---|
com.mycompany.controller | ++ |
com.mycompany.service.impl | ++ |
+Uses of UserService in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller with parameters of type UserService | +|
---|---|
+ void |
+UserController.setUserService(UserService userService)
+
++ |
+
+ void |
+SignupController.setUserService(UserService userService)
+
++ |
+
+ void |
+LoginController.setUserService(UserService userService)
+
++ |
+
+ void |
+ContactsController.setUserService(UserService userService)
+
++ |
+
+ void |
+ChartController.setUserService(UserService userService)
+
++ |
+
+Uses of UserService in com.mycompany.service.impl | +
---|
+ +
Classes in com.mycompany.service.impl that implement UserService | +|
---|---|
+ class |
+UserServiceImpl
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use VenueService | +|
---|---|
com.mycompany.controller | ++ |
com.mycompany.service.impl | ++ |
+Uses of VenueService in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller with parameters of type VenueService | +|
---|---|
+ void |
+VenueController.setVenueService(VenueService venueService)
+
++ |
+
+Uses of VenueService in com.mycompany.service.impl | +
---|
+ +
Classes in com.mycompany.service.impl that implement VenueService | +|
---|---|
+ class |
+VenueServiceImpl
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.service.impl.AbstractService ++
public abstract class AbstractService
+
+Constructor Summary | +|
---|---|
AbstractService()
+
++ |
+
+Method Summary | +
---|
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public AbstractService()+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.service.impl.AbstractService + com.mycompany.service.impl.ChartServiceImpl ++
@Named(value="chartService") +public class ChartServiceImpl
+
+Constructor Summary | +|
---|---|
ChartServiceImpl()
+
++ |
+
+Method Summary | +|
---|---|
+ java.util.List<java.lang.Object[]> |
+findEventAttendanceByGender(Gender gender)
+
++ Finds all event attendance data by gender. |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public ChartServiceImpl()+
+Method Detail | +
---|
+public java.util.List<java.lang.Object[]> findEventAttendanceByGender(Gender gender)+
ChartService
+
findEventAttendanceByGender
in interface ChartService
gender
- The Gender
enum.
+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.service.impl.AbstractService + com.mycompany.service.impl.ContentServiceImpl ++
@Named(value="contentService") +public class ContentServiceImpl
+
+Constructor Summary | +|
---|---|
ContentServiceImpl()
+
++ |
+
+Method Summary | +|
---|---|
+ Content |
+findContentByName(java.lang.String name)
+
++ Finds a Content object by name. |
+
+ Content |
+saveContent(Content content)
+
++ Saves a Content object. |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public ContentServiceImpl()+
+Method Detail | +
---|
+public Content findContentByName(java.lang.String name)+
ContentService
Content
object by name.
++
findContentByName
in interface ContentService
name
- The name to find.
++public Content saveContent(Content content)+
ContentService
Content
object.
++
saveContent
in interface ContentService
content
- The object to save.
+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.service.impl.AbstractService + com.mycompany.service.impl.CountryServiceImpl ++
@Named(value="countryService") +public class CountryServiceImpl
+
+ Controller class for countries. Since this class holds application-wide
+ state, namely a list of Country
objects, we annotate it as an
+ application-scoped CDI bean.
+
+ +
+
+Constructor Summary | +|
---|---|
CountryServiceImpl()
+
++ |
+
+Method Summary | +|
---|---|
+ ProvinceState |
+createProvinceState(Country country,
+ java.lang.String name)
+
++ Creates a ProvinceState object for a particular Country . |
+
+ java.util.List<City> |
+findCitiesByState(ProvinceState state)
+
++ Finds a list of City objects for the given ProvinceState . |
+
+ City |
+findCity(java.lang.String name,
+ ProvinceState provinceState)
+
++ Finds a City by name in the ProvinceState . |
+
+ City |
+findCityById(java.lang.Integer id)
+
++ Finds a City object by ID. |
+
+ Country |
+findCountryById(java.lang.Integer id)
+
++ Finds a Country object by ID. |
+
+ java.util.List<ProvinceState> |
+findProvinceStatesByCountry(Country country)
+
++ Finds a List of ProvinceState objects for a particular
+ Country . |
+
+ ProvinceState |
+findStateById(java.lang.Integer id)
+
++ Finds a ProvinceState object by ID. |
+
+ ProvinceState |
+findStateByName(Country country,
+ java.lang.String stateName)
+
++ Finds a ProvinceState object by name within a particular
+ Country . |
+
+ java.util.List<Country> |
+getCountries()
+
++ Returns all Country objects. |
+
+ java.util.List<ProvinceState> |
+getProvinceStates()
+
++ Returns all ProvinceState objects. |
+
+ void |
+init(javax.servlet.ServletContext context)
+
++ This method is responsible for initializing a List of Country objects + when the web application is started. |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public CountryServiceImpl()+
+Method Detail | +
---|
+public ProvinceState createProvinceState(Country country, + java.lang.String name)+
CountryService
ProvinceState
object for a particular Country
.
++
createProvinceState
in interface CountryService
country
- The Country in which the ProvinceState is located.name
- The name of the ProvinceState.
++public java.util.List<City> findCitiesByState(ProvinceState state)+
CountryService
City
objects for the given ProvinceState
.
++
findCitiesByState
in interface CountryService
state
- The ProvinceState object for which to find cities.
++public City findCity(java.lang.String name, + ProvinceState provinceState)+
CountryService
City
by name in the ProvinceState
.
++
findCity
in interface CountryService
name
- The name of the city.provinceState
- The province/state in which to find the city.
++public City findCityById(java.lang.Integer id)+
CountryService
City
object by ID.
++
findCityById
in interface CountryService
id
- The ID of the city.
++public Country findCountryById(java.lang.Integer id)+
CountryService
Country
object by ID.
++
findCountryById
in interface CountryService
id
- The ID of the country.
++public java.util.List<ProvinceState> findProvinceStatesByCountry(Country country)+
CountryService
List
of ProvinceState
objects for a particular
+ Country
.
++
findProvinceStatesByCountry
in interface CountryService
country
- The Country object.
++public ProvinceState findStateById(java.lang.Integer id)+
CountryService
ProvinceState
object by ID.
++
findStateById
in interface CountryService
id
- The ID of the ProvinceState object.
++public ProvinceState findStateByName(Country country, + java.lang.String stateName)+
CountryService
ProvinceState
object by name within a particular
+ Country
.
++
findStateByName
in interface CountryService
country
- The Country object.stateName
- The name of the ProvinceState to find.
++public java.util.List<Country> getCountries()+
CountryService
Country
objects.
++
getCountries
in interface CountryService
+public java.util.List<ProvinceState> getProvinceStates()+
CountryService
ProvinceState
objects.
++
getProvinceStates
in interface CountryService
+public void init(@Observes + javax.servlet.ServletContext context) + throws java.lang.Exception+
Initialized
event to ensure this method
+ is called at startup time. Note: since this class is not an EJB, to
+ insert data we have to use bean-managed transactions with the
+ UserTransaction
.
++
init
in interface CountryService
context
-
+java.lang.Exception
ServletContextLifecycleNotifier
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.service.impl.AbstractService + com.mycompany.service.impl.EventServiceImpl ++
@Named(value="eventService") +public class EventServiceImpl
+
+Constructor Summary | +|
---|---|
EventServiceImpl()
+
++ |
+
+Method Summary | +|
---|---|
+ java.util.List<Event> |
+findAllEvents()
+
++ Finds all Event objects. |
+
+ java.util.List<EventAttendance> |
+findAllEventsAttendanceByUser(User user)
+
++ Finds all EventAttendance objects for a particular User . |
+
+ EventAttendance |
+findEventAttendance(Event event,
+ User user)
+
++ Finds the EventAttendance object for a particular Event
+ and User . |
+
+ Event |
+findEventById(java.lang.Integer id)
+
++ Finds an Event by ID. |
+
+ java.util.List<Event> |
+findEvents(City city,
+ ProvinceState provinceState,
+ EventType eventType,
+ java.lang.String keyword)
+
++ Finds a List of Event objects in a City and
+ ProvinceState for a particular EventType and keyword. |
+
+ java.util.List<Event> |
+findUserEvents(java.util.Date start,
+ java.util.Date end,
+ User user)
+
++ Finds a List of Event objects between a start and end date
+ created by a particular User . |
+
+ EventAttendance |
+saveAttendance(EventAttendance attendance)
+
++ Saves an EventAttendance object. |
+
+ Event |
+saveEvent(Event event)
+
++ Saves an Event . |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public EventServiceImpl()+
+Method Detail | +
---|
+public java.util.List<Event> findAllEvents()+
EventService
Event
objects.
++
findAllEvents
in interface EventService
+public java.util.List<EventAttendance> findAllEventsAttendanceByUser(User user)+
EventService
EventAttendance
objects for a particular User
.
++
findAllEventsAttendanceByUser
in interface EventService
user
- The User object.
++public EventAttendance findEventAttendance(Event event, + User user)+
EventService
EventAttendance
object for a particular Event
+ and User
.
++
findEventAttendance
in interface EventService
event
- The Event object.user
- The User object.
++public Event findEventById(java.lang.Integer id)+
EventService
Event
by ID.
++
findEventById
in interface EventService
id
- The Event ID.
++public java.util.List<Event> findUserEvents(java.util.Date start, + java.util.Date end, + User user)+
EventService
Event
objects between a start and end date
+ created by a particular User
.
++
findUserEvents
in interface EventService
start
- The start date.end
- The end date.user
- The User object.
++public EventAttendance saveAttendance(EventAttendance attendance)+
EventService
EventAttendance
object.
++
saveAttendance
in interface EventService
attendance
- The EventAttendance object.
++public Event saveEvent(Event event)+
EventService
Event
.
++
saveEvent
in interface EventService
event
- The Event object.
++public java.util.List<Event> findEvents(City city, + ProvinceState provinceState, + EventType eventType, + java.lang.String keyword)+
EventService
Event
objects in a City
and
+ ProvinceState
for a particular EventType
and keyword.
++
findEvents
in interface EventService
city
- The City object.provinceState
- The ProvinceState object.eventType
- The EventType object.keyword
- A keyword.
+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.service.impl.AbstractService + com.mycompany.service.impl.IdeaServiceImpl ++
@Named(value="ideaService") +public class IdeaServiceImpl
+
+Constructor Summary | +|
---|---|
IdeaServiceImpl()
+
++ |
+
+Method Summary | +|
---|---|
+ void |
+buildMindMap(Idea parentIdea,
+ org.primefaces.model.mindmap.MindmapNode parentNode)
+
++ This method uses recursion to build the mind map data structure. |
+
+ Idea |
+findIdea(java.lang.Integer id)
+
++ Finds an Idea by ID. |
+
+ java.util.List<Idea> |
+findIdeas()
+
++ Finds a list of Idea objects. |
+
+ Idea |
+saveIdea(Idea idea)
+
++ Saves an Idea object. |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public IdeaServiceImpl()+
+Method Detail | +
---|
+public void buildMindMap(Idea parentIdea, + org.primefaces.model.mindmap.MindmapNode parentNode)+
+
buildMindMap
in interface IdeaService
parentIdea
- The parent Idea
.parentNode
- The parent MindmapNode
.+public Idea findIdea(java.lang.Integer id)+
IdeaService
Idea
by ID.
++
findIdea
in interface IdeaService
id
- The Idea object's ID.
++public java.util.List<Idea> findIdeas()+
IdeaService
Idea
objects.
++
findIdeas
in interface IdeaService
+public Idea saveIdea(Idea idea)+
IdeaService
Idea
object.
++
saveIdea
in interface IdeaService
idea
- The Idea to save.
+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.service.impl.AbstractService + com.mycompany.service.impl.UserServiceImpl ++
@Named(value="userService") +public class UserServiceImpl
+
+Constructor Summary | +|
---|---|
UserServiceImpl()
+
++ |
+
+Method Summary | +|
---|---|
+ UserRelationship |
+findRelationshipToUser(User user1,
+ User user2)
+
++ Finds a UserRelationship object representing a relationship
+ between two User objects. |
+
+ User |
+findUser(java.lang.String username,
+ java.lang.String password)
+
++ Finds a User with the given username and password. |
+
+ User |
+findUserById(java.lang.Integer id)
+
++ Finds a User by ID. |
+
+ User |
+findUserByUsername(java.lang.String username)
+
++ Finds a User by username. |
+
+ java.util.List<User> |
+findUsers()
+
++ Finds a List of all User objects. |
+
+ java.util.List<User> |
+findUsersByName(java.lang.String suggest)
+
++ Finds a List of User objects that have a first name or last name
+ that partially matches the suggestion string. |
+
+ java.util.List<User> |
+findUsersByType(RelationshipType type,
+ User user)
+
++ Finds a List of User objects that are related to the User
+ according to the specified RelationshipType . |
+
+ UserRelationship |
+saveRelationship(UserRelationship relationship)
+
++ Saves a UserRelationship object. |
+
+ User |
+saveUser(User user)
+
++ Saves a User object. |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public UserServiceImpl()+
+Method Detail | +
---|
+public UserRelationship findRelationshipToUser(User user1, + User user2)+
UserService
UserRelationship
object representing a relationship
+ between two User
objects.
++
findRelationshipToUser
in interface UserService
user1
- The first user.user2
- The second user.
++public User findUser(java.lang.String username, + java.lang.String password)+
UserService
User
with the given username and password. Used for
+ authentication.
++
findUser
in interface UserService
username
- The username.password
- The password.
++public User findUserById(java.lang.Integer id)+
UserService
User
by ID.
++
findUserById
in interface UserService
id
- The user's ID.
++public User findUserByUsername(java.lang.String username)+
UserService
User
by username.
++
findUserByUsername
in interface UserService
username
- The username.
++public java.util.List<User> findUsers()+
UserService
User
objects.
++
findUsers
in interface UserService
+public java.util.List<User> findUsersByName(java.lang.String suggest)+
UserService
User
objects that have a first name or last name
+ that partially matches the suggestion string.
++
findUsersByName
in interface UserService
suggest
- The partial string.
++public java.util.List<User> findUsersByType(RelationshipType type, + User user)+
UserService
User
objects that are related to the User
+ according to the specified RelationshipType
.
++
findUsersByType
in interface UserService
type
- The RelationshipType
object.user
- The User
object.
+User
objects.+public UserRelationship saveRelationship(UserRelationship relationship)+
UserService
UserRelationship
object.
++
saveRelationship
in interface UserService
relationship
- The UserRelationship to save.
++public User saveUser(User user)+
UserService
User
object.
++
saveUser
in interface UserService
user
- The user to save.
+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.service.impl.AbstractService + com.mycompany.service.impl.VenueServiceImpl ++
@Named(value="venueService") +public class VenueServiceImpl
+
+Constructor Summary | +|
---|---|
VenueServiceImpl()
+
++ |
+
+Method Summary | +|
---|---|
+ void |
+deleteVenue(Venue venue)
+
++ Deletes a Venue object. |
+
+ Venue |
+findVenueById(java.lang.Integer id)
+
++ Finds a Venue object by ID. |
+
+ java.util.List<Venue> |
+findVenues()
+
++ Finds a List of all Venue objects. |
+
+ Venue |
+saveVenue(Venue venue)
+
++ Saves a Venue object. |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public VenueServiceImpl()+
+Method Detail | +
---|
+public void deleteVenue(Venue venue)+
VenueService
Venue
object.
++
deleteVenue
in interface VenueService
venue
- The Venue to delete.+public Venue findVenueById(java.lang.Integer id)+
VenueService
Venue
object by ID.
++
findVenueById
in interface VenueService
id
- The ID of the Venue.
++public java.util.List<Venue> findVenues()+
VenueService
List
of all Venue
objects.
++
findVenues
in interface VenueService
+public Venue saveVenue(Venue venue)+
VenueService
Venue
object.
++
saveVenue
in interface VenueService
venue
- The Venue to save.
+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use AbstractService | +|
---|---|
com.mycompany.service.impl | ++ |
+Uses of AbstractService in com.mycompany.service.impl | +
---|
+ +
Subclasses of AbstractService in com.mycompany.service.impl | +|
---|---|
+ class |
+ChartServiceImpl
+
++ |
+
+ class |
+ContentServiceImpl
+
++ |
+
+ class |
+CountryServiceImpl
+
++ + Controller class for countries. |
+
+ class |
+EventServiceImpl
+
++ |
+
+ class |
+IdeaServiceImpl
+
++ |
+
+ class |
+UserServiceImpl
+
++ |
+
+ class |
+VenueServiceImpl
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Classes
+
+ +AbstractService + +ChartServiceImpl + +ContentServiceImpl + +CountryServiceImpl + +EventServiceImpl + +IdeaServiceImpl + +UserServiceImpl + +VenueServiceImpl |
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+Class Summary | +|
---|---|
AbstractService | ++ |
ChartServiceImpl | ++ |
ContentServiceImpl | ++ |
CountryServiceImpl | ++ Controller class for countries. | +
EventServiceImpl | ++ |
IdeaServiceImpl | ++ |
UserServiceImpl | ++ |
VenueServiceImpl | ++ |
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use com.mycompany.service.impl | +|
---|---|
com.mycompany.service.impl | ++ |
+Classes in com.mycompany.service.impl used by com.mycompany.service.impl | +|
---|---|
AbstractService
+
+ + |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Interfaces
+
+ +ChartService + +ContentService + +CountryService + +EventService + +IdeaService + +UserService + +VenueService |
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+Interface Summary | +|
---|---|
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. | +
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use com.mycompany.service | +|
---|---|
com.mycompany.controller | ++ |
com.mycompany.service.impl | ++ |
+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. |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.util.FacesUtils ++
public class FacesUtils
+Utility class for common JSF API uses. +
+ +
+
+Constructor Summary | +|
---|---|
FacesUtils()
+
++ |
+
+Method Summary | +|
---|---|
+static void |
+addMessage(javax.faces.application.FacesMessage message)
+
++ Adds a FacesMessage to the FacesContext . |
+
+static java.lang.Object |
+getManagedBean(java.lang.String name)
+
++ Utility method to lookup a managed bean. |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public FacesUtils()+
+Method Detail | +
---|
+public static java.lang.Object getManagedBean(java.lang.String name)+
+
name
- The managed bean name.
++public static void addMessage(javax.faces.application.FacesMessage message)+
FacesMessage
to the FacesContext
.
++
message
- The FacesMessage
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
public interface Queries
+Constant interface for named JPA queries. +
+ +
+
+Field Summary | +|
---|---|
+static java.lang.String |
+CITY_FIND_BY_NAME_AND_PROVINCE_STATE
+
++ Finds a City by name and ProvinceState . |
+
+static java.lang.String |
+CONTENT_FIND_BY_NAME
+
++ Finds a Content by name. |
+
+static java.lang.String |
+COUNTRY_FIND_ALL
+
++ Finds all Country objects. |
+
+static java.lang.String |
+COUNTRY_FIND_BY_CODE
+
++ Finds a Country by code. |
+
+static java.lang.String |
+EVENT_ATTENDANCE_FIND_BY_USER
+
++ Finds all EventAttendance for a particular User . |
+
+static java.lang.String |
+EVENT_ATTENDANCE_FIND_BY_USER_AND_EVENT
+
++ Finds a List of EventAttendance for a particular User and
+ Event . |
+
+static java.lang.String |
+EVENT_ATTENDANCE_FIND_GENDER_COUNT_BY_EVENT
+
++ Find a count of all EventAttendance objects by Gender . |
+
+static java.lang.String |
+EVENT_FIND_ALL
+
++ Find all Event objects. |
+
+static java.lang.String |
+USER_FIND_BY_PARTIAL_NAME
+
++ Finds a User by partial name. |
+
+static java.lang.String |
+USER_FIND_BY_RELATIONSHIP_TYPE
+
++ Finds a List of User objects by RelationshipType to
+ another User . |
+
+static java.lang.String |
+USER_FIND_BY_USERNAME_PASSWORD
+
++ Finds a User by username and password. |
+
+Field Detail | +
---|
+static final java.lang.String CITY_FIND_BY_NAME_AND_PROVINCE_STATE+
City
by name and ProvinceState
.
++
+static final java.lang.String CONTENT_FIND_BY_NAME+
Content
by name.
++
+static final java.lang.String COUNTRY_FIND_ALL+
Country
objects.
++
+static final java.lang.String COUNTRY_FIND_BY_CODE+
Country
by code.
++
+static final java.lang.String EVENT_ATTENDANCE_FIND_BY_USER+
EventAttendance
for a particular User
.
++
+static final java.lang.String EVENT_ATTENDANCE_FIND_BY_USER_AND_EVENT+
EventAttendance
for a particular User
and
+ Event
.
++
+static final java.lang.String EVENT_ATTENDANCE_FIND_GENDER_COUNT_BY_EVENT+
EventAttendance
objects by Gender
.
++
+static final java.lang.String EVENT_FIND_ALL+
Event
objects.
++
+static final java.lang.String USER_FIND_BY_PARTIAL_NAME+
User
by partial name.
++
+static final java.lang.String USER_FIND_BY_RELATIONSHIP_TYPE+
User
objects by RelationshipType
to
+ another User
.
++
+static final java.lang.String USER_FIND_BY_USERNAME_PASSWORD+
User
by username and password.
++
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + com.mycompany.util.UserSession ++
@Named(value="userSession") +@SessionScoped +public class UserSession
+Session-scoped CDI managed bean to store a User
object.
+
+ +
+
+Constructor Summary | +|
---|---|
UserSession()
+
++ |
+
+Method Summary | +|
---|---|
+ User |
+getUser()
+
++ Returns the current User . |
+
+ void |
+release()
+
++ CDI calls this method before the bean is destroyed. |
+
+ void |
+setUser(User user)
+
++ Sets the User . |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public UserSession()+
+Method Detail | +
---|
+public User getUser()+
User
.
++
+public void setUser(User user)+
User
.
++
user
- The User object.+@PreDestroy +public void release()+
+
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use UserSession | +|
---|---|
com.mycompany.controller | ++ |
+Uses of UserSession in com.mycompany.controller | +
---|
+ +
Methods in com.mycompany.controller with parameters of type UserSession | +|
---|---|
+ void |
+AbstractController.setUserSession(UserSession userSession)
+
++ |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Interfaces
+
+ +Queries |
+
+Classes
+
+ +FacesUtils + +UserSession |
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+Interface Summary | +|
---|---|
Queries | +Constant interface for named JPA queries. | +
+ +
+Class Summary | +|
---|---|
FacesUtils | +Utility class for common JSF API uses. | +
UserSession | +Session-scoped CDI managed bean to store a User object. |
+
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages that use com.mycompany.util | +|
---|---|
com.mycompany.controller | ++ |
+Classes in com.mycompany.util used by com.mycompany.controller | +|
---|---|
UserSession
+
+ + Session-scoped CDI managed bean to store a User object. |
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+java.lang.Object + org.primefaces.push.DefaultPushRule + com.mycompany.websocket.DefaultPushRule ++
public class DefaultPushRule
+Utility class for GlassFish WebSocket support with PrimeFaces. +
+ +
+
+Constructor Summary | +|
---|---|
DefaultPushRule()
+
++ |
+
+Method Summary | +|
---|---|
+ boolean |
+apply(org.atmosphere.cpr.AtmosphereResource resource)
+
++ |
+
Methods inherited from class java.lang.Object | +
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
+Constructor Detail | +
---|
+public DefaultPushRule()+
+Method Detail | +
---|
+public boolean apply(org.atmosphere.cpr.AtmosphereResource resource)+
apply
in interface org.primefaces.push.PushRule
apply
in class org.primefaces.push.DefaultPushRule
+
+
|
++ + | +|||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Classes
+
+ +DefaultPushRule |
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+Class Summary | +|
---|---|
DefaultPushRule | +Utility class for GlassFish WebSocket support with PrimeFaces. | +
+
+
+
|
++ + | +|||||||||
+ PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+com.mycompany.* | +
---|
+ +
com.mycompany.util.Queries | +||
---|---|---|
+public static final java.lang.String |
+CITY_FIND_BY_NAME_AND_PROVINCE_STATE |
+"City.findByNameAndProvinceState" |
+
+public static final java.lang.String |
+CONTENT_FIND_BY_NAME |
+"Content.findByName" |
+
+public static final java.lang.String |
+COUNTRY_FIND_ALL |
+"Country.findAll" |
+
+public static final java.lang.String |
+COUNTRY_FIND_BY_CODE |
+"Country.findByCode" |
+
+public static final java.lang.String |
+EVENT_ATTENDANCE_FIND_BY_USER |
+"EventAttendance.findByUser" |
+
+public static final java.lang.String |
+EVENT_ATTENDANCE_FIND_BY_USER_AND_EVENT |
+"EventAttendance.findByUserAndEvent" |
+
+public static final java.lang.String |
+EVENT_ATTENDANCE_FIND_GENDER_COUNT_BY_EVENT |
+"EventAttendance.findGenderCountByEvent" |
+
+public static final java.lang.String |
+EVENT_FIND_ALL |
+"Event.findAll" |
+
+public static final java.lang.String |
+USER_FIND_BY_PARTIAL_NAME |
+"User.findByPartialName" |
+
+public static final java.lang.String |
+USER_FIND_BY_RELATIONSHIP_TYPE |
+"User.findByRelationshipType" |
+
+public static final java.lang.String |
+USER_FIND_BY_USERNAME_PASSWORD |
+"User.findByUsernamePassword" |
+
+ +
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+ +++The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.
+ +++Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:
+
+- Interfaces (italic)
- Classes
- Enums
- Exceptions
- Errors
- Annotation Types
+ ++ ++Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
+
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.- Class inheritance diagram
- Direct Subclasses
- All Known Subinterfaces
- All Known Implementing Classes
- Class/interface declaration
- Class/interface description +
+
- Nested Class Summary
- Field Summary
- Constructor Summary
- Method Summary +
+
- Field Detail
- Constructor Detail
- Method Detail
+ ++ ++Each annotation type has its own separate page with the following sections:
+
+- Annotation Type declaration
- Annotation Type description
- Required Element Summary
- Optional Element Summary
- Element Detail
+ +++Each enum has its own separate page with the following sections:
+
+- Enum declaration
- Enum description
- Enum Constant Summary
- Enum Constant Detail
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.+
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with+java.lang.Object
. The interfaces do not inherit fromjava.lang.Object
.+
+- When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
- When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
+The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.+
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.+
+
+
+
+
+This help file applies to API documentation generated using the standard doclet.
+
+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
User
objects for presence
+ purposes.FacesMessage
to the FacesContext
.
+
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
EventAttendance
data.
+
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
EventAttendance
object.
+Content
object.
+Event
.
+Idea
object.
+UserRelationship
object.
+User
object.
+Venue
object.
+Event
.
+User
.
+ProvinceState
objects.
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
User
by partial name.
+User
objects by RelationshipType
to
+ another User
.
+User
by username and password.
+User
objects.User
object.
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
Idea
using the
+ MindmapNode
interface.
+
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
Venue
objects.
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
City
by name and ProvinceState
.
+City
objects.Content
by name.
+Country
objects.
+Country
by code.
+Country
objects.ProvinceState
object for a particular Country
.
+
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
Venue
object.
+
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
ProvinceState
objects.EventAttendance
for a particular User
.
+EventAttendance
for a particular User
and
+ Event
.
+EventAttendance
objects by Gender
.
+Event
objects.
+Event
from
+ one date/time to another date/time.
+
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
Event
objects.
+EventAttendance
objects for a particular User
.
+City
objects for the given ProvinceState
.
+City
by name in the ProvinceState
.
+City
object by ID.
+Content
object by name.
+Country
object by ID.
+EventAttendance
object for a particular Event
+ and User
.
+Event
by ID.
+Event
objects in a City
and
+ ProvinceState
for a particular EventType
and keyword.
+Idea
by ID.
+Idea
objects.
+List
of ProvinceState
objects for a particular
+ Country
.
+UserRelationship
object representing a relationship
+ between two User
objects.
+ProvinceState
object by ID.
+ProvinceState
object by name within a particular
+ Country
.
+User
with the given username and password.
+User
by ID.
+User
by username.
+Event
objects between a start and end date
+ created by a particular User
.
+User
objects.
+User
objects that have a first name or last name
+ that partially matches the suggestion string.
+User
objects that are related to the User
+ according to the specified RelationshipType
.
+Venue
object by ID.
+List
of all Venue
objects.
+
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
Event
objects in the database.
+EventAttendance
objects
+ encapsulating information about a user's attendance for a particular
+ event.
+Country
objects.
+Event
.
+EventType
enum objects.
+PieChartModel
of active user click counts.
+ProvinceState
objects.
+User
.
+LazyScheduleModel
for the PrimeFaces
+ schedule component.
+
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
ServletContext
initialization to populate the
+ database with sample data.
+
+
+
|
++ + | +|||||||||
+ PREV LETTER + NEXT LETTER | ++ FRAMES + NO FRAMES + + + + + | +
+This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
+
+Link toNon-frame version.
+
+ | +
---|
All Classes
+
+
+Packages
+ |
+
+ + + diff --git a/primefaces-webapp/src/main/doc/overview-summary.html b/primefaces-webapp/src/main/doc/overview-summary.html new file mode 100644 index 0000000..d056f90 --- /dev/null +++ b/primefaces-webapp/src/main/doc/overview-summary.html @@ -0,0 +1,179 @@ + + + +
+ +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Packages | +|
---|---|
com.mycompany.controller | ++ |
com.mycompany.convert | ++ |
com.mycompany.lifecycle | ++ |
com.mycompany.model | ++ |
com.mycompany.service | ++ |
com.mycompany.service.impl | ++ |
com.mycompany.util | ++ |
com.mycompany.websocket | ++ |
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+Package com.mycompany.controller | +
---|
+Class com.mycompany.controller.AbstractController extends java.lang.Object implements Serializable | +
---|
+serialVersionUID: -4862069600034765532L + +
+Serialization Methods | +
---|
+private void readObject(java.io.ObjectInputStream ois) + throws java.io.IOException, + java.lang.ClassNotFoundException+
+
java.io.IOException
+java.lang.ClassNotFoundException
+Serialized Fields | +
---|
+UserSession userSession+
+Class com.mycompany.controller.ChartController extends AbstractController implements Serializable | +
---|
+serialVersionUID: -1999623701433215717L + +
+Serialized Fields | +
---|
+org.primefaces.model.chart.CartesianChartModel barChartModel+
+ChartService chartService+
+UserService userService+
+org.primefaces.model.chart.PieChartModel pieChartModel+
+Class com.mycompany.controller.ChatController extends AbstractController implements Serializable | +
---|
+serialVersionUID: -2706002474535643832L + +
+Serialized Fields | +
---|
+java.lang.String globalMessage+
+ActiveUsers activeUsers+
+org.primefaces.push.PushContext pushContext+
+Class com.mycompany.controller.ContactsController extends AbstractController implements Serializable | +
---|
+serialVersionUID: -1709154434943491658L + +
+Serialized Fields | +
---|
+java.util.List<E> colleagues+
+UserService userService+
+java.util.List<E> family+
+java.util.List<E> friends+
+UserRelationship relationship+
+RelationshipType relationshipType+
+Class com.mycompany.controller.ContentController extends AbstractController implements Serializable | +
---|
+serialVersionUID: -5256865616437754501L + +
+Serialized Fields | +
---|
+Content content+
+ContentService contentService+
+javax.enterprise.context.Conversation conversation+
+boolean editing+
+Class com.mycompany.controller.DashboardController extends AbstractController implements Serializable | +
---|
+serialVersionUID: -291033332986147359L + +
+Serialized Fields | +
---|
+org.primefaces.model.DashboardModel model+
+Class com.mycompany.controller.EventController extends AbstractController implements Serializable | +
---|
+serialVersionUID: 1256165484728132802L + +
+Serialized Fields | +
---|
+java.util.List<E> allEvents+
+java.util.List<E> allEventsAttendance+
+Event event+
+EventService eventService+
+org.primefaces.model.ScheduleModel userScheduleModel+
+Class com.mycompany.controller.LoginController extends AbstractController implements Serializable | +
---|
+serialVersionUID: -6710063228036238737L + +
+Serialized Fields | +
---|
+ActiveUsers activeUsers+
+Credentials credentials+
+UserService userService+
+Class com.mycompany.controller.MindMapController extends AbstractController implements Serializable | +
---|
+serialVersionUID: 4810848975079411459L + +
+Serialized Fields | +
---|
+IdeaService ideaService+
+Idea newIdea+
+org.primefaces.model.mindmap.MindmapNode root+
+Idea selectedIdea+
+org.primefaces.model.mindmap.MindmapNode selectedNode+
+Class com.mycompany.controller.SearchController extends AbstractController implements Serializable | +
---|
+serialVersionUID: 3648708195333963881L + +
+Serialized Fields | +
---|
+boolean alcoholPermitted+
+City city+
+CountryService countryService+
+EventService eventService+
+EventType eventType+
+java.lang.String keyword+
+java.lang.String mapCenter+
+java.lang.Integer mapZoom+
+int maxResults+
+boolean noCoverCharge+
+boolean outdoorVenue+
+ProvinceState provinceState+
+org.primefaces.model.map.MapModel searchResultsModel+
+Event selectedEvent+
+Class com.mycompany.controller.SignupController extends AbstractController implements Serializable | +
---|
+serialVersionUID: -3479887222411577225L + +
+Serialized Fields | +
---|
+CountryService countryService+
+User user+
+UserService userService+
+Class com.mycompany.controller.UserController extends AbstractController implements Serializable | +
---|
+serialVersionUID: 1140838618640961470L + +
+Serialized Fields | +
---|
+ActiveUsers activeUsers+
+java.util.List<E> themes+
+UserService userService+
+Class com.mycompany.controller.VenueController extends AbstractController implements Serializable | +
---|
+serialVersionUID: 1127963225862339644L + +
+Serialized Fields | +
---|
+CountryService countryService+
+Venue venue+
+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 | +
---|
+java.lang.Integer id+
+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 | +
---|
+java.lang.Double latitude+
+java.lang.Double longitude+
+java.lang.String name+
+ProvinceState provinceState+
+Class com.mycompany.model.Content extends AbstractEntity implements Serializable | +
---|
+serialVersionUID: 5714237132670562107L + +
+Serialized Fields | +
---|
+User createdBy+
+java.util.Date createdDate+
+java.lang.String viewId+
+java.lang.String value+
+Class com.mycompany.model.Country extends AbstractEntity implements Serializable | +
---|
+serialVersionUID: -4925972235656394450L + +
+Serialized Fields | +
---|
+java.lang.String code+
+java.lang.String name+
+java.util.Set<E> provinceStates+
+Class com.mycompany.model.Event extends AbstractEntity implements Serializable | +
---|
+serialVersionUID: 1853185041344918956L + +
+Serialized Fields | +
---|
+java.util.Set<E> attendance+
+User createdBy+
+java.lang.String description+
+java.util.Date endDate+
+EventType eventType+
+java.util.Date startDate+
+java.lang.String title+
+Venue venue+
+Class com.mycompany.model.EventAttendance extends AbstractEntity implements Serializable | +
---|
+serialVersionUID: -4351135973935030713L + +
+Serialized Fields | +
---|
+boolean confirmed+
+Event event+
+int rating+
+User user+
+Class com.mycompany.model.Idea extends AbstractEntity implements Serializable | +
---|
+serialVersionUID: -5778367117092282684L + +
+Serialized Fields | +
---|
+User author+
+java.util.Set<E> children+
+java.lang.String description+
+java.lang.String name+
+Idea parent+
+Class com.mycompany.model.ProvinceState extends AbstractEntity implements Serializable | +
---|
+serialVersionUID: 5984616633801173028L + +
+Serialized Fields | +
---|
+java.util.Set<E> cities+
+Country country+
+java.lang.String name+
+Class com.mycompany.model.User extends AbstractEntity implements Serializable | +
---|
+serialVersionUID: 8009394076089033693L + +
+Serialized Fields | +
---|
+boolean acceptedTerms+
+java.util.Date birthdate+
+java.lang.Integer clickCount+
+Country country+
+java.lang.String emailAddress+
+java.util.Set<E> eventsAttended+
+java.lang.String firstName+
+java.util.Set<E> fromRelationships+
+Gender gender+
+java.lang.String lastName+
+java.lang.String password+
+java.lang.String phoneNumber+
+java.lang.String theme+
+java.util.Set<E> toRelationships+
+java.lang.String username+
+Class com.mycompany.model.UserRelationship extends AbstractEntity implements Serializable | +
---|
+serialVersionUID: -5157091586647676960L + +
+Serialized Fields | +
---|
+RelationshipType relationshipType+
+User fromUser+
+User toUser+
+Class com.mycompany.model.Venue extends AbstractEntity implements Serializable | +
---|
+serialVersionUID: 5049478213946349124L + +
+Serialized Fields | +
---|
+City city+
+Country country+
+java.util.Set<E> events+
+java.lang.Double latitude+
+java.lang.Double longitude+
+java.lang.String name+
+java.lang.String phoneNumber+
+ProvinceState provinceState+
+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+
+User user+
+
+
+
|
++ + | +|||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +