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 @@ + + + + + + +All Classes + + + + + + + + + + + +All Classes +
+ + + + + +
AbstractController +
+AbstractEntity +
+AbstractEntity_ +
+AbstractService +
+ActiveUsers +
+ChartController +
+ChartService +
+ChartServiceImpl +
+ChatController +
+City +
+City_ +
+CityConverter +
+ContactsController +
+Content +
+Content_ +
+ContentController +
+ContentService +
+ContentServiceImpl +
+ConversationExceptionFilter +
+Country +
+Country_ +
+CountryConverter +
+CountryService +
+CountryServiceImpl +
+Credentials +
+DashboardController +
+DefaultPushRule +
+Destroyed +
+EditableStateConverter +
+Event +
+Event_ +
+EventAttendance +
+EventAttendance_ +
+EventController +
+EventService +
+EventServiceImpl +
+EventType +
+FacesUtils +
+Gender +
+Idea +
+Idea_ +
+IdeaService +
+IdeaServiceImpl +
+Initialized +
+LoginController +
+MindMapController +
+ProvinceState +
+ProvinceState_ +
+Queries +
+RelationshipType +
+SearchController +
+SecurityPhaseListener +
+ServletContextLifecycleNotifier +
+SignupController +
+StateConverter +
+User +
+User_ +
+UserController +
+UserConverter +
+UserRelationship +
+UserRelationship_ +
+UserService +
+UserServiceImpl +
+UserSession +
+Venue +
+Venue_ +
+VenueController +
+VenueConverter +
+VenueService +
+VenueServiceImpl +
+
+ + + diff --git a/primefaces-webapp/doc/allclasses-noframe.html b/primefaces-webapp/doc/allclasses-noframe.html new file mode 100644 index 0000000..61a2f73 --- /dev/null +++ b/primefaces-webapp/doc/allclasses-noframe.html @@ -0,0 +1,169 @@ + + + + + + +All Classes + + + + + + + + + + + +All Classes +
+ + + + + +
AbstractController +
+AbstractEntity +
+AbstractEntity_ +
+AbstractService +
+ActiveUsers +
+ChartController +
+ChartService +
+ChartServiceImpl +
+ChatController +
+City +
+City_ +
+CityConverter +
+ContactsController +
+Content +
+Content_ +
+ContentController +
+ContentService +
+ContentServiceImpl +
+ConversationExceptionFilter +
+Country +
+Country_ +
+CountryConverter +
+CountryService +
+CountryServiceImpl +
+Credentials +
+DashboardController +
+DefaultPushRule +
+Destroyed +
+EditableStateConverter +
+Event +
+Event_ +
+EventAttendance +
+EventAttendance_ +
+EventController +
+EventService +
+EventServiceImpl +
+EventType +
+FacesUtils +
+Gender +
+Idea +
+Idea_ +
+IdeaService +
+IdeaServiceImpl +
+Initialized +
+LoginController +
+MindMapController +
+ProvinceState +
+ProvinceState_ +
+Queries +
+RelationshipType +
+SearchController +
+SecurityPhaseListener +
+ServletContextLifecycleNotifier +
+SignupController +
+StateConverter +
+User +
+User_ +
+UserController +
+UserConverter +
+UserRelationship +
+UserRelationship_ +
+UserService +
+UserServiceImpl +
+UserSession +
+Venue +
+Venue_ +
+VenueController +
+VenueConverter +
+VenueService +
+VenueServiceImpl +
+
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/controller/AbstractController.html b/primefaces-webapp/doc/com/mycompany/controller/AbstractController.html new file mode 100644 index 0000000..8c73447 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/controller/AbstractController.html @@ -0,0 +1,265 @@ + + + + + + +AbstractController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.controller +
+Class AbstractController

+
+java.lang.Object
+  extended by com.mycompany.controller.AbstractController
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
Direct Known Subclasses:
ChartController, ChatController, ContactsController, ContentController, DashboardController, EventController, LoginController, MindMapController, SearchController, SignupController, UserController, VenueController
+
+
+
+
public abstract class AbstractController
extends java.lang.Object
implements java.io.Serializable
+ + +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
AbstractController() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ voidsetUserSession(UserSession userSession) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+AbstractController

+
+public AbstractController()
+
+
+ + + + + + + + +
+Method Detail
+ +

+setUserSession

+
+public void setUserSession(UserSession userSession)
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/controller/ChartController.html b/primefaces-webapp/doc/com/mycompany/controller/ChartController.html new file mode 100644 index 0000000..aa8fe8c --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/controller/ChartController.html @@ -0,0 +1,395 @@ + + + + + + +ChartController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.controller +
+Class ChartController

+
+java.lang.Object
+  extended by com.mycompany.controller.AbstractController
+      extended by com.mycompany.controller.ChartController
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class ChartController
extends AbstractController
+ + +

+Controller class for charts. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
ChartController() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ org.primefaces.model.chart.CartesianChartModelgetBarChartModel() + +
+           
+ org.primefaces.model.chart.PieChartModelgetLivePieModel() + +
+          This method builds a PieChartModel of active user click counts.
+ org.primefaces.model.chart.PieChartModelgetPieChartModel() + +
+           
+ voidinit(javax.faces.event.ComponentSystemEvent event) + +
+          Initializes the pie chart and bar chart models from data in our database.
+ voiditemSelect(org.primefaces.event.ItemSelectEvent event) + +
+           
+ voidsetChartService(ChartService chartService) + +
+           
+ voidsetUserService(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
+ +

+ChartController

+
+public ChartController()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getBarChartModel

+
+public org.primefaces.model.chart.CartesianChartModel getBarChartModel()
+
+
+
+
+
+
+ +

+getLivePieModel

+
+public org.primefaces.model.chart.PieChartModel getLivePieModel()
+
+
This method builds a PieChartModel of active user click counts. +

+

+ +
Returns:
A PieChartModel.
+
+
+
+ +

+getPieChartModel

+
+public org.primefaces.model.chart.PieChartModel getPieChartModel()
+
+
+
+
+
+
+ +

+init

+
+public void init(javax.faces.event.ComponentSystemEvent event)
+
+
Initializes the pie chart and bar chart models from data in our database. + We can't do this in the constructor because the EntityManager is + injected after the object is constructed, so this method handles the + initialization during the pre-render view event. +

+

+
Parameters:
event - The view event.
+
+
+
+ +

+itemSelect

+
+public void itemSelect(org.primefaces.event.ItemSelectEvent event)
+
+
+
+
+
+
+ +

+setChartService

+
+public void setChartService(ChartService chartService)
+
+
+
+
+
+
+ +

+setUserService

+
+public void setUserService(UserService userService)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/controller/ChatController.html b/primefaces-webapp/doc/com/mycompany/controller/ChatController.html new file mode 100644 index 0000000..94e5355 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/controller/ChatController.html @@ -0,0 +1,349 @@ + + + + + + +ChatController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.controller +
+Class ChatController

+
+java.lang.Object
+  extended by com.mycompany.controller.AbstractController
+      extended by com.mycompany.controller.ChatController
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class ChatController
extends AbstractController
+ + +

+Controller class for chat functionality. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
ChatController() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidbeginChat() + +
+           
+ voidendChat() + +
+           
+ java.lang.StringgetGlobalMessage() + +
+           
+ voidsendGlobal() + +
+           
+ voidsetGlobalMessage(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
+ +

+ChatController

+
+public ChatController()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getGlobalMessage

+
+public java.lang.String getGlobalMessage()
+
+
+
+
+
+
+ +

+beginChat

+
+public void beginChat()
+
+
+
+
+
+
+ +

+endChat

+
+public void endChat()
+
+
+
+
+
+
+ +

+sendGlobal

+
+public void sendGlobal()
+
+
+
+
+
+
+ +

+setGlobalMessage

+
+public void setGlobalMessage(java.lang.String globalMessage)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/controller/ContactsController.html b/primefaces-webapp/doc/com/mycompany/controller/ContactsController.html new file mode 100644 index 0000000..f7f1557 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/controller/ContactsController.html @@ -0,0 +1,520 @@ + + + + + + +ContactsController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.controller +
+Class ContactsController

+
+java.lang.Object
+  extended by com.mycompany.controller.AbstractController
+      extended by com.mycompany.controller.ContactsController
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class ContactsController
extends AbstractController
+ + +

+Controller class for contacts related functionality. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+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() + +
+           
+ UserRelationshipgetRelationship() + +
+           
+ RelationshipTypegetRelationshipType() + +
+           
+ RelationshipType[]getRelationshipTypes() + +
+           
+ RelationshipType[]getUserTypes() + +
+           
+ voidinit(javax.faces.event.ComponentSystemEvent event) + +
+           
+ voidnewRelationship(javax.faces.event.ActionEvent event) + +
+           
+ java.lang.StringsaveRelationship() + +
+           
+ voidsetRelationship(UserRelationship relationship) + +
+           
+ voidsetUserService(UserService userService) + +
+           
+ voiduserSelected(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
+ +

+ContactsController

+
+public ContactsController()
+
+
+ + + + + + + + +
+Method Detail
+ +

+findUsersByName

+
+public java.util.List<User> findUsersByName(java.lang.String suggest)
+
+
+
+
+
+
+ +

+getColleagues

+
+public java.util.List<User> getColleagues()
+
+
+
+
+
+
+ +

+getFamily

+
+public java.util.List<User> getFamily()
+
+
+
+
+
+
+ +

+getFriends

+
+public java.util.List<User> getFriends()
+
+
+
+
+
+
+ +

+getRelationship

+
+public UserRelationship getRelationship()
+
+
+
+
+
+
+ +

+getRelationshipType

+
+public RelationshipType getRelationshipType()
+
+
+
+
+
+
+ +

+getRelationshipTypes

+
+public RelationshipType[] getRelationshipTypes()
+
+
+
+
+
+
+ +

+getUserTypes

+
+public RelationshipType[] getUserTypes()
+
+
+
+
+
+
+ +

+init

+
+public void init(javax.faces.event.ComponentSystemEvent event)
+
+
+
+
+
+
+ +

+newRelationship

+
+public void newRelationship(javax.faces.event.ActionEvent event)
+
+
+
+
+
+
+ +

+saveRelationship

+
+public java.lang.String saveRelationship()
+
+
+
+
+
+
+ +

+setUserService

+
+public void setUserService(UserService userService)
+
+
+
+
+
+
+ +

+setRelationship

+
+public void setRelationship(UserRelationship relationship)
+
+
+
+
+
+
+ +

+userSelected

+
+public void userSelected(org.primefaces.event.SelectEvent event)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/controller/ContentController.html b/primefaces-webapp/doc/com/mycompany/controller/ContentController.html new file mode 100644 index 0000000..9274567 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/controller/ContentController.html @@ -0,0 +1,425 @@ + + + + + + +ContentController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.controller +
+Class ContentController

+
+java.lang.Object
+  extended by com.mycompany.controller.AbstractController
+      extended by com.mycompany.controller.ContentController
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class ContentController
extends AbstractController
+ + +

+Controller class for content editing. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
ContentController() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidcontentChanged(javax.faces.event.ValueChangeEvent event) + +
+           
+ ContentgetContent() + +
+           
+ voidinit(javax.faces.event.ComponentSystemEvent event) + +
+           
+ booleanisEditing() + +
+           
+ voidsaveContent(javax.faces.event.ActionEvent event) + +
+           
+ voidsetContent(Content content) + +
+           
+ voidsetContentService(ContentService contentService) + +
+           
+ voidsetEditing(boolean editing) + +
+           
+ voidtoggleEditing(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
+ +

+ContentController

+
+public ContentController()
+
+
+ + + + + + + + +
+Method Detail
+ +

+contentChanged

+
+public void contentChanged(javax.faces.event.ValueChangeEvent event)
+
+
+
+
+
+
+ +

+getContent

+
+public Content getContent()
+
+
+
+
+
+
+ +

+init

+
+public void init(javax.faces.event.ComponentSystemEvent event)
+
+
+
+
+
+
+ +

+isEditing

+
+public boolean isEditing()
+
+
+
+
+
+
+ +

+saveContent

+
+public void saveContent(javax.faces.event.ActionEvent event)
+
+
+
+
+
+
+ +

+setContent

+
+public void setContent(Content content)
+
+
+
+
+
+
+ +

+setContentService

+
+public void setContentService(ContentService contentService)
+
+
+
+
+
+
+ +

+setEditing

+
+public void setEditing(boolean editing)
+
+
+
+
+
+
+ +

+toggleEditing

+
+public void toggleEditing(javax.faces.event.ActionEvent event)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/controller/DashboardController.html b/primefaces-webapp/doc/com/mycompany/controller/DashboardController.html new file mode 100644 index 0000000..e0e4bfe --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/controller/DashboardController.html @@ -0,0 +1,292 @@ + + + + + + +DashboardController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.controller +
+Class DashboardController

+
+java.lang.Object
+  extended by com.mycompany.controller.AbstractController
+      extended by com.mycompany.controller.DashboardController
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class DashboardController
extends AbstractController
+ + +

+Controller class for dashboard screen. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
DashboardController() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ org.primefaces.model.DashboardModelgetModel() + +
+           
+ voidhandleReorder(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
+ +

+DashboardController

+
+public DashboardController()
+
+
+ + + + + + + + +
+Method Detail
+ +

+handleReorder

+
+public void handleReorder(org.primefaces.event.DashboardReorderEvent event)
+
+
+
+
+
+
+ +

+getModel

+
+public org.primefaces.model.DashboardModel getModel()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/controller/EventController.html b/primefaces-webapp/doc/com/mycompany/controller/EventController.html new file mode 100644 index 0000000..648d59a --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/controller/EventController.html @@ -0,0 +1,639 @@ + + + + + + +EventController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.controller +
+Class EventController

+
+java.lang.Object
+  extended by com.mycompany.controller.AbstractController
+      extended by com.mycompany.controller.EventController
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class EventController
extends AbstractController
+ + +

+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. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
EventController() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddateSelected(org.primefaces.event.SelectEvent evt) + +
+          This method is called when the user clicks on a date in the calendar.
+ voideventMoved(org.primefaces.event.ScheduleEntryMoveEvent evt) + +
+          This method is called when the user moves a calendar Event from + one date/time to another date/time.
+ voideventResized(org.primefaces.event.ScheduleEntryResizeEvent evt) + +
+          This method is called when the user resizes an event.
+ voideventSelected(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.
+ EventgetEvent() + +
+          This method returns the currently selected Event.
+ EventType[]getEventTypes() + +
+          This method returns an array of EventType enum objects.
+ org.primefaces.model.ScheduleModelgetUserScheduleModel() + +
+          This method provides a LazyScheduleModel for the PrimeFaces + schedule component.
+ voidinit(javax.faces.event.ComponentSystemEvent evt) + +
+          This method is called by JSF when the view is first loaded.
+ voidnewEvent(javax.faces.event.ActionEvent evt) + +
+          This method is called when the user clicks on the "New Event" button in + the mobile web application.
+ voidrefreshAttendance(javax.faces.event.ActionEvent event) + +
+          This method is called from the reviews screen to refresh the + EventAttendance data.
+ voidsaveEvent(javax.faces.event.ActionEvent evt) + +
+          This method is called when the user clicks the "Save" button in the new + event dialog.
+ voidsetEvent(Event event) + +
+          Sets the Event.
+ voidsetEventService(EventService eventService) + +
+           
+ voidupdateAttendance(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
+ +

+EventController

+
+public EventController()
+
+
+ + + + + + + + +
+Method Detail
+ +

+dateSelected

+
+public void dateSelected(org.primefaces.event.SelectEvent evt)
+
+
This method is called when the user clicks on a date in the calendar. It + sets the start and end date of the calendar Event object. +

+

+
Parameters:
evt - The SelectEvent object.
+
+
+
+ +

+eventMoved

+
+public 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. It updates the object and saves the + changes to the database. +

+

+
Parameters:
evt - The ScheduleEntryMoveEvent object.
+
+
+
+ +

+eventResized

+
+public void eventResized(org.primefaces.event.ScheduleEntryResizeEvent evt)
+
+
This method is called when the user resizes an event. It handles changing + the start and/or end dates of the Event object and updates the + database. +

+

+
Parameters:
evt - The ScheduleEntryResizeEvent object.
+
+
+
+ +

+eventSelected

+
+public void eventSelected(org.primefaces.event.SelectEvent evt)
+
+
This method is called when the user clicks on an existing event in the + schedule. It assigns the selected event to an instance variable so it can + be used for editing. +

+

+
Parameters:
evt - The SelectEvent object.
+
+
+
+ +

+getAllEvents

+
+public java.util.List<Event> getAllEvents()
+
+
This method returns all Event objects in the database. +

+

+ +
Returns:
A List of all objects.
+
+
+
+ +

+getAllEventsAttendance

+
+public java.util.List<EventAttendance> getAllEventsAttendance()
+
+
This method returns a list of EventAttendance objects + encapsulating information about a user's attendance for a particular + event. +

+

+ +
Returns:
A List of EventAttendance objects.
+
+
+
+ +

+getEvent

+
+public Event getEvent()
+
+
This method returns the currently selected Event. +

+

+ +
Returns:
An object.
+
+
+
+ +

+getEventTypes

+
+public EventType[] getEventTypes()
+
+
This method returns an array of EventType enum objects. +

+

+ +
Returns:
An array of EventType objects.
+
+
+
+ +

+getUserScheduleModel

+
+public org.primefaces.model.ScheduleModel getUserScheduleModel()
+
+
This method provides a 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. +

+

+ +
Returns:
A ScheduleModel object.
+
+
+
+ +

+init

+
+public void init(javax.faces.event.ComponentSystemEvent evt)
+
+
This method is called by JSF when the view is first loaded. It loads all + the Event objects from the database so they can be displayed in + the UI, and prepares the EventAttendance model for the current + user. +

+

+
Parameters:
evt - The JSF ComponentSystemEvent object.
+
+
+
+ +

+newEvent

+
+public 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. It simply creates a new Event object + and assigns it to the event instance variable. +

+

+
Parameters:
evt - The JSF ActionEvent object.
+
+
+
+ +

+refreshAttendance

+
+public void refreshAttendance(javax.faces.event.ActionEvent event)
+
+
This method is called from the reviews screen to refresh the + 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. +

+

+
Parameters:
event - The JSF ActionEvent object.
+
+
+
+ +

+saveEvent

+
+public void saveEvent(javax.faces.event.ActionEvent evt)
+
+
This method is called when the user clicks the "Save" button in the new + event dialog. It saves the Event object to the database. +

+

+
Parameters:
evt - The JSF ActionEvent object.
+
+
+
+ +

+setEvent

+
+public void setEvent(Event event)
+
+
Sets the Event. +

+

+
Parameters:
event - The Event object.
+
+
+
+ +

+setEventService

+
+public void setEventService(EventService eventService)
+
+
+
+
+
+
+ +

+updateAttendance

+
+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. +

+

+

+
Parameters:
attendance - The EventAttendance object.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/controller/LoginController.html b/primefaces-webapp/doc/com/mycompany/controller/LoginController.html new file mode 100644 index 0000000..e91b096 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/controller/LoginController.html @@ -0,0 +1,428 @@ + + + + + + +LoginController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.controller +
+Class LoginController

+
+java.lang.Object
+  extended by com.mycompany.controller.AbstractController
+      extended by com.mycompany.controller.LoginController
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class LoginController
extends AbstractController
+ + +

+Controller class for desktop and mobile login functionality. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
LoginController() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidcheckPermission(javax.faces.event.ComponentSystemEvent event) + +
+           
+ booleanisLoggedIn() + +
+           
+ java.lang.Stringlogin() + +
+           
+ java.lang.StringloginMobile() + +
+           
+ java.lang.Stringlogout() + +
+           
+ java.lang.StringlogoutMobile() + +
+           
+ voidsetActiveUsers(ActiveUsers activeUsers) + +
+           
+ voidsetCredentials(Credentials credentials) + +
+           
+ voidsetUserService(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
+ +

+LoginController

+
+public LoginController()
+
+
+ + + + + + + + +
+Method Detail
+ +

+checkPermission

+
+public void checkPermission(javax.faces.event.ComponentSystemEvent event)
+                     throws java.io.IOException
+
+
+ +
Throws: +
java.io.IOException
+
+
+
+ +

+isLoggedIn

+
+public boolean isLoggedIn()
+
+
+
+
+
+
+ +

+login

+
+public java.lang.String login()
+
+
+
+
+
+
+ +

+loginMobile

+
+public java.lang.String loginMobile()
+
+
+
+
+
+
+ +

+logout

+
+public java.lang.String logout()
+
+
+
+
+
+
+ +

+logoutMobile

+
+public java.lang.String logoutMobile()
+
+
+
+
+
+
+ +

+setActiveUsers

+
+public void setActiveUsers(ActiveUsers activeUsers)
+
+
+
+
+
+
+ +

+setCredentials

+
+public void setCredentials(Credentials credentials)
+
+
+
+
+
+
+ +

+setUserService

+
+public void setUserService(UserService userService)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/controller/MindMapController.html b/primefaces-webapp/doc/com/mycompany/controller/MindMapController.html new file mode 100644 index 0000000..47e9f5c --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/controller/MindMapController.html @@ -0,0 +1,444 @@ + + + + + + +MindMapController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.controller +
+Class MindMapController

+
+java.lang.Object
+  extended by com.mycompany.controller.AbstractController
+      extended by com.mycompany.controller.MindMapController
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class MindMapController
extends AbstractController
+ + +

+Controller class for mind map feature. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
MindMapController() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ IdeagetNewIdea() + +
+           
+ org.primefaces.model.mindmap.MindmapNodegetRoot() + +
+           
+ org.primefaces.model.mindmap.MindmapNodegetSelectedNode() + +
+           
+ voidinit(javax.faces.event.ComponentSystemEvent event) + +
+           
+ voidonNodeDblselect(org.primefaces.event.SelectEvent event) + +
+           
+ voidonNodeSelect(org.primefaces.event.SelectEvent event) + +
+           
+ voidsaveIdea(javax.faces.event.ActionEvent event) + +
+           
+ voidsetIdeaService(IdeaService ideaService) + +
+           
+ voidsetNewIdea(Idea newIdea) + +
+           
+ voidsetSelectedNode(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
+ +

+MindMapController

+
+public MindMapController()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getNewIdea

+
+public Idea getNewIdea()
+
+
+
+
+
+
+ +

+getRoot

+
+public org.primefaces.model.mindmap.MindmapNode getRoot()
+
+
+
+
+
+
+ +

+getSelectedNode

+
+public org.primefaces.model.mindmap.MindmapNode getSelectedNode()
+
+
+
+
+
+
+ +

+init

+
+public void init(javax.faces.event.ComponentSystemEvent event)
+
+
+
+
+
+
+ +

+onNodeDblselect

+
+public void onNodeDblselect(org.primefaces.event.SelectEvent event)
+
+
+
+
+
+
+ +

+onNodeSelect

+
+public void onNodeSelect(org.primefaces.event.SelectEvent event)
+
+
+
+
+
+
+ +

+saveIdea

+
+public void saveIdea(javax.faces.event.ActionEvent event)
+
+
+
+
+
+
+ +

+setIdeaService

+
+public void setIdeaService(IdeaService ideaService)
+
+
+
+
+
+
+ +

+setNewIdea

+
+public void setNewIdea(Idea newIdea)
+
+
+
+
+
+
+ +

+setSelectedNode

+
+public void setSelectedNode(org.primefaces.model.mindmap.MindmapNode selectedNode)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/controller/SearchController.html b/primefaces-webapp/doc/com/mycompany/controller/SearchController.html new file mode 100644 index 0000000..ee3c9eb --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/controller/SearchController.html @@ -0,0 +1,788 @@ + + + + + + +SearchController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.controller +
+Class SearchController

+
+java.lang.Object
+  extended by com.mycompany.controller.AbstractController
+      extended by com.mycompany.controller.SearchController
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class SearchController
extends AbstractController
+ + +

+Controller class for searching for shows and events. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
SearchController() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voideventSelected(org.primefaces.event.map.OverlaySelectEvent evt) + +
+           
+ java.util.List<City>getCitiesForState() + +
+           
+ CitygetCity() + +
+           
+ EventTypegetEventType() + +
+           
+ java.lang.StringgetKeyword() + +
+           
+ java.lang.StringgetMapCenter() + +
+           
+ java.lang.IntegergetMapZoom() + +
+           
+ intgetMaxResults() + +
+           
+ ProvinceStategetProvinceState() + +
+           
+ java.util.List<ProvinceState>getProvinceStates() + +
+           
+ org.primefaces.model.map.MapModelgetSearchResultsModel() + +
+           
+ EventgetSelectedEvent() + +
+           
+ voidinit(javax.faces.event.ComponentSystemEvent event) + +
+           
+ booleanisAlcoholPermitted() + +
+           
+ booleanisNoCoverCharge() + +
+           
+ booleanisOutdoorVenue() + +
+           
+ voidsearch(javax.faces.event.ActionEvent evt) + +
+          This method searches the database for events.
+ voidsetAlcoholPermitted(boolean alcoholPermitted) + +
+           
+ voidsetCity(City city) + +
+           
+ voidsetCountryService(CountryService countryService) + +
+           
+ voidsetEventService(EventService eventService) + +
+           
+ voidsetEventType(EventType eventType) + +
+           
+ voidsetKeyword(java.lang.String keyword) + +
+           
+ voidsetMaxResults(int maxResults) + +
+           
+ voidsetNoCoverCharge(boolean noCoverCharge) + +
+           
+ voidsetOutdoorVenue(boolean outdoorVenue) + +
+           
+ voidsetProvinceState(ProvinceState state) + +
+           
+ voidsetSelectedEvent(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
+ +

+SearchController

+
+public SearchController()
+
+
+ + + + + + + + +
+Method Detail
+ +

+eventSelected

+
+public void eventSelected(org.primefaces.event.map.OverlaySelectEvent evt)
+
+
+
+
+
+
+ +

+getCitiesForState

+
+public java.util.List<City> getCitiesForState()
+
+
+
+
+
+
+ +

+getCity

+
+public City getCity()
+
+
+
+
+
+
+ +

+getEventType

+
+public EventType getEventType()
+
+
+
+
+
+
+ +

+getKeyword

+
+public java.lang.String getKeyword()
+
+
+
+
+
+
+ +

+getMapCenter

+
+public java.lang.String getMapCenter()
+
+
+
+
+
+
+ +

+getMapZoom

+
+public java.lang.Integer getMapZoom()
+
+
+
+
+
+
+ +

+getMaxResults

+
+public int getMaxResults()
+
+
+
+
+
+
+ +

+getProvinceState

+
+public ProvinceState getProvinceState()
+
+
+
+
+
+
+ +

+getProvinceStates

+
+public java.util.List<ProvinceState> getProvinceStates()
+
+
+
+
+
+
+ +

+getSearchResultsModel

+
+public org.primefaces.model.map.MapModel getSearchResultsModel()
+
+
+
+
+
+
+ +

+getSelectedEvent

+
+public Event getSelectedEvent()
+
+
+
+
+
+
+ +

+init

+
+public void init(javax.faces.event.ComponentSystemEvent event)
+
+
+
+
+
+
+ +

+isAlcoholPermitted

+
+public boolean isAlcoholPermitted()
+
+
+
+
+
+
+ +

+isNoCoverCharge

+
+public boolean isNoCoverCharge()
+
+
+
+
+
+
+ +

+isOutdoorVenue

+
+public boolean isOutdoorVenue()
+
+
+
+
+
+
+ +

+search

+
+public void search(javax.faces.event.ActionEvent evt)
+
+
This method searches the database for events. +

+

+
Parameters:
evt -
+
+
+
+ +

+setAlcoholPermitted

+
+public void setAlcoholPermitted(boolean alcoholPermitted)
+
+
+
+
+
+
+ +

+setCity

+
+public void setCity(City city)
+
+
+
+
+
+
+ +

+setCountryService

+
+public void setCountryService(CountryService countryService)
+
+
+
+
+
+
+ +

+setEventService

+
+public void setEventService(EventService eventService)
+
+
+
+
+
+
+ +

+setEventType

+
+public void setEventType(EventType eventType)
+
+
+
+
+
+
+ +

+setKeyword

+
+public void setKeyword(java.lang.String keyword)
+
+
+
+
+
+
+ +

+setMaxResults

+
+public void setMaxResults(int maxResults)
+
+
+
+
+
+
+ +

+setNoCoverCharge

+
+public void setNoCoverCharge(boolean noCoverCharge)
+
+
+
+
+
+
+ +

+setOutdoorVenue

+
+public void setOutdoorVenue(boolean outdoorVenue)
+
+
+
+
+
+
+ +

+setProvinceState

+
+public void setProvinceState(ProvinceState state)
+
+
+
+
+
+
+ +

+setSelectedEvent

+
+public void setSelectedEvent(Event selectedEvent)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/controller/SignupController.html b/primefaces-webapp/doc/com/mycompany/controller/SignupController.html new file mode 100644 index 0000000..352cce1 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/controller/SignupController.html @@ -0,0 +1,447 @@ + + + + + + +SignupController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.controller +
+Class SignupController

+
+java.lang.Object
+  extended by com.mycompany.controller.AbstractController
+      extended by com.mycompany.controller.SignupController
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class SignupController
extends AbstractController
+ + +

+Controller class for new user signup. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
SignupController() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidcreateUser(javax.faces.event.ActionEvent event) + +
+           
+ java.util.List<Country>getCountries() + +
+           
+ Gender[]getGenders() + +
+           
+ java.util.DategetMinDate() + +
+          Return a date 100 years ago.
+ UsergetUser() + +
+           
+ voidsetCountryService(CountryService countryService) + +
+           
+ voidsetUser(User user) + +
+           
+ voidsetUserService(UserService userService) + +
+           
+ java.lang.Stringsignup() + +
+           
+ java.lang.StringsignupMobile() + +
+           
+ + + + + + + +
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
+ +

+SignupController

+
+public SignupController()
+
+
+ + + + + + + + +
+Method Detail
+ +

+createUser

+
+public void createUser(javax.faces.event.ActionEvent event)
+
+
+
+
+
+
+ +

+getCountries

+
+public java.util.List<Country> getCountries()
+
+
+
+
+
+
+ +

+getGenders

+
+public Gender[] getGenders()
+
+
+
+
+
+
+ +

+getMinDate

+
+public java.util.Date getMinDate()
+
+
Return a date 100 years ago. +

+

+ +
Returns:
+
+
+
+ +

+getUser

+
+public User getUser()
+
+
+
+
+
+
+ +

+setCountryService

+
+public void setCountryService(CountryService countryService)
+
+
+
+
+
+
+ +

+setUser

+
+public void setUser(User user)
+
+
+
+
+
+
+ +

+setUserService

+
+public void setUserService(UserService userService)
+
+
+
+
+
+
+ +

+signup

+
+public java.lang.String signup()
+
+
+
+
+
+
+ +

+signupMobile

+
+public java.lang.String signupMobile()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/controller/UserController.html b/primefaces-webapp/doc/com/mycompany/controller/UserController.html new file mode 100644 index 0000000..00b3726 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/controller/UserController.html @@ -0,0 +1,430 @@ + + + + + + +UserController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.controller +
+Class UserController

+
+java.lang.Object
+  extended by com.mycompany.controller.AbstractController
+      extended by com.mycompany.controller.UserController
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class UserController
extends AbstractController
+ + +

+Controller class for user-related functionality. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
UserController() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ UserfindUser(java.lang.String username, + java.lang.String password) + +
+           
+ java.util.List<java.lang.String>getThemes() + +
+           
+ UsergetUser() + +
+          Returns the currently logged in user.
+ java.lang.StringgetUserTheme() + +
+           
+ voidhandleClick(javax.faces.event.ActionEvent event) + +
+           
+ booleanisUserPresent(User user) + +
+           
+ voidsetActiveUsers(ActiveUsers activeUsers) + +
+           
+ voidsetUserService(UserService userService) + +
+           
+ voidupdateUserTheme(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
+ +

+UserController

+
+public UserController()
+
+
+ + + + + + + + +
+Method Detail
+ +

+findUser

+
+public User findUser(java.lang.String username,
+                     java.lang.String password)
+
+
+
+
+
+
+ +

+getThemes

+
+public java.util.List<java.lang.String> getThemes()
+
+
+
+
+
+
+ +

+getUser

+
+public User getUser()
+
+
Returns the currently logged in user. +

+

+ +
Returns:
A User object.
+
+
+
+ +

+getUserTheme

+
+public java.lang.String getUserTheme()
+
+
+
+
+
+
+ +

+handleClick

+
+public void handleClick(javax.faces.event.ActionEvent event)
+
+
+
+
+
+
+ +

+isUserPresent

+
+public boolean isUserPresent(User user)
+
+
+
+
+
+
+ +

+setActiveUsers

+
+public void setActiveUsers(ActiveUsers activeUsers)
+
+
+
+
+
+
+ +

+setUserService

+
+public void setUserService(UserService userService)
+
+
+
+
+
+
+ +

+updateUserTheme

+
+public void updateUserTheme(javax.faces.event.AjaxBehaviorEvent event)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/controller/VenueController.html b/primefaces-webapp/doc/com/mycompany/controller/VenueController.html new file mode 100644 index 0000000..1b9c7e7 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/controller/VenueController.html @@ -0,0 +1,482 @@ + + + + + + +VenueController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.controller +
+Class VenueController

+
+java.lang.Object
+  extended by com.mycompany.controller.AbstractController
+      extended by com.mycompany.controller.VenueController
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class VenueController
extends AbstractController
+ + +

+Controller class for venue-related functionality. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
VenueController() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddeleteVenue(javax.faces.event.ActionEvent evt) + +
+           
+ java.util.List<ProvinceState>findProvinceStatesByCountry(Country country) + +
+           
+ java.util.List<Country>getCountries() + +
+           
+ VenuegetVenue() + +
+           
+ java.util.List<Venue>getVenues() + +
+           
+ voidinit(javax.faces.event.ComponentSystemEvent evt) + +
+           
+ voidnewVenue(javax.faces.event.ActionEvent event) + +
+           
+ voidsaveVenue(javax.faces.event.ActionEvent evt) + +
+           
+ voidsetCountryService(CountryService countryService) + +
+           
+ voidsetVenue(Venue venue) + +
+           
+ voidsetVenueService(VenueService venueService) + +
+           
+ voidvenueSelected(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
+ +

+VenueController

+
+public VenueController()
+
+
+ + + + + + + + +
+Method Detail
+ +

+deleteVenue

+
+public void deleteVenue(javax.faces.event.ActionEvent evt)
+
+
+
+
+
+
+ +

+findProvinceStatesByCountry

+
+public java.util.List<ProvinceState> findProvinceStatesByCountry(Country country)
+
+
+
+
+
+
+ +

+getCountries

+
+public java.util.List<Country> getCountries()
+
+
+
+
+
+
+ +

+getVenue

+
+public Venue getVenue()
+
+
+
+
+
+
+ +

+getVenues

+
+public java.util.List<Venue> getVenues()
+
+
+
+
+
+
+ +

+init

+
+public void init(javax.faces.event.ComponentSystemEvent evt)
+
+
+
+
+
+
+ +

+newVenue

+
+public void newVenue(javax.faces.event.ActionEvent event)
+
+
+
+
+
+
+ +

+saveVenue

+
+public void saveVenue(javax.faces.event.ActionEvent evt)
+
+
+
+
+
+
+ +

+setCountryService

+
+public void setCountryService(CountryService countryService)
+
+
+
+
+
+
+ +

+setVenue

+
+public void setVenue(Venue venue)
+
+
+
+
+
+
+ +

+setVenueService

+
+public void setVenueService(VenueService venueService)
+
+
+
+
+
+
+ +

+venueSelected

+
+public void venueSelected(javax.faces.event.ValueChangeEvent evt)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/controller/class-use/AbstractController.html b/primefaces-webapp/doc/com/mycompany/controller/class-use/AbstractController.html new file mode 100644 index 0000000..0421941 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/controller/class-use/AbstractController.html @@ -0,0 +1,269 @@ + + + + + + +Uses of Class com.mycompany.controller.AbstractController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.controller.AbstractController

+
+ + + + + + + + + +
+Packages that use AbstractController
com.mycompany.controllerContains JSF managed bean controller classes for the application. 
+  +

+ + + + + +
+Uses of AbstractController in com.mycompany.controller
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of AbstractController in com.mycompany.controller
+ classChartController + +
+          Controller class for charts.
+ classChatController + +
+          Controller class for chat functionality.
+ classContactsController + +
+          Controller class for contacts related functionality.
+ classContentController + +
+          Controller class for content editing.
+ classDashboardController + +
+          Controller class for dashboard screen.
+ classEventController + +
+          This class implements controller behavior for a number of screens in the + application.
+ classLoginController + +
+          Controller class for desktop and mobile login functionality.
+ classMindMapController + +
+          Controller class for mind map feature.
+ classSearchController + +
+          Controller class for searching for shows and events.
+ classSignupController + +
+          Controller class for new user signup.
+ classUserController + +
+          Controller class for user-related functionality.
+ classVenueController + +
+          Controller class for venue-related functionality.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/controller/class-use/ChartController.html b/primefaces-webapp/doc/com/mycompany/controller/class-use/ChartController.html new file mode 100644 index 0000000..b048d55 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/controller/class-use/ChartController.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.controller.ChartController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.controller.ChartController

+
+No usage of com.mycompany.controller.ChartController +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/controller/class-use/ChatController.html b/primefaces-webapp/doc/com/mycompany/controller/class-use/ChatController.html new file mode 100644 index 0000000..31ec6f6 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/controller/class-use/ChatController.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.controller.ChatController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.controller.ChatController

+
+No usage of com.mycompany.controller.ChatController +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/controller/class-use/ContactsController.html b/primefaces-webapp/doc/com/mycompany/controller/class-use/ContactsController.html new file mode 100644 index 0000000..780ab3e --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/controller/class-use/ContactsController.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.controller.ContactsController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.controller.ContactsController

+
+No usage of com.mycompany.controller.ContactsController +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/controller/class-use/ContentController.html b/primefaces-webapp/doc/com/mycompany/controller/class-use/ContentController.html new file mode 100644 index 0000000..0a72483 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/controller/class-use/ContentController.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.controller.ContentController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.controller.ContentController

+
+No usage of com.mycompany.controller.ContentController +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/controller/class-use/DashboardController.html b/primefaces-webapp/doc/com/mycompany/controller/class-use/DashboardController.html new file mode 100644 index 0000000..5800a28 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/controller/class-use/DashboardController.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.controller.DashboardController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.controller.DashboardController

+
+No usage of com.mycompany.controller.DashboardController +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/controller/class-use/EventController.html b/primefaces-webapp/doc/com/mycompany/controller/class-use/EventController.html new file mode 100644 index 0000000..2033aa3 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/controller/class-use/EventController.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.controller.EventController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.controller.EventController

+
+No usage of com.mycompany.controller.EventController +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/controller/class-use/LoginController.html b/primefaces-webapp/doc/com/mycompany/controller/class-use/LoginController.html new file mode 100644 index 0000000..4d491cc --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/controller/class-use/LoginController.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.controller.LoginController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.controller.LoginController

+
+No usage of com.mycompany.controller.LoginController +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/controller/class-use/MindMapController.html b/primefaces-webapp/doc/com/mycompany/controller/class-use/MindMapController.html new file mode 100644 index 0000000..885c1f8 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/controller/class-use/MindMapController.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.controller.MindMapController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.controller.MindMapController

+
+No usage of com.mycompany.controller.MindMapController +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/controller/class-use/SearchController.html b/primefaces-webapp/doc/com/mycompany/controller/class-use/SearchController.html new file mode 100644 index 0000000..ac87ecc --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/controller/class-use/SearchController.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.controller.SearchController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.controller.SearchController

+
+No usage of com.mycompany.controller.SearchController +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/controller/class-use/SignupController.html b/primefaces-webapp/doc/com/mycompany/controller/class-use/SignupController.html new file mode 100644 index 0000000..a432b6e --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/controller/class-use/SignupController.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.controller.SignupController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.controller.SignupController

+
+No usage of com.mycompany.controller.SignupController +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/controller/class-use/UserController.html b/primefaces-webapp/doc/com/mycompany/controller/class-use/UserController.html new file mode 100644 index 0000000..301b452 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/controller/class-use/UserController.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.controller.UserController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.controller.UserController

+
+No usage of com.mycompany.controller.UserController +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/controller/class-use/VenueController.html b/primefaces-webapp/doc/com/mycompany/controller/class-use/VenueController.html new file mode 100644 index 0000000..3b8baf3 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/controller/class-use/VenueController.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.controller.VenueController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.controller.VenueController

+
+No usage of com.mycompany.controller.VenueController +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/controller/package-frame.html b/primefaces-webapp/doc/com/mycompany/controller/package-frame.html new file mode 100644 index 0000000..217dd05 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/controller/package-frame.html @@ -0,0 +1,56 @@ + + + + + + +com.mycompany.controller + + + + + + + + + + + +com.mycompany.controller + + + + +
+Classes  + +
+AbstractController +
+ChartController +
+ChatController +
+ContactsController +
+ContentController +
+DashboardController +
+EventController +
+LoginController +
+MindMapController +
+SearchController +
+SignupController +
+UserController +
+VenueController
+ + + + diff --git a/primefaces-webapp/doc/com/mycompany/controller/package-summary.html b/primefaces-webapp/doc/com/mycompany/controller/package-summary.html new file mode 100644 index 0000000..4fa85eb --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/controller/package-summary.html @@ -0,0 +1,223 @@ + + + + + + +com.mycompany.controller + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.mycompany.controller +

+Contains JSF managed bean controller classes for the application. +

+See: +
+          Description +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
AbstractController 
ChartControllerController class for charts.
ChatControllerController class for chat functionality.
ContactsControllerController class for contacts related functionality.
ContentControllerController class for content editing.
DashboardControllerController class for dashboard screen.
EventControllerThis class implements controller behavior for a number of screens in the + application.
LoginControllerController class for desktop and mobile login functionality.
MindMapControllerController class for mind map feature.
SearchControllerController class for searching for shows and events.
SignupControllerController class for new user signup.
UserControllerController class for user-related functionality.
VenueControllerController class for venue-related functionality.
+  + +

+

+Package com.mycompany.controller Description +

+ +

+Contains JSF managed bean controller classes for the application. +

+ +

+

+
Since:
+
1.0
+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/controller/package-tree.html b/primefaces-webapp/doc/com/mycompany/controller/package-tree.html new file mode 100644 index 0000000..001dc05 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/controller/package-tree.html @@ -0,0 +1,156 @@ + + + + + + +com.mycompany.controller Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.mycompany.controller +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/controller/package-use.html b/primefaces-webapp/doc/com/mycompany/controller/package-use.html new file mode 100644 index 0000000..2fa0120 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/controller/package-use.html @@ -0,0 +1,170 @@ + + + + + + +Uses of Package com.mycompany.controller + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.mycompany.controller

+
+ + + + + + + + + +
+Packages that use com.mycompany.controller
com.mycompany.controllerContains JSF managed bean controller classes for the application. 
+  +

+ + + + + + + + +
+Classes in com.mycompany.controller used by com.mycompany.controller
AbstractController + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/convert/CityConverter.html b/primefaces-webapp/doc/com/mycompany/convert/CityConverter.html new file mode 100644 index 0000000..4a45a1a --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/convert/CityConverter.html @@ -0,0 +1,296 @@ + + + + + + +CityConverter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.convert +
+Class CityConverter

+
+java.lang.Object
+  extended by com.mycompany.convert.CityConverter
+
+
+
All Implemented Interfaces:
javax.faces.convert.Converter
+
+
+
+
public class CityConverter
extends java.lang.Object
implements javax.faces.convert.Converter
+ + +

+Converter for City objects. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
CityConverter() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.ObjectgetAsObject(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String value) + +
+           
+ java.lang.StringgetAsString(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
+ +

+CityConverter

+
+public CityConverter()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getAsObject

+
+public java.lang.Object getAsObject(javax.faces.context.FacesContext context,
+                                    javax.faces.component.UIComponent component,
+                                    java.lang.String value)
+
+
+
Specified by:
getAsObject in interface javax.faces.convert.Converter
+
+
+
+
+
+
+ +

+getAsString

+
+public java.lang.String getAsString(javax.faces.context.FacesContext context,
+                                    javax.faces.component.UIComponent component,
+                                    java.lang.Object value)
+
+
+
Specified by:
getAsString in interface javax.faces.convert.Converter
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/convert/CountryConverter.html b/primefaces-webapp/doc/com/mycompany/convert/CountryConverter.html new file mode 100644 index 0000000..0d4fb2b --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/convert/CountryConverter.html @@ -0,0 +1,296 @@ + + + + + + +CountryConverter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.convert +
+Class CountryConverter

+
+java.lang.Object
+  extended by com.mycompany.convert.CountryConverter
+
+
+
All Implemented Interfaces:
javax.faces.convert.Converter
+
+
+
+
public class CountryConverter
extends java.lang.Object
implements javax.faces.convert.Converter
+ + +

+Converter class for Country objects. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
CountryConverter() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.ObjectgetAsObject(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String value) + +
+           
+ java.lang.StringgetAsString(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
+ +

+CountryConverter

+
+public CountryConverter()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getAsObject

+
+public java.lang.Object getAsObject(javax.faces.context.FacesContext context,
+                                    javax.faces.component.UIComponent component,
+                                    java.lang.String value)
+
+
+
Specified by:
getAsObject in interface javax.faces.convert.Converter
+
+
+
+
+
+
+ +

+getAsString

+
+public java.lang.String getAsString(javax.faces.context.FacesContext context,
+                                    javax.faces.component.UIComponent component,
+                                    java.lang.Object value)
+
+
+
Specified by:
getAsString in interface javax.faces.convert.Converter
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/convert/EditableStateConverter.html b/primefaces-webapp/doc/com/mycompany/convert/EditableStateConverter.html new file mode 100644 index 0000000..e44694c --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/convert/EditableStateConverter.html @@ -0,0 +1,296 @@ + + + + + + +EditableStateConverter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.convert +
+Class EditableStateConverter

+
+java.lang.Object
+  extended by com.mycompany.convert.EditableStateConverter
+
+
+
All Implemented Interfaces:
javax.faces.convert.Converter
+
+
+
+
public class EditableStateConverter
extends java.lang.Object
implements javax.faces.convert.Converter
+ + +

+Converter object for editable ProvinceState objects. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
EditableStateConverter() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.ObjectgetAsObject(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String value) + +
+           
+ java.lang.StringgetAsString(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
+ +

+EditableStateConverter

+
+public EditableStateConverter()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getAsObject

+
+public java.lang.Object getAsObject(javax.faces.context.FacesContext context,
+                                    javax.faces.component.UIComponent component,
+                                    java.lang.String value)
+
+
+
Specified by:
getAsObject in interface javax.faces.convert.Converter
+
+
+
+
+
+
+ +

+getAsString

+
+public java.lang.String getAsString(javax.faces.context.FacesContext context,
+                                    javax.faces.component.UIComponent component,
+                                    java.lang.Object value)
+
+
+
Specified by:
getAsString in interface javax.faces.convert.Converter
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/convert/StateConverter.html b/primefaces-webapp/doc/com/mycompany/convert/StateConverter.html new file mode 100644 index 0000000..265664a --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/convert/StateConverter.html @@ -0,0 +1,296 @@ + + + + + + +StateConverter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.convert +
+Class StateConverter

+
+java.lang.Object
+  extended by com.mycompany.convert.StateConverter
+
+
+
All Implemented Interfaces:
javax.faces.convert.Converter
+
+
+
+
public class StateConverter
extends java.lang.Object
implements javax.faces.convert.Converter
+ + +

+Converter class for ProvinceState objects. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
StateConverter() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.ObjectgetAsObject(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String value) + +
+           
+ java.lang.StringgetAsString(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
+ +

+StateConverter

+
+public StateConverter()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getAsObject

+
+public java.lang.Object getAsObject(javax.faces.context.FacesContext context,
+                                    javax.faces.component.UIComponent component,
+                                    java.lang.String value)
+
+
+
Specified by:
getAsObject in interface javax.faces.convert.Converter
+
+
+
+
+
+
+ +

+getAsString

+
+public java.lang.String getAsString(javax.faces.context.FacesContext context,
+                                    javax.faces.component.UIComponent component,
+                                    java.lang.Object value)
+
+
+
Specified by:
getAsString in interface javax.faces.convert.Converter
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/convert/UserConverter.html b/primefaces-webapp/doc/com/mycompany/convert/UserConverter.html new file mode 100644 index 0000000..a03cbc1 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/convert/UserConverter.html @@ -0,0 +1,296 @@ + + + + + + +UserConverter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.convert +
+Class UserConverter

+
+java.lang.Object
+  extended by com.mycompany.convert.UserConverter
+
+
+
All Implemented Interfaces:
javax.faces.convert.Converter
+
+
+
+
public class UserConverter
extends java.lang.Object
implements javax.faces.convert.Converter
+ + +

+Converter class for User objects. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
UserConverter() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.ObjectgetAsObject(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String value) + +
+           
+ java.lang.StringgetAsString(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
+ +

+UserConverter

+
+public UserConverter()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getAsObject

+
+public java.lang.Object getAsObject(javax.faces.context.FacesContext context,
+                                    javax.faces.component.UIComponent component,
+                                    java.lang.String value)
+
+
+
Specified by:
getAsObject in interface javax.faces.convert.Converter
+
+
+
+
+
+
+ +

+getAsString

+
+public java.lang.String getAsString(javax.faces.context.FacesContext context,
+                                    javax.faces.component.UIComponent component,
+                                    java.lang.Object value)
+
+
+
Specified by:
getAsString in interface javax.faces.convert.Converter
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/convert/VenueConverter.html b/primefaces-webapp/doc/com/mycompany/convert/VenueConverter.html new file mode 100644 index 0000000..769652e --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/convert/VenueConverter.html @@ -0,0 +1,296 @@ + + + + + + +VenueConverter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.convert +
+Class VenueConverter

+
+java.lang.Object
+  extended by com.mycompany.convert.VenueConverter
+
+
+
All Implemented Interfaces:
javax.faces.convert.Converter
+
+
+
+
public class VenueConverter
extends java.lang.Object
implements javax.faces.convert.Converter
+ + +

+Converter class for Venue objects. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
VenueConverter() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.ObjectgetAsObject(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String value) + +
+           
+ java.lang.StringgetAsString(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
+ +

+VenueConverter

+
+public VenueConverter()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getAsObject

+
+public java.lang.Object getAsObject(javax.faces.context.FacesContext context,
+                                    javax.faces.component.UIComponent component,
+                                    java.lang.String value)
+
+
+
Specified by:
getAsObject in interface javax.faces.convert.Converter
+
+
+
+
+
+
+ +

+getAsString

+
+public java.lang.String getAsString(javax.faces.context.FacesContext context,
+                                    javax.faces.component.UIComponent component,
+                                    java.lang.Object value)
+
+
+
Specified by:
getAsString in interface javax.faces.convert.Converter
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/convert/class-use/CityConverter.html b/primefaces-webapp/doc/com/mycompany/convert/class-use/CityConverter.html new file mode 100644 index 0000000..41d8a9a --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/convert/class-use/CityConverter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.convert.CityConverter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.convert.CityConverter

+
+No usage of com.mycompany.convert.CityConverter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/convert/class-use/CountryConverter.html b/primefaces-webapp/doc/com/mycompany/convert/class-use/CountryConverter.html new file mode 100644 index 0000000..80336cd --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/convert/class-use/CountryConverter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.convert.CountryConverter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.convert.CountryConverter

+
+No usage of com.mycompany.convert.CountryConverter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/convert/class-use/EditableStateConverter.html b/primefaces-webapp/doc/com/mycompany/convert/class-use/EditableStateConverter.html new file mode 100644 index 0000000..1c03de5 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/convert/class-use/EditableStateConverter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.convert.EditableStateConverter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.convert.EditableStateConverter

+
+No usage of com.mycompany.convert.EditableStateConverter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/convert/class-use/StateConverter.html b/primefaces-webapp/doc/com/mycompany/convert/class-use/StateConverter.html new file mode 100644 index 0000000..5a5d314 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/convert/class-use/StateConverter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.convert.StateConverter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.convert.StateConverter

+
+No usage of com.mycompany.convert.StateConverter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/convert/class-use/UserConverter.html b/primefaces-webapp/doc/com/mycompany/convert/class-use/UserConverter.html new file mode 100644 index 0000000..7524f63 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/convert/class-use/UserConverter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.convert.UserConverter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.convert.UserConverter

+
+No usage of com.mycompany.convert.UserConverter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/convert/class-use/VenueConverter.html b/primefaces-webapp/doc/com/mycompany/convert/class-use/VenueConverter.html new file mode 100644 index 0000000..04ba07c --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/convert/class-use/VenueConverter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.convert.VenueConverter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.convert.VenueConverter

+
+No usage of com.mycompany.convert.VenueConverter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/convert/package-frame.html b/primefaces-webapp/doc/com/mycompany/convert/package-frame.html new file mode 100644 index 0000000..3207a59 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/convert/package-frame.html @@ -0,0 +1,42 @@ + + + + + + +com.mycompany.convert + + + + + + + + + + + +com.mycompany.convert + + + + +
+Classes  + +
+CityConverter +
+CountryConverter +
+EditableStateConverter +
+StateConverter +
+UserConverter +
+VenueConverter
+ + + + diff --git a/primefaces-webapp/doc/com/mycompany/convert/package-summary.html b/primefaces-webapp/doc/com/mycompany/convert/package-summary.html new file mode 100644 index 0000000..2edc50f --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/convert/package-summary.html @@ -0,0 +1,194 @@ + + + + + + +com.mycompany.convert + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.mycompany.convert +

+Contains JSF converter classes for model objects. +

+See: +
+          Description +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
CityConverterConverter for City objects.
CountryConverterConverter class for Country objects.
EditableStateConverterConverter object for editable ProvinceState objects.
StateConverterConverter class for ProvinceState objects.
UserConverterConverter class for User objects.
VenueConverterConverter class for Venue objects.
+  + +

+

+Package com.mycompany.convert Description +

+ +

+Contains JSF converter classes for model objects. +

+ +

+

+
Since:
+
1.0
+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/convert/package-tree.html b/primefaces-webapp/doc/com/mycompany/convert/package-tree.html new file mode 100644 index 0000000..89cca2b --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/convert/package-tree.html @@ -0,0 +1,159 @@ + + + + + + +com.mycompany.convert Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.mycompany.convert +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/convert/package-use.html b/primefaces-webapp/doc/com/mycompany/convert/package-use.html new file mode 100644 index 0000000..7b951b1 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/convert/package-use.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Package com.mycompany.convert + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.mycompany.convert

+
+No usage of com.mycompany.convert +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/lifecycle/ConversationExceptionFilter.html b/primefaces-webapp/doc/com/mycompany/lifecycle/ConversationExceptionFilter.html new file mode 100644 index 0000000..86b58c6 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/lifecycle/ConversationExceptionFilter.html @@ -0,0 +1,324 @@ + + + + + + +ConversationExceptionFilter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.lifecycle +
+Class ConversationExceptionFilter

+
+java.lang.Object
+  extended by com.mycompany.lifecycle.ConversationExceptionFilter
+
+
+
All Implemented Interfaces:
javax.servlet.Filter
+
+
+
+
@WebFilter(value="/*")
+public class ConversationExceptionFilter
extends java.lang.Object
implements javax.servlet.Filter
+ + +

+This filter handles the NonexistentConversationException propagating + from CDI for requests containing an invalid conversation ID (cid parameter). +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
ConversationExceptionFilter() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddestroy() + +
+           
+ voiddoFilter(javax.servlet.ServletRequest req, + javax.servlet.ServletResponse res, + javax.servlet.FilterChain chain) + +
+           
+ voidinit(javax.servlet.FilterConfig arg0) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ConversationExceptionFilter

+
+public ConversationExceptionFilter()
+
+
+ + + + + + + + +
+Method Detail
+ +

+destroy

+
+public void destroy()
+
+
+
Specified by:
destroy in interface javax.servlet.Filter
+
+
+
+
+
+
+ +

+doFilter

+
+public void doFilter(javax.servlet.ServletRequest req,
+                     javax.servlet.ServletResponse res,
+                     javax.servlet.FilterChain chain)
+              throws java.io.IOException,
+                     javax.servlet.ServletException
+
+
+
Specified by:
doFilter in interface javax.servlet.Filter
+
+
+ +
Throws: +
java.io.IOException +
javax.servlet.ServletException
+
+
+
+ +

+init

+
+public void init(javax.servlet.FilterConfig arg0)
+          throws javax.servlet.ServletException
+
+
+
Specified by:
init in interface javax.servlet.Filter
+
+
+ +
Throws: +
javax.servlet.ServletException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/lifecycle/Destroyed.html b/primefaces-webapp/doc/com/mycompany/lifecycle/Destroyed.html new file mode 100644 index 0000000..ad85f7c --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/lifecycle/Destroyed.html @@ -0,0 +1,174 @@ + + + + + + +Destroyed + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.lifecycle +
+Annotation Type Destroyed

+
+
+
@Qualifier
+@Retention(value=RUNTIME)
+@Target(value={FIELD,PARAMETER})
+public @interface Destroyed
+ + +

+Thanks to Dan Allen for this useful code: https://gist.github.com/637959 +

+ +

+ +

+ +

+ +


+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/lifecycle/Initialized.html b/primefaces-webapp/doc/com/mycompany/lifecycle/Initialized.html new file mode 100644 index 0000000..378fa53 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/lifecycle/Initialized.html @@ -0,0 +1,174 @@ + + + + + + +Initialized + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.lifecycle +
+Annotation Type Initialized

+
+
+
@Qualifier
+@Retention(value=RUNTIME)
+@Target(value={FIELD,PARAMETER})
+public @interface Initialized
+ + +

+Thanks to Dan Allen for this useful code: https://gist.github.com/637959 +

+ +

+ +

+ +

+ +


+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/lifecycle/SecurityPhaseListener.html b/primefaces-webapp/doc/com/mycompany/lifecycle/SecurityPhaseListener.html new file mode 100644 index 0000000..1c08711 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/lifecycle/SecurityPhaseListener.html @@ -0,0 +1,310 @@ + + + + + + +SecurityPhaseListener + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.lifecycle +
+Class SecurityPhaseListener

+
+java.lang.Object
+  extended by com.mycompany.lifecycle.SecurityPhaseListener
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.util.EventListener, javax.faces.event.PhaseListener
+
+
+
+
public class SecurityPhaseListener
extends java.lang.Object
implements javax.faces.event.PhaseListener
+ + +

+PhaseListener class that handles authorization for protected views. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
SecurityPhaseListener() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidafterPhase(javax.faces.event.PhaseEvent event) + +
+           
+ voidbeforePhase(javax.faces.event.PhaseEvent event) + +
+           
+ javax.faces.event.PhaseIdgetPhaseId() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SecurityPhaseListener

+
+public SecurityPhaseListener()
+
+
+ + + + + + + + +
+Method Detail
+ +

+afterPhase

+
+public void afterPhase(javax.faces.event.PhaseEvent event)
+
+
+
Specified by:
afterPhase in interface javax.faces.event.PhaseListener
+
+
+
+
+
+
+ +

+beforePhase

+
+public void beforePhase(javax.faces.event.PhaseEvent event)
+
+
+
Specified by:
beforePhase in interface javax.faces.event.PhaseListener
+
+
+
+
+
+
+ +

+getPhaseId

+
+public javax.faces.event.PhaseId getPhaseId()
+
+
+
Specified by:
getPhaseId in interface javax.faces.event.PhaseListener
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/lifecycle/ServletContextLifecycleNotifier.html b/primefaces-webapp/doc/com/mycompany/lifecycle/ServletContextLifecycleNotifier.html new file mode 100644 index 0000000..ae6b029 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/lifecycle/ServletContextLifecycleNotifier.html @@ -0,0 +1,285 @@ + + + + + + +ServletContextLifecycleNotifier + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.lifecycle +
+Class ServletContextLifecycleNotifier

+
+java.lang.Object
+  extended by com.mycompany.lifecycle.ServletContextLifecycleNotifier
+
+
+
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener
+
+
+
+
@WebListener
+public class ServletContextLifecycleNotifier
extends java.lang.Object
implements javax.servlet.ServletContextListener
+ + +

+Thanks to Dan Allen for this useful code: https://gist.github.com/637959 +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ServletContextLifecycleNotifier() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ voidcontextDestroyed(javax.servlet.ServletContextEvent sce) + +
+           
+ voidcontextInitialized(javax.servlet.ServletContextEvent sce) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ServletContextLifecycleNotifier

+
+public ServletContextLifecycleNotifier()
+
+
+ + + + + + + + +
+Method Detail
+ +

+contextInitialized

+
+public void contextInitialized(javax.servlet.ServletContextEvent sce)
+
+
+
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener
+
+
+
+
+
+
+ +

+contextDestroyed

+
+public void contextDestroyed(javax.servlet.ServletContextEvent sce)
+
+
+
Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/lifecycle/class-use/ConversationExceptionFilter.html b/primefaces-webapp/doc/com/mycompany/lifecycle/class-use/ConversationExceptionFilter.html new file mode 100644 index 0000000..27ab606 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/lifecycle/class-use/ConversationExceptionFilter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.lifecycle.ConversationExceptionFilter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.lifecycle.ConversationExceptionFilter

+
+No usage of com.mycompany.lifecycle.ConversationExceptionFilter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/lifecycle/class-use/Destroyed.html b/primefaces-webapp/doc/com/mycompany/lifecycle/class-use/Destroyed.html new file mode 100644 index 0000000..a7e0e73 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/lifecycle/class-use/Destroyed.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.lifecycle.Destroyed + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.lifecycle.Destroyed

+
+No usage of com.mycompany.lifecycle.Destroyed +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/lifecycle/class-use/Initialized.html b/primefaces-webapp/doc/com/mycompany/lifecycle/class-use/Initialized.html new file mode 100644 index 0000000..971d4e7 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/lifecycle/class-use/Initialized.html @@ -0,0 +1,211 @@ + + + + + + +Uses of Class com.mycompany.lifecycle.Initialized + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.lifecycle.Initialized

+
+ + + + + + + + + + + + + +
+Packages that use Initialized
com.mycompany.serviceContains interfaces for all services in the application. 
com.mycompany.service.implContains 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
+ voidCountryService.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
+ voidCountryServiceImpl.init(javax.servlet.ServletContext context) + +
+          This method is responsible for initializing a List of Country objects + when the web application is started.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/lifecycle/class-use/SecurityPhaseListener.html b/primefaces-webapp/doc/com/mycompany/lifecycle/class-use/SecurityPhaseListener.html new file mode 100644 index 0000000..c71e003 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/lifecycle/class-use/SecurityPhaseListener.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.lifecycle.SecurityPhaseListener + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.lifecycle.SecurityPhaseListener

+
+No usage of com.mycompany.lifecycle.SecurityPhaseListener +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/lifecycle/class-use/ServletContextLifecycleNotifier.html b/primefaces-webapp/doc/com/mycompany/lifecycle/class-use/ServletContextLifecycleNotifier.html new file mode 100644 index 0000000..758fa4c --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/lifecycle/class-use/ServletContextLifecycleNotifier.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.lifecycle.ServletContextLifecycleNotifier + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.lifecycle.ServletContextLifecycleNotifier

+
+No usage of com.mycompany.lifecycle.ServletContextLifecycleNotifier +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/lifecycle/package-frame.html b/primefaces-webapp/doc/com/mycompany/lifecycle/package-frame.html new file mode 100644 index 0000000..0a25038 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/lifecycle/package-frame.html @@ -0,0 +1,49 @@ + + + + + + +com.mycompany.lifecycle + + + + + + + + + + + +com.mycompany.lifecycle + + + + +
+Classes  + +
+ConversationExceptionFilter +
+SecurityPhaseListener +
+ServletContextLifecycleNotifier
+ + + + + + +
+Annotation Types  + +
+Destroyed +
+Initialized
+ + + + diff --git a/primefaces-webapp/doc/com/mycompany/lifecycle/package-summary.html b/primefaces-webapp/doc/com/mycompany/lifecycle/package-summary.html new file mode 100644 index 0000000..c1c2f03 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/lifecycle/package-summary.html @@ -0,0 +1,201 @@ + + + + + + +com.mycompany.lifecycle + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.mycompany.lifecycle +

+Contains JSF and Servlet lifecycle support classes. +

+See: +
+          Description +

+ + + + + + + + + + + + + + + + + +
+Class Summary
ConversationExceptionFilterThis filter handles the NonexistentConversationException propagating + from CDI for requests containing an invalid conversation ID (cid parameter).
SecurityPhaseListenerPhaseListener class that handles authorization for protected views.
ServletContextLifecycleNotifierThanks to Dan Allen for this useful code: https://gist.github.com/637959
+  + +

+ + + + + + + + + + + + + +
+Annotation Types Summary
DestroyedThanks to Dan Allen for this useful code: https://gist.github.com/637959
InitializedThanks to Dan Allen for this useful code: https://gist.github.com/637959
+  + +

+

+Package com.mycompany.lifecycle Description +

+ +

+Contains JSF and Servlet lifecycle support classes. +

+ +

+

+
Since:
+
1.0
+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/lifecycle/package-tree.html b/primefaces-webapp/doc/com/mycompany/lifecycle/package-tree.html new file mode 100644 index 0000000..1306696 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/lifecycle/package-tree.html @@ -0,0 +1,163 @@ + + + + + + +com.mycompany.lifecycle Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.mycompany.lifecycle +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Annotation Type Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/lifecycle/package-use.html b/primefaces-webapp/doc/com/mycompany/lifecycle/package-use.html new file mode 100644 index 0000000..51347c7 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/lifecycle/package-use.html @@ -0,0 +1,189 @@ + + + + + + +Uses of Package com.mycompany.lifecycle + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.mycompany.lifecycle

+
+ + + + + + + + + + + + + +
+Packages that use com.mycompany.lifecycle
com.mycompany.serviceContains interfaces for all services in the application. 
com.mycompany.service.implContains 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
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/AbstractEntity.html b/primefaces-webapp/doc/com/mycompany/model/AbstractEntity.html new file mode 100644 index 0000000..6bd9a63 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/AbstractEntity.html @@ -0,0 +1,380 @@ + + + + + + +AbstractEntity + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class AbstractEntity

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
Direct Known Subclasses:
City, Content, Country, Event, EventAttendance, Idea, ProvinceState, User, UserRelationship, Venue
+
+
+
+
@MappedSuperclass
+public abstract class AbstractEntity
extends java.lang.Object
implements java.io.Serializable
+ + +

+Abstract class for JPA entities. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
AbstractEntity() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(java.lang.Object object) + +
+           
+ java.lang.IntegergetId() + +
+           
+ java.lang.IntegergetVersion() + +
+           
+ inthashCode() + +
+           
+ voidsetId(java.lang.Integer id) + +
+           
+ voidsetVersion(java.lang.Integer version) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+AbstractEntity

+
+public AbstractEntity()
+
+
+ + + + + + + + +
+Method Detail
+ +

+equals

+
+public boolean equals(java.lang.Object object)
+
+
+
Overrides:
equals in class java.lang.Object
+
+
+
+
+
+
+ +

+getId

+
+public java.lang.Integer getId()
+
+
+
+
+
+
+
+
+
+ +

+getVersion

+
+public java.lang.Integer getVersion()
+
+
+
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class java.lang.Object
+
+
+
+
+
+
+ +

+setId

+
+public void setId(java.lang.Integer id)
+
+
+
+
+
+
+
+
+
+ +

+setVersion

+
+public void setVersion(java.lang.Integer version)
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/AbstractEntity_.html b/primefaces-webapp/doc/com/mycompany/model/AbstractEntity_.html new file mode 100644 index 0000000..8e30df4 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/AbstractEntity_.html @@ -0,0 +1,299 @@ + + + + + + +AbstractEntity_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class AbstractEntity_

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity_
+
+
+
Direct Known Subclasses:
City_, Content_, Country_, Event_, EventAttendance_, Idea_, ProvinceState_, User_, UserRelationship_, Venue_
+
+
+
+
public abstract class AbstractEntity_
extends java.lang.Object
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + +
+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
+ +

+id

+
+public static volatile javax.persistence.metamodel.SingularAttribute<AbstractEntity,java.lang.Integer> id
+
+
+
+
+
+ +

+hashCode

+
+public static volatile javax.persistence.metamodel.SingularAttribute<AbstractEntity,java.lang.Integer> hashCode
+
+
+
+
+
+ +

+version

+
+public static volatile javax.persistence.metamodel.SingularAttribute<AbstractEntity,java.lang.Integer> version
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+AbstractEntity_

+
+public AbstractEntity_()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/ActiveUsers.html b/primefaces-webapp/doc/com/mycompany/model/ActiveUsers.html new file mode 100644 index 0000000..a480cd4 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/ActiveUsers.html @@ -0,0 +1,275 @@ + + + + + + +ActiveUsers + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class ActiveUsers

+
+java.lang.Object
+  extended by java.util.AbstractCollection<E>
+      extended by java.util.AbstractList<E>
+          extended by java.util.ArrayList<User>
+              extended by com.mycompany.model.ActiveUsers
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<User>, java.util.Collection<User>, java.util.List<User>, java.util.RandomAccess
+
+
+
+
public class ActiveUsers
extends java.util.ArrayList<User>
+ + +

+Application-scoped JSF managed bean storing User objects for presence + purposes. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+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
+ +

+ActiveUsers

+
+public ActiveUsers()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/City.html b/primefaces-webapp/doc/com/mycompany/model/City.html new file mode 100644 index 0000000..c813d21 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/City.html @@ -0,0 +1,407 @@ + + + + + + +City + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class City

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity
+      extended by com.mycompany.model.City
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
@Entity
+public class City
extends AbstractEntity
+ + +

+JPA entity class for city data. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
City() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.DoublegetLatitude() + +
+           
+ java.lang.DoublegetLongitude() + +
+           
+ java.lang.StringgetName() + +
+           
+ ProvinceStategetProvinceState() + +
+           
+ voidsetLatitude(java.lang.Double latitude) + +
+           
+ voidsetLongitude(java.lang.Double longitude) + +
+           
+ voidsetName(java.lang.String name) + +
+           
+ voidsetProvinceState(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
+ +

+City

+
+public City()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getLatitude

+
+public java.lang.Double getLatitude()
+
+
+
+
+
+
+ +

+getLongitude

+
+public java.lang.Double getLongitude()
+
+
+
+
+
+
+ +

+getName

+
+public java.lang.String getName()
+
+
+
+
+
+
+ +

+getProvinceState

+
+public ProvinceState getProvinceState()
+
+
+
+
+
+
+ +

+setLatitude

+
+public void setLatitude(java.lang.Double latitude)
+
+
+
+
+
+
+ +

+setLongitude

+
+public void setLongitude(java.lang.Double longitude)
+
+
+
+
+
+
+ +

+setName

+
+public void setName(java.lang.String name)
+
+
+
+
+
+
+ +

+setProvinceState

+
+public void setProvinceState(ProvinceState state)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/City_.html b/primefaces-webapp/doc/com/mycompany/model/City_.html new file mode 100644 index 0000000..e15420c --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/City_.html @@ -0,0 +1,324 @@ + + + + + + +City_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class City_

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity_
+      extended by com.mycompany.model.City_
+
+
+
+
public abstract class City_
extends AbstractEntity_
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + +
+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
+ +

+provinceState

+
+public static volatile javax.persistence.metamodel.SingularAttribute<City,ProvinceState> provinceState
+
+
+
+
+
+ +

+name

+
+public static volatile javax.persistence.metamodel.SingularAttribute<City,java.lang.String> name
+
+
+
+
+
+ +

+longitude

+
+public static volatile javax.persistence.metamodel.SingularAttribute<City,java.lang.Double> longitude
+
+
+
+
+
+ +

+latitude

+
+public static volatile javax.persistence.metamodel.SingularAttribute<City,java.lang.Double> latitude
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+City_

+
+public City_()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/Content.html b/primefaces-webapp/doc/com/mycompany/model/Content.html new file mode 100644 index 0000000..cec9efd --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/Content.html @@ -0,0 +1,407 @@ + + + + + + +Content + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class Content

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity
+      extended by com.mycompany.model.Content
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
@Entity
+public class Content
extends AbstractEntity
+ + +

+JPA entity for content data. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
Content() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ UsergetCreatedBy() + +
+           
+ java.util.DategetCreatedDate() + +
+           
+ java.lang.StringgetValue() + +
+           
+ java.lang.StringgetViewId() + +
+           
+ voidsetCreatedBy(User createdBy) + +
+           
+ voidsetCreatedDate(java.util.Date createdDate) + +
+           
+ voidsetValue(java.lang.String value) + +
+           
+ voidsetViewId(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
+ +

+Content

+
+public Content()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getCreatedBy

+
+public User getCreatedBy()
+
+
+
+
+
+
+ +

+getCreatedDate

+
+public java.util.Date getCreatedDate()
+
+
+
+
+
+
+ +

+getViewId

+
+public java.lang.String getViewId()
+
+
+
+
+
+
+ +

+getValue

+
+public java.lang.String getValue()
+
+
+
+
+
+
+ +

+setCreatedBy

+
+public void setCreatedBy(User createdBy)
+
+
+
+
+
+
+ +

+setCreatedDate

+
+public void setCreatedDate(java.util.Date createdDate)
+
+
+
+
+
+
+ +

+setViewId

+
+public void setViewId(java.lang.String name)
+
+
+
+
+
+
+ +

+setValue

+
+public void setValue(java.lang.String value)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/Content_.html b/primefaces-webapp/doc/com/mycompany/model/Content_.html new file mode 100644 index 0000000..55428fc --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/Content_.html @@ -0,0 +1,324 @@ + + + + + + +Content_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class Content_

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity_
+      extended by com.mycompany.model.Content_
+
+
+
+
public abstract class Content_
extends AbstractEntity_
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + +
+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
+ +

+createdBy

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Content,User> createdBy
+
+
+
+
+
+ +

+value

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Content,java.lang.String> value
+
+
+
+
+
+ +

+createdDate

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Content,java.util.Date> createdDate
+
+
+
+
+
+ +

+viewId

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Content,java.lang.String> viewId
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Content_

+
+public Content_()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/Country.html b/primefaces-webapp/doc/com/mycompany/model/Country.html new file mode 100644 index 0000000..977d918 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/Country.html @@ -0,0 +1,413 @@ + + + + + + +Country + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class Country

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity
+      extended by com.mycompany.model.Country
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
@Entity
+public class Country
extends AbstractEntity
+ + +

+JPA entity for country data. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
Country() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(java.lang.Object object) + +
+           
+ java.lang.StringgetCode() + +
+           
+ java.lang.StringgetName() + +
+           
+ java.util.Set<ProvinceState>getProvinceStates() + +
+           
+ inthashCode() + +
+           
+ voidsetCode(java.lang.String code) + +
+           
+ voidsetName(java.lang.String name) + +
+           
+ voidsetProvinceStates(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
+ +

+Country

+
+public Country()
+
+
+ + + + + + + + +
+Method Detail
+ +

+equals

+
+public boolean equals(java.lang.Object object)
+
+
+
Overrides:
equals in class AbstractEntity
+
+
+
+
+
+
+ +

+getCode

+
+public java.lang.String getCode()
+
+
+
+
+
+
+ +

+getName

+
+public java.lang.String getName()
+
+
+
+
+
+
+ +

+getProvinceStates

+
+public java.util.Set<ProvinceState> getProvinceStates()
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class AbstractEntity
+
+
+
+
+
+
+ +

+setCode

+
+public void setCode(java.lang.String code)
+
+
+
+
+
+
+ +

+setName

+
+public void setName(java.lang.String name)
+
+
+
+
+
+
+ +

+setProvinceStates

+
+public void setProvinceStates(java.util.Set<ProvinceState> states)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/Country_.html b/primefaces-webapp/doc/com/mycompany/model/Country_.html new file mode 100644 index 0000000..0b1ba87 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/Country_.html @@ -0,0 +1,324 @@ + + + + + + +Country_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class Country_

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity_
+      extended by com.mycompany.model.Country_
+
+
+
+
public abstract class Country_
extends AbstractEntity_
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + +
+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
+ +

+provinceStates

+
+public static volatile javax.persistence.metamodel.SetAttribute<Country,ProvinceState> provinceStates
+
+
+
+
+
+ +

+name

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Country,java.lang.String> name
+
+
+
+
+
+ +

+hashCode

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Country,java.lang.Integer> hashCode
+
+
+
+
+
+ +

+code

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Country,java.lang.String> code
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Country_

+
+public Country_()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/Credentials.html b/primefaces-webapp/doc/com/mycompany/model/Credentials.html new file mode 100644 index 0000000..fbb2f98 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/Credentials.html @@ -0,0 +1,318 @@ + + + + + + +Credentials + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class Credentials

+
+java.lang.Object
+  extended by com.mycompany.model.Credentials
+
+
+
+
@Model
+public class Credentials
extends java.lang.Object
+ + +

+CDI-managed bean in request scope for user credentials. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
Credentials() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetPassword() + +
+           
+ java.lang.StringgetUsername() + +
+           
+ voidsetPassword(java.lang.String password) + +
+           
+ voidsetUsername(java.lang.String username) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Credentials

+
+public Credentials()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getPassword

+
+public java.lang.String getPassword()
+
+
+
+
+
+
+ +

+getUsername

+
+public java.lang.String getUsername()
+
+
+
+
+
+
+ +

+setPassword

+
+public void setPassword(java.lang.String password)
+
+
+
+
+
+
+ +

+setUsername

+
+public void setUsername(java.lang.String username)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/Event.html b/primefaces-webapp/doc/com/mycompany/model/Event.html new file mode 100644 index 0000000..3f7e4b9 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/Event.html @@ -0,0 +1,603 @@ + + + + + + +Event + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class Event

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity
+      extended by com.mycompany.model.Event
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
@Entity
+public class Event
extends AbstractEntity
+ + +

+JPA entity for event data. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
Event() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(java.lang.Object object) + +
+           
+ java.util.Set<EventAttendance>getAttendance() + +
+           
+ UsergetCreatedBy() + +
+           
+ java.lang.StringgetDescription() + +
+           
+ java.util.DategetEndDate() + +
+           
+ EventTypegetEventType() + +
+           
+ java.util.DategetStartDate() + +
+           
+ java.lang.StringgetTitle() + +
+           
+ VenuegetVenue() + +
+           
+ inthashCode() + +
+           
+ voidsetAttendance(java.util.Set<EventAttendance> usersAttended) + +
+           
+ voidsetCreatedBy(User createdBy) + +
+           
+ voidsetDescription(java.lang.String description) + +
+           
+ voidsetEndDate(java.util.Date endDate) + +
+           
+ voidsetEventType(EventType eventType) + +
+           
+ voidsetStartDate(java.util.Date startDate) + +
+           
+ voidsetTitle(java.lang.String title) + +
+           
+ voidsetVenue(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
+ +

+Event

+
+public Event()
+
+
+ + + + + + + + +
+Method Detail
+ +

+equals

+
+public boolean equals(java.lang.Object object)
+
+
+
Overrides:
equals in class AbstractEntity
+
+
+
+
+
+
+ +

+getAttendance

+
+public java.util.Set<EventAttendance> getAttendance()
+
+
+
+
+
+
+ +

+getCreatedBy

+
+public User getCreatedBy()
+
+
+
+
+
+
+ +

+getDescription

+
+public java.lang.String getDescription()
+
+
+
+
+
+
+ +

+getEndDate

+
+public java.util.Date getEndDate()
+
+
+
+
+
+
+ +

+getEventType

+
+public EventType getEventType()
+
+
+
+
+
+
+ +

+getStartDate

+
+public java.util.Date getStartDate()
+
+
+
+
+
+
+ +

+getTitle

+
+public java.lang.String getTitle()
+
+
+
+
+
+
+ +

+getVenue

+
+public Venue getVenue()
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class AbstractEntity
+
+
+
+
+
+
+ +

+setAttendance

+
+public void setAttendance(java.util.Set<EventAttendance> usersAttended)
+
+
+
+
+
+
+ +

+setCreatedBy

+
+public void setCreatedBy(User createdBy)
+
+
+
+
+
+
+ +

+setDescription

+
+public void setDescription(java.lang.String description)
+
+
+
+
+
+
+ +

+setEndDate

+
+public void setEndDate(java.util.Date endDate)
+
+
+
+
+
+
+ +

+setEventType

+
+public void setEventType(EventType eventType)
+
+
+
+
+
+
+ +

+setStartDate

+
+public void setStartDate(java.util.Date startDate)
+
+
+
+
+
+
+ +

+setTitle

+
+public void setTitle(java.lang.String title)
+
+
+
+
+
+
+ +

+setVenue

+
+public void setVenue(Venue venue)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/EventAttendance.html b/primefaces-webapp/doc/com/mycompany/model/EventAttendance.html new file mode 100644 index 0000000..a11441a --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/EventAttendance.html @@ -0,0 +1,407 @@ + + + + + + +EventAttendance + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class EventAttendance

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity
+      extended by com.mycompany.model.EventAttendance
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
@Entity
+public class EventAttendance
extends AbstractEntity
+ + +

+JPA entity for user event attendance data. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
EventAttendance() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ EventgetEvent() + +
+           
+ intgetRating() + +
+           
+ UsergetUser() + +
+           
+ booleanisConfirmed() + +
+           
+ voidsetConfirmed(boolean attended) + +
+           
+ voidsetEvent(Event event) + +
+           
+ voidsetRating(int rating) + +
+           
+ voidsetUser(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
+ +

+EventAttendance

+
+public EventAttendance()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getEvent

+
+public Event getEvent()
+
+
+
+
+
+
+ +

+getRating

+
+public int getRating()
+
+
+
+
+
+
+ +

+getUser

+
+public User getUser()
+
+
+
+
+
+
+ +

+isConfirmed

+
+public boolean isConfirmed()
+
+
+
+
+
+
+ +

+setConfirmed

+
+public void setConfirmed(boolean attended)
+
+
+
+
+
+
+ +

+setEvent

+
+public void setEvent(Event event)
+
+
+
+
+
+
+ +

+setRating

+
+public void setRating(int rating)
+
+
+
+
+
+
+ +

+setUser

+
+public void setUser(User user)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/EventAttendance_.html b/primefaces-webapp/doc/com/mycompany/model/EventAttendance_.html new file mode 100644 index 0000000..eb7fa49 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/EventAttendance_.html @@ -0,0 +1,324 @@ + + + + + + +EventAttendance_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class EventAttendance_

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity_
+      extended by com.mycompany.model.EventAttendance_
+
+
+
+
public abstract class EventAttendance_
extends AbstractEntity_
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + +
+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
+ +

+confirmed

+
+public static volatile javax.persistence.metamodel.SingularAttribute<EventAttendance,java.lang.Boolean> confirmed
+
+
+
+
+
+ +

+event

+
+public static volatile javax.persistence.metamodel.SingularAttribute<EventAttendance,Event> event
+
+
+
+
+
+ +

+rating

+
+public static volatile javax.persistence.metamodel.SingularAttribute<EventAttendance,java.lang.Integer> rating
+
+
+
+
+
+ +

+user

+
+public static volatile javax.persistence.metamodel.SingularAttribute<EventAttendance,User> user
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+EventAttendance_

+
+public EventAttendance_()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/EventType.html b/primefaces-webapp/doc/com/mycompany/model/EventType.html new file mode 100644 index 0000000..0c94b2b --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/EventType.html @@ -0,0 +1,365 @@ + + + + + + +EventType + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Enum EventType

+
+java.lang.Object
+  extended by java.lang.Enum<EventType>
+      extended by com.mycompany.model.EventType
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<EventType>
+
+
+
+
public enum EventType
extends java.lang.Enum<EventType>
+ + +

+Represents an event type. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Enum Constant Summary
CONCERT + +
+           
MOVIE + +
+           
OTHER + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetLabel() + +
+           
+static EventTypevalueOf(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
+ +

+CONCERT

+
+public static final EventType CONCERT
+
+
+
+
+
+ +

+MOVIE

+
+public static final EventType MOVIE
+
+
+
+
+
+ +

+OTHER

+
+public static final EventType OTHER
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static EventType[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (EventType c : EventType.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static EventType valueOf(java.lang.String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
java.lang.IllegalArgumentException - if this enum type has no constant +with the specified name +
java.lang.NullPointerException - if the argument is null
+
+
+
+ +

+getLabel

+
+public java.lang.String getLabel()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/Event_.html b/primefaces-webapp/doc/com/mycompany/model/Event_.html new file mode 100644 index 0000000..a57b895 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/Event_.html @@ -0,0 +1,414 @@ + + + + + + +Event_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class Event_

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity_
+      extended by com.mycompany.model.Event_
+
+
+
+
public abstract class Event_
extends AbstractEntity_
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+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
+ +

+startDate

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,java.util.Date> startDate
+
+
+
+
+
+ +

+title

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,java.lang.String> title
+
+
+
+
+
+ +

+createdBy

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,User> createdBy
+
+
+
+
+
+ +

+description

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,java.lang.String> description
+
+
+
+
+
+ +

+attendance

+
+public static volatile javax.persistence.metamodel.SetAttribute<Event,EventAttendance> attendance
+
+
+
+
+
+ +

+hashCode

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,java.lang.Integer> hashCode
+
+
+
+
+
+ +

+endDate

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,java.util.Date> endDate
+
+
+
+
+
+ +

+eventType

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,EventType> eventType
+
+
+
+
+
+ +

+venue

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,Venue> venue
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Event_

+
+public Event_()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/Gender.html b/primefaces-webapp/doc/com/mycompany/model/Gender.html new file mode 100644 index 0000000..93550ea --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/Gender.html @@ -0,0 +1,349 @@ + + + + + + +Gender + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Enum Gender

+
+java.lang.Object
+  extended by java.lang.Enum<Gender>
+      extended by com.mycompany.model.Gender
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Gender>
+
+
+
+
public enum Gender
extends java.lang.Enum<Gender>
+ + +

+Represents a gender. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + + + +
+Enum Constant Summary
FEMALE + +
+           
MALE + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetLabel() + +
+           
+static GendervalueOf(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
+ +

+FEMALE

+
+public static final Gender FEMALE
+
+
+
+
+
+ +

+MALE

+
+public static final Gender MALE
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static Gender[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (Gender c : Gender.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static Gender valueOf(java.lang.String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
java.lang.IllegalArgumentException - if this enum type has no constant +with the specified name +
java.lang.NullPointerException - if the argument is null
+
+
+
+ +

+getLabel

+
+public java.lang.String getLabel()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/Idea.html b/primefaces-webapp/doc/com/mycompany/model/Idea.html new file mode 100644 index 0000000..4899618 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/Idea.html @@ -0,0 +1,491 @@ + + + + + + +Idea + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class Idea

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity
+      extended by com.mycompany.model.Idea
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
@Entity
+public class Idea
extends AbstractEntity
+ + +

+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. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
Idea() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(java.lang.Object object) + +
+           
+ UsergetAuthor() + +
+           
+ java.util.Set<Idea>getChildren() + +
+           
+ java.lang.StringgetDescription() + +
+           
+ java.lang.StringgetName() + +
+           
+ IdeagetParent() + +
+           
+ inthashCode() + +
+           
+ voidsetAuthor(User author) + +
+           
+ voidsetChildren(java.util.Set<Idea> children) + +
+           
+ voidsetDescription(java.lang.String description) + +
+           
+ voidsetName(java.lang.String name) + +
+           
+ voidsetParent(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
+ +

+Idea

+
+public Idea()
+
+
+ + + + + + + + +
+Method Detail
+ +

+equals

+
+public boolean equals(java.lang.Object object)
+
+
+
Overrides:
equals in class AbstractEntity
+
+
+
+
+
+
+ +

+getAuthor

+
+public User getAuthor()
+
+
+
+
+
+
+ +

+getChildren

+
+public java.util.Set<Idea> getChildren()
+
+
+
+
+
+
+ +

+getDescription

+
+public java.lang.String getDescription()
+
+
+
+
+
+
+ +

+getName

+
+public java.lang.String getName()
+
+
+
+
+
+
+ +

+getParent

+
+public Idea getParent()
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class AbstractEntity
+
+
+
+
+
+
+ +

+setAuthor

+
+public void setAuthor(User author)
+
+
+
+
+
+
+ +

+setChildren

+
+public void setChildren(java.util.Set<Idea> children)
+
+
+
+
+
+
+ +

+setDescription

+
+public void setDescription(java.lang.String description)
+
+
+
+
+
+
+ +

+setName

+
+public void setName(java.lang.String name)
+
+
+
+
+
+
+ +

+setParent

+
+public void setParent(Idea parent)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/Idea_.html b/primefaces-webapp/doc/com/mycompany/model/Idea_.html new file mode 100644 index 0000000..8f5a0d6 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/Idea_.html @@ -0,0 +1,360 @@ + + + + + + +Idea_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class Idea_

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity_
+      extended by com.mycompany.model.Idea_
+
+
+
+
public abstract class Idea_
extends AbstractEntity_
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+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
+ +

+author

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Idea,User> author
+
+
+
+
+
+ +

+description

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Idea,java.lang.String> description
+
+
+
+
+
+ +

+name

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Idea,java.lang.String> name
+
+
+
+
+
+ +

+hashCode

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Idea,java.lang.Integer> hashCode
+
+
+
+
+
+ +

+parent

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Idea,Idea> parent
+
+
+
+
+
+ +

+children

+
+public static volatile javax.persistence.metamodel.SetAttribute<Idea,Idea> children
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Idea_

+
+public Idea_()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/ProvinceState.html b/primefaces-webapp/doc/com/mycompany/model/ProvinceState.html new file mode 100644 index 0000000..bfcf593 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/ProvinceState.html @@ -0,0 +1,413 @@ + + + + + + +ProvinceState + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class ProvinceState

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity
+      extended by com.mycompany.model.ProvinceState
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
@Entity
+public class ProvinceState
extends AbstractEntity
+ + +

+JPA entity for province/state data. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
ProvinceState() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(java.lang.Object object) + +
+           
+ java.util.Set<City>getCities() + +
+           
+ CountrygetCountry() + +
+           
+ java.lang.StringgetName() + +
+           
+ inthashCode() + +
+           
+ voidsetCities(java.util.Set<City> cities) + +
+           
+ voidsetCountry(Country country) + +
+           
+ voidsetName(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
+ +

+ProvinceState

+
+public ProvinceState()
+
+
+ + + + + + + + +
+Method Detail
+ +

+equals

+
+public boolean equals(java.lang.Object object)
+
+
+
Overrides:
equals in class AbstractEntity
+
+
+
+
+
+
+ +

+getCities

+
+public java.util.Set<City> getCities()
+
+
+
+
+
+
+ +

+getCountry

+
+public Country getCountry()
+
+
+
+
+
+
+ +

+getName

+
+public java.lang.String getName()
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class AbstractEntity
+
+
+
+
+
+
+ +

+setCities

+
+public void setCities(java.util.Set<City> cities)
+
+
+
+
+
+
+ +

+setCountry

+
+public void setCountry(Country country)
+
+
+
+
+
+
+ +

+setName

+
+public void setName(java.lang.String name)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/ProvinceState_.html b/primefaces-webapp/doc/com/mycompany/model/ProvinceState_.html new file mode 100644 index 0000000..0b0204c --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/ProvinceState_.html @@ -0,0 +1,324 @@ + + + + + + +ProvinceState_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class ProvinceState_

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity_
+      extended by com.mycompany.model.ProvinceState_
+
+
+
+
public abstract class ProvinceState_
extends AbstractEntity_
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + +
+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
+ +

+cities

+
+public static volatile javax.persistence.metamodel.SetAttribute<ProvinceState,City> cities
+
+
+
+
+
+ +

+name

+
+public static volatile javax.persistence.metamodel.SingularAttribute<ProvinceState,java.lang.String> name
+
+
+
+
+
+ +

+hashCode

+
+public static volatile javax.persistence.metamodel.SingularAttribute<ProvinceState,java.lang.Integer> hashCode
+
+
+
+
+
+ +

+country

+
+public static volatile javax.persistence.metamodel.SingularAttribute<ProvinceState,Country> country
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+ProvinceState_

+
+public ProvinceState_()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/RelationshipType.html b/primefaces-webapp/doc/com/mycompany/model/RelationshipType.html new file mode 100644 index 0000000..ded67e2 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/RelationshipType.html @@ -0,0 +1,365 @@ + + + + + + +RelationshipType + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Enum RelationshipType

+
+java.lang.Object
+  extended by java.lang.Enum<RelationshipType>
+      extended by com.mycompany.model.RelationshipType
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<RelationshipType>
+
+
+
+
public enum RelationshipType
extends java.lang.Enum<RelationshipType>
+ + +

+Represents a relationship type. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Enum Constant Summary
COLLEAGUE + +
+           
FAMILY + +
+           
FRIEND + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetLabel() + +
+           
+static RelationshipTypevalueOf(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
+ +

+FAMILY

+
+public static final RelationshipType FAMILY
+
+
+
+
+
+ +

+FRIEND

+
+public static final RelationshipType FRIEND
+
+
+
+
+
+ +

+COLLEAGUE

+
+public static final RelationshipType COLLEAGUE
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static RelationshipType[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (RelationshipType c : RelationshipType.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static RelationshipType valueOf(java.lang.String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
java.lang.IllegalArgumentException - if this enum type has no constant +with the specified name +
java.lang.NullPointerException - if the argument is null
+
+
+
+ +

+getLabel

+
+public java.lang.String getLabel()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/User.html b/primefaces-webapp/doc/com/mycompany/model/User.html new file mode 100644 index 0000000..154524f --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/User.html @@ -0,0 +1,869 @@ + + + + + + +User + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class User

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity
+      extended by com.mycompany.model.User
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
@Entity
+public class User
extends AbstractEntity
+ + +

+JPA entity for user data. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
User() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(java.lang.Object object) + +
+           
+ java.util.DategetBirthdate() + +
+           
+ java.lang.IntegergetClickCount() + +
+           
+ CountrygetCountry() + +
+           
+ java.lang.StringgetEmailAddress() + +
+           
+ java.util.Set<EventAttendance>getEventsAttended() + +
+           
+ java.lang.StringgetFirstName() + +
+           
+ java.util.Set<UserRelationship>getFromRelationships() + +
+           
+ GendergetGender() + +
+           
+ java.lang.StringgetLastName() + +
+           
+ java.lang.StringgetPassword() + +
+           
+ java.lang.StringgetPhoneNumber() + +
+           
+ java.lang.StringgetTheme() + +
+           
+ java.util.Set<UserRelationship>getToRelationships() + +
+           
+ java.lang.StringgetUsername() + +
+           
+ inthashCode() + +
+           
+ booleanisAcceptedTerms() + +
+           
+ voidsetAcceptedTerms(boolean acceptedTerms) + +
+           
+ voidsetBirthdate(java.util.Date birthdate) + +
+           
+ voidsetClickCount(java.lang.Integer clicks) + +
+           
+ voidsetCountry(Country country) + +
+           
+ voidsetEmailAddress(java.lang.String emailAddress) + +
+           
+ voidsetEventsAttended(java.util.Set<EventAttendance> eventsAttended) + +
+           
+ voidsetFirstName(java.lang.String firstName) + +
+           
+ voidsetFromRelationships(java.util.Set<UserRelationship> fromRelationships) + +
+           
+ voidsetGender(Gender gender) + +
+           
+ voidsetLastName(java.lang.String lastName) + +
+           
+ voidsetPassword(java.lang.String password) + +
+           
+ voidsetPhoneNumber(java.lang.String phoneNumber) + +
+           
+ voidsetTheme(java.lang.String theme) + +
+           
+ voidsetToRelationships(java.util.Set<UserRelationship> toRelationships) + +
+           
+ voidsetUsername(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
+ +

+User

+
+public User()
+
+
+ + + + + + + + +
+Method Detail
+ +

+equals

+
+public boolean equals(java.lang.Object object)
+
+
+
Overrides:
equals in class AbstractEntity
+
+
+
+
+
+
+ +

+getBirthdate

+
+public java.util.Date getBirthdate()
+
+
+
+
+
+
+ +

+getClickCount

+
+public java.lang.Integer getClickCount()
+
+
+
+
+
+
+ +

+getCountry

+
+public Country getCountry()
+
+
+
+
+
+
+ +

+getEmailAddress

+
+public java.lang.String getEmailAddress()
+
+
+
+
+
+
+ +

+getEventsAttended

+
+public java.util.Set<EventAttendance> getEventsAttended()
+
+
+
+
+
+
+ +

+getFirstName

+
+public java.lang.String getFirstName()
+
+
+
+
+
+
+ +

+getFromRelationships

+
+public java.util.Set<UserRelationship> getFromRelationships()
+
+
+
+
+
+
+ +

+getGender

+
+public Gender getGender()
+
+
+
+
+
+
+ +

+getLastName

+
+public java.lang.String getLastName()
+
+
+
+
+
+
+ +

+getPassword

+
+public java.lang.String getPassword()
+
+
+
+
+
+
+ +

+getPhoneNumber

+
+public java.lang.String getPhoneNumber()
+
+
+
+
+
+
+ +

+getTheme

+
+public java.lang.String getTheme()
+
+
+
+
+
+
+ +

+getToRelationships

+
+public java.util.Set<UserRelationship> getToRelationships()
+
+
+
+
+
+
+ +

+getUsername

+
+public java.lang.String getUsername()
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class AbstractEntity
+
+
+
+
+
+
+ +

+isAcceptedTerms

+
+public boolean isAcceptedTerms()
+
+
+
+
+
+
+ +

+setAcceptedTerms

+
+public void setAcceptedTerms(boolean acceptedTerms)
+
+
+
+
+
+
+ +

+setBirthdate

+
+public void setBirthdate(java.util.Date birthdate)
+
+
+
+
+
+
+ +

+setClickCount

+
+public void setClickCount(java.lang.Integer clicks)
+
+
+
+
+
+
+ +

+setCountry

+
+public void setCountry(Country country)
+
+
+
+
+
+
+ +

+setEmailAddress

+
+public void setEmailAddress(java.lang.String emailAddress)
+
+
+
+
+
+
+ +

+setEventsAttended

+
+public void setEventsAttended(java.util.Set<EventAttendance> eventsAttended)
+
+
+
+
+
+
+ +

+setFirstName

+
+public void setFirstName(java.lang.String firstName)
+
+
+
+
+
+
+ +

+setFromRelationships

+
+public void setFromRelationships(java.util.Set<UserRelationship> fromRelationships)
+
+
+
+
+
+
+ +

+setGender

+
+public void setGender(Gender gender)
+
+
+
+
+
+
+ +

+setLastName

+
+public void setLastName(java.lang.String lastName)
+
+
+
+
+
+
+ +

+setPassword

+
+public void setPassword(java.lang.String password)
+
+
+
+
+
+
+ +

+setPhoneNumber

+
+public void setPhoneNumber(java.lang.String phoneNumber)
+
+
+
+
+
+
+ +

+setTheme

+
+public void setTheme(java.lang.String theme)
+
+
+
+
+
+
+ +

+setToRelationships

+
+public void setToRelationships(java.util.Set<UserRelationship> toRelationships)
+
+
+
+
+
+
+ +

+setUsername

+
+public void setUsername(java.lang.String username)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/UserRelationship.html b/primefaces-webapp/doc/com/mycompany/model/UserRelationship.html new file mode 100644 index 0000000..ed79ec4 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/UserRelationship.html @@ -0,0 +1,369 @@ + + + + + + +UserRelationship + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class UserRelationship

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity
+      extended by com.mycompany.model.UserRelationship
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
@Entity
+public class UserRelationship
extends AbstractEntity
+ + +

+JPA entity for a relationship between two users. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
UserRelationship() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ UsergetFromUser() + +
+           
+ RelationshipTypegetRelationshipType() + +
+           
+ UsergetToUser() + +
+           
+ voidsetFromUser(User firstUser) + +
+           
+ voidsetRelationshipType(RelationshipType contactType) + +
+           
+ voidsetToUser(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
+ +

+UserRelationship

+
+public UserRelationship()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getRelationshipType

+
+public RelationshipType getRelationshipType()
+
+
+
+
+
+
+ +

+getFromUser

+
+public User getFromUser()
+
+
+
+
+
+
+ +

+getToUser

+
+public User getToUser()
+
+
+
+
+
+
+ +

+setRelationshipType

+
+public void setRelationshipType(RelationshipType contactType)
+
+
+
+
+
+
+ +

+setFromUser

+
+public void setFromUser(User firstUser)
+
+
+
+
+
+
+ +

+setToUser

+
+public void setToUser(User secondUser)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/UserRelationship_.html b/primefaces-webapp/doc/com/mycompany/model/UserRelationship_.html new file mode 100644 index 0000000..1467a24 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/UserRelationship_.html @@ -0,0 +1,306 @@ + + + + + + +UserRelationship_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class UserRelationship_

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity_
+      extended by com.mycompany.model.UserRelationship_
+
+
+
+
public abstract class UserRelationship_
extends AbstractEntity_
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + +
+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
+ +

+relationshipType

+
+public static volatile javax.persistence.metamodel.SingularAttribute<UserRelationship,RelationshipType> relationshipType
+
+
+
+
+
+ +

+toUser

+
+public static volatile javax.persistence.metamodel.SingularAttribute<UserRelationship,User> toUser
+
+
+
+
+
+ +

+fromUser

+
+public static volatile javax.persistence.metamodel.SingularAttribute<UserRelationship,User> fromUser
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+UserRelationship_

+
+public UserRelationship_()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/User_.html b/primefaces-webapp/doc/com/mycompany/model/User_.html new file mode 100644 index 0000000..0850f0c --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/User_.html @@ -0,0 +1,540 @@ + + + + + + +User_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class User_

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity_
+      extended by com.mycompany.model.User_
+
+
+
+
public abstract class User_
extends AbstractEntity_
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+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
+ +

+acceptedTerms

+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.Boolean> acceptedTerms
+
+
+
+
+
+ +

+lastName

+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.String> lastName
+
+
+
+
+
+ +

+clickCount

+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.Integer> clickCount
+
+
+
+
+
+ +

+fromRelationships

+
+public static volatile javax.persistence.metamodel.SetAttribute<User,UserRelationship> fromRelationships
+
+
+
+
+
+ +

+theme

+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.String> theme
+
+
+
+
+
+ +

+hashCode

+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.Integer> hashCode
+
+
+
+
+
+ +

+emailAddress

+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.String> emailAddress
+
+
+
+
+
+ +

+toRelationships

+
+public static volatile javax.persistence.metamodel.SetAttribute<User,UserRelationship> toRelationships
+
+
+
+
+
+ +

+password

+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.String> password
+
+
+
+
+
+ +

+country

+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,Country> country
+
+
+
+
+
+ +

+username

+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.String> username
+
+
+
+
+
+ +

+eventsAttended

+
+public static volatile javax.persistence.metamodel.SetAttribute<User,EventAttendance> eventsAttended
+
+
+
+
+
+ +

+phoneNumber

+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.String> phoneNumber
+
+
+
+
+
+ +

+birthdate

+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.util.Date> birthdate
+
+
+
+
+
+ +

+gender

+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,Gender> gender
+
+
+
+
+
+ +

+firstName

+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.String> firstName
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+User_

+
+public User_()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/Venue.html b/primefaces-webapp/doc/com/mycompany/model/Venue.html new file mode 100644 index 0000000..0d12122 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/Venue.html @@ -0,0 +1,663 @@ + + + + + + +Venue + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class Venue

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity
+      extended by com.mycompany.model.Venue
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
@Entity
+public class Venue
extends AbstractEntity
+ + +

+JPA entity for venue data. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
Venue() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(java.lang.Object object) + +
+           
+ CitygetCity() + +
+           
+ java.lang.StringgetCompleteAddress() + +
+          This method returns the complete address of the venue.
+ CountrygetCountry() + +
+           
+ java.util.Set<Event>getEvents() + +
+           
+ java.lang.DoublegetLatitude() + +
+           
+ java.lang.DoublegetLongitude() + +
+           
+ java.lang.StringgetName() + +
+           
+ java.lang.StringgetPhoneNumber() + +
+           
+ ProvinceStategetProvinceState() + +
+           
+ java.lang.StringgetStreetAddress() + +
+           
+ inthashCode() + +
+           
+ voidsetCity(City city) + +
+           
+ voidsetCountry(Country country) + +
+           
+ voidsetEvents(java.util.Set<Event> events) + +
+           
+ voidsetLatitude(java.lang.Double latitude) + +
+           
+ voidsetLongitude(java.lang.Double longitude) + +
+           
+ voidsetName(java.lang.String name) + +
+           
+ voidsetPhoneNumber(java.lang.String phoneNumber) + +
+           
+ voidsetProvinceState(ProvinceState state) + +
+           
+ voidsetStreetAddress(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
+ +

+Venue

+
+public Venue()
+
+
+ + + + + + + + +
+Method Detail
+ +

+equals

+
+public boolean equals(java.lang.Object object)
+
+
+
Overrides:
equals in class AbstractEntity
+
+
+
+
+
+
+ +

+getCity

+
+public City getCity()
+
+
+
+
+
+
+ +

+getCompleteAddress

+
+public java.lang.String getCompleteAddress()
+
+
This method returns the complete address of the venue. +

+

+ +
Returns:
A string.
+
+
+
+ +

+getCountry

+
+public Country getCountry()
+
+
+
+
+
+
+ +

+getEvents

+
+public java.util.Set<Event> getEvents()
+
+
+
+
+
+
+ +

+getLatitude

+
+public java.lang.Double getLatitude()
+
+
+
+
+
+
+ +

+getLongitude

+
+public java.lang.Double getLongitude()
+
+
+
+
+
+
+ +

+getName

+
+public java.lang.String getName()
+
+
+
+
+
+
+ +

+getPhoneNumber

+
+public java.lang.String getPhoneNumber()
+
+
+
+
+
+
+ +

+getProvinceState

+
+public ProvinceState getProvinceState()
+
+
+
+
+
+
+ +

+getStreetAddress

+
+public java.lang.String getStreetAddress()
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class AbstractEntity
+
+
+
+
+
+
+ +

+setCity

+
+public void setCity(City city)
+
+
+
+
+
+
+ +

+setCountry

+
+public void setCountry(Country country)
+
+
+
+
+
+
+ +

+setEvents

+
+public void setEvents(java.util.Set<Event> events)
+
+
+
+
+
+
+ +

+setLatitude

+
+public void setLatitude(java.lang.Double latitude)
+
+
+
+
+
+
+ +

+setLongitude

+
+public void setLongitude(java.lang.Double longitude)
+
+
+
+
+
+
+ +

+setName

+
+public void setName(java.lang.String name)
+
+
+
+
+
+
+ +

+setPhoneNumber

+
+public void setPhoneNumber(java.lang.String phoneNumber)
+
+
+
+
+
+
+ +

+setProvinceState

+
+public void setProvinceState(ProvinceState state)
+
+
+
+
+
+
+ +

+setStreetAddress

+
+public void setStreetAddress(java.lang.String streetAddress)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/Venue_.html b/primefaces-webapp/doc/com/mycompany/model/Venue_.html new file mode 100644 index 0000000..19761b5 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/Venue_.html @@ -0,0 +1,396 @@ + + + + + + +Venue_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class Venue_

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity_
+      extended by com.mycompany.model.Venue_
+
+
+
+
public abstract class Venue_
extends AbstractEntity_
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+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
+ +

+streetAddress

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Venue,java.lang.String> streetAddress
+
+
+
+
+
+ +

+provinceState

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Venue,ProvinceState> provinceState
+
+
+
+
+
+ +

+phoneNumber

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Venue,java.lang.String> phoneNumber
+
+
+
+
+
+ +

+events

+
+public static volatile javax.persistence.metamodel.SetAttribute<Venue,Event> events
+
+
+
+
+
+ +

+name

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Venue,java.lang.String> name
+
+
+
+
+
+ +

+hashCode

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Venue,java.lang.Integer> hashCode
+
+
+
+
+
+ +

+country

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Venue,Country> country
+
+
+
+
+
+ +

+city

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Venue,City> city
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Venue_

+
+public Venue_()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/class-use/AbstractEntity.html b/primefaces-webapp/doc/com/mycompany/model/class-use/AbstractEntity.html new file mode 100644 index 0000000..53fde2b --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/class-use/AbstractEntity.html @@ -0,0 +1,284 @@ + + + + + + +Uses of Class com.mycompany.model.AbstractEntity + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.AbstractEntity

+
+ + + + + + + + + +
+Packages that use AbstractEntity
com.mycompany.modelContains JPA domain model classes and generated JPA Metamodel classes. 
+  +

+ + + + + +
+Uses of AbstractEntity in com.mycompany.model
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of AbstractEntity in com.mycompany.model
+ classCity + +
+          JPA entity class for city data.
+ classContent + +
+          JPA entity for content data.
+ classCountry + +
+          JPA entity for country data.
+ classEvent + +
+          JPA entity for event data.
+ classEventAttendance + +
+          JPA entity for user event attendance data.
+ classIdea + +
+          JPA entity for mind map data.
+ classProvinceState + +
+          JPA entity for province/state data.
+ classUser + +
+          JPA entity for user data.
+ classUserRelationship + +
+          JPA entity for a relationship between two users.
+ classVenue + +
+          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 + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/class-use/AbstractEntity_.html b/primefaces-webapp/doc/com/mycompany/model/class-use/AbstractEntity_.html new file mode 100644 index 0000000..9018e4e --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/class-use/AbstractEntity_.html @@ -0,0 +1,252 @@ + + + + + + +Uses of Class com.mycompany.model.AbstractEntity_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.AbstractEntity_

+
+ + + + + + + + + +
+Packages that use AbstractEntity_
com.mycompany.modelContains JPA domain model classes and generated JPA Metamodel classes. 
+  +

+ + + + + +
+Uses of AbstractEntity_ in com.mycompany.model
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of AbstractEntity_ in com.mycompany.model
+ classCity_ + +
+           
+ classContent_ + +
+           
+ classCountry_ + +
+           
+ classEvent_ + +
+           
+ classEventAttendance_ + +
+           
+ classIdea_ + +
+           
+ classProvinceState_ + +
+           
+ classUser_ + +
+           
+ classUserRelationship_ + +
+           
+ classVenue_ + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/class-use/ActiveUsers.html b/primefaces-webapp/doc/com/mycompany/model/class-use/ActiveUsers.html new file mode 100644 index 0000000..3285cd7 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/class-use/ActiveUsers.html @@ -0,0 +1,188 @@ + + + + + + +Uses of Class com.mycompany.model.ActiveUsers + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.ActiveUsers

+
+ + + + + + + + + +
+Packages that use ActiveUsers
com.mycompany.controllerContains 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
+ voidUserController.setActiveUsers(ActiveUsers activeUsers) + +
+           
+ voidLoginController.setActiveUsers(ActiveUsers activeUsers) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/class-use/City.html b/primefaces-webapp/doc/com/mycompany/model/class-use/City.html new file mode 100644 index 0000000..f72c446 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/class-use/City.html @@ -0,0 +1,492 @@ + + + + + + +Uses of Class com.mycompany.model.City + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.City

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use City
com.mycompany.controllerContains JSF managed bean controller classes for the application. 
com.mycompany.modelContains JPA domain model classes and generated JPA Metamodel classes. 
com.mycompany.serviceContains interfaces for all services in the application. 
com.mycompany.service.implContains 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
+ CitySearchController.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
+ voidSearchController.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
+ CityVenue.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
+ voidVenue.setCity(City city) + +
+           
+  +

+ + + + + + + + + +
Method parameters in com.mycompany.model with type arguments of type City
+ voidProvinceState.setCities(java.util.Set<City> cities) + +
+           
+  +

+ + + + + +
+Uses of City in com.mycompany.service
+  +

+ + + + + + + + + + + + + +
Methods in com.mycompany.service that return City
+ CityCountryService.findCity(java.lang.String name, + ProvinceState provinceState) + +
+          Finds a City by name in the ProvinceState.
+ CityCountryService.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
+ CityCountryServiceImpl.findCity(java.lang.String name, + ProvinceState provinceState) + +
+           
+ CityCountryServiceImpl.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) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/class-use/City_.html b/primefaces-webapp/doc/com/mycompany/model/class-use/City_.html new file mode 100644 index 0000000..78b2ec4 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/class-use/City_.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.model.City_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.City_

+
+No usage of com.mycompany.model.City_ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/class-use/Content.html b/primefaces-webapp/doc/com/mycompany/model/class-use/Content.html new file mode 100644 index 0000000..8cc2256 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/class-use/Content.html @@ -0,0 +1,355 @@ + + + + + + +Uses of Class com.mycompany.model.Content + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.Content

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use Content
com.mycompany.controllerContains JSF managed bean controller classes for the application. 
com.mycompany.modelContains JPA domain model classes and generated JPA Metamodel classes. 
com.mycompany.serviceContains interfaces for all services in the application. 
com.mycompany.service.implContains 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
+ ContentContentController.getContent() + +
+           
+  +

+ + + + + + + + + +
Methods in com.mycompany.controller with parameters of type Content
+ voidContentController.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
+ ContentContentService.findContentByName(java.lang.String name) + +
+          Finds a Content object by name.
+ ContentContentService.saveContent(Content content) + +
+          Saves a Content object.
+  +

+ + + + + + + + + +
Methods in com.mycompany.service with parameters of type Content
+ ContentContentService.saveContent(Content content) + +
+          Saves a Content object.
+  +

+ + + + + +
+Uses of Content in com.mycompany.service.impl
+  +

+ + + + + + + + + + + + + +
Methods in com.mycompany.service.impl that return Content
+ ContentContentServiceImpl.findContentByName(java.lang.String name) + +
+           
+ ContentContentServiceImpl.saveContent(Content content) + +
+           
+  +

+ + + + + + + + + +
Methods in com.mycompany.service.impl with parameters of type Content
+ ContentContentServiceImpl.saveContent(Content content) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/class-use/Content_.html b/primefaces-webapp/doc/com/mycompany/model/class-use/Content_.html new file mode 100644 index 0000000..c38f169 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/class-use/Content_.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.model.Content_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.Content_

+
+No usage of com.mycompany.model.Content_ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/class-use/Country.html b/primefaces-webapp/doc/com/mycompany/model/class-use/Country.html new file mode 100644 index 0000000..1a00065 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/class-use/Country.html @@ -0,0 +1,505 @@ + + + + + + +Uses of Class com.mycompany.model.Country + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.Country

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use Country
com.mycompany.controllerContains JSF managed bean controller classes for the application. 
com.mycompany.modelContains JPA domain model classes and generated JPA Metamodel classes. 
com.mycompany.serviceContains interfaces for all services in the application. 
com.mycompany.service.implContains 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
+ CountryVenue.getCountry() + +
+           
+ CountryUser.getCountry() + +
+           
+ CountryProvinceState.getCountry() + +
+           
+  +

+ + + + + + + + + + + + + + + + + +
Methods in com.mycompany.model with parameters of type Country
+ voidVenue.setCountry(Country country) + +
+           
+ voidUser.setCountry(Country country) + +
+           
+ voidProvinceState.setCountry(Country country) + +
+           
+  +

+ + + + + +
+Uses of Country in com.mycompany.service
+  +

+ + + + + + + + + +
Methods in com.mycompany.service that return Country
+ CountryCountryService.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
+ ProvinceStateCountryService.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.
+ ProvinceStateCountryService.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
+ CountryCountryServiceImpl.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
+ ProvinceStateCountryServiceImpl.createProvinceState(Country country, + java.lang.String name) + +
+           
+ java.util.List<ProvinceState>CountryServiceImpl.findProvinceStatesByCountry(Country country) + +
+           
+ ProvinceStateCountryServiceImpl.findStateByName(Country country, + java.lang.String stateName) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/class-use/Country_.html b/primefaces-webapp/doc/com/mycompany/model/class-use/Country_.html new file mode 100644 index 0000000..6b126a4 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/class-use/Country_.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.model.Country_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.Country_

+
+No usage of com.mycompany.model.Country_ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/class-use/Credentials.html b/primefaces-webapp/doc/com/mycompany/model/class-use/Credentials.html new file mode 100644 index 0000000..79926d3 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/class-use/Credentials.html @@ -0,0 +1,180 @@ + + + + + + +Uses of Class com.mycompany.model.Credentials + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.Credentials

+
+ + + + + + + + + +
+Packages that use Credentials
com.mycompany.controllerContains 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
+ voidLoginController.setCredentials(Credentials credentials) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/class-use/Event.html b/primefaces-webapp/doc/com/mycompany/model/class-use/Event.html new file mode 100644 index 0000000..5fcd385 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/class-use/Event.html @@ -0,0 +1,602 @@ + + + + + + +Uses of Class com.mycompany.model.Event + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.Event

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use Event
com.mycompany.controllerContains JSF managed bean controller classes for the application. 
com.mycompany.modelContains JPA domain model classes and generated JPA Metamodel classes. 
com.mycompany.serviceContains interfaces for all services in the application. 
com.mycompany.service.implContains 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
+ EventEventController.getEvent() + +
+          This method returns the currently selected Event.
+ EventSearchController.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
+ voidEventController.setEvent(Event event) + +
+          Sets the Event.
+ voidSearchController.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
+ EventEventAttendance.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
+ voidEventAttendance.setEvent(Event event) + +
+           
+  +

+ + + + + + + + + +
Method parameters in com.mycompany.model with type arguments of type Event
+ voidVenue.setEvents(java.util.Set<Event> events) + +
+           
+  +

+ + + + + +
+Uses of Event in com.mycompany.service
+  +

+ + + + + + + + + + + + + +
Methods in com.mycompany.service that return Event
+ EventEventService.findEventById(java.lang.Integer id) + +
+          Finds an Event by ID.
+ EventEventService.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
+ EventAttendanceEventService.findEventAttendance(Event event, + User user) + +
+          Finds the EventAttendance object for a particular Event + and User.
+ EventEventService.saveEvent(Event event) + +
+          Saves an Event.
+  +

+ + + + + +
+Uses of Event in com.mycompany.service.impl
+  +

+ + + + + + + + + + + + + +
Methods in com.mycompany.service.impl that return Event
+ EventEventServiceImpl.findEventById(java.lang.Integer id) + +
+           
+ EventEventServiceImpl.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
+ EventAttendanceEventServiceImpl.findEventAttendance(Event event, + User user) + +
+           
+ EventEventServiceImpl.saveEvent(Event event) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/class-use/EventAttendance.html b/primefaces-webapp/doc/com/mycompany/model/class-use/EventAttendance.html new file mode 100644 index 0000000..e52fe6c --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/class-use/EventAttendance.html @@ -0,0 +1,458 @@ + + + + + + +Uses of Class com.mycompany.model.EventAttendance + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.EventAttendance

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use EventAttendance
com.mycompany.controllerContains JSF managed bean controller classes for the application. 
com.mycompany.modelContains JPA domain model classes and generated JPA Metamodel classes. 
com.mycompany.serviceContains interfaces for all services in the application. 
com.mycompany.service.implContains 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
+ voidEventController.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
+ voidEvent.setAttendance(java.util.Set<EventAttendance> usersAttended) + +
+           
+ voidUser.setEventsAttended(java.util.Set<EventAttendance> eventsAttended) + +
+           
+  +

+ + + + + +
+Uses of EventAttendance in com.mycompany.service
+  +

+ + + + + + + + + + + + + +
Methods in com.mycompany.service that return EventAttendance
+ EventAttendanceEventService.findEventAttendance(Event event, + User user) + +
+          Finds the EventAttendance object for a particular Event + and User.
+ EventAttendanceEventService.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
+ EventAttendanceEventService.saveAttendance(EventAttendance attendance) + +
+          Saves an EventAttendance object.
+  +

+ + + + + +
+Uses of EventAttendance in com.mycompany.service.impl
+  +

+ + + + + + + + + + + + + +
Methods in com.mycompany.service.impl that return EventAttendance
+ EventAttendanceEventServiceImpl.findEventAttendance(Event event, + User user) + +
+           
+ EventAttendanceEventServiceImpl.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
+ EventAttendanceEventServiceImpl.saveAttendance(EventAttendance attendance) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/class-use/EventAttendance_.html b/primefaces-webapp/doc/com/mycompany/model/class-use/EventAttendance_.html new file mode 100644 index 0000000..d3a9be2 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/class-use/EventAttendance_.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.model.EventAttendance_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.EventAttendance_

+
+No usage of com.mycompany.model.EventAttendance_ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/class-use/EventType.html b/primefaces-webapp/doc/com/mycompany/model/class-use/EventType.html new file mode 100644 index 0000000..c5a8a15 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/class-use/EventType.html @@ -0,0 +1,347 @@ + + + + + + +Uses of Class com.mycompany.model.EventType + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.EventType

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use EventType
com.mycompany.controllerContains JSF managed bean controller classes for the application. 
com.mycompany.modelContains JPA domain model classes and generated JPA Metamodel classes. 
com.mycompany.serviceContains interfaces for all services in the application. 
com.mycompany.service.implContains 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
+ EventTypeSearchController.getEventType() + +
+           
+ EventType[]EventController.getEventTypes() + +
+          This method returns an array of EventType enum objects.
+  +

+ + + + + + + + + +
Methods in com.mycompany.controller with parameters of type EventType
+ voidSearchController.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
+ EventTypeEvent.getEventType() + +
+           
+static EventTypeEventType.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
+ voidEvent.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) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/class-use/Event_.html b/primefaces-webapp/doc/com/mycompany/model/class-use/Event_.html new file mode 100644 index 0000000..a6e9f5c --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/class-use/Event_.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.model.Event_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.Event_

+
+No usage of com.mycompany.model.Event_ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/class-use/Gender.html b/primefaces-webapp/doc/com/mycompany/model/class-use/Gender.html new file mode 100644 index 0000000..e554011 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/class-use/Gender.html @@ -0,0 +1,316 @@ + + + + + + +Uses of Class com.mycompany.model.Gender + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.Gender

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use Gender
com.mycompany.controllerContains JSF managed bean controller classes for the application. 
com.mycompany.modelContains JPA domain model classes and generated JPA Metamodel classes. 
com.mycompany.serviceContains interfaces for all services in the application. 
com.mycompany.service.implContains 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
+ GenderUser.getGender() + +
+           
+static GenderGender.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
+ voidUser.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) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/class-use/Idea.html b/primefaces-webapp/doc/com/mycompany/model/class-use/Idea.html new file mode 100644 index 0000000..cbe7199 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/class-use/Idea.html @@ -0,0 +1,502 @@ + + + + + + +Uses of Class com.mycompany.model.Idea + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.Idea

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use Idea
com.mycompany.controllerContains JSF managed bean controller classes for the application. 
com.mycompany.modelContains JPA domain model classes and generated JPA Metamodel classes. 
com.mycompany.serviceContains interfaces for all services in the application. 
com.mycompany.service.implContains 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
+ IdeaMindMapController.getNewIdea() + +
+           
+  +

+ + + + + + + + + +
Methods in com.mycompany.controller with parameters of type Idea
+ voidMindMapController.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
+ IdeaIdea.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
+ voidIdea.setParent(Idea parent) + +
+           
+  +

+ + + + + + + + + +
Method parameters in com.mycompany.model with type arguments of type Idea
+ voidIdea.setChildren(java.util.Set<Idea> children) + +
+           
+  +

+ + + + + +
+Uses of Idea in com.mycompany.service
+  +

+ + + + + + + + + + + + + +
Methods in com.mycompany.service that return Idea
+ IdeaIdeaService.findIdea(java.lang.Integer id) + +
+          Finds an Idea by ID.
+ IdeaIdeaService.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
+ voidIdeaService.buildMindMap(Idea idea, + org.primefaces.model.mindmap.MindmapNode root) + +
+          Populates a mind map data structure from an Idea using the + MindmapNode interface.
+ IdeaIdeaService.saveIdea(Idea newIdea) + +
+          Saves an Idea object.
+  +

+ + + + + +
+Uses of Idea in com.mycompany.service.impl
+  +

+ + + + + + + + + + + + + +
Methods in com.mycompany.service.impl that return Idea
+ IdeaIdeaServiceImpl.findIdea(java.lang.Integer id) + +
+           
+ IdeaIdeaServiceImpl.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
+ voidIdeaServiceImpl.buildMindMap(Idea parentIdea, + org.primefaces.model.mindmap.MindmapNode parentNode) + +
+          This method uses recursion to build the mind map data structure.
+ IdeaIdeaServiceImpl.saveIdea(Idea idea) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/class-use/Idea_.html b/primefaces-webapp/doc/com/mycompany/model/class-use/Idea_.html new file mode 100644 index 0000000..0224e01 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/class-use/Idea_.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.model.Idea_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.Idea_

+
+No usage of com.mycompany.model.Idea_ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/class-use/ProvinceState.html b/primefaces-webapp/doc/com/mycompany/model/class-use/ProvinceState.html new file mode 100644 index 0000000..8e43a97 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/class-use/ProvinceState.html @@ -0,0 +1,594 @@ + + + + + + +Uses of Class com.mycompany.model.ProvinceState + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.ProvinceState

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use ProvinceState
com.mycompany.controllerContains JSF managed bean controller classes for the application. 
com.mycompany.modelContains JPA domain model classes and generated JPA Metamodel classes. 
com.mycompany.serviceContains interfaces for all services in the application. 
com.mycompany.service.implContains 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
+ ProvinceStateSearchController.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
+ voidSearchController.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
+ ProvinceStateVenue.getProvinceState() + +
+           
+ ProvinceStateCity.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
+ voidVenue.setProvinceState(ProvinceState state) + +
+           
+ voidCity.setProvinceState(ProvinceState state) + +
+           
+  +

+ + + + + + + + + +
Method parameters in com.mycompany.model with type arguments of type ProvinceState
+ voidCountry.setProvinceStates(java.util.Set<ProvinceState> states) + +
+           
+  +

+ + + + + +
+Uses of ProvinceState in com.mycompany.service
+  +

+ + + + + + + + + + + + + + + + + +
Methods in com.mycompany.service that return ProvinceState
+ ProvinceStateCountryService.createProvinceState(Country country, + java.lang.String value) + +
+          Creates a ProvinceState object for a particular Country.
+ ProvinceStateCountryService.findStateById(java.lang.Integer id) + +
+          Finds a ProvinceState object by ID.
+ ProvinceStateCountryService.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.
+ CityCountryService.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
+ ProvinceStateCountryServiceImpl.createProvinceState(Country country, + java.lang.String name) + +
+           
+ ProvinceStateCountryServiceImpl.findStateById(java.lang.Integer id) + +
+           
+ ProvinceStateCountryServiceImpl.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) + +
+           
+ CityCountryServiceImpl.findCity(java.lang.String name, + ProvinceState provinceState) + +
+           
+ java.util.List<Event>EventServiceImpl.findEvents(City city, + ProvinceState provinceState, + EventType eventType, + java.lang.String keyword) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/class-use/ProvinceState_.html b/primefaces-webapp/doc/com/mycompany/model/class-use/ProvinceState_.html new file mode 100644 index 0000000..905e77d --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/class-use/ProvinceState_.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.model.ProvinceState_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.ProvinceState_

+
+No usage of com.mycompany.model.ProvinceState_ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/class-use/RelationshipType.html b/primefaces-webapp/doc/com/mycompany/model/class-use/RelationshipType.html new file mode 100644 index 0000000..3b1fdc0 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/class-use/RelationshipType.html @@ -0,0 +1,335 @@ + + + + + + +Uses of Class com.mycompany.model.RelationshipType + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.RelationshipType

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use RelationshipType
com.mycompany.controllerContains JSF managed bean controller classes for the application. 
com.mycompany.modelContains JPA domain model classes and generated JPA Metamodel classes. 
com.mycompany.serviceContains interfaces for all services in the application. 
com.mycompany.service.implContains 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
+ RelationshipTypeContactsController.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
+ RelationshipTypeUserRelationship.getRelationshipType() + +
+           
+static RelationshipTypeRelationshipType.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
+ voidUserRelationship.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) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/class-use/User.html b/primefaces-webapp/doc/com/mycompany/model/class-use/User.html new file mode 100644 index 0000000..e105d35 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/class-use/User.html @@ -0,0 +1,917 @@ + + + + + + +Uses of Class com.mycompany.model.User + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.User

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use User
com.mycompany.controllerContains JSF managed bean controller classes for the application. 
com.mycompany.modelContains JPA domain model classes and generated JPA Metamodel classes. 
com.mycompany.serviceContains interfaces for all services in the application. 
com.mycompany.service.implContains CDI-managed service classes implemented as EJB3 stateless session beans. 
com.mycompany.utilContains utility classes for the application. 
+  +

+ + + + + +
+Uses of User in com.mycompany.controller
+  +

+ + + + + + + + + + + + + + + + + +
Methods in com.mycompany.controller that return User
+ UserUserController.findUser(java.lang.String username, + java.lang.String password) + +
+           
+ UserUserController.getUser() + +
+          Returns the currently logged in user.
+ UserSignupController.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
+ booleanUserController.isUserPresent(User user) + +
+           
+ voidSignupController.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
+ UserIdea.getAuthor() + +
+           
+ UserEvent.getCreatedBy() + +
+           
+ UserContent.getCreatedBy() + +
+           
+ UserUserRelationship.getFromUser() + +
+           
+ UserUserRelationship.getToUser() + +
+           
+ UserEventAttendance.getUser() + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in com.mycompany.model with parameters of type User
+ voidIdea.setAuthor(User author) + +
+           
+ voidEvent.setCreatedBy(User createdBy) + +
+           
+ voidContent.setCreatedBy(User createdBy) + +
+           
+ voidUserRelationship.setFromUser(User firstUser) + +
+           
+ voidUserRelationship.setToUser(User secondUser) + +
+           
+ voidEventAttendance.setUser(User user) + +
+           
+  +

+ + + + + +
+Uses of User in com.mycompany.service
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in com.mycompany.service that return User
+ UserUserService.findUser(java.lang.String username, + java.lang.String password) + +
+          Finds a User with the given username and password.
+ UserUserService.findUserById(java.lang.Integer id) + +
+          Finds a User by ID.
+ UserUserService.findUserByUsername(java.lang.String username) + +
+          Finds a User by username.
+ UserUserService.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.
+ EventAttendanceEventService.findEventAttendance(Event event, + User user) + +
+          Finds the EventAttendance object for a particular Event + and User.
+ UserRelationshipUserService.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.
+ UserUserService.saveUser(User user) + +
+          Saves a User object.
+  +

+ + + + + +
+Uses of User in com.mycompany.service.impl
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in com.mycompany.service.impl that return User
+ UserUserServiceImpl.findUser(java.lang.String username, + java.lang.String password) + +
+           
+ UserUserServiceImpl.findUserById(java.lang.Integer id) + +
+           
+ UserUserServiceImpl.findUserByUsername(java.lang.String username) + +
+           
+ UserUserServiceImpl.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) + +
+           
+ EventAttendanceEventServiceImpl.findEventAttendance(Event event, + User user) + +
+           
+ UserRelationshipUserServiceImpl.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) + +
+           
+ UserUserServiceImpl.saveUser(User user) + +
+           
+  +

+ + + + + +
+Uses of User in com.mycompany.util
+  +

+ + + + + + + + + +
Methods in com.mycompany.util that return User
+ UserUserSession.getUser() + +
+          Returns the current User.
+  +

+ + + + + + + + + +
Methods in com.mycompany.util with parameters of type User
+ voidUserSession.setUser(User user) + +
+          Sets the User.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/class-use/UserRelationship.html b/primefaces-webapp/doc/com/mycompany/model/class-use/UserRelationship.html new file mode 100644 index 0000000..472d7f6 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/class-use/UserRelationship.html @@ -0,0 +1,414 @@ + + + + + + +Uses of Class com.mycompany.model.UserRelationship + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.UserRelationship

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use UserRelationship
com.mycompany.controllerContains JSF managed bean controller classes for the application. 
com.mycompany.modelContains JPA domain model classes and generated JPA Metamodel classes. 
com.mycompany.serviceContains interfaces for all services in the application. 
com.mycompany.service.implContains 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
+ UserRelationshipContactsController.getRelationship() + +
+           
+  +

+ + + + + + + + + +
Methods in com.mycompany.controller with parameters of type UserRelationship
+ voidContactsController.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
+ voidUser.setFromRelationships(java.util.Set<UserRelationship> fromRelationships) + +
+           
+ voidUser.setToRelationships(java.util.Set<UserRelationship> toRelationships) + +
+           
+  +

+ + + + + +
+Uses of UserRelationship in com.mycompany.service
+  +

+ + + + + + + + + + + + + +
Methods in com.mycompany.service that return UserRelationship
+ UserRelationshipUserService.findRelationshipToUser(User user1, + User user2) + +
+          Finds a UserRelationship object representing a relationship + between two User objects.
+ UserRelationshipUserService.saveRelationship(UserRelationship relationship) + +
+          Saves a UserRelationship object.
+  +

+ + + + + + + + + +
Methods in com.mycompany.service with parameters of type UserRelationship
+ UserRelationshipUserService.saveRelationship(UserRelationship relationship) + +
+          Saves a UserRelationship object.
+  +

+ + + + + +
+Uses of UserRelationship in com.mycompany.service.impl
+  +

+ + + + + + + + + + + + + +
Methods in com.mycompany.service.impl that return UserRelationship
+ UserRelationshipUserServiceImpl.findRelationshipToUser(User user1, + User user2) + +
+           
+ UserRelationshipUserServiceImpl.saveRelationship(UserRelationship relationship) + +
+           
+  +

+ + + + + + + + + +
Methods in com.mycompany.service.impl with parameters of type UserRelationship
+ UserRelationshipUserServiceImpl.saveRelationship(UserRelationship relationship) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/class-use/UserRelationship_.html b/primefaces-webapp/doc/com/mycompany/model/class-use/UserRelationship_.html new file mode 100644 index 0000000..eff3e93 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/class-use/UserRelationship_.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.model.UserRelationship_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.UserRelationship_

+
+No usage of com.mycompany.model.UserRelationship_ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/class-use/User_.html b/primefaces-webapp/doc/com/mycompany/model/class-use/User_.html new file mode 100644 index 0000000..3758fe0 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/class-use/User_.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.model.User_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.User_

+
+No usage of com.mycompany.model.User_ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/class-use/Venue.html b/primefaces-webapp/doc/com/mycompany/model/class-use/Venue.html new file mode 100644 index 0000000..6b06539 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/class-use/Venue.html @@ -0,0 +1,491 @@ + + + + + + +Uses of Class com.mycompany.model.Venue + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.Venue

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use Venue
com.mycompany.controllerContains JSF managed bean controller classes for the application. 
com.mycompany.modelContains JPA domain model classes and generated JPA Metamodel classes. 
com.mycompany.serviceContains interfaces for all services in the application. 
com.mycompany.service.implContains 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
+ VenueVenueController.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
+ voidVenueController.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
+ VenueEvent.getVenue() + +
+           
+  +

+ + + + + + + + + +
Methods in com.mycompany.model with parameters of type Venue
+ voidEvent.setVenue(Venue venue) + +
+           
+  +

+ + + + + +
+Uses of Venue in com.mycompany.service
+  +

+ + + + + + + + + + + + + +
Methods in com.mycompany.service that return Venue
+ VenueVenueService.findVenueById(java.lang.Integer id) + +
+          Finds a Venue object by ID.
+ VenueVenueService.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
+ voidVenueService.deleteVenue(Venue venue) + +
+          Deletes a Venue object.
+ VenueVenueService.saveVenue(Venue venue) + +
+          Saves a Venue object.
+  +

+ + + + + +
+Uses of Venue in com.mycompany.service.impl
+  +

+ + + + + + + + + + + + + +
Methods in com.mycompany.service.impl that return Venue
+ VenueVenueServiceImpl.findVenueById(java.lang.Integer id) + +
+           
+ VenueVenueServiceImpl.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
+ voidVenueServiceImpl.deleteVenue(Venue venue) + +
+           
+ VenueVenueServiceImpl.saveVenue(Venue venue) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/class-use/Venue_.html b/primefaces-webapp/doc/com/mycompany/model/class-use/Venue_.html new file mode 100644 index 0000000..723533e --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/class-use/Venue_.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.model.Venue_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.Venue_

+
+No usage of com.mycompany.model.Venue_ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/package-frame.html b/primefaces-webapp/doc/com/mycompany/model/package-frame.html new file mode 100644 index 0000000..86f37da --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/package-frame.html @@ -0,0 +1,93 @@ + + + + + + +com.mycompany.model + + + + + + + + + + + +com.mycompany.model + + + + +
+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
+ + + + diff --git a/primefaces-webapp/doc/com/mycompany/model/package-summary.html b/primefaces-webapp/doc/com/mycompany/model/package-summary.html new file mode 100644 index 0000000..18c4bc1 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/package-summary.html @@ -0,0 +1,289 @@ + + + + + + +com.mycompany.model + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.mycompany.model +

+Contains JPA domain model classes and generated JPA Metamodel classes. +

+See: +
+          Description +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
AbstractEntityAbstract class for JPA entities.
AbstractEntity_ 
ActiveUsersApplication-scoped JSF managed bean storing User objects for presence + purposes.
CityJPA entity class for city data.
City_ 
ContentJPA entity for content data.
Content_ 
CountryJPA entity for country data.
Country_ 
CredentialsCDI-managed bean in request scope for user credentials.
EventJPA entity for event data.
Event_ 
EventAttendanceJPA entity for user event attendance data.
EventAttendance_ 
IdeaJPA entity for mind map data.
Idea_ 
ProvinceStateJPA entity for province/state data.
ProvinceState_ 
UserJPA entity for user data.
User_ 
UserRelationshipJPA entity for a relationship between two users.
UserRelationship_ 
VenueJPA entity for venue data.
Venue_ 
+  + +

+ + + + + + + + + + + + + + + + + +
+Enum Summary
EventTypeRepresents an event type.
GenderRepresents a gender.
RelationshipTypeRepresents a relationship type.
+  + +

+

+Package com.mycompany.model Description +

+ +

+Contains JPA domain model classes and generated JPA Metamodel classes. +

+ +

+

+
Since:
+
1.0
+
See Also:
Overview of the Criteria and Metamodel APIs
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/package-tree.html b/primefaces-webapp/doc/com/mycompany/model/package-tree.html new file mode 100644 index 0000000..0de6008 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/package-tree.html @@ -0,0 +1,177 @@ + + + + + + +com.mycompany.model Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.mycompany.model +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/model/package-use.html b/primefaces-webapp/doc/com/mycompany/model/package-use.html new file mode 100644 index 0000000..b6061aa --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/model/package-use.html @@ -0,0 +1,559 @@ + + + + + + +Uses of Package com.mycompany.model + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.mycompany.model

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use com.mycompany.model
com.mycompany.controllerContains JSF managed bean controller classes for the application. 
com.mycompany.modelContains JPA domain model classes and generated JPA Metamodel classes. 
com.mycompany.serviceContains interfaces for all services in the application. 
com.mycompany.service.implContains CDI-managed service classes implemented as EJB3 stateless session beans. 
com.mycompany.utilContains 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.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/ChartService.html b/primefaces-webapp/doc/com/mycompany/service/ChartService.html new file mode 100644 index 0000000..2015a5b --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/ChartService.html @@ -0,0 +1,222 @@ + + + + + + +ChartService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.service +
+Interface ChartService

+
+
All Known Implementing Classes:
ChartServiceImpl
+
+
+
+
public interface ChartService
+ + +

+Interface for a chart service. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + + +
+Method Summary
+ java.util.List<java.lang.Object[]>findEventAttendanceByGender(Gender gender) + +
+          Finds all event attendance data by gender.
+  +

+ + + + + + + + +
+Method Detail
+ +

+findEventAttendanceByGender

+
+java.util.List<java.lang.Object[]> findEventAttendanceByGender(Gender gender)
+
+
Finds all event attendance data by gender. +

+

+
Parameters:
gender - The Gender enum. +
Returns:
A List of Object arrays. First element is the event date, second + element is the number of people by gender who attended this + event.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/ContentService.html b/primefaces-webapp/doc/com/mycompany/service/ContentService.html new file mode 100644 index 0000000..1f2753e --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/ContentService.html @@ -0,0 +1,242 @@ + + + + + + +ContentService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.service +
+Interface ContentService

+
+
All Known Implementing Classes:
ContentServiceImpl
+
+
+
+
public interface ContentService
+ + +

+Interface for a content service. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ ContentfindContentByName(java.lang.String name) + +
+          Finds a Content object by name.
+ ContentsaveContent(Content content) + +
+          Saves a Content object.
+  +

+ + + + + + + + +
+Method Detail
+ +

+findContentByName

+
+Content findContentByName(java.lang.String name)
+
+
Finds a Content object by name. +

+

+
Parameters:
name - The name to find. +
Returns:
A Content object.
+
+
+
+ +

+saveContent

+
+Content saveContent(Content content)
+
+
Saves a Content object. +

+

+
Parameters:
content - The object to save. +
Returns:
The saved object.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/CountryService.html b/primefaces-webapp/doc/com/mycompany/service/CountryService.html new file mode 100644 index 0000000..c601f94 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/CountryService.html @@ -0,0 +1,455 @@ + + + + + + +CountryService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.service +
+Interface CountryService

+
+
All Known Implementing Classes:
CountryServiceImpl
+
+
+
+
public interface CountryService
+ + +

+Service class for country-related operations. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ProvinceStatecreateProvinceState(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.
+ CityfindCity(java.lang.String name, + ProvinceState provinceState) + +
+          Finds a City by name in the ProvinceState.
+ CityfindCityById(java.lang.Integer id) + +
+          Finds a City object by ID.
+ CountryfindCountryById(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.
+ ProvinceStatefindStateById(java.lang.Integer id) + +
+          Finds a ProvinceState object by ID.
+ ProvinceStatefindStateByName(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.
+ voidinit(javax.servlet.ServletContext context) + +
+          Invoked during the ServletContext initialization to populate the + database with sample data.
+  +

+ + + + + + + + +
+Method Detail
+ +

+createProvinceState

+
+ProvinceState createProvinceState(Country country,
+                                  java.lang.String value)
+
+
Creates a ProvinceState object for a particular Country. +

+

+
Parameters:
country - The Country in which the ProvinceState is located.
value - The name of the ProvinceState. +
Returns:
The newly created ProvinceState object.
+
+
+
+ +

+findCitiesByState

+
+java.util.List<City> findCitiesByState(ProvinceState provinceState)
+
+
Finds a list of City objects for the given ProvinceState. +

+

+
Parameters:
provinceState - The ProvinceState object for which to find cities. +
Returns:
A List of City objects.
+
+
+
+ +

+findCity

+
+City findCity(java.lang.String name,
+              ProvinceState provinceState)
+
+
Finds a City by name in the ProvinceState. +

+

+
Parameters:
name - The name of the city.
provinceState - The province/state in which to find the city. +
Returns:
A City object.
+
+
+
+ +

+findCityById

+
+City findCityById(java.lang.Integer id)
+
+
Finds a City object by ID. +

+

+
Parameters:
id - The ID of the city. +
Returns:
A City object.
+
+
+
+ +

+findCountryById

+
+Country findCountryById(java.lang.Integer id)
+
+
Finds a Country object by ID. +

+

+
Parameters:
id - The ID of the country. +
Returns:
A Country object.
+
+
+
+ +

+findProvinceStatesByCountry

+
+java.util.List<ProvinceState> findProvinceStatesByCountry(Country country)
+
+
Finds a List of ProvinceState objects for a particular + Country. +

+

+
Parameters:
country - The Country object. +
Returns:
A List of ProvinceState objects.
+
+
+
+ +

+findStateById

+
+ProvinceState findStateById(java.lang.Integer id)
+
+
Finds a ProvinceState object by ID. +

+

+
Parameters:
id - The ID of the ProvinceState object. +
Returns:
A ProvinceState object.
+
+
+
+ +

+findStateByName

+
+ProvinceState findStateByName(Country country,
+                              java.lang.String name)
+
+
Finds a ProvinceState object by name within a particular + Country. +

+

+
Parameters:
country - The Country object.
name - The name of the ProvinceState to find. +
Returns:
A ProvinceState object.
+
+
+
+ +

+getCountries

+
+java.util.List<Country> getCountries()
+
+
Returns all Country objects. +

+

+ +
Returns:
A List of Country objects.
+
+
+
+ +

+getProvinceStates

+
+java.util.List<ProvinceState> getProvinceStates()
+
+
Returns all ProvinceState objects. +

+

+ +
Returns:
A List of ProvinceState objects.
+
+
+
+ +

+init

+
+void init(@Observes
+          javax.servlet.ServletContext context)
+          throws java.lang.Exception
+
+
Invoked during the ServletContext initialization to populate the + database with sample data. +

+

+
Parameters:
context - The ServletContext object. +
Throws: +
java.lang.Exception - If something goes wrong.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/EventService.html b/primefaces-webapp/doc/com/mycompany/service/EventService.html new file mode 100644 index 0000000..33324fb --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/EventService.html @@ -0,0 +1,392 @@ + + + + + + +EventService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.service +
+Interface EventService

+
+
All Known Implementing Classes:
EventServiceImpl
+
+
+
+
public interface EventService
+ + +

+Interfaces for an event service. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+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.
+ EventAttendancefindEventAttendance(Event event, + User user) + +
+          Finds the EventAttendance object for a particular Event + and User.
+ EventfindEventById(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.
+ EventAttendancesaveAttendance(EventAttendance attendance) + +
+          Saves an EventAttendance object.
+ EventsaveEvent(Event event) + +
+          Saves an Event.
+  +

+ + + + + + + + +
+Method Detail
+ +

+findAllEvents

+
+java.util.List<Event> findAllEvents()
+
+
Finds all Event objects. +

+

+ +
Returns:
A List of Event objects.
+
+
+
+ +

+findAllEventsAttendanceByUser

+
+java.util.List<EventAttendance> findAllEventsAttendanceByUser(User user)
+
+
Finds all EventAttendance objects for a particular User. +

+

+
Parameters:
user - The User object. +
Returns:
A List of EventAttendance objects.
+
+
+
+ +

+findEventAttendance

+
+EventAttendance findEventAttendance(Event event,
+                                    User user)
+
+
Finds the EventAttendance object for a particular Event + and User. +

+

+
Parameters:
event - The Event object.
user - The User object. +
Returns:
An EventAttendance object.
+
+
+
+ +

+findEventById

+
+Event findEventById(java.lang.Integer id)
+
+
Finds an Event by ID. +

+

+
Parameters:
id - The Event ID. +
Returns:
An Event object.
+
+
+
+ +

+findEvents

+
+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. +

+

+
Parameters:
city - The City object.
provinceState - The ProvinceState object.
eventType - The EventType object.
keyword - A keyword. +
Returns:
A List of Event objects.
+
+
+
+ +

+findUserEvents

+
+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. +

+

+
Parameters:
start - The start date.
end - The end date.
user - The User object. +
Returns:
A List of Event objects.
+
+
+
+ +

+saveAttendance

+
+EventAttendance saveAttendance(EventAttendance attendance)
+
+
Saves an EventAttendance object. +

+

+
Parameters:
attendance - The EventAttendance object. +
Returns:
The saved object.
+
+
+
+ +

+saveEvent

+
+Event saveEvent(Event event)
+
+
Saves an Event. +

+

+
Parameters:
event - The Event object. +
Returns:
The saved object.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/IdeaService.html b/primefaces-webapp/doc/com/mycompany/service/IdeaService.html new file mode 100644 index 0000000..04615a5 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/IdeaService.html @@ -0,0 +1,289 @@ + + + + + + +IdeaService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.service +
+Interface IdeaService

+
+
All Known Implementing Classes:
IdeaServiceImpl
+
+
+
+
public interface IdeaService
+ + +

+Interface for an idea service. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidbuildMindMap(Idea idea, + org.primefaces.model.mindmap.MindmapNode root) + +
+          Populates a mind map data structure from an Idea using the + MindmapNode interface.
+ IdeafindIdea(java.lang.Integer id) + +
+          Finds an Idea by ID.
+ java.util.List<Idea>findIdeas() + +
+          Finds a list of Idea objects.
+ IdeasaveIdea(Idea newIdea) + +
+          Saves an Idea object.
+  +

+ + + + + + + + +
+Method Detail
+ +

+buildMindMap

+
+void buildMindMap(Idea idea,
+                  org.primefaces.model.mindmap.MindmapNode root)
+
+
Populates a mind map data structure from an Idea using the + MindmapNode interface. +

+

+
Parameters:
idea - The Idea object.
root - The root of the mind map tree.
+
+
+
+ +

+findIdea

+
+Idea findIdea(java.lang.Integer id)
+
+
Finds an Idea by ID. +

+

+
Parameters:
id - The Idea object's ID. +
Returns:
An Idea object.
+
+
+
+ +

+findIdeas

+
+java.util.List<Idea> findIdeas()
+
+
Finds a list of Idea objects. +

+

+ +
Returns:
+
+
+
+ +

+saveIdea

+
+Idea saveIdea(Idea newIdea)
+
+
Saves an Idea object. +

+

+
Parameters:
newIdea - The Idea to save. +
Returns:
The saved Idea.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/UserService.html b/primefaces-webapp/doc/com/mycompany/service/UserService.html new file mode 100644 index 0000000..d9d0994 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/UserService.html @@ -0,0 +1,409 @@ + + + + + + +UserService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.service +
+Interface UserService

+
+
All Known Implementing Classes:
UserServiceImpl
+
+
+
+
public interface UserService
+ + +

+Interface for user service. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ UserRelationshipfindRelationshipToUser(User user1, + User user2) + +
+          Finds a UserRelationship object representing a relationship + between two User objects.
+ UserfindUser(java.lang.String username, + java.lang.String password) + +
+          Finds a User with the given username and password.
+ UserfindUserById(java.lang.Integer id) + +
+          Finds a User by ID.
+ UserfindUserByUsername(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.
+ UserRelationshipsaveRelationship(UserRelationship relationship) + +
+          Saves a UserRelationship object.
+ UsersaveUser(User user) + +
+          Saves a User object.
+  +

+ + + + + + + + +
+Method Detail
+ +

+findRelationshipToUser

+
+UserRelationship findRelationshipToUser(User user1,
+                                        User user2)
+
+
Finds a UserRelationship object representing a relationship + between two User objects. +

+

+
Parameters:
user1 - The first user.
user2 - The second user. +
Returns:
A UserRelationship object.
+
+
+
+ +

+findUser

+
+User findUser(java.lang.String username,
+              java.lang.String password)
+
+
Finds a User with the given username and password. Used for + authentication. +

+

+
Parameters:
username - The username.
password - The password. +
Returns:
A User object if found.
+
+
+
+ +

+findUserById

+
+User findUserById(java.lang.Integer id)
+
+
Finds a User by ID. +

+

+
Parameters:
id - The user's ID. +
Returns:
A User object.
+
+
+
+ +

+findUserByUsername

+
+User findUserByUsername(java.lang.String username)
+
+
Finds a User by username. +

+

+
Parameters:
username - The username. +
Returns:
A User object.
+
+
+
+ +

+findUsers

+
+java.util.List<User> findUsers()
+
+
Finds a List of all User objects. +

+

+ +
Returns:
A List of User objects.
+
+
+
+ +

+findUsersByName

+
+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. +

+

+
Parameters:
suggest - The partial string. +
Returns:
A List of User objects.
+
+
+
+ +

+findUsersByType

+
+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. +

+

+
Parameters:
type - The RelationshipType object.
user - The User object. +
Returns:
A List of User objects.
+
+
+
+ +

+saveRelationship

+
+UserRelationship saveRelationship(UserRelationship relationship)
+
+
Saves a UserRelationship object. +

+

+
Parameters:
relationship - The UserRelationship to save. +
Returns:
The saved object.
+
+
+
+ +

+saveUser

+
+User saveUser(User user)
+
+
Saves a User object. +

+

+
Parameters:
user - The user to save. +
Returns:
The saved object.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/VenueService.html b/primefaces-webapp/doc/com/mycompany/service/VenueService.html new file mode 100644 index 0000000..8fab357 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/VenueService.html @@ -0,0 +1,285 @@ + + + + + + +VenueService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.service +
+Interface VenueService

+
+
All Known Implementing Classes:
VenueServiceImpl
+
+
+
+
public interface VenueService
+ + +

+Interface for a venue service. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddeleteVenue(Venue venue) + +
+          Deletes a Venue object.
+ VenuefindVenueById(java.lang.Integer id) + +
+          Finds a Venue object by ID.
+ java.util.List<Venue>findVenues() + +
+          Finds a List of all Venue objects.
+ VenuesaveVenue(Venue venue) + +
+          Saves a Venue object.
+  +

+ + + + + + + + +
+Method Detail
+ +

+deleteVenue

+
+void deleteVenue(Venue venue)
+
+
Deletes a Venue object. +

+

+
Parameters:
venue - The Venue to delete.
+
+
+
+ +

+findVenueById

+
+Venue findVenueById(java.lang.Integer id)
+
+
Finds a Venue object by ID. +

+

+
Parameters:
id - The ID of the Venue. +
Returns:
The Venue object.
+
+
+
+ +

+findVenues

+
+java.util.List<Venue> findVenues()
+
+
Finds a List of all Venue objects. +

+

+ +
Returns:
A List of Venue objects.
+
+
+
+ +

+saveVenue

+
+Venue saveVenue(Venue venue)
+
+
Saves a Venue object. +

+

+
Parameters:
venue - The Venue to save. +
Returns:
The saved object.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/class-use/ChartService.html b/primefaces-webapp/doc/com/mycompany/service/class-use/ChartService.html new file mode 100644 index 0000000..fdaffc9 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/class-use/ChartService.html @@ -0,0 +1,209 @@ + + + + + + +Uses of Interface com.mycompany.service.ChartService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.mycompany.service.ChartService

+
+ + + + + + + + + + + + + +
+Packages that use ChartService
com.mycompany.controllerContains JSF managed bean controller classes for the application. 
com.mycompany.service.implContains 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
+ voidChartController.setChartService(ChartService chartService) + +
+           
+  +

+ + + + + +
+Uses of ChartService in com.mycompany.service.impl
+  +

+ + + + + + + + + +
Classes in com.mycompany.service.impl that implement ChartService
+ classChartServiceImpl + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/class-use/ContentService.html b/primefaces-webapp/doc/com/mycompany/service/class-use/ContentService.html new file mode 100644 index 0000000..cff3cba --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/class-use/ContentService.html @@ -0,0 +1,209 @@ + + + + + + +Uses of Interface com.mycompany.service.ContentService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.mycompany.service.ContentService

+
+ + + + + + + + + + + + + +
+Packages that use ContentService
com.mycompany.controllerContains JSF managed bean controller classes for the application. 
com.mycompany.service.implContains 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
+ voidContentController.setContentService(ContentService contentService) + +
+           
+  +

+ + + + + +
+Uses of ContentService in com.mycompany.service.impl
+  +

+ + + + + + + + + +
Classes in com.mycompany.service.impl that implement ContentService
+ classContentServiceImpl + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/class-use/CountryService.html b/primefaces-webapp/doc/com/mycompany/service/class-use/CountryService.html new file mode 100644 index 0000000..f5e5669 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/class-use/CountryService.html @@ -0,0 +1,226 @@ + + + + + + +Uses of Interface com.mycompany.service.CountryService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.mycompany.service.CountryService

+
+ + + + + + + + + + + + + +
+Packages that use CountryService
com.mycompany.controllerContains JSF managed bean controller classes for the application. 
com.mycompany.service.implContains 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
+ voidVenueController.setCountryService(CountryService countryService) + +
+           
+ voidSignupController.setCountryService(CountryService countryService) + +
+           
+ voidSearchController.setCountryService(CountryService countryService) + +
+           
+  +

+ + + + + +
+Uses of CountryService in com.mycompany.service.impl
+  +

+ + + + + + + + + +
Classes in com.mycompany.service.impl that implement CountryService
+ classCountryServiceImpl + +
+           + Controller class for countries.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/class-use/EventService.html b/primefaces-webapp/doc/com/mycompany/service/class-use/EventService.html new file mode 100644 index 0000000..dcc7cbe --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/class-use/EventService.html @@ -0,0 +1,217 @@ + + + + + + +Uses of Interface com.mycompany.service.EventService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.mycompany.service.EventService

+
+ + + + + + + + + + + + + +
+Packages that use EventService
com.mycompany.controllerContains JSF managed bean controller classes for the application. 
com.mycompany.service.implContains 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
+ voidSearchController.setEventService(EventService eventService) + +
+           
+ voidEventController.setEventService(EventService eventService) + +
+           
+  +

+ + + + + +
+Uses of EventService in com.mycompany.service.impl
+  +

+ + + + + + + + + +
Classes in com.mycompany.service.impl that implement EventService
+ classEventServiceImpl + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/class-use/IdeaService.html b/primefaces-webapp/doc/com/mycompany/service/class-use/IdeaService.html new file mode 100644 index 0000000..dad83b6 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/class-use/IdeaService.html @@ -0,0 +1,209 @@ + + + + + + +Uses of Interface com.mycompany.service.IdeaService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.mycompany.service.IdeaService

+
+ + + + + + + + + + + + + +
+Packages that use IdeaService
com.mycompany.controllerContains JSF managed bean controller classes for the application. 
com.mycompany.service.implContains 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
+ voidMindMapController.setIdeaService(IdeaService ideaService) + +
+           
+  +

+ + + + + +
+Uses of IdeaService in com.mycompany.service.impl
+  +

+ + + + + + + + + +
Classes in com.mycompany.service.impl that implement IdeaService
+ classIdeaServiceImpl + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/class-use/UserService.html b/primefaces-webapp/doc/com/mycompany/service/class-use/UserService.html new file mode 100644 index 0000000..7783fe4 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/class-use/UserService.html @@ -0,0 +1,241 @@ + + + + + + +Uses of Interface com.mycompany.service.UserService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.mycompany.service.UserService

+
+ + + + + + + + + + + + + +
+Packages that use UserService
com.mycompany.controllerContains JSF managed bean controller classes for the application. 
com.mycompany.service.implContains 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
+ voidUserController.setUserService(UserService userService) + +
+           
+ voidSignupController.setUserService(UserService userService) + +
+           
+ voidLoginController.setUserService(UserService userService) + +
+           
+ voidContactsController.setUserService(UserService userService) + +
+           
+ voidChartController.setUserService(UserService userService) + +
+           
+  +

+ + + + + +
+Uses of UserService in com.mycompany.service.impl
+  +

+ + + + + + + + + +
Classes in com.mycompany.service.impl that implement UserService
+ classUserServiceImpl + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/class-use/VenueService.html b/primefaces-webapp/doc/com/mycompany/service/class-use/VenueService.html new file mode 100644 index 0000000..9bea2a3 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/class-use/VenueService.html @@ -0,0 +1,209 @@ + + + + + + +Uses of Interface com.mycompany.service.VenueService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.mycompany.service.VenueService

+
+ + + + + + + + + + + + + +
+Packages that use VenueService
com.mycompany.controllerContains JSF managed bean controller classes for the application. 
com.mycompany.service.implContains 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
+ voidVenueController.setVenueService(VenueService venueService) + +
+           
+  +

+ + + + + +
+Uses of VenueService in com.mycompany.service.impl
+  +

+ + + + + + + + + +
Classes in com.mycompany.service.impl that implement VenueService
+ classVenueServiceImpl + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/impl/AbstractService.html b/primefaces-webapp/doc/com/mycompany/service/impl/AbstractService.html new file mode 100644 index 0000000..9817fb2 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/impl/AbstractService.html @@ -0,0 +1,227 @@ + + + + + + +AbstractService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.service.impl +
+Class AbstractService

+
+java.lang.Object
+  extended by com.mycompany.service.impl.AbstractService
+
+
+
Direct Known Subclasses:
ChartServiceImpl, ContentServiceImpl, CountryServiceImpl, EventServiceImpl, IdeaServiceImpl, UserServiceImpl, VenueServiceImpl
+
+
+
+
public abstract class AbstractService
extends java.lang.Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
AbstractService() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+AbstractService

+
+public AbstractService()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/impl/ChartServiceImpl.html b/primefaces-webapp/doc/com/mycompany/service/impl/ChartServiceImpl.html new file mode 100644 index 0000000..21507d4 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/impl/ChartServiceImpl.html @@ -0,0 +1,266 @@ + + + + + + +ChartServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.service.impl +
+Class ChartServiceImpl

+
+java.lang.Object
+  extended by com.mycompany.service.impl.AbstractService
+      extended by com.mycompany.service.impl.ChartServiceImpl
+
+
+
All Implemented Interfaces:
ChartService
+
+
+
+
@Named(value="chartService")
+public class ChartServiceImpl
extends AbstractService
implements ChartService
+ + +

+


+ +

+ + + + + + + + + + + +
+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
+ +

+ChartServiceImpl

+
+public ChartServiceImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+findEventAttendanceByGender

+
+public java.util.List<java.lang.Object[]> findEventAttendanceByGender(Gender gender)
+
+
Description copied from interface: ChartService
+
Finds all event attendance data by gender. +

+

+
Specified by:
findEventAttendanceByGender in interface ChartService
+
+
+
Parameters:
gender - The Gender enum. +
Returns:
A List of Object arrays. First element is the event date, second + element is the number of people by gender who attended this + event.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/impl/ContentServiceImpl.html b/primefaces-webapp/doc/com/mycompany/service/impl/ContentServiceImpl.html new file mode 100644 index 0000000..5062362 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/impl/ContentServiceImpl.html @@ -0,0 +1,290 @@ + + + + + + +ContentServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.service.impl +
+Class ContentServiceImpl

+
+java.lang.Object
+  extended by com.mycompany.service.impl.AbstractService
+      extended by com.mycompany.service.impl.ContentServiceImpl
+
+
+
All Implemented Interfaces:
ContentService
+
+
+
+
@Named(value="contentService")
+public class ContentServiceImpl
extends AbstractService
implements ContentService
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ContentServiceImpl() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ ContentfindContentByName(java.lang.String name) + +
+          Finds a Content object by name.
+ ContentsaveContent(Content content) + +
+          Saves a Content object.
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ContentServiceImpl

+
+public ContentServiceImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+findContentByName

+
+public Content findContentByName(java.lang.String name)
+
+
Description copied from interface: ContentService
+
Finds a Content object by name. +

+

+
Specified by:
findContentByName in interface ContentService
+
+
+
Parameters:
name - The name to find. +
Returns:
A Content object.
+
+
+
+ +

+saveContent

+
+public Content saveContent(Content content)
+
+
Description copied from interface: ContentService
+
Saves a Content object. +

+

+
Specified by:
saveContent in interface ContentService
+
+
+
Parameters:
content - The object to save. +
Returns:
The saved object.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/impl/CountryServiceImpl.html b/primefaces-webapp/doc/com/mycompany/service/impl/CountryServiceImpl.html new file mode 100644 index 0000000..75bb394 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/impl/CountryServiceImpl.html @@ -0,0 +1,553 @@ + + + + + + +CountryServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.service.impl +
+Class CountryServiceImpl

+
+java.lang.Object
+  extended by com.mycompany.service.impl.AbstractService
+      extended by com.mycompany.service.impl.CountryServiceImpl
+
+
+
All Implemented Interfaces:
CountryService
+
+
+
+
@Named(value="countryService")
+public class CountryServiceImpl
extends AbstractService
implements CountryService
+ + +

+

+ 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. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
CountryServiceImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ProvinceStatecreateProvinceState(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.
+ CityfindCity(java.lang.String name, + ProvinceState provinceState) + +
+          Finds a City by name in the ProvinceState.
+ CityfindCityById(java.lang.Integer id) + +
+          Finds a City object by ID.
+ CountryfindCountryById(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.
+ ProvinceStatefindStateById(java.lang.Integer id) + +
+          Finds a ProvinceState object by ID.
+ ProvinceStatefindStateByName(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.
+ voidinit(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
+ +

+CountryServiceImpl

+
+public CountryServiceImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+createProvinceState

+
+public ProvinceState createProvinceState(Country country,
+                                         java.lang.String name)
+
+
Description copied from interface: CountryService
+
Creates a ProvinceState object for a particular Country. +

+

+
Specified by:
createProvinceState in interface CountryService
+
+
+
Parameters:
country - The Country in which the ProvinceState is located.
name - The name of the ProvinceState. +
Returns:
The newly created ProvinceState object.
+
+
+
+ +

+findCitiesByState

+
+public java.util.List<City> findCitiesByState(ProvinceState state)
+
+
Description copied from interface: CountryService
+
Finds a list of City objects for the given ProvinceState. +

+

+
Specified by:
findCitiesByState in interface CountryService
+
+
+
Parameters:
state - The ProvinceState object for which to find cities. +
Returns:
A List of City objects.
+
+
+
+ +

+findCity

+
+public City findCity(java.lang.String name,
+                     ProvinceState provinceState)
+
+
Description copied from interface: CountryService
+
Finds a City by name in the ProvinceState. +

+

+
Specified by:
findCity in interface CountryService
+
+
+
Parameters:
name - The name of the city.
provinceState - The province/state in which to find the city. +
Returns:
A City object.
+
+
+
+ +

+findCityById

+
+public City findCityById(java.lang.Integer id)
+
+
Description copied from interface: CountryService
+
Finds a City object by ID. +

+

+
Specified by:
findCityById in interface CountryService
+
+
+
Parameters:
id - The ID of the city. +
Returns:
A City object.
+
+
+
+ +

+findCountryById

+
+public Country findCountryById(java.lang.Integer id)
+
+
Description copied from interface: CountryService
+
Finds a Country object by ID. +

+

+
Specified by:
findCountryById in interface CountryService
+
+
+
Parameters:
id - The ID of the country. +
Returns:
A Country object.
+
+
+
+ +

+findProvinceStatesByCountry

+
+public java.util.List<ProvinceState> findProvinceStatesByCountry(Country country)
+
+
Description copied from interface: CountryService
+
Finds a List of ProvinceState objects for a particular + Country. +

+

+
Specified by:
findProvinceStatesByCountry in interface CountryService
+
+
+
Parameters:
country - The Country object. +
Returns:
A List of ProvinceState objects.
+
+
+
+ +

+findStateById

+
+public ProvinceState findStateById(java.lang.Integer id)
+
+
Description copied from interface: CountryService
+
Finds a ProvinceState object by ID. +

+

+
Specified by:
findStateById in interface CountryService
+
+
+
Parameters:
id - The ID of the ProvinceState object. +
Returns:
A ProvinceState object.
+
+
+
+ +

+findStateByName

+
+public ProvinceState findStateByName(Country country,
+                                     java.lang.String stateName)
+
+
Description copied from interface: CountryService
+
Finds a ProvinceState object by name within a particular + Country. +

+

+
Specified by:
findStateByName in interface CountryService
+
+
+
Parameters:
country - The Country object.
stateName - The name of the ProvinceState to find. +
Returns:
A ProvinceState object.
+
+
+
+ +

+getCountries

+
+public java.util.List<Country> getCountries()
+
+
Description copied from interface: CountryService
+
Returns all Country objects. +

+

+
Specified by:
getCountries in interface CountryService
+
+
+ +
Returns:
A List of Country objects.
+
+
+
+ +

+getProvinceStates

+
+public java.util.List<ProvinceState> getProvinceStates()
+
+
Description copied from interface: CountryService
+
Returns all ProvinceState objects. +

+

+
Specified by:
getProvinceStates in interface CountryService
+
+
+ +
Returns:
A List of ProvinceState objects.
+
+
+
+ +

+init

+
+public void init(@Observes
+                 javax.servlet.ServletContext context)
+          throws java.lang.Exception
+
+
This method is responsible for initializing a List of Country objects + when the web application is started. We use the CDI event handling system + combined with the custom 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. +

+

+
Specified by:
init in interface CountryService
+
+
+
Parameters:
context - +
Throws: +
java.lang.Exception
See Also:
ServletContextLifecycleNotifier
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/impl/EventServiceImpl.html b/primefaces-webapp/doc/com/mycompany/service/impl/EventServiceImpl.html new file mode 100644 index 0000000..8f277b4 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/impl/EventServiceImpl.html @@ -0,0 +1,464 @@ + + + + + + +EventServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.service.impl +
+Class EventServiceImpl

+
+java.lang.Object
+  extended by com.mycompany.service.impl.AbstractService
+      extended by com.mycompany.service.impl.EventServiceImpl
+
+
+
All Implemented Interfaces:
EventService
+
+
+
+
@Named(value="eventService")
+public class EventServiceImpl
extends AbstractService
implements EventService
+ + +

+


+ +

+ + + + + + + + + + + +
+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.
+ EventAttendancefindEventAttendance(Event event, + User user) + +
+          Finds the EventAttendance object for a particular Event + and User.
+ EventfindEventById(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.
+ EventAttendancesaveAttendance(EventAttendance attendance) + +
+          Saves an EventAttendance object.
+ EventsaveEvent(Event event) + +
+          Saves an Event.
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+EventServiceImpl

+
+public EventServiceImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+findAllEvents

+
+public java.util.List<Event> findAllEvents()
+
+
Description copied from interface: EventService
+
Finds all Event objects. +

+

+
Specified by:
findAllEvents in interface EventService
+
+
+ +
Returns:
A List of Event objects.
+
+
+
+ +

+findAllEventsAttendanceByUser

+
+public java.util.List<EventAttendance> findAllEventsAttendanceByUser(User user)
+
+
Description copied from interface: EventService
+
Finds all EventAttendance objects for a particular User. +

+

+
Specified by:
findAllEventsAttendanceByUser in interface EventService
+
+
+
Parameters:
user - The User object. +
Returns:
A List of EventAttendance objects.
+
+
+
+ +

+findEventAttendance

+
+public EventAttendance findEventAttendance(Event event,
+                                           User user)
+
+
Description copied from interface: EventService
+
Finds the EventAttendance object for a particular Event + and User. +

+

+
Specified by:
findEventAttendance in interface EventService
+
+
+
Parameters:
event - The Event object.
user - The User object. +
Returns:
An EventAttendance object.
+
+
+
+ +

+findEventById

+
+public Event findEventById(java.lang.Integer id)
+
+
Description copied from interface: EventService
+
Finds an Event by ID. +

+

+
Specified by:
findEventById in interface EventService
+
+
+
Parameters:
id - The Event ID. +
Returns:
An Event object.
+
+
+
+ +

+findUserEvents

+
+public java.util.List<Event> findUserEvents(java.util.Date start,
+                                            java.util.Date end,
+                                            User user)
+
+
Description copied from interface: EventService
+
Finds a List of Event objects between a start and end date + created by a particular User. +

+

+
Specified by:
findUserEvents in interface EventService
+
+
+
Parameters:
start - The start date.
end - The end date.
user - The User object. +
Returns:
A List of Event objects.
+
+
+
+ +

+saveAttendance

+
+public EventAttendance saveAttendance(EventAttendance attendance)
+
+
Description copied from interface: EventService
+
Saves an EventAttendance object. +

+

+
Specified by:
saveAttendance in interface EventService
+
+
+
Parameters:
attendance - The EventAttendance object. +
Returns:
The saved object.
+
+
+
+ +

+saveEvent

+
+public Event saveEvent(Event event)
+
+
Description copied from interface: EventService
+
Saves an Event. +

+

+
Specified by:
saveEvent in interface EventService
+
+
+
Parameters:
event - The Event object. +
Returns:
The saved object.
+
+
+
+ +

+findEvents

+
+public java.util.List<Event> findEvents(City city,
+                                        ProvinceState provinceState,
+                                        EventType eventType,
+                                        java.lang.String keyword)
+
+
Description copied from interface: EventService
+
Finds a List of Event objects in a City and + ProvinceState for a particular EventType and keyword. +

+

+
Specified by:
findEvents in interface EventService
+
+
+
Parameters:
city - The City object.
provinceState - The ProvinceState object.
eventType - The EventType object.
keyword - A keyword. +
Returns:
A List of Event objects.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/impl/IdeaServiceImpl.html b/primefaces-webapp/doc/com/mycompany/service/impl/IdeaServiceImpl.html new file mode 100644 index 0000000..12a0a17 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/impl/IdeaServiceImpl.html @@ -0,0 +1,342 @@ + + + + + + +IdeaServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.service.impl +
+Class IdeaServiceImpl

+
+java.lang.Object
+  extended by com.mycompany.service.impl.AbstractService
+      extended by com.mycompany.service.impl.IdeaServiceImpl
+
+
+
All Implemented Interfaces:
IdeaService
+
+
+
+
@Named(value="ideaService")
+public class IdeaServiceImpl
extends AbstractService
implements IdeaService
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
IdeaServiceImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidbuildMindMap(Idea parentIdea, + org.primefaces.model.mindmap.MindmapNode parentNode) + +
+          This method uses recursion to build the mind map data structure.
+ IdeafindIdea(java.lang.Integer id) + +
+          Finds an Idea by ID.
+ java.util.List<Idea>findIdeas() + +
+          Finds a list of Idea objects.
+ IdeasaveIdea(Idea idea) + +
+          Saves an Idea object.
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+IdeaServiceImpl

+
+public IdeaServiceImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+buildMindMap

+
+public void buildMindMap(Idea parentIdea,
+                         org.primefaces.model.mindmap.MindmapNode parentNode)
+
+
This method uses recursion to build the mind map data structure. +

+

+
Specified by:
buildMindMap in interface IdeaService
+
+
+
Parameters:
parentIdea - The parent Idea.
parentNode - The parent MindmapNode.
+
+
+
+ +

+findIdea

+
+public Idea findIdea(java.lang.Integer id)
+
+
Description copied from interface: IdeaService
+
Finds an Idea by ID. +

+

+
Specified by:
findIdea in interface IdeaService
+
+
+
Parameters:
id - The Idea object's ID. +
Returns:
An Idea object.
+
+
+
+ +

+findIdeas

+
+public java.util.List<Idea> findIdeas()
+
+
Description copied from interface: IdeaService
+
Finds a list of Idea objects. +

+

+
Specified by:
findIdeas in interface IdeaService
+
+
+ +
Returns:
+
+
+
+ +

+saveIdea

+
+public Idea saveIdea(Idea idea)
+
+
Description copied from interface: IdeaService
+
Saves an Idea object. +

+

+
Specified by:
saveIdea in interface IdeaService
+
+
+
Parameters:
idea - The Idea to save. +
Returns:
The saved Idea.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/impl/UserServiceImpl.html b/primefaces-webapp/doc/com/mycompany/service/impl/UserServiceImpl.html new file mode 100644 index 0000000..eb6aaef --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/impl/UserServiceImpl.html @@ -0,0 +1,485 @@ + + + + + + +UserServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.service.impl +
+Class UserServiceImpl

+
+java.lang.Object
+  extended by com.mycompany.service.impl.AbstractService
+      extended by com.mycompany.service.impl.UserServiceImpl
+
+
+
All Implemented Interfaces:
UserService
+
+
+
+
@Named(value="userService")
+public class UserServiceImpl
extends AbstractService
implements UserService
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
UserServiceImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ UserRelationshipfindRelationshipToUser(User user1, + User user2) + +
+          Finds a UserRelationship object representing a relationship + between two User objects.
+ UserfindUser(java.lang.String username, + java.lang.String password) + +
+          Finds a User with the given username and password.
+ UserfindUserById(java.lang.Integer id) + +
+          Finds a User by ID.
+ UserfindUserByUsername(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.
+ UserRelationshipsaveRelationship(UserRelationship relationship) + +
+          Saves a UserRelationship object.
+ UsersaveUser(User user) + +
+          Saves a User object.
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+UserServiceImpl

+
+public UserServiceImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+findRelationshipToUser

+
+public UserRelationship findRelationshipToUser(User user1,
+                                               User user2)
+
+
Description copied from interface: UserService
+
Finds a UserRelationship object representing a relationship + between two User objects. +

+

+
Specified by:
findRelationshipToUser in interface UserService
+
+
+
Parameters:
user1 - The first user.
user2 - The second user. +
Returns:
A UserRelationship object.
+
+
+
+ +

+findUser

+
+public User findUser(java.lang.String username,
+                     java.lang.String password)
+
+
Description copied from interface: UserService
+
Finds a User with the given username and password. Used for + authentication. +

+

+
Specified by:
findUser in interface UserService
+
+
+
Parameters:
username - The username.
password - The password. +
Returns:
A User object if found.
+
+
+
+ +

+findUserById

+
+public User findUserById(java.lang.Integer id)
+
+
Description copied from interface: UserService
+
Finds a User by ID. +

+

+
Specified by:
findUserById in interface UserService
+
+
+
Parameters:
id - The user's ID. +
Returns:
A User object.
+
+
+
+ +

+findUserByUsername

+
+public User findUserByUsername(java.lang.String username)
+
+
Description copied from interface: UserService
+
Finds a User by username. +

+

+
Specified by:
findUserByUsername in interface UserService
+
+
+
Parameters:
username - The username. +
Returns:
A User object.
+
+
+
+ +

+findUsers

+
+public java.util.List<User> findUsers()
+
+
Description copied from interface: UserService
+
Finds a List of all User objects. +

+

+
Specified by:
findUsers in interface UserService
+
+
+ +
Returns:
A List of User objects.
+
+
+
+ +

+findUsersByName

+
+public java.util.List<User> findUsersByName(java.lang.String suggest)
+
+
Description copied from interface: UserService
+
Finds a List of User objects that have a first name or last name + that partially matches the suggestion string. +

+

+
Specified by:
findUsersByName in interface UserService
+
+
+
Parameters:
suggest - The partial string. +
Returns:
A List of User objects.
+
+
+
+ +

+findUsersByType

+
+public java.util.List<User> findUsersByType(RelationshipType type,
+                                            User user)
+
+
Description copied from interface: UserService
+
Finds a List of User objects that are related to the User + according to the specified RelationshipType. +

+

+
Specified by:
findUsersByType in interface UserService
+
+
+
Parameters:
type - The RelationshipType object.
user - The User object. +
Returns:
A List of User objects.
+
+
+
+ +

+saveRelationship

+
+public UserRelationship saveRelationship(UserRelationship relationship)
+
+
Description copied from interface: UserService
+
Saves a UserRelationship object. +

+

+
Specified by:
saveRelationship in interface UserService
+
+
+
Parameters:
relationship - The UserRelationship to save. +
Returns:
The saved object.
+
+
+
+ +

+saveUser

+
+public User saveUser(User user)
+
+
Description copied from interface: UserService
+
Saves a User object. +

+

+
Specified by:
saveUser in interface UserService
+
+
+
Parameters:
user - The user to save. +
Returns:
The saved object.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/impl/VenueServiceImpl.html b/primefaces-webapp/doc/com/mycompany/service/impl/VenueServiceImpl.html new file mode 100644 index 0000000..9c31080 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/impl/VenueServiceImpl.html @@ -0,0 +1,341 @@ + + + + + + +VenueServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.service.impl +
+Class VenueServiceImpl

+
+java.lang.Object
+  extended by com.mycompany.service.impl.AbstractService
+      extended by com.mycompany.service.impl.VenueServiceImpl
+
+
+
All Implemented Interfaces:
VenueService
+
+
+
+
@Named(value="venueService")
+public class VenueServiceImpl
extends AbstractService
implements VenueService
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
VenueServiceImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddeleteVenue(Venue venue) + +
+          Deletes a Venue object.
+ VenuefindVenueById(java.lang.Integer id) + +
+          Finds a Venue object by ID.
+ java.util.List<Venue>findVenues() + +
+          Finds a List of all Venue objects.
+ VenuesaveVenue(Venue venue) + +
+          Saves a Venue object.
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+VenueServiceImpl

+
+public VenueServiceImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+deleteVenue

+
+public void deleteVenue(Venue venue)
+
+
Description copied from interface: VenueService
+
Deletes a Venue object. +

+

+
Specified by:
deleteVenue in interface VenueService
+
+
+
Parameters:
venue - The Venue to delete.
+
+
+
+ +

+findVenueById

+
+public Venue findVenueById(java.lang.Integer id)
+
+
Description copied from interface: VenueService
+
Finds a Venue object by ID. +

+

+
Specified by:
findVenueById in interface VenueService
+
+
+
Parameters:
id - The ID of the Venue. +
Returns:
The Venue object.
+
+
+
+ +

+findVenues

+
+public java.util.List<Venue> findVenues()
+
+
Description copied from interface: VenueService
+
Finds a List of all Venue objects. +

+

+
Specified by:
findVenues in interface VenueService
+
+
+ +
Returns:
A List of Venue objects.
+
+
+
+ +

+saveVenue

+
+public Venue saveVenue(Venue venue)
+
+
Description copied from interface: VenueService
+
Saves a Venue object. +

+

+
Specified by:
saveVenue in interface VenueService
+
+
+
Parameters:
venue - The Venue to save. +
Returns:
The saved object.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/impl/class-use/AbstractService.html b/primefaces-webapp/doc/com/mycompany/service/impl/class-use/AbstractService.html new file mode 100644 index 0000000..7b04558 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/impl/class-use/AbstractService.html @@ -0,0 +1,229 @@ + + + + + + +Uses of Class com.mycompany.service.impl.AbstractService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.service.impl.AbstractService

+
+ + + + + + + + + +
+Packages that use AbstractService
com.mycompany.service.implContains 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
+ classChartServiceImpl + +
+           
+ classContentServiceImpl + +
+           
+ classCountryServiceImpl + +
+           + Controller class for countries.
+ classEventServiceImpl + +
+           
+ classIdeaServiceImpl + +
+           
+ classUserServiceImpl + +
+           
+ classVenueServiceImpl + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/impl/class-use/ChartServiceImpl.html b/primefaces-webapp/doc/com/mycompany/service/impl/class-use/ChartServiceImpl.html new file mode 100644 index 0000000..8cd1b51 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/impl/class-use/ChartServiceImpl.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.service.impl.ChartServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.service.impl.ChartServiceImpl

+
+No usage of com.mycompany.service.impl.ChartServiceImpl +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/impl/class-use/ContentServiceImpl.html b/primefaces-webapp/doc/com/mycompany/service/impl/class-use/ContentServiceImpl.html new file mode 100644 index 0000000..b521585 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/impl/class-use/ContentServiceImpl.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.service.impl.ContentServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.service.impl.ContentServiceImpl

+
+No usage of com.mycompany.service.impl.ContentServiceImpl +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/impl/class-use/CountryServiceImpl.html b/primefaces-webapp/doc/com/mycompany/service/impl/class-use/CountryServiceImpl.html new file mode 100644 index 0000000..387f107 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/impl/class-use/CountryServiceImpl.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.service.impl.CountryServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.service.impl.CountryServiceImpl

+
+No usage of com.mycompany.service.impl.CountryServiceImpl +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/impl/class-use/EventServiceImpl.html b/primefaces-webapp/doc/com/mycompany/service/impl/class-use/EventServiceImpl.html new file mode 100644 index 0000000..16743ac --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/impl/class-use/EventServiceImpl.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.service.impl.EventServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.service.impl.EventServiceImpl

+
+No usage of com.mycompany.service.impl.EventServiceImpl +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/impl/class-use/IdeaServiceImpl.html b/primefaces-webapp/doc/com/mycompany/service/impl/class-use/IdeaServiceImpl.html new file mode 100644 index 0000000..c79fdb1 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/impl/class-use/IdeaServiceImpl.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.service.impl.IdeaServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.service.impl.IdeaServiceImpl

+
+No usage of com.mycompany.service.impl.IdeaServiceImpl +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/impl/class-use/UserServiceImpl.html b/primefaces-webapp/doc/com/mycompany/service/impl/class-use/UserServiceImpl.html new file mode 100644 index 0000000..cdfee9b --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/impl/class-use/UserServiceImpl.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.service.impl.UserServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.service.impl.UserServiceImpl

+
+No usage of com.mycompany.service.impl.UserServiceImpl +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/impl/class-use/VenueServiceImpl.html b/primefaces-webapp/doc/com/mycompany/service/impl/class-use/VenueServiceImpl.html new file mode 100644 index 0000000..917148b --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/impl/class-use/VenueServiceImpl.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.service.impl.VenueServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.service.impl.VenueServiceImpl

+
+No usage of com.mycompany.service.impl.VenueServiceImpl +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/impl/package-frame.html b/primefaces-webapp/doc/com/mycompany/service/impl/package-frame.html new file mode 100644 index 0000000..596ea9c --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/impl/package-frame.html @@ -0,0 +1,46 @@ + + + + + + +com.mycompany.service.impl + + + + + + + + + + + +com.mycompany.service.impl + + + + +
+Classes  + +
+AbstractService +
+ChartServiceImpl +
+ContentServiceImpl +
+CountryServiceImpl +
+EventServiceImpl +
+IdeaServiceImpl +
+UserServiceImpl +
+VenueServiceImpl
+ + + + diff --git a/primefaces-webapp/doc/com/mycompany/service/impl/package-summary.html b/primefaces-webapp/doc/com/mycompany/service/impl/package-summary.html new file mode 100644 index 0000000..7c83244 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/impl/package-summary.html @@ -0,0 +1,203 @@ + + + + + + +com.mycompany.service.impl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.mycompany.service.impl +

+Contains CDI-managed service classes implemented as EJB3 stateless session beans. +

+See: +
+          Description +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
AbstractService 
ChartServiceImpl 
ContentServiceImpl 
CountryServiceImpl + Controller class for countries.
EventServiceImpl 
IdeaServiceImpl 
UserServiceImpl 
VenueServiceImpl 
+  + +

+

+Package com.mycompany.service.impl Description +

+ +

+Contains CDI-managed service classes implemented as EJB3 stateless session beans. +

+ +

+

+
Since:
+
1.0
+
See Also:
Stateless
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/impl/package-tree.html b/primefaces-webapp/doc/com/mycompany/service/impl/package-tree.html new file mode 100644 index 0000000..d29db15 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/impl/package-tree.html @@ -0,0 +1,162 @@ + + + + + + +com.mycompany.service.impl Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.mycompany.service.impl +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/impl/package-use.html b/primefaces-webapp/doc/com/mycompany/service/impl/package-use.html new file mode 100644 index 0000000..9ce6bea --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/impl/package-use.html @@ -0,0 +1,170 @@ + + + + + + +Uses of Package com.mycompany.service.impl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.mycompany.service.impl

+
+ + + + + + + + + +
+Packages that use com.mycompany.service.impl
com.mycompany.service.implContains CDI-managed service classes implemented as EJB3 stateless session beans. 
+  +

+ + + + + + + + +
+Classes in com.mycompany.service.impl used by com.mycompany.service.impl
AbstractService + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/package-frame.html b/primefaces-webapp/doc/com/mycompany/service/package-frame.html new file mode 100644 index 0000000..01052d8 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/package-frame.html @@ -0,0 +1,44 @@ + + + + + + +com.mycompany.service + + + + + + + + + + + +com.mycompany.service + + + + +
+Interfaces  + +
+ChartService +
+ContentService +
+CountryService +
+EventService +
+IdeaService +
+UserService +
+VenueService
+ + + + diff --git a/primefaces-webapp/doc/com/mycompany/service/package-summary.html b/primefaces-webapp/doc/com/mycompany/service/package-summary.html new file mode 100644 index 0000000..28000fe --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/package-summary.html @@ -0,0 +1,198 @@ + + + + + + +com.mycompany.service + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.mycompany.service +

+Contains interfaces for all services in the application. +

+See: +
+          Description +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Interface Summary
ChartServiceInterface for a chart service.
ContentServiceInterface for a content service.
CountryServiceService class for country-related operations.
EventServiceInterfaces for an event service.
IdeaServiceInterface for an idea service.
UserServiceInterface for user service.
VenueServiceInterface for a venue service.
+  + +

+

+Package com.mycompany.service Description +

+ +

+Contains interfaces for all services in the application. +

+ +

+

+
Since:
+
1.0
+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/package-tree.html b/primefaces-webapp/doc/com/mycompany/service/package-tree.html new file mode 100644 index 0000000..b79762e --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/package-tree.html @@ -0,0 +1,151 @@ + + + + + + +com.mycompany.service Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.mycompany.service +

+
+
+
Package Hierarchies:
All Packages
+
+

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/service/package-use.html b/primefaces-webapp/doc/com/mycompany/service/package-use.html new file mode 100644 index 0000000..9593133 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/service/package-use.html @@ -0,0 +1,261 @@ + + + + + + +Uses of Package com.mycompany.service + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.mycompany.service

+
+ + + + + + + + + + + + + +
+Packages that use com.mycompany.service
com.mycompany.controllerContains JSF managed bean controller classes for the application. 
com.mycompany.service.implContains 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.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/util/FacesUtils.html b/primefaces-webapp/doc/com/mycompany/util/FacesUtils.html new file mode 100644 index 0000000..a56c193 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/util/FacesUtils.html @@ -0,0 +1,284 @@ + + + + + + +FacesUtils + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.util +
+Class FacesUtils

+
+java.lang.Object
+  extended by com.mycompany.util.FacesUtils
+
+
+
+
public class FacesUtils
extends java.lang.Object
+ + +

+Utility class for common JSF API uses. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
FacesUtils() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static voidaddMessage(javax.faces.application.FacesMessage message) + +
+          Adds a FacesMessage to the FacesContext.
+static java.lang.ObjectgetManagedBean(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
+ +

+FacesUtils

+
+public FacesUtils()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getManagedBean

+
+public static java.lang.Object getManagedBean(java.lang.String name)
+
+
Utility method to lookup a managed bean. +

+

+
Parameters:
name - The managed bean name. +
Returns:
A managed bean object.
+
+
+
+ +

+addMessage

+
+public static void addMessage(javax.faces.application.FacesMessage message)
+
+
Adds a FacesMessage to the FacesContext. +

+

+
Parameters:
message - The FacesMessage
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/util/Queries.html b/primefaces-webapp/doc/com/mycompany/util/Queries.html new file mode 100644 index 0000000..16cdceb --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/util/Queries.html @@ -0,0 +1,418 @@ + + + + + + +Queries + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.util +
+Interface Queries

+
+
+
public interface Queries
+ + +

+Constant interface for named JPA queries. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static java.lang.StringCITY_FIND_BY_NAME_AND_PROVINCE_STATE + +
+          Finds a City by name and ProvinceState.
+static java.lang.StringCONTENT_FIND_BY_NAME + +
+          Finds a Content by name.
+static java.lang.StringCOUNTRY_FIND_ALL + +
+          Finds all Country objects.
+static java.lang.StringCOUNTRY_FIND_BY_CODE + +
+          Finds a Country by code.
+static java.lang.StringEVENT_ATTENDANCE_FIND_BY_USER + +
+          Finds all EventAttendance for a particular User.
+static java.lang.StringEVENT_ATTENDANCE_FIND_BY_USER_AND_EVENT + +
+          Finds a List of EventAttendance for a particular User and + Event.
+static java.lang.StringEVENT_ATTENDANCE_FIND_GENDER_COUNT_BY_EVENT + +
+          Find a count of all EventAttendance objects by Gender.
+static java.lang.StringEVENT_FIND_ALL + +
+          Find all Event objects.
+static java.lang.StringUSER_FIND_BY_PARTIAL_NAME + +
+          Finds a User by partial name.
+static java.lang.StringUSER_FIND_BY_RELATIONSHIP_TYPE + +
+          Finds a List of User objects by RelationshipType to + another User.
+static java.lang.StringUSER_FIND_BY_USERNAME_PASSWORD + +
+          Finds a User by username and password.
+  +

+ + + + + + + + +
+Field Detail
+ +

+CITY_FIND_BY_NAME_AND_PROVINCE_STATE

+
+static final java.lang.String CITY_FIND_BY_NAME_AND_PROVINCE_STATE
+
+
Finds a City by name and ProvinceState. +

+

+
See Also:
Constant Field Values
+
+
+ +

+CONTENT_FIND_BY_NAME

+
+static final java.lang.String CONTENT_FIND_BY_NAME
+
+
Finds a Content by name. +

+

+
See Also:
Constant Field Values
+
+
+ +

+COUNTRY_FIND_ALL

+
+static final java.lang.String COUNTRY_FIND_ALL
+
+
Finds all Country objects. +

+

+
See Also:
Constant Field Values
+
+
+ +

+COUNTRY_FIND_BY_CODE

+
+static final java.lang.String COUNTRY_FIND_BY_CODE
+
+
Finds a Country by code. +

+

+
See Also:
Constant Field Values
+
+
+ +

+EVENT_ATTENDANCE_FIND_BY_USER

+
+static final java.lang.String EVENT_ATTENDANCE_FIND_BY_USER
+
+
Finds all EventAttendance for a particular User. +

+

+
See Also:
Constant Field Values
+
+
+ +

+EVENT_ATTENDANCE_FIND_BY_USER_AND_EVENT

+
+static final java.lang.String EVENT_ATTENDANCE_FIND_BY_USER_AND_EVENT
+
+
Finds a List of EventAttendance for a particular User and + Event. +

+

+
See Also:
Constant Field Values
+
+
+ +

+EVENT_ATTENDANCE_FIND_GENDER_COUNT_BY_EVENT

+
+static final java.lang.String EVENT_ATTENDANCE_FIND_GENDER_COUNT_BY_EVENT
+
+
Find a count of all EventAttendance objects by Gender. +

+

+
See Also:
Constant Field Values
+
+
+ +

+EVENT_FIND_ALL

+
+static final java.lang.String EVENT_FIND_ALL
+
+
Find all Event objects. +

+

+
See Also:
Constant Field Values
+
+
+ +

+USER_FIND_BY_PARTIAL_NAME

+
+static final java.lang.String USER_FIND_BY_PARTIAL_NAME
+
+
Finds a User by partial name. +

+

+
See Also:
Constant Field Values
+
+
+ +

+USER_FIND_BY_RELATIONSHIP_TYPE

+
+static final java.lang.String USER_FIND_BY_RELATIONSHIP_TYPE
+
+
Finds a List of User objects by RelationshipType to + another User. +

+

+
See Also:
Constant Field Values
+
+
+ +

+USER_FIND_BY_USERNAME_PASSWORD

+
+static final java.lang.String USER_FIND_BY_USERNAME_PASSWORD
+
+
Finds a User by username and password. +

+

+
See Also:
Constant Field Values
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/util/UserSession.html b/primefaces-webapp/doc/com/mycompany/util/UserSession.html new file mode 100644 index 0000000..5c055c8 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/util/UserSession.html @@ -0,0 +1,322 @@ + + + + + + +UserSession + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.util +
+Class UserSession

+
+java.lang.Object
+  extended by com.mycompany.util.UserSession
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
@Named(value="userSession")
+@SessionScoped
+public class UserSession
extends java.lang.Object
implements java.io.Serializable
+ + +

+Session-scoped CDI managed bean to store a User object. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
UserSession() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ UsergetUser() + +
+          Returns the current User.
+ voidrelease() + +
+          CDI calls this method before the bean is destroyed.
+ voidsetUser(User user) + +
+          Sets the User.
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+UserSession

+
+public UserSession()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getUser

+
+public User getUser()
+
+
Returns the current User. +

+

+
+
+
+ +
Returns:
A User object.
+
+
+
+ +

+setUser

+
+public void setUser(User user)
+
+
Sets the User. +

+

+
+
+
+
Parameters:
user - The User object.
+
+
+
+ +

+release

+
+@PreDestroy
+public void release()
+
+
CDI calls this method before the bean is destroyed. Since this class is + session-scoped, it will get called if the user session expires, allowing + us to remove the user from the active user list. +

+

+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/util/class-use/FacesUtils.html b/primefaces-webapp/doc/com/mycompany/util/class-use/FacesUtils.html new file mode 100644 index 0000000..bb2a9db --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/util/class-use/FacesUtils.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.util.FacesUtils + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.util.FacesUtils

+
+No usage of com.mycompany.util.FacesUtils +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/util/class-use/Queries.html b/primefaces-webapp/doc/com/mycompany/util/class-use/Queries.html new file mode 100644 index 0000000..eec23f7 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/util/class-use/Queries.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Interface com.mycompany.util.Queries + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.mycompany.util.Queries

+
+No usage of com.mycompany.util.Queries +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/util/class-use/UserSession.html b/primefaces-webapp/doc/com/mycompany/util/class-use/UserSession.html new file mode 100644 index 0000000..ecbb68f --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/util/class-use/UserSession.html @@ -0,0 +1,180 @@ + + + + + + +Uses of Class com.mycompany.util.UserSession + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.util.UserSession

+
+ + + + + + + + + +
+Packages that use UserSession
com.mycompany.controllerContains 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
+ voidAbstractController.setUserSession(UserSession userSession) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/util/package-frame.html b/primefaces-webapp/doc/com/mycompany/util/package-frame.html new file mode 100644 index 0000000..a56ab3a --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/util/package-frame.html @@ -0,0 +1,45 @@ + + + + + + +com.mycompany.util + + + + + + + + + + + +com.mycompany.util + + + + +
+Interfaces  + +
+Queries
+ + + + + + +
+Classes  + +
+FacesUtils +
+UserSession
+ + + + diff --git a/primefaces-webapp/doc/com/mycompany/util/package-summary.html b/primefaces-webapp/doc/com/mycompany/util/package-summary.html new file mode 100644 index 0000000..2f1c268 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/util/package-summary.html @@ -0,0 +1,192 @@ + + + + + + +com.mycompany.util + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.mycompany.util +

+Contains utility classes for the application. +

+See: +
+          Description +

+ + + + + + + + + +
+Interface Summary
QueriesConstant interface for named JPA queries.
+  + +

+ + + + + + + + + + + + + +
+Class Summary
FacesUtilsUtility class for common JSF API uses.
UserSessionSession-scoped CDI managed bean to store a User object.
+  + +

+

+Package com.mycompany.util Description +

+ +

+Contains utility classes for the application. +

+ +

+

+
Since:
+
1.0
+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/util/package-tree.html b/primefaces-webapp/doc/com/mycompany/util/package-tree.html new file mode 100644 index 0000000..f91a56e --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/util/package-tree.html @@ -0,0 +1,159 @@ + + + + + + +com.mycompany.util Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.mycompany.util +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/util/package-use.html b/primefaces-webapp/doc/com/mycompany/util/package-use.html new file mode 100644 index 0000000..e674be4 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/util/package-use.html @@ -0,0 +1,170 @@ + + + + + + +Uses of Package com.mycompany.util + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.mycompany.util

+
+ + + + + + + + + +
+Packages that use com.mycompany.util
com.mycompany.controllerContains 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.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/websocket/DefaultPushRule.html b/primefaces-webapp/doc/com/mycompany/websocket/DefaultPushRule.html new file mode 100644 index 0000000..43cf8c0 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/websocket/DefaultPushRule.html @@ -0,0 +1,263 @@ + + + + + + +DefaultPushRule + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.websocket +
+Class DefaultPushRule

+
+java.lang.Object
+  extended by org.primefaces.push.DefaultPushRule
+      extended by com.mycompany.websocket.DefaultPushRule
+
+
+
All Implemented Interfaces:
org.primefaces.push.PushRule
+
+
+
+
public class DefaultPushRule
extends org.primefaces.push.DefaultPushRule
+ + +

+Utility class for GlassFish WebSocket support with PrimeFaces. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
DefaultPushRule() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ booleanapply(org.atmosphere.cpr.AtmosphereResource resource) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DefaultPushRule

+
+public DefaultPushRule()
+
+
+ + + + + + + + +
+Method Detail
+ +

+apply

+
+public boolean apply(org.atmosphere.cpr.AtmosphereResource resource)
+
+
+
Specified by:
apply in interface org.primefaces.push.PushRule
Overrides:
apply in class org.primefaces.push.DefaultPushRule
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/websocket/class-use/DefaultPushRule.html b/primefaces-webapp/doc/com/mycompany/websocket/class-use/DefaultPushRule.html new file mode 100644 index 0000000..5e36638 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/websocket/class-use/DefaultPushRule.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.websocket.DefaultPushRule + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.websocket.DefaultPushRule

+
+No usage of com.mycompany.websocket.DefaultPushRule +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/websocket/package-frame.html b/primefaces-webapp/doc/com/mycompany/websocket/package-frame.html new file mode 100644 index 0000000..ffbdbaf --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/websocket/package-frame.html @@ -0,0 +1,32 @@ + + + + + + +com.mycompany.websocket + + + + + + + + + + + +com.mycompany.websocket + + + + +
+Classes  + +
+DefaultPushRule
+ + + + diff --git a/primefaces-webapp/doc/com/mycompany/websocket/package-summary.html b/primefaces-webapp/doc/com/mycompany/websocket/package-summary.html new file mode 100644 index 0000000..f2f46dc --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/websocket/package-summary.html @@ -0,0 +1,174 @@ + + + + + + +com.mycompany.websocket + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.mycompany.websocket +

+Contains a WebSocket support class. +

+See: +
+          Description +

+ + + + + + + + + +
+Class Summary
DefaultPushRuleUtility class for GlassFish WebSocket support with PrimeFaces.
+  + +

+

+Package com.mycompany.websocket Description +

+ +

+Contains a WebSocket support class. +

+ +

+

+
Since:
+
1.0
+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/websocket/package-tree.html b/primefaces-webapp/doc/com/mycompany/websocket/package-tree.html new file mode 100644 index 0000000..4c183a0 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/websocket/package-tree.html @@ -0,0 +1,156 @@ + + + + + + +com.mycompany.websocket Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.mycompany.websocket +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/com/mycompany/websocket/package-use.html b/primefaces-webapp/doc/com/mycompany/websocket/package-use.html new file mode 100644 index 0000000..7410511 --- /dev/null +++ b/primefaces-webapp/doc/com/mycompany/websocket/package-use.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Package com.mycompany.websocket + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.mycompany.websocket

+
+No usage of com.mycompany.websocket +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/constant-values.html b/primefaces-webapp/doc/constant-values.html new file mode 100644 index 0000000..105fa59 --- /dev/null +++ b/primefaces-webapp/doc/constant-values.html @@ -0,0 +1,234 @@ + + + + + + +Constant Field Values + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Constant Field Values

+
+
+Contents + + + + + + +
+com.mycompany.*
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
com.mycompany.util.Queries
+public static final java.lang.StringCITY_FIND_BY_NAME_AND_PROVINCE_STATE"City.findByNameAndProvinceState"
+public static final java.lang.StringCONTENT_FIND_BY_NAME"Content.findByName"
+public static final java.lang.StringCOUNTRY_FIND_ALL"Country.findAll"
+public static final java.lang.StringCOUNTRY_FIND_BY_CODE"Country.findByCode"
+public static final java.lang.StringEVENT_ATTENDANCE_FIND_BY_USER"EventAttendance.findByUser"
+public static final java.lang.StringEVENT_ATTENDANCE_FIND_BY_USER_AND_EVENT"EventAttendance.findByUserAndEvent"
+public static final java.lang.StringEVENT_ATTENDANCE_FIND_GENDER_COUNT_BY_EVENT"EventAttendance.findGenderCountByEvent"
+public static final java.lang.StringEVENT_FIND_ALL"Event.findAll"
+public static final java.lang.StringUSER_FIND_BY_PARTIAL_NAME"User.findByPartialName"
+public static final java.lang.StringUSER_FIND_BY_RELATIONSHIP_TYPE"User.findByRelationshipType"
+public static final java.lang.StringUSER_FIND_BY_USERNAME_PASSWORD"User.findByUsernamePassword"
+ +

+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/deprecated-list.html b/primefaces-webapp/doc/deprecated-list.html new file mode 100644 index 0000000..a6e5141 --- /dev/null +++ b/primefaces-webapp/doc/deprecated-list.html @@ -0,0 +1,146 @@ + + + + + + +Deprecated List + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Deprecated API

+
+
+Contents + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/help-doc.html b/primefaces-webapp/doc/help-doc.html new file mode 100644 index 0000000..21ef825 --- /dev/null +++ b/primefaces-webapp/doc/help-doc.html @@ -0,0 +1,223 @@ + + + + + + +API Help + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+How This API Document Is Organized

+
+This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

+Overview

+
+ +

+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.

+

+Package

+
+ +

+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:

+
+

+Class/Interface

+
+ +

+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.
+ +

+Annotation Type

+
+ +

+Each annotation type has its own separate page with the following sections:

+
+ +

+Enum

+
+ +

+Each enum has its own separate page with the following sections:

+
+

+Use

+
+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.
+

+Tree (Class Hierarchy)

+
+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 from java.lang.Object. +
+

+Deprecated API

+
+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.
+

+Index

+
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+

+Prev/Next

+These links take you to the next or previous class, interface, package, or related page.

+Frames/No Frames

+These links show and hide the HTML frames. All pages are available with or without frames. +

+

+Serialized Form

+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. +

+

+Constant Field Values

+The Constant Field Values page lists the static final fields and their values. +

+ + +This help file applies to API documentation generated using the standard doclet. + +
+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/index-files/index-1.html b/primefaces-webapp/doc/index-files/index-1.html new file mode 100644 index 0000000..fa19ed2 --- /dev/null +++ b/primefaces-webapp/doc/index-files/index-1.html @@ -0,0 +1,176 @@ + + + + + + +A-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+A

+
+
AbstractController - Class in com.mycompany.controller
 
AbstractController() - +Constructor for class com.mycompany.controller.AbstractController +
  +
AbstractEntity - Class in com.mycompany.model
Abstract class for JPA entities.
AbstractEntity() - +Constructor for class com.mycompany.model.AbstractEntity +
  +
AbstractEntity_ - Class in com.mycompany.model
 
AbstractEntity_() - +Constructor for class com.mycompany.model.AbstractEntity_ +
  +
AbstractService - Class in com.mycompany.service.impl
 
AbstractService() - +Constructor for class com.mycompany.service.impl.AbstractService +
  +
acceptedTerms - +Static variable in class com.mycompany.model.User_ +
  +
ActiveUsers - Class in com.mycompany.model
Application-scoped JSF managed bean storing User objects for presence + purposes.
ActiveUsers() - +Constructor for class com.mycompany.model.ActiveUsers +
  +
addMessage(FacesMessage) - +Static method in class com.mycompany.util.FacesUtils +
Adds a FacesMessage to the FacesContext. +
afterPhase(PhaseEvent) - +Method in class com.mycompany.lifecycle.SecurityPhaseListener +
  +
apply(AtmosphereResource) - +Method in class com.mycompany.websocket.DefaultPushRule +
  +
attendance - +Static variable in class com.mycompany.model.Event_ +
  +
author - +Static variable in class com.mycompany.model.Idea_ +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/doc/index-files/index-10.html b/primefaces-webapp/doc/index-files/index-10.html new file mode 100644 index 0000000..85a5e20 --- /dev/null +++ b/primefaces-webapp/doc/index-files/index-10.html @@ -0,0 +1,166 @@ + + + + + + +L-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+L

+
+
lastName - +Static variable in class com.mycompany.model.User_ +
  +
latitude - +Static variable in class com.mycompany.model.City_ +
  +
login() - +Method in class com.mycompany.controller.LoginController +
  +
LoginController - Class in com.mycompany.controller
Controller class for desktop and mobile login functionality.
LoginController() - +Constructor for class com.mycompany.controller.LoginController +
  +
loginMobile() - +Method in class com.mycompany.controller.LoginController +
  +
logout() - +Method in class com.mycompany.controller.LoginController +
  +
logoutMobile() - +Method in class com.mycompany.controller.LoginController +
  +
longitude - +Static variable in class com.mycompany.model.City_ +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/doc/index-files/index-11.html b/primefaces-webapp/doc/index-files/index-11.html new file mode 100644 index 0000000..2e48bee --- /dev/null +++ b/primefaces-webapp/doc/index-files/index-11.html @@ -0,0 +1,145 @@ + + + + + + +M-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+M

+
+
MindMapController - Class in com.mycompany.controller
Controller class for mind map feature.
MindMapController() - +Constructor for class com.mycompany.controller.MindMapController +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/doc/index-files/index-12.html b/primefaces-webapp/doc/index-files/index-12.html new file mode 100644 index 0000000..371bbbd --- /dev/null +++ b/primefaces-webapp/doc/index-files/index-12.html @@ -0,0 +1,167 @@ + + + + + + +N-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+N

+
+
name - +Static variable in class com.mycompany.model.City_ +
  +
name - +Static variable in class com.mycompany.model.Country_ +
  +
name - +Static variable in class com.mycompany.model.Idea_ +
  +
name - +Static variable in class com.mycompany.model.ProvinceState_ +
  +
name - +Static variable in class com.mycompany.model.Venue_ +
  +
newEvent(ActionEvent) - +Method in class com.mycompany.controller.EventController +
This method is called when the user clicks on the "New Event" button in + the mobile web application. +
newRelationship(ActionEvent) - +Method in class com.mycompany.controller.ContactsController +
  +
newVenue(ActionEvent) - +Method in class com.mycompany.controller.VenueController +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/doc/index-files/index-13.html b/primefaces-webapp/doc/index-files/index-13.html new file mode 100644 index 0000000..6e6851f --- /dev/null +++ b/primefaces-webapp/doc/index-files/index-13.html @@ -0,0 +1,148 @@ + + + + + + +O-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+O

+
+
onNodeDblselect(SelectEvent) - +Method in class com.mycompany.controller.MindMapController +
  +
onNodeSelect(SelectEvent) - +Method in class com.mycompany.controller.MindMapController +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/doc/index-files/index-14.html b/primefaces-webapp/doc/index-files/index-14.html new file mode 100644 index 0000000..f4abb6b --- /dev/null +++ b/primefaces-webapp/doc/index-files/index-14.html @@ -0,0 +1,169 @@ + + + + + + +P-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+P

+
+
parent - +Static variable in class com.mycompany.model.Idea_ +
  +
password - +Static variable in class com.mycompany.model.User_ +
  +
phoneNumber - +Static variable in class com.mycompany.model.User_ +
  +
phoneNumber - +Static variable in class com.mycompany.model.Venue_ +
  +
provinceState - +Static variable in class com.mycompany.model.City_ +
  +
ProvinceState - Class in com.mycompany.model
JPA entity for province/state data.
ProvinceState() - +Constructor for class com.mycompany.model.ProvinceState +
  +
provinceState - +Static variable in class com.mycompany.model.Venue_ +
  +
ProvinceState_ - Class in com.mycompany.model
 
ProvinceState_() - +Constructor for class com.mycompany.model.ProvinceState_ +
  +
provinceStates - +Static variable in class com.mycompany.model.Country_ +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/doc/index-files/index-15.html b/primefaces-webapp/doc/index-files/index-15.html new file mode 100644 index 0000000..6df5994 --- /dev/null +++ b/primefaces-webapp/doc/index-files/index-15.html @@ -0,0 +1,142 @@ + + + + + + +Q-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+Q

+
+
Queries - Interface in com.mycompany.util
Constant interface for named JPA queries.
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/doc/index-files/index-16.html b/primefaces-webapp/doc/index-files/index-16.html new file mode 100644 index 0000000..177c355 --- /dev/null +++ b/primefaces-webapp/doc/index-files/index-16.html @@ -0,0 +1,155 @@ + + + + + + +R-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+R

+
+
rating - +Static variable in class com.mycompany.model.EventAttendance_ +
  +
refreshAttendance(ActionEvent) - +Method in class com.mycompany.controller.EventController +
This method is called from the reviews screen to refresh the + EventAttendance data. +
RelationshipType - Enum in com.mycompany.model
Represents a relationship type.
relationshipType - +Static variable in class com.mycompany.model.UserRelationship_ +
  +
release() - +Method in class com.mycompany.util.UserSession +
CDI calls this method before the bean is destroyed. +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/doc/index-files/index-17.html b/primefaces-webapp/doc/index-files/index-17.html new file mode 100644 index 0000000..8ab9576 --- /dev/null +++ b/primefaces-webapp/doc/index-files/index-17.html @@ -0,0 +1,530 @@ + + + + + + +S-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+S

+
+
saveAttendance(EventAttendance) - +Method in interface com.mycompany.service.EventService +
Saves an EventAttendance object. +
saveAttendance(EventAttendance) - +Method in class com.mycompany.service.impl.EventServiceImpl +
  +
saveContent(ActionEvent) - +Method in class com.mycompany.controller.ContentController +
  +
saveContent(Content) - +Method in interface com.mycompany.service.ContentService +
Saves a Content object. +
saveContent(Content) - +Method in class com.mycompany.service.impl.ContentServiceImpl +
  +
saveEvent(ActionEvent) - +Method in class com.mycompany.controller.EventController +
This method is called when the user clicks the "Save" button in the new + event dialog. +
saveEvent(Event) - +Method in interface com.mycompany.service.EventService +
Saves an Event. +
saveEvent(Event) - +Method in class com.mycompany.service.impl.EventServiceImpl +
  +
saveIdea(ActionEvent) - +Method in class com.mycompany.controller.MindMapController +
  +
saveIdea(Idea) - +Method in interface com.mycompany.service.IdeaService +
Saves an Idea object. +
saveIdea(Idea) - +Method in class com.mycompany.service.impl.IdeaServiceImpl +
  +
saveRelationship() - +Method in class com.mycompany.controller.ContactsController +
  +
saveRelationship(UserRelationship) - +Method in class com.mycompany.service.impl.UserServiceImpl +
  +
saveRelationship(UserRelationship) - +Method in interface com.mycompany.service.UserService +
Saves a UserRelationship object. +
saveUser(User) - +Method in class com.mycompany.service.impl.UserServiceImpl +
  +
saveUser(User) - +Method in interface com.mycompany.service.UserService +
Saves a User object. +
saveVenue(ActionEvent) - +Method in class com.mycompany.controller.VenueController +
  +
saveVenue(Venue) - +Method in class com.mycompany.service.impl.VenueServiceImpl +
  +
saveVenue(Venue) - +Method in interface com.mycompany.service.VenueService +
Saves a Venue object. +
search(ActionEvent) - +Method in class com.mycompany.controller.SearchController +
This method searches the database for events. +
SearchController - Class in com.mycompany.controller
Controller class for searching for shows and events.
SearchController() - +Constructor for class com.mycompany.controller.SearchController +
  +
SecurityPhaseListener - Class in com.mycompany.lifecycle
PhaseListener class that handles authorization for protected views.
SecurityPhaseListener() - +Constructor for class com.mycompany.lifecycle.SecurityPhaseListener +
  +
sendGlobal() - +Method in class com.mycompany.controller.ChatController +
  +
ServletContextLifecycleNotifier - Class in com.mycompany.lifecycle
Thanks to Dan Allen for this useful code: https://gist.github.com/637959
ServletContextLifecycleNotifier() - +Constructor for class com.mycompany.lifecycle.ServletContextLifecycleNotifier +
  +
setAcceptedTerms(boolean) - +Method in class com.mycompany.model.User +
  +
setActiveUsers(ActiveUsers) - +Method in class com.mycompany.controller.LoginController +
  +
setActiveUsers(ActiveUsers) - +Method in class com.mycompany.controller.UserController +
  +
setAlcoholPermitted(boolean) - +Method in class com.mycompany.controller.SearchController +
  +
setAttendance(Set<EventAttendance>) - +Method in class com.mycompany.model.Event +
  +
setAuthor(User) - +Method in class com.mycompany.model.Idea +
  +
setBirthdate(Date) - +Method in class com.mycompany.model.User +
  +
setChartService(ChartService) - +Method in class com.mycompany.controller.ChartController +
  +
setChildren(Set<Idea>) - +Method in class com.mycompany.model.Idea +
  +
setCities(Set<City>) - +Method in class com.mycompany.model.ProvinceState +
  +
setCity(City) - +Method in class com.mycompany.controller.SearchController +
  +
setCity(City) - +Method in class com.mycompany.model.Venue +
  +
setClickCount(Integer) - +Method in class com.mycompany.model.User +
  +
setCode(String) - +Method in class com.mycompany.model.Country +
  +
setConfirmed(boolean) - +Method in class com.mycompany.model.EventAttendance +
  +
setContent(Content) - +Method in class com.mycompany.controller.ContentController +
  +
setContentService(ContentService) - +Method in class com.mycompany.controller.ContentController +
  +
setCountry(Country) - +Method in class com.mycompany.model.ProvinceState +
  +
setCountry(Country) - +Method in class com.mycompany.model.User +
  +
setCountry(Country) - +Method in class com.mycompany.model.Venue +
  +
setCountryService(CountryService) - +Method in class com.mycompany.controller.SearchController +
  +
setCountryService(CountryService) - +Method in class com.mycompany.controller.SignupController +
  +
setCountryService(CountryService) - +Method in class com.mycompany.controller.VenueController +
  +
setCreatedBy(User) - +Method in class com.mycompany.model.Content +
  +
setCreatedBy(User) - +Method in class com.mycompany.model.Event +
  +
setCreatedDate(Date) - +Method in class com.mycompany.model.Content +
  +
setCredentials(Credentials) - +Method in class com.mycompany.controller.LoginController +
  +
setDescription(String) - +Method in class com.mycompany.model.Event +
  +
setDescription(String) - +Method in class com.mycompany.model.Idea +
  +
setEditing(boolean) - +Method in class com.mycompany.controller.ContentController +
  +
setEmailAddress(String) - +Method in class com.mycompany.model.User +
  +
setEndDate(Date) - +Method in class com.mycompany.model.Event +
  +
setEvent(Event) - +Method in class com.mycompany.controller.EventController +
Sets the Event. +
setEvent(Event) - +Method in class com.mycompany.model.EventAttendance +
  +
setEvents(Set<Event>) - +Method in class com.mycompany.model.Venue +
  +
setEventsAttended(Set<EventAttendance>) - +Method in class com.mycompany.model.User +
  +
setEventService(EventService) - +Method in class com.mycompany.controller.EventController +
  +
setEventService(EventService) - +Method in class com.mycompany.controller.SearchController +
  +
setEventType(EventType) - +Method in class com.mycompany.controller.SearchController +
  +
setEventType(EventType) - +Method in class com.mycompany.model.Event +
  +
setFirstName(String) - +Method in class com.mycompany.model.User +
  +
setFromRelationships(Set<UserRelationship>) - +Method in class com.mycompany.model.User +
  +
setFromUser(User) - +Method in class com.mycompany.model.UserRelationship +
  +
setGender(Gender) - +Method in class com.mycompany.model.User +
  +
setGlobalMessage(String) - +Method in class com.mycompany.controller.ChatController +
  +
setId(Integer) - +Method in class com.mycompany.model.AbstractEntity +
  +
setIdeaService(IdeaService) - +Method in class com.mycompany.controller.MindMapController +
  +
setKeyword(String) - +Method in class com.mycompany.controller.SearchController +
  +
setLastName(String) - +Method in class com.mycompany.model.User +
  +
setLatitude(Double) - +Method in class com.mycompany.model.City +
  +
setLatitude(Double) - +Method in class com.mycompany.model.Venue +
  +
setLongitude(Double) - +Method in class com.mycompany.model.City +
  +
setLongitude(Double) - +Method in class com.mycompany.model.Venue +
  +
setMaxResults(int) - +Method in class com.mycompany.controller.SearchController +
  +
setName(String) - +Method in class com.mycompany.model.City +
  +
setName(String) - +Method in class com.mycompany.model.Country +
  +
setName(String) - +Method in class com.mycompany.model.Idea +
  +
setName(String) - +Method in class com.mycompany.model.ProvinceState +
  +
setName(String) - +Method in class com.mycompany.model.Venue +
  +
setNewIdea(Idea) - +Method in class com.mycompany.controller.MindMapController +
  +
setNoCoverCharge(boolean) - +Method in class com.mycompany.controller.SearchController +
  +
setOutdoorVenue(boolean) - +Method in class com.mycompany.controller.SearchController +
  +
setParent(Idea) - +Method in class com.mycompany.model.Idea +
  +
setPassword(String) - +Method in class com.mycompany.model.Credentials +
  +
setPassword(String) - +Method in class com.mycompany.model.User +
  +
setPhoneNumber(String) - +Method in class com.mycompany.model.User +
  +
setPhoneNumber(String) - +Method in class com.mycompany.model.Venue +
  +
setProvinceState(ProvinceState) - +Method in class com.mycompany.controller.SearchController +
  +
setProvinceState(ProvinceState) - +Method in class com.mycompany.model.City +
  +
setProvinceState(ProvinceState) - +Method in class com.mycompany.model.Venue +
  +
setProvinceStates(Set<ProvinceState>) - +Method in class com.mycompany.model.Country +
  +
setRating(int) - +Method in class com.mycompany.model.EventAttendance +
  +
setRelationship(UserRelationship) - +Method in class com.mycompany.controller.ContactsController +
  +
setRelationshipType(RelationshipType) - +Method in class com.mycompany.model.UserRelationship +
  +
setSelectedEvent(Event) - +Method in class com.mycompany.controller.SearchController +
  +
setSelectedNode(MindmapNode) - +Method in class com.mycompany.controller.MindMapController +
  +
setStartDate(Date) - +Method in class com.mycompany.model.Event +
  +
setStreetAddress(String) - +Method in class com.mycompany.model.Venue +
  +
setTheme(String) - +Method in class com.mycompany.model.User +
  +
setTitle(String) - +Method in class com.mycompany.model.Event +
  +
setToRelationships(Set<UserRelationship>) - +Method in class com.mycompany.model.User +
  +
setToUser(User) - +Method in class com.mycompany.model.UserRelationship +
  +
setUser(User) - +Method in class com.mycompany.controller.SignupController +
  +
setUser(User) - +Method in class com.mycompany.model.EventAttendance +
  +
setUser(User) - +Method in class com.mycompany.util.UserSession +
Sets the User. +
setUsername(String) - +Method in class com.mycompany.model.Credentials +
  +
setUsername(String) - +Method in class com.mycompany.model.User +
  +
setUserService(UserService) - +Method in class com.mycompany.controller.ChartController +
  +
setUserService(UserService) - +Method in class com.mycompany.controller.ContactsController +
  +
setUserService(UserService) - +Method in class com.mycompany.controller.LoginController +
  +
setUserService(UserService) - +Method in class com.mycompany.controller.SignupController +
  +
setUserService(UserService) - +Method in class com.mycompany.controller.UserController +
  +
setUserSession(UserSession) - +Method in class com.mycompany.controller.AbstractController +
  +
setValue(String) - +Method in class com.mycompany.model.Content +
  +
setVenue(Venue) - +Method in class com.mycompany.controller.VenueController +
  +
setVenue(Venue) - +Method in class com.mycompany.model.Event +
  +
setVenueService(VenueService) - +Method in class com.mycompany.controller.VenueController +
  +
setVersion(Integer) - +Method in class com.mycompany.model.AbstractEntity +
  +
setViewId(String) - +Method in class com.mycompany.model.Content +
  +
signup() - +Method in class com.mycompany.controller.SignupController +
  +
SignupController - Class in com.mycompany.controller
Controller class for new user signup.
SignupController() - +Constructor for class com.mycompany.controller.SignupController +
  +
signupMobile() - +Method in class com.mycompany.controller.SignupController +
  +
startDate - +Static variable in class com.mycompany.model.Event_ +
  +
StateConverter - Class in com.mycompany.convert
Converter class for ProvinceState objects.
StateConverter() - +Constructor for class com.mycompany.convert.StateConverter +
  +
streetAddress - +Static variable in class com.mycompany.model.Venue_ +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/doc/index-files/index-18.html b/primefaces-webapp/doc/index-files/index-18.html new file mode 100644 index 0000000..dca01f0 --- /dev/null +++ b/primefaces-webapp/doc/index-files/index-18.html @@ -0,0 +1,157 @@ + + + + + + +T-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+T

+
+
theme - +Static variable in class com.mycompany.model.User_ +
  +
title - +Static variable in class com.mycompany.model.Event_ +
  +
toggleEditing(ActionEvent) - +Method in class com.mycompany.controller.ContentController +
  +
toRelationships - +Static variable in class com.mycompany.model.User_ +
  +
toUser - +Static variable in class com.mycompany.model.UserRelationship_ +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/doc/index-files/index-19.html b/primefaces-webapp/doc/index-files/index-19.html new file mode 100644 index 0000000..70ca77d --- /dev/null +++ b/primefaces-webapp/doc/index-files/index-19.html @@ -0,0 +1,193 @@ + + + + + + +U-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+U

+
+
updateAttendance(EventAttendance) - +Method in class com.mycompany.controller.EventController +
+ This method updates the current user's EventAttendance object for a + particular event. +
updateUserTheme(AjaxBehaviorEvent) - +Method in class com.mycompany.controller.UserController +
  +
user - +Static variable in class com.mycompany.model.EventAttendance_ +
  +
User - Class in com.mycompany.model
JPA entity for user data.
User() - +Constructor for class com.mycompany.model.User +
  +
User_ - Class in com.mycompany.model
 
User_() - +Constructor for class com.mycompany.model.User_ +
  +
USER_FIND_BY_PARTIAL_NAME - +Static variable in interface com.mycompany.util.Queries +
Finds a User by partial name. +
USER_FIND_BY_RELATIONSHIP_TYPE - +Static variable in interface com.mycompany.util.Queries +
Finds a List of User objects by RelationshipType to + another User. +
USER_FIND_BY_USERNAME_PASSWORD - +Static variable in interface com.mycompany.util.Queries +
Finds a User by username and password. +
UserController - Class in com.mycompany.controller
Controller class for user-related functionality.
UserController() - +Constructor for class com.mycompany.controller.UserController +
  +
UserConverter - Class in com.mycompany.convert
Converter class for User objects.
UserConverter() - +Constructor for class com.mycompany.convert.UserConverter +
  +
username - +Static variable in class com.mycompany.model.User_ +
  +
UserRelationship - Class in com.mycompany.model
JPA entity for a relationship between two users.
UserRelationship() - +Constructor for class com.mycompany.model.UserRelationship +
  +
UserRelationship_ - Class in com.mycompany.model
 
UserRelationship_() - +Constructor for class com.mycompany.model.UserRelationship_ +
  +
userSelected(SelectEvent) - +Method in class com.mycompany.controller.ContactsController +
  +
UserService - Interface in com.mycompany.service
Interface for user service.
UserServiceImpl - Class in com.mycompany.service.impl
 
UserServiceImpl() - +Constructor for class com.mycompany.service.impl.UserServiceImpl +
  +
UserSession - Class in com.mycompany.util
Session-scoped CDI managed bean to store a User object.
UserSession() - +Constructor for class com.mycompany.util.UserSession +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/doc/index-files/index-2.html b/primefaces-webapp/doc/index-files/index-2.html new file mode 100644 index 0000000..175c16e --- /dev/null +++ b/primefaces-webapp/doc/index-files/index-2.html @@ -0,0 +1,158 @@ + + + + + + +B-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+B

+
+
beforePhase(PhaseEvent) - +Method in class com.mycompany.lifecycle.SecurityPhaseListener +
  +
beginChat() - +Method in class com.mycompany.controller.ChatController +
  +
birthdate - +Static variable in class com.mycompany.model.User_ +
  +
buildMindMap(Idea, MindmapNode) - +Method in interface com.mycompany.service.IdeaService +
Populates a mind map data structure from an Idea using the + MindmapNode interface. +
buildMindMap(Idea, MindmapNode) - +Method in class com.mycompany.service.impl.IdeaServiceImpl +
This method uses recursion to build the mind map data structure. +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/doc/index-files/index-20.html b/primefaces-webapp/doc/index-files/index-20.html new file mode 100644 index 0000000..d729ffc --- /dev/null +++ b/primefaces-webapp/doc/index-files/index-20.html @@ -0,0 +1,193 @@ + + + + + + +V-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+V

+
+
value - +Static variable in class com.mycompany.model.Content_ +
  +
valueOf(String) - +Static method in enum com.mycompany.model.EventType +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum com.mycompany.model.Gender +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum com.mycompany.model.RelationshipType +
Returns the enum constant of this type with the specified name. +
values() - +Static method in enum com.mycompany.model.EventType +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum com.mycompany.model.Gender +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum com.mycompany.model.RelationshipType +
Returns an array containing the constants of this enum type, in +the order they are declared. +
venue - +Static variable in class com.mycompany.model.Event_ +
  +
Venue - Class in com.mycompany.model
JPA entity for venue data.
Venue() - +Constructor for class com.mycompany.model.Venue +
  +
Venue_ - Class in com.mycompany.model
 
Venue_() - +Constructor for class com.mycompany.model.Venue_ +
  +
VenueController - Class in com.mycompany.controller
Controller class for venue-related functionality.
VenueController() - +Constructor for class com.mycompany.controller.VenueController +
  +
VenueConverter - Class in com.mycompany.convert
Converter class for Venue objects.
VenueConverter() - +Constructor for class com.mycompany.convert.VenueConverter +
  +
venueSelected(ValueChangeEvent) - +Method in class com.mycompany.controller.VenueController +
  +
VenueService - Interface in com.mycompany.service
Interface for a venue service.
VenueServiceImpl - Class in com.mycompany.service.impl
 
VenueServiceImpl() - +Constructor for class com.mycompany.service.impl.VenueServiceImpl +
  +
version - +Static variable in class com.mycompany.model.AbstractEntity_ +
  +
viewId - +Static variable in class com.mycompany.model.Content_ +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/doc/index-files/index-3.html b/primefaces-webapp/doc/index-files/index-3.html new file mode 100644 index 0000000..114eb46 --- /dev/null +++ b/primefaces-webapp/doc/index-files/index-3.html @@ -0,0 +1,264 @@ + + + + + + +C-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+C

+
+
ChartController - Class in com.mycompany.controller
Controller class for charts.
ChartController() - +Constructor for class com.mycompany.controller.ChartController +
  +
ChartService - Interface in com.mycompany.service
Interface for a chart service.
ChartServiceImpl - Class in com.mycompany.service.impl
 
ChartServiceImpl() - +Constructor for class com.mycompany.service.impl.ChartServiceImpl +
  +
ChatController - Class in com.mycompany.controller
Controller class for chat functionality.
ChatController() - +Constructor for class com.mycompany.controller.ChatController +
  +
checkPermission(ComponentSystemEvent) - +Method in class com.mycompany.controller.LoginController +
  +
children - +Static variable in class com.mycompany.model.Idea_ +
  +
cities - +Static variable in class com.mycompany.model.ProvinceState_ +
  +
City - Class in com.mycompany.model
JPA entity class for city data.
City() - +Constructor for class com.mycompany.model.City +
  +
city - +Static variable in class com.mycompany.model.Venue_ +
  +
City_ - Class in com.mycompany.model
 
City_() - +Constructor for class com.mycompany.model.City_ +
  +
CITY_FIND_BY_NAME_AND_PROVINCE_STATE - +Static variable in interface com.mycompany.util.Queries +
Finds a City by name and ProvinceState. +
CityConverter - Class in com.mycompany.convert
Converter for City objects.
CityConverter() - +Constructor for class com.mycompany.convert.CityConverter +
  +
clickCount - +Static variable in class com.mycompany.model.User_ +
  +
code - +Static variable in class com.mycompany.model.Country_ +
  +
com.mycompany.controller - package com.mycompany.controller
Contains JSF managed bean controller classes for the application.
com.mycompany.convert - package com.mycompany.convert
Contains JSF converter classes for model objects.
com.mycompany.lifecycle - package com.mycompany.lifecycle
Contains JSF and Servlet lifecycle support classes.
com.mycompany.model - package com.mycompany.model
Contains JPA domain model classes and generated JPA Metamodel classes.
com.mycompany.service - package com.mycompany.service
Contains interfaces for all services in the application.
com.mycompany.service.impl - package com.mycompany.service.impl
Contains CDI-managed service classes implemented as EJB3 stateless session beans.
com.mycompany.util - package com.mycompany.util
Contains utility classes for the application.
com.mycompany.websocket - package com.mycompany.websocket
Contains a WebSocket support class.
confirmed - +Static variable in class com.mycompany.model.EventAttendance_ +
  +
ContactsController - Class in com.mycompany.controller
Controller class for contacts related functionality.
ContactsController() - +Constructor for class com.mycompany.controller.ContactsController +
  +
Content - Class in com.mycompany.model
JPA entity for content data.
Content() - +Constructor for class com.mycompany.model.Content +
  +
Content_ - Class in com.mycompany.model
 
Content_() - +Constructor for class com.mycompany.model.Content_ +
  +
CONTENT_FIND_BY_NAME - +Static variable in interface com.mycompany.util.Queries +
Finds a Content by name. +
contentChanged(ValueChangeEvent) - +Method in class com.mycompany.controller.ContentController +
  +
ContentController - Class in com.mycompany.controller
Controller class for content editing.
ContentController() - +Constructor for class com.mycompany.controller.ContentController +
  +
ContentService - Interface in com.mycompany.service
Interface for a content service.
ContentServiceImpl - Class in com.mycompany.service.impl
 
ContentServiceImpl() - +Constructor for class com.mycompany.service.impl.ContentServiceImpl +
  +
contextDestroyed(ServletContextEvent) - +Method in class com.mycompany.lifecycle.ServletContextLifecycleNotifier +
  +
contextInitialized(ServletContextEvent) - +Method in class com.mycompany.lifecycle.ServletContextLifecycleNotifier +
  +
ConversationExceptionFilter - Class in com.mycompany.lifecycle
This filter handles the NonexistentConversationException propagating + from CDI for requests containing an invalid conversation ID (cid parameter).
ConversationExceptionFilter() - +Constructor for class com.mycompany.lifecycle.ConversationExceptionFilter +
  +
Country - Class in com.mycompany.model
JPA entity for country data.
Country() - +Constructor for class com.mycompany.model.Country +
  +
country - +Static variable in class com.mycompany.model.ProvinceState_ +
  +
country - +Static variable in class com.mycompany.model.User_ +
  +
country - +Static variable in class com.mycompany.model.Venue_ +
  +
Country_ - Class in com.mycompany.model
 
Country_() - +Constructor for class com.mycompany.model.Country_ +
  +
COUNTRY_FIND_ALL - +Static variable in interface com.mycompany.util.Queries +
Finds all Country objects. +
COUNTRY_FIND_BY_CODE - +Static variable in interface com.mycompany.util.Queries +
Finds a Country by code. +
CountryConverter - Class in com.mycompany.convert
Converter class for Country objects.
CountryConverter() - +Constructor for class com.mycompany.convert.CountryConverter +
  +
CountryService - Interface in com.mycompany.service
Service class for country-related operations.
CountryServiceImpl - Class in com.mycompany.service.impl
+ Controller class for countries.
CountryServiceImpl() - +Constructor for class com.mycompany.service.impl.CountryServiceImpl +
  +
createdBy - +Static variable in class com.mycompany.model.Content_ +
  +
createdBy - +Static variable in class com.mycompany.model.Event_ +
  +
createdDate - +Static variable in class com.mycompany.model.Content_ +
  +
createProvinceState(Country, String) - +Method in interface com.mycompany.service.CountryService +
Creates a ProvinceState object for a particular Country. +
createProvinceState(Country, String) - +Method in class com.mycompany.service.impl.CountryServiceImpl +
  +
createUser(ActionEvent) - +Method in class com.mycompany.controller.SignupController +
  +
Credentials - Class in com.mycompany.model
CDI-managed bean in request scope for user credentials.
Credentials() - +Constructor for class com.mycompany.model.Credentials +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/doc/index-files/index-4.html b/primefaces-webapp/doc/index-files/index-4.html new file mode 100644 index 0000000..ab5ea9e --- /dev/null +++ b/primefaces-webapp/doc/index-files/index-4.html @@ -0,0 +1,172 @@ + + + + + + +D-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+D

+
+
DashboardController - Class in com.mycompany.controller
Controller class for dashboard screen.
DashboardController() - +Constructor for class com.mycompany.controller.DashboardController +
  +
dateSelected(SelectEvent) - +Method in class com.mycompany.controller.EventController +
This method is called when the user clicks on a date in the calendar. +
DefaultPushRule - Class in com.mycompany.websocket
Utility class for GlassFish WebSocket support with PrimeFaces.
DefaultPushRule() - +Constructor for class com.mycompany.websocket.DefaultPushRule +
  +
deleteVenue(ActionEvent) - +Method in class com.mycompany.controller.VenueController +
  +
deleteVenue(Venue) - +Method in class com.mycompany.service.impl.VenueServiceImpl +
  +
deleteVenue(Venue) - +Method in interface com.mycompany.service.VenueService +
Deletes a Venue object. +
description - +Static variable in class com.mycompany.model.Event_ +
  +
description - +Static variable in class com.mycompany.model.Idea_ +
  +
destroy() - +Method in class com.mycompany.lifecycle.ConversationExceptionFilter +
  +
Destroyed - Annotation Type in com.mycompany.lifecycle
Thanks to Dan Allen for this useful code: https://gist.github.com/637959
doFilter(ServletRequest, ServletResponse, FilterChain) - +Method in class com.mycompany.lifecycle.ConversationExceptionFilter +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/doc/index-files/index-5.html b/primefaces-webapp/doc/index-files/index-5.html new file mode 100644 index 0000000..06ff437 --- /dev/null +++ b/primefaces-webapp/doc/index-files/index-5.html @@ -0,0 +1,233 @@ + + + + + + +E-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+E

+
+
EditableStateConverter - Class in com.mycompany.convert
Converter object for editable ProvinceState objects.
EditableStateConverter() - +Constructor for class com.mycompany.convert.EditableStateConverter +
  +
emailAddress - +Static variable in class com.mycompany.model.User_ +
  +
endChat() - +Method in class com.mycompany.controller.ChatController +
  +
endDate - +Static variable in class com.mycompany.model.Event_ +
  +
equals(Object) - +Method in class com.mycompany.model.AbstractEntity +
  +
equals(Object) - +Method in class com.mycompany.model.Country +
  +
equals(Object) - +Method in class com.mycompany.model.Event +
  +
equals(Object) - +Method in class com.mycompany.model.Idea +
  +
equals(Object) - +Method in class com.mycompany.model.ProvinceState +
  +
equals(Object) - +Method in class com.mycompany.model.User +
  +
equals(Object) - +Method in class com.mycompany.model.Venue +
  +
Event - Class in com.mycompany.model
JPA entity for event data.
Event() - +Constructor for class com.mycompany.model.Event +
  +
event - +Static variable in class com.mycompany.model.EventAttendance_ +
  +
Event_ - Class in com.mycompany.model
 
Event_() - +Constructor for class com.mycompany.model.Event_ +
  +
EVENT_ATTENDANCE_FIND_BY_USER - +Static variable in interface com.mycompany.util.Queries +
Finds all EventAttendance for a particular User. +
EVENT_ATTENDANCE_FIND_BY_USER_AND_EVENT - +Static variable in interface com.mycompany.util.Queries +
Finds a List of EventAttendance for a particular User and + Event. +
EVENT_ATTENDANCE_FIND_GENDER_COUNT_BY_EVENT - +Static variable in interface com.mycompany.util.Queries +
Find a count of all EventAttendance objects by Gender. +
EVENT_FIND_ALL - +Static variable in interface com.mycompany.util.Queries +
Find all Event objects. +
EventAttendance - Class in com.mycompany.model
JPA entity for user event attendance data.
EventAttendance() - +Constructor for class com.mycompany.model.EventAttendance +
  +
EventAttendance_ - Class in com.mycompany.model
 
EventAttendance_() - +Constructor for class com.mycompany.model.EventAttendance_ +
  +
EventController - Class in com.mycompany.controller
This class implements controller behavior for a number of screens in the + application.
EventController() - +Constructor for class com.mycompany.controller.EventController +
  +
eventMoved(ScheduleEntryMoveEvent) - +Method in class com.mycompany.controller.EventController +
This method is called when the user moves a calendar Event from + one date/time to another date/time. +
eventResized(ScheduleEntryResizeEvent) - +Method in class com.mycompany.controller.EventController +
This method is called when the user resizes an event. +
events - +Static variable in class com.mycompany.model.Venue_ +
  +
eventsAttended - +Static variable in class com.mycompany.model.User_ +
  +
eventSelected(SelectEvent) - +Method in class com.mycompany.controller.EventController +
This method is called when the user clicks on an existing event in the + schedule. +
eventSelected(OverlaySelectEvent) - +Method in class com.mycompany.controller.SearchController +
  +
EventService - Interface in com.mycompany.service
Interfaces for an event service.
EventServiceImpl - Class in com.mycompany.service.impl
 
EventServiceImpl() - +Constructor for class com.mycompany.service.impl.EventServiceImpl +
  +
eventType - +Static variable in class com.mycompany.model.Event_ +
  +
EventType - Enum in com.mycompany.model
Represents an event type.
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/doc/index-files/index-6.html b/primefaces-webapp/doc/index-files/index-6.html new file mode 100644 index 0000000..b125ff3 --- /dev/null +++ b/primefaces-webapp/doc/index-files/index-6.html @@ -0,0 +1,327 @@ + + + + + + +F-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+F

+
+
FacesUtils - Class in com.mycompany.util
Utility class for common JSF API uses.
FacesUtils() - +Constructor for class com.mycompany.util.FacesUtils +
  +
findAllEvents() - +Method in interface com.mycompany.service.EventService +
Finds all Event objects. +
findAllEvents() - +Method in class com.mycompany.service.impl.EventServiceImpl +
  +
findAllEventsAttendanceByUser(User) - +Method in interface com.mycompany.service.EventService +
Finds all EventAttendance objects for a particular User. +
findAllEventsAttendanceByUser(User) - +Method in class com.mycompany.service.impl.EventServiceImpl +
  +
findCitiesByState(ProvinceState) - +Method in interface com.mycompany.service.CountryService +
Finds a list of City objects for the given ProvinceState. +
findCitiesByState(ProvinceState) - +Method in class com.mycompany.service.impl.CountryServiceImpl +
  +
findCity(String, ProvinceState) - +Method in interface com.mycompany.service.CountryService +
Finds a City by name in the ProvinceState. +
findCity(String, ProvinceState) - +Method in class com.mycompany.service.impl.CountryServiceImpl +
  +
findCityById(Integer) - +Method in interface com.mycompany.service.CountryService +
Finds a City object by ID. +
findCityById(Integer) - +Method in class com.mycompany.service.impl.CountryServiceImpl +
  +
findContentByName(String) - +Method in interface com.mycompany.service.ContentService +
Finds a Content object by name. +
findContentByName(String) - +Method in class com.mycompany.service.impl.ContentServiceImpl +
  +
findCountryById(Integer) - +Method in interface com.mycompany.service.CountryService +
Finds a Country object by ID. +
findCountryById(Integer) - +Method in class com.mycompany.service.impl.CountryServiceImpl +
  +
findEventAttendance(Event, User) - +Method in interface com.mycompany.service.EventService +
Finds the EventAttendance object for a particular Event + and User. +
findEventAttendance(Event, User) - +Method in class com.mycompany.service.impl.EventServiceImpl +
  +
findEventAttendanceByGender(Gender) - +Method in interface com.mycompany.service.ChartService +
Finds all event attendance data by gender. +
findEventAttendanceByGender(Gender) - +Method in class com.mycompany.service.impl.ChartServiceImpl +
  +
findEventById(Integer) - +Method in interface com.mycompany.service.EventService +
Finds an Event by ID. +
findEventById(Integer) - +Method in class com.mycompany.service.impl.EventServiceImpl +
  +
findEvents(City, ProvinceState, EventType, String) - +Method in interface com.mycompany.service.EventService +
Finds a List of Event objects in a City and + ProvinceState for a particular EventType and keyword. +
findEvents(City, ProvinceState, EventType, String) - +Method in class com.mycompany.service.impl.EventServiceImpl +
  +
findIdea(Integer) - +Method in interface com.mycompany.service.IdeaService +
Finds an Idea by ID. +
findIdea(Integer) - +Method in class com.mycompany.service.impl.IdeaServiceImpl +
  +
findIdeas() - +Method in interface com.mycompany.service.IdeaService +
Finds a list of Idea objects. +
findIdeas() - +Method in class com.mycompany.service.impl.IdeaServiceImpl +
  +
findProvinceStatesByCountry(Country) - +Method in class com.mycompany.controller.VenueController +
  +
findProvinceStatesByCountry(Country) - +Method in interface com.mycompany.service.CountryService +
Finds a List of ProvinceState objects for a particular + Country. +
findProvinceStatesByCountry(Country) - +Method in class com.mycompany.service.impl.CountryServiceImpl +
  +
findRelationshipToUser(User, User) - +Method in class com.mycompany.service.impl.UserServiceImpl +
  +
findRelationshipToUser(User, User) - +Method in interface com.mycompany.service.UserService +
Finds a UserRelationship object representing a relationship + between two User objects. +
findStateById(Integer) - +Method in interface com.mycompany.service.CountryService +
Finds a ProvinceState object by ID. +
findStateById(Integer) - +Method in class com.mycompany.service.impl.CountryServiceImpl +
  +
findStateByName(Country, String) - +Method in interface com.mycompany.service.CountryService +
Finds a ProvinceState object by name within a particular + Country. +
findStateByName(Country, String) - +Method in class com.mycompany.service.impl.CountryServiceImpl +
  +
findUser(String, String) - +Method in class com.mycompany.controller.UserController +
  +
findUser(String, String) - +Method in class com.mycompany.service.impl.UserServiceImpl +
  +
findUser(String, String) - +Method in interface com.mycompany.service.UserService +
Finds a User with the given username and password. +
findUserById(Integer) - +Method in class com.mycompany.service.impl.UserServiceImpl +
  +
findUserById(Integer) - +Method in interface com.mycompany.service.UserService +
Finds a User by ID. +
findUserByUsername(String) - +Method in class com.mycompany.service.impl.UserServiceImpl +
  +
findUserByUsername(String) - +Method in interface com.mycompany.service.UserService +
Finds a User by username. +
findUserEvents(Date, Date, User) - +Method in interface com.mycompany.service.EventService +
Finds a List of Event objects between a start and end date + created by a particular User. +
findUserEvents(Date, Date, User) - +Method in class com.mycompany.service.impl.EventServiceImpl +
  +
findUsers() - +Method in class com.mycompany.service.impl.UserServiceImpl +
  +
findUsers() - +Method in interface com.mycompany.service.UserService +
Finds a List of all User objects. +
findUsersByName(String) - +Method in class com.mycompany.controller.ContactsController +
  +
findUsersByName(String) - +Method in class com.mycompany.service.impl.UserServiceImpl +
  +
findUsersByName(String) - +Method in interface com.mycompany.service.UserService +
Finds a List of User objects that have a first name or last name + that partially matches the suggestion string. +
findUsersByType(RelationshipType, User) - +Method in class com.mycompany.service.impl.UserServiceImpl +
  +
findUsersByType(RelationshipType, User) - +Method in interface com.mycompany.service.UserService +
Finds a List of User objects that are related to the User + according to the specified RelationshipType. +
findVenueById(Integer) - +Method in class com.mycompany.service.impl.VenueServiceImpl +
  +
findVenueById(Integer) - +Method in interface com.mycompany.service.VenueService +
Finds a Venue object by ID. +
findVenues() - +Method in class com.mycompany.service.impl.VenueServiceImpl +
  +
findVenues() - +Method in interface com.mycompany.service.VenueService +
Finds a List of all Venue objects. +
firstName - +Static variable in class com.mycompany.model.User_ +
  +
fromRelationships - +Static variable in class com.mycompany.model.User_ +
  +
fromUser - +Static variable in class com.mycompany.model.UserRelationship_ +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/doc/index-files/index-7.html b/primefaces-webapp/doc/index-files/index-7.html new file mode 100644 index 0000000..d2d0d86 --- /dev/null +++ b/primefaces-webapp/doc/index-files/index-7.html @@ -0,0 +1,523 @@ + + + + + + +G-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+G

+
+
Gender - Enum in com.mycompany.model
Represents a gender.
gender - +Static variable in class com.mycompany.model.User_ +
  +
getAllEvents() - +Method in class com.mycompany.controller.EventController +
This method returns all Event objects in the database. +
getAllEventsAttendance() - +Method in class com.mycompany.controller.EventController +
This method returns a list of EventAttendance objects + encapsulating information about a user's attendance for a particular + event. +
getAsObject(FacesContext, UIComponent, String) - +Method in class com.mycompany.convert.CityConverter +
  +
getAsObject(FacesContext, UIComponent, String) - +Method in class com.mycompany.convert.CountryConverter +
  +
getAsObject(FacesContext, UIComponent, String) - +Method in class com.mycompany.convert.EditableStateConverter +
  +
getAsObject(FacesContext, UIComponent, String) - +Method in class com.mycompany.convert.StateConverter +
  +
getAsObject(FacesContext, UIComponent, String) - +Method in class com.mycompany.convert.UserConverter +
  +
getAsObject(FacesContext, UIComponent, String) - +Method in class com.mycompany.convert.VenueConverter +
  +
getAsString(FacesContext, UIComponent, Object) - +Method in class com.mycompany.convert.CityConverter +
  +
getAsString(FacesContext, UIComponent, Object) - +Method in class com.mycompany.convert.CountryConverter +
  +
getAsString(FacesContext, UIComponent, Object) - +Method in class com.mycompany.convert.EditableStateConverter +
  +
getAsString(FacesContext, UIComponent, Object) - +Method in class com.mycompany.convert.StateConverter +
  +
getAsString(FacesContext, UIComponent, Object) - +Method in class com.mycompany.convert.UserConverter +
  +
getAsString(FacesContext, UIComponent, Object) - +Method in class com.mycompany.convert.VenueConverter +
  +
getAttendance() - +Method in class com.mycompany.model.Event +
  +
getAuthor() - +Method in class com.mycompany.model.Idea +
  +
getBarChartModel() - +Method in class com.mycompany.controller.ChartController +
  +
getBirthdate() - +Method in class com.mycompany.model.User +
  +
getChildren() - +Method in class com.mycompany.model.Idea +
  +
getCities() - +Method in class com.mycompany.model.ProvinceState +
  +
getCitiesForState() - +Method in class com.mycompany.controller.SearchController +
  +
getCity() - +Method in class com.mycompany.controller.SearchController +
  +
getCity() - +Method in class com.mycompany.model.Venue +
  +
getClickCount() - +Method in class com.mycompany.model.User +
  +
getCode() - +Method in class com.mycompany.model.Country +
  +
getColleagues() - +Method in class com.mycompany.controller.ContactsController +
  +
getCompleteAddress() - +Method in class com.mycompany.model.Venue +
This method returns the complete address of the venue. +
getContent() - +Method in class com.mycompany.controller.ContentController +
  +
getCountries() - +Method in class com.mycompany.controller.SignupController +
  +
getCountries() - +Method in class com.mycompany.controller.VenueController +
  +
getCountries() - +Method in interface com.mycompany.service.CountryService +
Returns all Country objects. +
getCountries() - +Method in class com.mycompany.service.impl.CountryServiceImpl +
  +
getCountry() - +Method in class com.mycompany.model.ProvinceState +
  +
getCountry() - +Method in class com.mycompany.model.User +
  +
getCountry() - +Method in class com.mycompany.model.Venue +
  +
getCreatedBy() - +Method in class com.mycompany.model.Content +
  +
getCreatedBy() - +Method in class com.mycompany.model.Event +
  +
getCreatedDate() - +Method in class com.mycompany.model.Content +
  +
getDescription() - +Method in class com.mycompany.model.Event +
  +
getDescription() - +Method in class com.mycompany.model.Idea +
  +
getEmailAddress() - +Method in class com.mycompany.model.User +
  +
getEndDate() - +Method in class com.mycompany.model.Event +
  +
getEvent() - +Method in class com.mycompany.controller.EventController +
This method returns the currently selected Event. +
getEvent() - +Method in class com.mycompany.model.EventAttendance +
  +
getEvents() - +Method in class com.mycompany.model.Venue +
  +
getEventsAttended() - +Method in class com.mycompany.model.User +
  +
getEventType() - +Method in class com.mycompany.controller.SearchController +
  +
getEventType() - +Method in class com.mycompany.model.Event +
  +
getEventTypes() - +Method in class com.mycompany.controller.EventController +
This method returns an array of EventType enum objects. +
getFamily() - +Method in class com.mycompany.controller.ContactsController +
  +
getFirstName() - +Method in class com.mycompany.model.User +
  +
getFriends() - +Method in class com.mycompany.controller.ContactsController +
  +
getFromRelationships() - +Method in class com.mycompany.model.User +
  +
getFromUser() - +Method in class com.mycompany.model.UserRelationship +
  +
getGender() - +Method in class com.mycompany.model.User +
  +
getGenders() - +Method in class com.mycompany.controller.SignupController +
  +
getGlobalMessage() - +Method in class com.mycompany.controller.ChatController +
  +
getId() - +Method in class com.mycompany.model.AbstractEntity +
  +
getKeyword() - +Method in class com.mycompany.controller.SearchController +
  +
getLabel() - +Method in enum com.mycompany.model.EventType +
  +
getLabel() - +Method in enum com.mycompany.model.Gender +
  +
getLabel() - +Method in enum com.mycompany.model.RelationshipType +
  +
getLastName() - +Method in class com.mycompany.model.User +
  +
getLatitude() - +Method in class com.mycompany.model.City +
  +
getLatitude() - +Method in class com.mycompany.model.Venue +
  +
getLivePieModel() - +Method in class com.mycompany.controller.ChartController +
This method builds a PieChartModel of active user click counts. +
getLongitude() - +Method in class com.mycompany.model.City +
  +
getLongitude() - +Method in class com.mycompany.model.Venue +
  +
getManagedBean(String) - +Static method in class com.mycompany.util.FacesUtils +
Utility method to lookup a managed bean. +
getMapCenter() - +Method in class com.mycompany.controller.SearchController +
  +
getMapZoom() - +Method in class com.mycompany.controller.SearchController +
  +
getMaxResults() - +Method in class com.mycompany.controller.SearchController +
  +
getMinDate() - +Method in class com.mycompany.controller.SignupController +
Return a date 100 years ago. +
getModel() - +Method in class com.mycompany.controller.DashboardController +
  +
getName() - +Method in class com.mycompany.model.City +
  +
getName() - +Method in class com.mycompany.model.Country +
  +
getName() - +Method in class com.mycompany.model.Idea +
  +
getName() - +Method in class com.mycompany.model.ProvinceState +
  +
getName() - +Method in class com.mycompany.model.Venue +
  +
getNewIdea() - +Method in class com.mycompany.controller.MindMapController +
  +
getParent() - +Method in class com.mycompany.model.Idea +
  +
getPassword() - +Method in class com.mycompany.model.Credentials +
  +
getPassword() - +Method in class com.mycompany.model.User +
  +
getPhaseId() - +Method in class com.mycompany.lifecycle.SecurityPhaseListener +
  +
getPhoneNumber() - +Method in class com.mycompany.model.User +
  +
getPhoneNumber() - +Method in class com.mycompany.model.Venue +
  +
getPieChartModel() - +Method in class com.mycompany.controller.ChartController +
  +
getProvinceState() - +Method in class com.mycompany.controller.SearchController +
  +
getProvinceState() - +Method in class com.mycompany.model.City +
  +
getProvinceState() - +Method in class com.mycompany.model.Venue +
  +
getProvinceStates() - +Method in class com.mycompany.controller.SearchController +
  +
getProvinceStates() - +Method in class com.mycompany.model.Country +
  +
getProvinceStates() - +Method in interface com.mycompany.service.CountryService +
Returns all ProvinceState objects. +
getProvinceStates() - +Method in class com.mycompany.service.impl.CountryServiceImpl +
  +
getRating() - +Method in class com.mycompany.model.EventAttendance +
  +
getRelationship() - +Method in class com.mycompany.controller.ContactsController +
  +
getRelationshipType() - +Method in class com.mycompany.controller.ContactsController +
  +
getRelationshipType() - +Method in class com.mycompany.model.UserRelationship +
  +
getRelationshipTypes() - +Method in class com.mycompany.controller.ContactsController +
  +
getRoot() - +Method in class com.mycompany.controller.MindMapController +
  +
getSearchResultsModel() - +Method in class com.mycompany.controller.SearchController +
  +
getSelectedEvent() - +Method in class com.mycompany.controller.SearchController +
  +
getSelectedNode() - +Method in class com.mycompany.controller.MindMapController +
  +
getStartDate() - +Method in class com.mycompany.model.Event +
  +
getStreetAddress() - +Method in class com.mycompany.model.Venue +
  +
getTheme() - +Method in class com.mycompany.model.User +
  +
getThemes() - +Method in class com.mycompany.controller.UserController +
  +
getTitle() - +Method in class com.mycompany.model.Event +
  +
getToRelationships() - +Method in class com.mycompany.model.User +
  +
getToUser() - +Method in class com.mycompany.model.UserRelationship +
  +
getUser() - +Method in class com.mycompany.controller.SignupController +
  +
getUser() - +Method in class com.mycompany.controller.UserController +
Returns the currently logged in user. +
getUser() - +Method in class com.mycompany.model.EventAttendance +
  +
getUser() - +Method in class com.mycompany.util.UserSession +
Returns the current User. +
getUsername() - +Method in class com.mycompany.model.Credentials +
  +
getUsername() - +Method in class com.mycompany.model.User +
  +
getUserScheduleModel() - +Method in class com.mycompany.controller.EventController +
This method provides a LazyScheduleModel for the PrimeFaces + schedule component. +
getUserTheme() - +Method in class com.mycompany.controller.UserController +
  +
getUserTypes() - +Method in class com.mycompany.controller.ContactsController +
  +
getValue() - +Method in class com.mycompany.model.Content +
  +
getVenue() - +Method in class com.mycompany.controller.VenueController +
  +
getVenue() - +Method in class com.mycompany.model.Event +
  +
getVenues() - +Method in class com.mycompany.controller.VenueController +
  +
getVersion() - +Method in class com.mycompany.model.AbstractEntity +
  +
getViewId() - +Method in class com.mycompany.model.Content +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/doc/index-files/index-8.html b/primefaces-webapp/doc/index-files/index-8.html new file mode 100644 index 0000000..b9f6331 --- /dev/null +++ b/primefaces-webapp/doc/index-files/index-8.html @@ -0,0 +1,190 @@ + + + + + + +H-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+H

+
+
handleClick(ActionEvent) - +Method in class com.mycompany.controller.UserController +
  +
handleReorder(DashboardReorderEvent) - +Method in class com.mycompany.controller.DashboardController +
  +
hashCode() - +Method in class com.mycompany.model.AbstractEntity +
  +
hashCode - +Static variable in class com.mycompany.model.AbstractEntity_ +
  +
hashCode() - +Method in class com.mycompany.model.Country +
  +
hashCode - +Static variable in class com.mycompany.model.Country_ +
  +
hashCode() - +Method in class com.mycompany.model.Event +
  +
hashCode - +Static variable in class com.mycompany.model.Event_ +
  +
hashCode() - +Method in class com.mycompany.model.Idea +
  +
hashCode - +Static variable in class com.mycompany.model.Idea_ +
  +
hashCode() - +Method in class com.mycompany.model.ProvinceState +
  +
hashCode - +Static variable in class com.mycompany.model.ProvinceState_ +
  +
hashCode() - +Method in class com.mycompany.model.User +
  +
hashCode - +Static variable in class com.mycompany.model.User_ +
  +
hashCode() - +Method in class com.mycompany.model.Venue +
  +
hashCode - +Static variable in class com.mycompany.model.Venue_ +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/doc/index-files/index-9.html b/primefaces-webapp/doc/index-files/index-9.html new file mode 100644 index 0000000..da82824 --- /dev/null +++ b/primefaces-webapp/doc/index-files/index-9.html @@ -0,0 +1,213 @@ + + + + + + +I-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+I

+
+
id - +Static variable in class com.mycompany.model.AbstractEntity_ +
  +
Idea - Class in com.mycompany.model
JPA entity for mind map data.
Idea() - +Constructor for class com.mycompany.model.Idea +
  +
Idea_ - Class in com.mycompany.model
 
Idea_() - +Constructor for class com.mycompany.model.Idea_ +
  +
IdeaService - Interface in com.mycompany.service
Interface for an idea service.
IdeaServiceImpl - Class in com.mycompany.service.impl
 
IdeaServiceImpl() - +Constructor for class com.mycompany.service.impl.IdeaServiceImpl +
  +
init(ComponentSystemEvent) - +Method in class com.mycompany.controller.ChartController +
Initializes the pie chart and bar chart models from data in our database. +
init(ComponentSystemEvent) - +Method in class com.mycompany.controller.ContactsController +
  +
init(ComponentSystemEvent) - +Method in class com.mycompany.controller.ContentController +
  +
init(ComponentSystemEvent) - +Method in class com.mycompany.controller.EventController +
This method is called by JSF when the view is first loaded. +
init(ComponentSystemEvent) - +Method in class com.mycompany.controller.MindMapController +
  +
init(ComponentSystemEvent) - +Method in class com.mycompany.controller.SearchController +
  +
init(ComponentSystemEvent) - +Method in class com.mycompany.controller.VenueController +
  +
init(FilterConfig) - +Method in class com.mycompany.lifecycle.ConversationExceptionFilter +
  +
init(ServletContext) - +Method in interface com.mycompany.service.CountryService +
Invoked during the ServletContext initialization to populate the + database with sample data. +
init(ServletContext) - +Method in class com.mycompany.service.impl.CountryServiceImpl +
This method is responsible for initializing a List of Country objects + when the web application is started. +
Initialized - Annotation Type in com.mycompany.lifecycle
Thanks to Dan Allen for this useful code: https://gist.github.com/637959
isAcceptedTerms() - +Method in class com.mycompany.model.User +
  +
isAlcoholPermitted() - +Method in class com.mycompany.controller.SearchController +
  +
isConfirmed() - +Method in class com.mycompany.model.EventAttendance +
  +
isEditing() - +Method in class com.mycompany.controller.ContentController +
  +
isLoggedIn() - +Method in class com.mycompany.controller.LoginController +
  +
isNoCoverCharge() - +Method in class com.mycompany.controller.SearchController +
  +
isOutdoorVenue() - +Method in class com.mycompany.controller.SearchController +
  +
isUserPresent(User) - +Method in class com.mycompany.controller.UserController +
  +
itemSelect(ItemSelectEvent) - +Method in class com.mycompany.controller.ChartController +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/doc/index.html b/primefaces-webapp/doc/index.html new file mode 100644 index 0000000..82f0066 --- /dev/null +++ b/primefaces-webapp/doc/index.html @@ -0,0 +1,39 @@ + + + + + + +Generated Documentation (Untitled) + + + + + + + + + + + +<H2> +Frame Alert</H2> + +<P> +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. +<BR> +Link to<A HREF="overview-summary.html">Non-frame version.</A> + + + diff --git a/primefaces-webapp/doc/overview-frame.html b/primefaces-webapp/doc/overview-frame.html new file mode 100644 index 0000000..1dc8387 --- /dev/null +++ b/primefaces-webapp/doc/overview-frame.html @@ -0,0 +1,56 @@ + + + + + + +Overview List + + + + + + + + + + + + + + + +
+
+ + + + + +
All Classes +

+ +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 +
+

+ +

+  + + 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 @@ + + + + + + +Overview + + + + + + + + + + + + +


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages
com.mycompany.controllerContains JSF managed bean controller classes for the application.
com.mycompany.convertContains JSF converter classes for model objects.
com.mycompany.lifecycleContains JSF and Servlet lifecycle support classes.
com.mycompany.modelContains JPA domain model classes and generated JPA Metamodel classes.
com.mycompany.serviceContains interfaces for all services in the application.
com.mycompany.service.implContains CDI-managed service classes implemented as EJB3 stateless session beans.
com.mycompany.utilContains utility classes for the application.
com.mycompany.websocketContains a WebSocket support class.
+ +


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/overview-tree.html b/primefaces-webapp/doc/overview-tree.html new file mode 100644 index 0000000..83a99e4 --- /dev/null +++ b/primefaces-webapp/doc/overview-tree.html @@ -0,0 +1,213 @@ + + + + + + +Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For All Packages

+
+
+
Package Hierarchies:
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
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +

+Annotation Type Hierarchy +

+ +

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/package-list b/primefaces-webapp/doc/package-list new file mode 100644 index 0000000..201327f --- /dev/null +++ b/primefaces-webapp/doc/package-list @@ -0,0 +1,8 @@ +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 diff --git a/primefaces-webapp/doc/resources/inherit.gif b/primefaces-webapp/doc/resources/inherit.gif new file mode 100644 index 0000000..c814867 Binary files /dev/null and b/primefaces-webapp/doc/resources/inherit.gif differ diff --git a/primefaces-webapp/doc/serialized-form.html b/primefaces-webapp/doc/serialized-form.html new file mode 100644 index 0000000..f943552 --- /dev/null +++ b/primefaces-webapp/doc/serialized-form.html @@ -0,0 +1,1808 @@ + + + + + + +Serialized Form + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Serialized Form

+
+
+ + + + + +
+Package com.mycompany.controller
+ +

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

+serialVersionUID: -4862069600034765532L + +

+ + + + + +
+Serialization Methods
+ +

+

+readObject

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

+

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

+userSession

+
+UserSession userSession
+
+
+
+
+ +

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

+serialVersionUID: -1999623701433215717L + +

+ + + + + +
+Serialized Fields
+ +

+barChartModel

+
+org.primefaces.model.chart.CartesianChartModel barChartModel
+
+
+
+
+
+

+chartService

+
+ChartService chartService
+
+
+
+
+
+

+userService

+
+UserService userService
+
+
+
+
+
+

+pieChartModel

+
+org.primefaces.model.chart.PieChartModel pieChartModel
+
+
+
+
+ +

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

+serialVersionUID: -2706002474535643832L + +

+ + + + + +
+Serialized Fields
+ +

+globalMessage

+
+java.lang.String globalMessage
+
+
+
+
+
+

+activeUsers

+
+ActiveUsers activeUsers
+
+
+
+
+
+

+pushContext

+
+org.primefaces.push.PushContext pushContext
+
+
+
+
+ +

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

+serialVersionUID: -1709154434943491658L + +

+ + + + + +
+Serialized Fields
+ +

+colleagues

+
+java.util.List<E> colleagues
+
+
+
+
+
+

+userService

+
+UserService userService
+
+
+
+
+
+

+family

+
+java.util.List<E> family
+
+
+
+
+
+

+friends

+
+java.util.List<E> friends
+
+
+
+
+
+

+relationship

+
+UserRelationship relationship
+
+
+
+
+
+

+relationshipType

+
+RelationshipType relationshipType
+
+
+
+
+ +

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

+serialVersionUID: -5256865616437754501L + +

+ + + + + +
+Serialized Fields
+ +

+content

+
+Content content
+
+
+
+
+
+

+contentService

+
+ContentService contentService
+
+
+
+
+
+

+conversation

+
+javax.enterprise.context.Conversation conversation
+
+
+
+
+
+

+editing

+
+boolean editing
+
+
+
+
+ +

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

+serialVersionUID: -291033332986147359L + +

+ + + + + +
+Serialized Fields
+ +

+model

+
+org.primefaces.model.DashboardModel model
+
+
+
+
+ +

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

+serialVersionUID: 1256165484728132802L + +

+ + + + + +
+Serialized Fields
+ +

+allEvents

+
+java.util.List<E> allEvents
+
+
+
+
+
+

+allEventsAttendance

+
+java.util.List<E> allEventsAttendance
+
+
+
+
+
+

+event

+
+Event event
+
+
+
+
+
+

+eventService

+
+EventService eventService
+
+
+
+
+
+

+userScheduleModel

+
+org.primefaces.model.ScheduleModel userScheduleModel
+
+
+
+
+ +

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

+serialVersionUID: -6710063228036238737L + +

+ + + + + +
+Serialized Fields
+ +

+activeUsers

+
+ActiveUsers activeUsers
+
+
+
+
+
+

+credentials

+
+Credentials credentials
+
+
+
+
+
+

+userService

+
+UserService userService
+
+
+
+
+ +

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

+serialVersionUID: 4810848975079411459L + +

+ + + + + +
+Serialized Fields
+ +

+ideaService

+
+IdeaService ideaService
+
+
+
+
+
+

+newIdea

+
+Idea newIdea
+
+
+
+
+
+

+root

+
+org.primefaces.model.mindmap.MindmapNode root
+
+
+
+
+
+

+selectedIdea

+
+Idea selectedIdea
+
+
+
+
+
+

+selectedNode

+
+org.primefaces.model.mindmap.MindmapNode selectedNode
+
+
+
+
+ +

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

+serialVersionUID: 3648708195333963881L + +

+ + + + + +
+Serialized Fields
+ +

+alcoholPermitted

+
+boolean alcoholPermitted
+
+
+
+
+
+

+city

+
+City city
+
+
+
+
+
+

+countryService

+
+CountryService countryService
+
+
+
+
+
+

+eventService

+
+EventService eventService
+
+
+
+
+
+

+eventType

+
+EventType eventType
+
+
+
+
+
+

+keyword

+
+java.lang.String keyword
+
+
+
+
+
+

+mapCenter

+
+java.lang.String mapCenter
+
+
+
+
+
+

+mapZoom

+
+java.lang.Integer mapZoom
+
+
+
+
+
+

+maxResults

+
+int maxResults
+
+
+
+
+
+

+noCoverCharge

+
+boolean noCoverCharge
+
+
+
+
+
+

+outdoorVenue

+
+boolean outdoorVenue
+
+
+
+
+
+

+provinceState

+
+ProvinceState provinceState
+
+
+
+
+
+

+searchResultsModel

+
+org.primefaces.model.map.MapModel searchResultsModel
+
+
+
+
+
+

+selectedEvent

+
+Event selectedEvent
+
+
+
+
+ +

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

+serialVersionUID: -3479887222411577225L + +

+ + + + + +
+Serialized Fields
+ +

+countryService

+
+CountryService countryService
+
+
+
+
+
+

+user

+
+User user
+
+
+
+
+
+

+userService

+
+UserService userService
+
+
+
+
+ +

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

+serialVersionUID: 1140838618640961470L + +

+ + + + + +
+Serialized Fields
+ +

+activeUsers

+
+ActiveUsers activeUsers
+
+
+
+
+
+

+themes

+
+java.util.List<E> themes
+
+
+
+
+
+

+userService

+
+UserService userService
+
+
+
+
+ +

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

+serialVersionUID: 1127963225862339644L + +

+ + + + + +
+Serialized Fields
+ +

+countryService

+
+CountryService countryService
+
+
+
+
+
+

+venue

+
+Venue venue
+
+
+
+
+
+

+venueService

+
+VenueService venueService
+
+
+
+
+
+ + + + + +
+Package com.mycompany.lifecycle
+ +

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

+serialVersionUID: -1013239137374622294L + +

+


+ + + + + +
+Package com.mycompany.model
+ +

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

+serialVersionUID: -489637051819304520L + +

+ + + + + +
+Serialized Fields
+ +

+id

+
+java.lang.Integer id
+
+
+
+
+
+

+version

+
+java.lang.Integer version
+
+
+
+
+ +

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

+serialVersionUID: -3068333669859836249L + +

+ +

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

+serialVersionUID: -1124357744815785459L + +

+ + + + + +
+Serialized Fields
+ +

+latitude

+
+java.lang.Double latitude
+
+
+
+
+
+

+longitude

+
+java.lang.Double longitude
+
+
+
+
+
+

+name

+
+java.lang.String name
+
+
+
+
+
+

+provinceState

+
+ProvinceState provinceState
+
+
+
+
+ +

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

+serialVersionUID: 5714237132670562107L + +

+ + + + + +
+Serialized Fields
+ +

+createdBy

+
+User createdBy
+
+
+
+
+
+

+createdDate

+
+java.util.Date createdDate
+
+
+
+
+
+

+viewId

+
+java.lang.String viewId
+
+
+
+
+
+

+value

+
+java.lang.String value
+
+
+
+
+ +

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

+serialVersionUID: -4925972235656394450L + +

+ + + + + +
+Serialized Fields
+ +

+code

+
+java.lang.String code
+
+
+
+
+
+

+name

+
+java.lang.String name
+
+
+
+
+
+

+provinceStates

+
+java.util.Set<E> provinceStates
+
+
+
+
+ +

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

+serialVersionUID: 1853185041344918956L + +

+ + + + + +
+Serialized Fields
+ +

+attendance

+
+java.util.Set<E> attendance
+
+
+
+
+
+

+createdBy

+
+User createdBy
+
+
+
+
+
+

+description

+
+java.lang.String description
+
+
+
+
+
+

+endDate

+
+java.util.Date endDate
+
+
+
+
+
+

+eventType

+
+EventType eventType
+
+
+
+
+
+

+startDate

+
+java.util.Date startDate
+
+
+
+
+
+

+title

+
+java.lang.String title
+
+
+
+
+
+

+venue

+
+Venue venue
+
+
+
+
+ +

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

+serialVersionUID: -4351135973935030713L + +

+ + + + + +
+Serialized Fields
+ +

+confirmed

+
+boolean confirmed
+
+
+
+
+
+

+event

+
+Event event
+
+
+
+
+
+

+rating

+
+int rating
+
+
+
+
+
+

+user

+
+User user
+
+
+
+
+ +

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

+serialVersionUID: -5778367117092282684L + +

+ + + + + +
+Serialized Fields
+ +

+author

+
+User author
+
+
+
+
+
+

+children

+
+java.util.Set<E> children
+
+
+
+
+
+

+description

+
+java.lang.String description
+
+
+
+
+
+

+name

+
+java.lang.String name
+
+
+
+
+
+

+parent

+
+Idea parent
+
+
+
+
+ +

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

+serialVersionUID: 5984616633801173028L + +

+ + + + + +
+Serialized Fields
+ +

+cities

+
+java.util.Set<E> cities
+
+
+
+
+
+

+country

+
+Country country
+
+
+
+
+
+

+name

+
+java.lang.String name
+
+
+
+
+ +

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

+serialVersionUID: 8009394076089033693L + +

+ + + + + +
+Serialized Fields
+ +

+acceptedTerms

+
+boolean acceptedTerms
+
+
+
+
+
+

+birthdate

+
+java.util.Date birthdate
+
+
+
+
+
+

+clickCount

+
+java.lang.Integer clickCount
+
+
+
+
+
+

+country

+
+Country country
+
+
+
+
+
+

+emailAddress

+
+java.lang.String emailAddress
+
+
+
+
+
+

+eventsAttended

+
+java.util.Set<E> eventsAttended
+
+
+
+
+
+

+firstName

+
+java.lang.String firstName
+
+
+
+
+
+

+fromRelationships

+
+java.util.Set<E> fromRelationships
+
+
+
+
+
+

+gender

+
+Gender gender
+
+
+
+
+
+

+lastName

+
+java.lang.String lastName
+
+
+
+
+
+

+password

+
+java.lang.String password
+
+
+
+
+
+

+phoneNumber

+
+java.lang.String phoneNumber
+
+
+
+
+
+

+theme

+
+java.lang.String theme
+
+
+
+
+
+

+toRelationships

+
+java.util.Set<E> toRelationships
+
+
+
+
+
+

+username

+
+java.lang.String username
+
+
+
+
+ +

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

+serialVersionUID: -5157091586647676960L + +

+ + + + + +
+Serialized Fields
+ +

+relationshipType

+
+RelationshipType relationshipType
+
+
+
+
+
+

+fromUser

+
+User fromUser
+
+
+
+
+
+

+toUser

+
+User toUser
+
+
+
+
+ +

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

+serialVersionUID: 5049478213946349124L + +

+ + + + + +
+Serialized Fields
+ +

+city

+
+City city
+
+
+
+
+
+

+country

+
+Country country
+
+
+
+
+
+

+events

+
+java.util.Set<E> events
+
+
+
+
+
+

+latitude

+
+java.lang.Double latitude
+
+
+
+
+
+

+longitude

+
+java.lang.Double longitude
+
+
+
+
+
+

+name

+
+java.lang.String name
+
+
+
+
+
+

+phoneNumber

+
+java.lang.String phoneNumber
+
+
+
+
+
+

+provinceState

+
+ProvinceState provinceState
+
+
+
+
+
+

+streetAddress

+
+java.lang.String streetAddress
+
+
+
+
+
+ + + + + +
+Package com.mycompany.util
+ +

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

+serialVersionUID: 8195784747974150341L + +

+ + + + + +
+Serialized Fields
+ +

+activeUsers

+
+ActiveUsers activeUsers
+
+
+
+
+
+

+user

+
+User user
+
+
+
+
+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/doc/stylesheet.css b/primefaces-webapp/doc/stylesheet.css new file mode 100644 index 0000000..6ea9e51 --- /dev/null +++ b/primefaces-webapp/doc/stylesheet.css @@ -0,0 +1,29 @@ +/* Javadoc style sheet */ + +/* Define colors, fonts and other style attributes here to override the defaults */ + +/* Page background color */ +body { background-color: #FFFFFF; color:#000000 } + +/* Headings */ +h1 { font-size: 145% } + +/* Table colors */ +.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ +.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ +.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ + +/* Font used in left-hand frame lists */ +.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } + +/* Navigation bar fonts and colors */ +.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ +.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ +.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} +.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} + +.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} +.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} + diff --git a/primefaces-webapp/src/main/doc/allclasses-frame.html b/primefaces-webapp/src/main/doc/allclasses-frame.html new file mode 100644 index 0000000..ae14526 --- /dev/null +++ b/primefaces-webapp/src/main/doc/allclasses-frame.html @@ -0,0 +1,169 @@ + + + + + + +All Classes + + + + + + + + + + + +All Classes +
+ + + + + +
AbstractController +
+AbstractEntity +
+AbstractEntity_ +
+AbstractService +
+ActiveUsers +
+ChartController +
+ChartService +
+ChartServiceImpl +
+ChatController +
+City +
+City_ +
+CityConverter +
+ContactsController +
+Content +
+Content_ +
+ContentController +
+ContentService +
+ContentServiceImpl +
+ConversationExceptionFilter +
+Country +
+Country_ +
+CountryConverter +
+CountryService +
+CountryServiceImpl +
+Credentials +
+DashboardController +
+DefaultPushRule +
+Destroyed +
+EditableStateConverter +
+Event +
+Event_ +
+EventAttendance +
+EventAttendance_ +
+EventController +
+EventService +
+EventServiceImpl +
+EventType +
+FacesUtils +
+Gender +
+Idea +
+Idea_ +
+IdeaService +
+IdeaServiceImpl +
+Initialized +
+LoginController +
+MindMapController +
+ProvinceState +
+ProvinceState_ +
+Queries +
+RelationshipType +
+SearchController +
+SecurityPhaseListener +
+ServletContextLifecycleNotifier +
+SignupController +
+StateConverter +
+User +
+User_ +
+UserController +
+UserConverter +
+UserRelationship +
+UserRelationship_ +
+UserService +
+UserServiceImpl +
+UserSession +
+Venue +
+Venue_ +
+VenueController +
+VenueConverter +
+VenueService +
+VenueServiceImpl +
+
+ + + diff --git a/primefaces-webapp/src/main/doc/allclasses-noframe.html b/primefaces-webapp/src/main/doc/allclasses-noframe.html new file mode 100644 index 0000000..fd714f0 --- /dev/null +++ b/primefaces-webapp/src/main/doc/allclasses-noframe.html @@ -0,0 +1,169 @@ + + + + + + +All Classes + + + + + + + + + + + +All Classes +
+ + + + + +
AbstractController +
+AbstractEntity +
+AbstractEntity_ +
+AbstractService +
+ActiveUsers +
+ChartController +
+ChartService +
+ChartServiceImpl +
+ChatController +
+City +
+City_ +
+CityConverter +
+ContactsController +
+Content +
+Content_ +
+ContentController +
+ContentService +
+ContentServiceImpl +
+ConversationExceptionFilter +
+Country +
+Country_ +
+CountryConverter +
+CountryService +
+CountryServiceImpl +
+Credentials +
+DashboardController +
+DefaultPushRule +
+Destroyed +
+EditableStateConverter +
+Event +
+Event_ +
+EventAttendance +
+EventAttendance_ +
+EventController +
+EventService +
+EventServiceImpl +
+EventType +
+FacesUtils +
+Gender +
+Idea +
+Idea_ +
+IdeaService +
+IdeaServiceImpl +
+Initialized +
+LoginController +
+MindMapController +
+ProvinceState +
+ProvinceState_ +
+Queries +
+RelationshipType +
+SearchController +
+SecurityPhaseListener +
+ServletContextLifecycleNotifier +
+SignupController +
+StateConverter +
+User +
+User_ +
+UserController +
+UserConverter +
+UserRelationship +
+UserRelationship_ +
+UserService +
+UserServiceImpl +
+UserSession +
+Venue +
+Venue_ +
+VenueController +
+VenueConverter +
+VenueService +
+VenueServiceImpl +
+
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/controller/AbstractController.html b/primefaces-webapp/src/main/doc/com/mycompany/controller/AbstractController.html new file mode 100644 index 0000000..d10ca4b --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/controller/AbstractController.html @@ -0,0 +1,265 @@ + + + + + + +AbstractController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.controller +
+Class AbstractController

+
+java.lang.Object
+  extended by com.mycompany.controller.AbstractController
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
Direct Known Subclasses:
ChartController, ChatController, ContactsController, ContentController, DashboardController, EventController, LoginController, MindMapController, SearchController, SignupController, UserController, VenueController
+
+
+
+
public abstract class AbstractController
extends java.lang.Object
implements java.io.Serializable
+ + +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
AbstractController() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ voidsetUserSession(UserSession userSession) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+AbstractController

+
+public AbstractController()
+
+
+ + + + + + + + +
+Method Detail
+ +

+setUserSession

+
+public void setUserSession(UserSession userSession)
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/controller/ChartController.html b/primefaces-webapp/src/main/doc/com/mycompany/controller/ChartController.html new file mode 100644 index 0000000..a4e101e --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/controller/ChartController.html @@ -0,0 +1,395 @@ + + + + + + +ChartController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.controller +
+Class ChartController

+
+java.lang.Object
+  extended by com.mycompany.controller.AbstractController
+      extended by com.mycompany.controller.ChartController
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class ChartController
extends AbstractController
+ + +

+Controller class for charts. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
ChartController() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ org.primefaces.model.chart.CartesianChartModelgetBarChartModel() + +
+           
+ org.primefaces.model.chart.PieChartModelgetLivePieModel() + +
+          This method builds a PieChartModel of active user click counts.
+ org.primefaces.model.chart.PieChartModelgetPieChartModel() + +
+           
+ voidinit(javax.faces.event.ComponentSystemEvent event) + +
+          Initializes the pie chart and bar chart models from data in our database.
+ voiditemSelect(org.primefaces.event.ItemSelectEvent event) + +
+           
+ voidsetChartService(ChartService chartService) + +
+           
+ voidsetUserService(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
+ +

+ChartController

+
+public ChartController()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getBarChartModel

+
+public org.primefaces.model.chart.CartesianChartModel getBarChartModel()
+
+
+
+
+
+
+ +

+getLivePieModel

+
+public org.primefaces.model.chart.PieChartModel getLivePieModel()
+
+
This method builds a PieChartModel of active user click counts. +

+

+ +
Returns:
A PieChartModel.
+
+
+
+ +

+getPieChartModel

+
+public org.primefaces.model.chart.PieChartModel getPieChartModel()
+
+
+
+
+
+
+ +

+init

+
+public void init(javax.faces.event.ComponentSystemEvent event)
+
+
Initializes the pie chart and bar chart models from data in our database. + We can't do this in the constructor because the EntityManager is + injected after the object is constructed, so this method handles the + initialization during the pre-render view event. +

+

+
Parameters:
event - The view event.
+
+
+
+ +

+itemSelect

+
+public void itemSelect(org.primefaces.event.ItemSelectEvent event)
+
+
+
+
+
+
+ +

+setChartService

+
+public void setChartService(ChartService chartService)
+
+
+
+
+
+
+ +

+setUserService

+
+public void setUserService(UserService userService)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/controller/ChatController.html b/primefaces-webapp/src/main/doc/com/mycompany/controller/ChatController.html new file mode 100644 index 0000000..d0d22bb --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/controller/ChatController.html @@ -0,0 +1,349 @@ + + + + + + +ChatController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.controller +
+Class ChatController

+
+java.lang.Object
+  extended by com.mycompany.controller.AbstractController
+      extended by com.mycompany.controller.ChatController
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class ChatController
extends AbstractController
+ + +

+Controller class for chat functionality. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
ChatController() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidbeginChat() + +
+           
+ voidendChat() + +
+           
+ java.lang.StringgetGlobalMessage() + +
+           
+ voidsendGlobal() + +
+           
+ voidsetGlobalMessage(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
+ +

+ChatController

+
+public ChatController()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getGlobalMessage

+
+public java.lang.String getGlobalMessage()
+
+
+
+
+
+
+ +

+beginChat

+
+public void beginChat()
+
+
+
+
+
+
+ +

+endChat

+
+public void endChat()
+
+
+
+
+
+
+ +

+sendGlobal

+
+public void sendGlobal()
+
+
+
+
+
+
+ +

+setGlobalMessage

+
+public void setGlobalMessage(java.lang.String globalMessage)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/controller/ContactsController.html b/primefaces-webapp/src/main/doc/com/mycompany/controller/ContactsController.html new file mode 100644 index 0000000..580b7fc --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/controller/ContactsController.html @@ -0,0 +1,520 @@ + + + + + + +ContactsController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.controller +
+Class ContactsController

+
+java.lang.Object
+  extended by com.mycompany.controller.AbstractController
+      extended by com.mycompany.controller.ContactsController
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class ContactsController
extends AbstractController
+ + +

+Controller class for contacts related functionality. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+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() + +
+           
+ UserRelationshipgetRelationship() + +
+           
+ RelationshipTypegetRelationshipType() + +
+           
+ RelationshipType[]getRelationshipTypes() + +
+           
+ RelationshipType[]getUserTypes() + +
+           
+ voidinit(javax.faces.event.ComponentSystemEvent event) + +
+           
+ voidnewRelationship(javax.faces.event.ActionEvent event) + +
+           
+ java.lang.StringsaveRelationship() + +
+           
+ voidsetRelationship(UserRelationship relationship) + +
+           
+ voidsetUserService(UserService userService) + +
+           
+ voiduserSelected(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
+ +

+ContactsController

+
+public ContactsController()
+
+
+ + + + + + + + +
+Method Detail
+ +

+findUsersByName

+
+public java.util.List<User> findUsersByName(java.lang.String suggest)
+
+
+
+
+
+
+ +

+getColleagues

+
+public java.util.List<User> getColleagues()
+
+
+
+
+
+
+ +

+getFamily

+
+public java.util.List<User> getFamily()
+
+
+
+
+
+
+ +

+getFriends

+
+public java.util.List<User> getFriends()
+
+
+
+
+
+
+ +

+getRelationship

+
+public UserRelationship getRelationship()
+
+
+
+
+
+
+ +

+getRelationshipType

+
+public RelationshipType getRelationshipType()
+
+
+
+
+
+
+ +

+getRelationshipTypes

+
+public RelationshipType[] getRelationshipTypes()
+
+
+
+
+
+
+ +

+getUserTypes

+
+public RelationshipType[] getUserTypes()
+
+
+
+
+
+
+ +

+init

+
+public void init(javax.faces.event.ComponentSystemEvent event)
+
+
+
+
+
+
+ +

+newRelationship

+
+public void newRelationship(javax.faces.event.ActionEvent event)
+
+
+
+
+
+
+ +

+saveRelationship

+
+public java.lang.String saveRelationship()
+
+
+
+
+
+
+ +

+setUserService

+
+public void setUserService(UserService userService)
+
+
+
+
+
+
+ +

+setRelationship

+
+public void setRelationship(UserRelationship relationship)
+
+
+
+
+
+
+ +

+userSelected

+
+public void userSelected(org.primefaces.event.SelectEvent event)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/controller/ContentController.html b/primefaces-webapp/src/main/doc/com/mycompany/controller/ContentController.html new file mode 100644 index 0000000..d2f39a9 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/controller/ContentController.html @@ -0,0 +1,425 @@ + + + + + + +ContentController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.controller +
+Class ContentController

+
+java.lang.Object
+  extended by com.mycompany.controller.AbstractController
+      extended by com.mycompany.controller.ContentController
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class ContentController
extends AbstractController
+ + +

+Controller class for content editing. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
ContentController() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidcontentChanged(javax.faces.event.ValueChangeEvent event) + +
+           
+ ContentgetContent() + +
+           
+ voidinit(javax.faces.event.ComponentSystemEvent event) + +
+           
+ booleanisEditing() + +
+           
+ voidsaveContent(javax.faces.event.ActionEvent event) + +
+           
+ voidsetContent(Content content) + +
+           
+ voidsetContentService(ContentService contentService) + +
+           
+ voidsetEditing(boolean editing) + +
+           
+ voidtoggleEditing(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
+ +

+ContentController

+
+public ContentController()
+
+
+ + + + + + + + +
+Method Detail
+ +

+contentChanged

+
+public void contentChanged(javax.faces.event.ValueChangeEvent event)
+
+
+
+
+
+
+ +

+getContent

+
+public Content getContent()
+
+
+
+
+
+
+ +

+init

+
+public void init(javax.faces.event.ComponentSystemEvent event)
+
+
+
+
+
+
+ +

+isEditing

+
+public boolean isEditing()
+
+
+
+
+
+
+ +

+saveContent

+
+public void saveContent(javax.faces.event.ActionEvent event)
+
+
+
+
+
+
+ +

+setContent

+
+public void setContent(Content content)
+
+
+
+
+
+
+ +

+setContentService

+
+public void setContentService(ContentService contentService)
+
+
+
+
+
+
+ +

+setEditing

+
+public void setEditing(boolean editing)
+
+
+
+
+
+
+ +

+toggleEditing

+
+public void toggleEditing(javax.faces.event.ActionEvent event)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/controller/DashboardController.html b/primefaces-webapp/src/main/doc/com/mycompany/controller/DashboardController.html new file mode 100644 index 0000000..9167be2 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/controller/DashboardController.html @@ -0,0 +1,292 @@ + + + + + + +DashboardController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.controller +
+Class DashboardController

+
+java.lang.Object
+  extended by com.mycompany.controller.AbstractController
+      extended by com.mycompany.controller.DashboardController
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class DashboardController
extends AbstractController
+ + +

+Controller class for dashboard screen. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
DashboardController() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ org.primefaces.model.DashboardModelgetModel() + +
+           
+ voidhandleReorder(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
+ +

+DashboardController

+
+public DashboardController()
+
+
+ + + + + + + + +
+Method Detail
+ +

+handleReorder

+
+public void handleReorder(org.primefaces.event.DashboardReorderEvent event)
+
+
+
+
+
+
+ +

+getModel

+
+public org.primefaces.model.DashboardModel getModel()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/controller/EventController.html b/primefaces-webapp/src/main/doc/com/mycompany/controller/EventController.html new file mode 100644 index 0000000..e4d6b64 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/controller/EventController.html @@ -0,0 +1,639 @@ + + + + + + +EventController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.controller +
+Class EventController

+
+java.lang.Object
+  extended by com.mycompany.controller.AbstractController
+      extended by com.mycompany.controller.EventController
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class EventController
extends AbstractController
+ + +

+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. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
EventController() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddateSelected(org.primefaces.event.SelectEvent evt) + +
+          This method is called when the user clicks on a date in the calendar.
+ voideventMoved(org.primefaces.event.ScheduleEntryMoveEvent evt) + +
+          This method is called when the user moves a calendar Event from + one date/time to another date/time.
+ voideventResized(org.primefaces.event.ScheduleEntryResizeEvent evt) + +
+          This method is called when the user resizes an event.
+ voideventSelected(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.
+ EventgetEvent() + +
+          This method returns the currently selected Event.
+ EventType[]getEventTypes() + +
+          This method returns an array of EventType enum objects.
+ org.primefaces.model.ScheduleModelgetUserScheduleModel() + +
+          This method provides a LazyScheduleModel for the PrimeFaces + schedule component.
+ voidinit(javax.faces.event.ComponentSystemEvent evt) + +
+          This method is called by JSF when the view is first loaded.
+ voidnewEvent(javax.faces.event.ActionEvent evt) + +
+          This method is called when the user clicks on the "New Event" button in + the mobile web application.
+ voidrefreshAttendance(javax.faces.event.ActionEvent event) + +
+          This method is called from the reviews screen to refresh the + EventAttendance data.
+ voidsaveEvent(javax.faces.event.ActionEvent evt) + +
+          This method is called when the user clicks the "Save" button in the new + event dialog.
+ voidsetEvent(Event event) + +
+          Sets the Event.
+ voidsetEventService(EventService eventService) + +
+           
+ voidupdateAttendance(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
+ +

+EventController

+
+public EventController()
+
+
+ + + + + + + + +
+Method Detail
+ +

+dateSelected

+
+public void dateSelected(org.primefaces.event.SelectEvent evt)
+
+
This method is called when the user clicks on a date in the calendar. It + sets the start and end date of the calendar Event object. +

+

+
Parameters:
evt - The SelectEvent object.
+
+
+
+ +

+eventMoved

+
+public 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. It updates the object and saves the + changes to the database. +

+

+
Parameters:
evt - The ScheduleEntryMoveEvent object.
+
+
+
+ +

+eventResized

+
+public void eventResized(org.primefaces.event.ScheduleEntryResizeEvent evt)
+
+
This method is called when the user resizes an event. It handles changing + the start and/or end dates of the Event object and updates the + database. +

+

+
Parameters:
evt - The ScheduleEntryResizeEvent object.
+
+
+
+ +

+eventSelected

+
+public void eventSelected(org.primefaces.event.SelectEvent evt)
+
+
This method is called when the user clicks on an existing event in the + schedule. It assigns the selected event to an instance variable so it can + be used for editing. +

+

+
Parameters:
evt - The SelectEvent object.
+
+
+
+ +

+getAllEvents

+
+public java.util.List<Event> getAllEvents()
+
+
This method returns all Event objects in the database. +

+

+ +
Returns:
A List of all objects.
+
+
+
+ +

+getAllEventsAttendance

+
+public java.util.List<EventAttendance> getAllEventsAttendance()
+
+
This method returns a list of EventAttendance objects + encapsulating information about a user's attendance for a particular + event. +

+

+ +
Returns:
A List of EventAttendance objects.
+
+
+
+ +

+getEvent

+
+public Event getEvent()
+
+
This method returns the currently selected Event. +

+

+ +
Returns:
An object.
+
+
+
+ +

+getEventTypes

+
+public EventType[] getEventTypes()
+
+
This method returns an array of EventType enum objects. +

+

+ +
Returns:
An array of EventType objects.
+
+
+
+ +

+getUserScheduleModel

+
+public org.primefaces.model.ScheduleModel getUserScheduleModel()
+
+
This method provides a 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. +

+

+ +
Returns:
A ScheduleModel object.
+
+
+
+ +

+init

+
+public void init(javax.faces.event.ComponentSystemEvent evt)
+
+
This method is called by JSF when the view is first loaded. It loads all + the Event objects from the database so they can be displayed in + the UI, and prepares the EventAttendance model for the current + user. +

+

+
Parameters:
evt - The JSF ComponentSystemEvent object.
+
+
+
+ +

+newEvent

+
+public 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. It simply creates a new Event object + and assigns it to the event instance variable. +

+

+
Parameters:
evt - The JSF ActionEvent object.
+
+
+
+ +

+refreshAttendance

+
+public void refreshAttendance(javax.faces.event.ActionEvent event)
+
+
This method is called from the reviews screen to refresh the + 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. +

+

+
Parameters:
event - The JSF ActionEvent object.
+
+
+
+ +

+saveEvent

+
+public void saveEvent(javax.faces.event.ActionEvent evt)
+
+
This method is called when the user clicks the "Save" button in the new + event dialog. It saves the Event object to the database. +

+

+
Parameters:
evt - The JSF ActionEvent object.
+
+
+
+ +

+setEvent

+
+public void setEvent(Event event)
+
+
Sets the Event. +

+

+
Parameters:
event - The Event object.
+
+
+
+ +

+setEventService

+
+public void setEventService(EventService eventService)
+
+
+
+
+
+
+ +

+updateAttendance

+
+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. +

+

+

+
Parameters:
attendance - The EventAttendance object.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/controller/LoginController.html b/primefaces-webapp/src/main/doc/com/mycompany/controller/LoginController.html new file mode 100644 index 0000000..b34fc0c --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/controller/LoginController.html @@ -0,0 +1,428 @@ + + + + + + +LoginController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.controller +
+Class LoginController

+
+java.lang.Object
+  extended by com.mycompany.controller.AbstractController
+      extended by com.mycompany.controller.LoginController
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class LoginController
extends AbstractController
+ + +

+Controller class for desktop and mobile login functionality. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
LoginController() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidcheckPermission(javax.faces.event.ComponentSystemEvent event) + +
+           
+ booleanisLoggedIn() + +
+           
+ java.lang.Stringlogin() + +
+           
+ java.lang.StringloginMobile() + +
+           
+ java.lang.Stringlogout() + +
+           
+ java.lang.StringlogoutMobile() + +
+           
+ voidsetActiveUsers(ActiveUsers activeUsers) + +
+           
+ voidsetCredentials(Credentials credentials) + +
+           
+ voidsetUserService(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
+ +

+LoginController

+
+public LoginController()
+
+
+ + + + + + + + +
+Method Detail
+ +

+checkPermission

+
+public void checkPermission(javax.faces.event.ComponentSystemEvent event)
+                     throws java.io.IOException
+
+
+ +
Throws: +
java.io.IOException
+
+
+
+ +

+isLoggedIn

+
+public boolean isLoggedIn()
+
+
+
+
+
+
+ +

+login

+
+public java.lang.String login()
+
+
+
+
+
+
+ +

+loginMobile

+
+public java.lang.String loginMobile()
+
+
+
+
+
+
+ +

+logout

+
+public java.lang.String logout()
+
+
+
+
+
+
+ +

+logoutMobile

+
+public java.lang.String logoutMobile()
+
+
+
+
+
+
+ +

+setActiveUsers

+
+public void setActiveUsers(ActiveUsers activeUsers)
+
+
+
+
+
+
+ +

+setCredentials

+
+public void setCredentials(Credentials credentials)
+
+
+
+
+
+
+ +

+setUserService

+
+public void setUserService(UserService userService)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/controller/MindMapController.html b/primefaces-webapp/src/main/doc/com/mycompany/controller/MindMapController.html new file mode 100644 index 0000000..fcf8657 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/controller/MindMapController.html @@ -0,0 +1,444 @@ + + + + + + +MindMapController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.controller +
+Class MindMapController

+
+java.lang.Object
+  extended by com.mycompany.controller.AbstractController
+      extended by com.mycompany.controller.MindMapController
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class MindMapController
extends AbstractController
+ + +

+Controller class for mind map feature. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
MindMapController() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ IdeagetNewIdea() + +
+           
+ org.primefaces.model.mindmap.MindmapNodegetRoot() + +
+           
+ org.primefaces.model.mindmap.MindmapNodegetSelectedNode() + +
+           
+ voidinit(javax.faces.event.ComponentSystemEvent event) + +
+           
+ voidonNodeDblselect(org.primefaces.event.SelectEvent event) + +
+           
+ voidonNodeSelect(org.primefaces.event.SelectEvent event) + +
+           
+ voidsaveIdea(javax.faces.event.ActionEvent event) + +
+           
+ voidsetIdeaService(IdeaService ideaService) + +
+           
+ voidsetNewIdea(Idea newIdea) + +
+           
+ voidsetSelectedNode(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
+ +

+MindMapController

+
+public MindMapController()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getNewIdea

+
+public Idea getNewIdea()
+
+
+
+
+
+
+ +

+getRoot

+
+public org.primefaces.model.mindmap.MindmapNode getRoot()
+
+
+
+
+
+
+ +

+getSelectedNode

+
+public org.primefaces.model.mindmap.MindmapNode getSelectedNode()
+
+
+
+
+
+
+ +

+init

+
+public void init(javax.faces.event.ComponentSystemEvent event)
+
+
+
+
+
+
+ +

+onNodeDblselect

+
+public void onNodeDblselect(org.primefaces.event.SelectEvent event)
+
+
+
+
+
+
+ +

+onNodeSelect

+
+public void onNodeSelect(org.primefaces.event.SelectEvent event)
+
+
+
+
+
+
+ +

+saveIdea

+
+public void saveIdea(javax.faces.event.ActionEvent event)
+
+
+
+
+
+
+ +

+setIdeaService

+
+public void setIdeaService(IdeaService ideaService)
+
+
+
+
+
+
+ +

+setNewIdea

+
+public void setNewIdea(Idea newIdea)
+
+
+
+
+
+
+ +

+setSelectedNode

+
+public void setSelectedNode(org.primefaces.model.mindmap.MindmapNode selectedNode)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/controller/SearchController.html b/primefaces-webapp/src/main/doc/com/mycompany/controller/SearchController.html new file mode 100644 index 0000000..1669645 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/controller/SearchController.html @@ -0,0 +1,788 @@ + + + + + + +SearchController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.controller +
+Class SearchController

+
+java.lang.Object
+  extended by com.mycompany.controller.AbstractController
+      extended by com.mycompany.controller.SearchController
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class SearchController
extends AbstractController
+ + +

+Controller class for searching for shows and events. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
SearchController() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voideventSelected(org.primefaces.event.map.OverlaySelectEvent evt) + +
+           
+ java.util.List<City>getCitiesForState() + +
+           
+ CitygetCity() + +
+           
+ EventTypegetEventType() + +
+           
+ java.lang.StringgetKeyword() + +
+           
+ java.lang.StringgetMapCenter() + +
+           
+ java.lang.IntegergetMapZoom() + +
+           
+ intgetMaxResults() + +
+           
+ ProvinceStategetProvinceState() + +
+           
+ java.util.List<ProvinceState>getProvinceStates() + +
+           
+ org.primefaces.model.map.MapModelgetSearchResultsModel() + +
+           
+ EventgetSelectedEvent() + +
+           
+ voidinit(javax.faces.event.ComponentSystemEvent event) + +
+           
+ booleanisAlcoholPermitted() + +
+           
+ booleanisNoCoverCharge() + +
+           
+ booleanisOutdoorVenue() + +
+           
+ voidsearch(javax.faces.event.ActionEvent evt) + +
+          This method searches the database for events.
+ voidsetAlcoholPermitted(boolean alcoholPermitted) + +
+           
+ voidsetCity(City city) + +
+           
+ voidsetCountryService(CountryService countryService) + +
+           
+ voidsetEventService(EventService eventService) + +
+           
+ voidsetEventType(EventType eventType) + +
+           
+ voidsetKeyword(java.lang.String keyword) + +
+           
+ voidsetMaxResults(int maxResults) + +
+           
+ voidsetNoCoverCharge(boolean noCoverCharge) + +
+           
+ voidsetOutdoorVenue(boolean outdoorVenue) + +
+           
+ voidsetProvinceState(ProvinceState state) + +
+           
+ voidsetSelectedEvent(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
+ +

+SearchController

+
+public SearchController()
+
+
+ + + + + + + + +
+Method Detail
+ +

+eventSelected

+
+public void eventSelected(org.primefaces.event.map.OverlaySelectEvent evt)
+
+
+
+
+
+
+ +

+getCitiesForState

+
+public java.util.List<City> getCitiesForState()
+
+
+
+
+
+
+ +

+getCity

+
+public City getCity()
+
+
+
+
+
+
+ +

+getEventType

+
+public EventType getEventType()
+
+
+
+
+
+
+ +

+getKeyword

+
+public java.lang.String getKeyword()
+
+
+
+
+
+
+ +

+getMapCenter

+
+public java.lang.String getMapCenter()
+
+
+
+
+
+
+ +

+getMapZoom

+
+public java.lang.Integer getMapZoom()
+
+
+
+
+
+
+ +

+getMaxResults

+
+public int getMaxResults()
+
+
+
+
+
+
+ +

+getProvinceState

+
+public ProvinceState getProvinceState()
+
+
+
+
+
+
+ +

+getProvinceStates

+
+public java.util.List<ProvinceState> getProvinceStates()
+
+
+
+
+
+
+ +

+getSearchResultsModel

+
+public org.primefaces.model.map.MapModel getSearchResultsModel()
+
+
+
+
+
+
+ +

+getSelectedEvent

+
+public Event getSelectedEvent()
+
+
+
+
+
+
+ +

+init

+
+public void init(javax.faces.event.ComponentSystemEvent event)
+
+
+
+
+
+
+ +

+isAlcoholPermitted

+
+public boolean isAlcoholPermitted()
+
+
+
+
+
+
+ +

+isNoCoverCharge

+
+public boolean isNoCoverCharge()
+
+
+
+
+
+
+ +

+isOutdoorVenue

+
+public boolean isOutdoorVenue()
+
+
+
+
+
+
+ +

+search

+
+public void search(javax.faces.event.ActionEvent evt)
+
+
This method searches the database for events. +

+

+
Parameters:
evt -
+
+
+
+ +

+setAlcoholPermitted

+
+public void setAlcoholPermitted(boolean alcoholPermitted)
+
+
+
+
+
+
+ +

+setCity

+
+public void setCity(City city)
+
+
+
+
+
+
+ +

+setCountryService

+
+public void setCountryService(CountryService countryService)
+
+
+
+
+
+
+ +

+setEventService

+
+public void setEventService(EventService eventService)
+
+
+
+
+
+
+ +

+setEventType

+
+public void setEventType(EventType eventType)
+
+
+
+
+
+
+ +

+setKeyword

+
+public void setKeyword(java.lang.String keyword)
+
+
+
+
+
+
+ +

+setMaxResults

+
+public void setMaxResults(int maxResults)
+
+
+
+
+
+
+ +

+setNoCoverCharge

+
+public void setNoCoverCharge(boolean noCoverCharge)
+
+
+
+
+
+
+ +

+setOutdoorVenue

+
+public void setOutdoorVenue(boolean outdoorVenue)
+
+
+
+
+
+
+ +

+setProvinceState

+
+public void setProvinceState(ProvinceState state)
+
+
+
+
+
+
+ +

+setSelectedEvent

+
+public void setSelectedEvent(Event selectedEvent)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/controller/SignupController.html b/primefaces-webapp/src/main/doc/com/mycompany/controller/SignupController.html new file mode 100644 index 0000000..c446859 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/controller/SignupController.html @@ -0,0 +1,447 @@ + + + + + + +SignupController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.controller +
+Class SignupController

+
+java.lang.Object
+  extended by com.mycompany.controller.AbstractController
+      extended by com.mycompany.controller.SignupController
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class SignupController
extends AbstractController
+ + +

+Controller class for new user signup. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
SignupController() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidcreateUser(javax.faces.event.ActionEvent event) + +
+           
+ java.util.List<Country>getCountries() + +
+           
+ Gender[]getGenders() + +
+           
+ java.util.DategetMinDate() + +
+          Return a date 100 years ago.
+ UsergetUser() + +
+           
+ voidsetCountryService(CountryService countryService) + +
+           
+ voidsetUser(User user) + +
+           
+ voidsetUserService(UserService userService) + +
+           
+ java.lang.Stringsignup() + +
+           
+ java.lang.StringsignupMobile() + +
+           
+ + + + + + + +
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
+ +

+SignupController

+
+public SignupController()
+
+
+ + + + + + + + +
+Method Detail
+ +

+createUser

+
+public void createUser(javax.faces.event.ActionEvent event)
+
+
+
+
+
+
+ +

+getCountries

+
+public java.util.List<Country> getCountries()
+
+
+
+
+
+
+ +

+getGenders

+
+public Gender[] getGenders()
+
+
+
+
+
+
+ +

+getMinDate

+
+public java.util.Date getMinDate()
+
+
Return a date 100 years ago. +

+

+ +
Returns:
+
+
+
+ +

+getUser

+
+public User getUser()
+
+
+
+
+
+
+ +

+setCountryService

+
+public void setCountryService(CountryService countryService)
+
+
+
+
+
+
+ +

+setUser

+
+public void setUser(User user)
+
+
+
+
+
+
+ +

+setUserService

+
+public void setUserService(UserService userService)
+
+
+
+
+
+
+ +

+signup

+
+public java.lang.String signup()
+
+
+
+
+
+
+ +

+signupMobile

+
+public java.lang.String signupMobile()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/controller/UserController.html b/primefaces-webapp/src/main/doc/com/mycompany/controller/UserController.html new file mode 100644 index 0000000..507d922 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/controller/UserController.html @@ -0,0 +1,430 @@ + + + + + + +UserController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.controller +
+Class UserController

+
+java.lang.Object
+  extended by com.mycompany.controller.AbstractController
+      extended by com.mycompany.controller.UserController
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class UserController
extends AbstractController
+ + +

+Controller class for user-related functionality. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
UserController() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ UserfindUser(java.lang.String username, + java.lang.String password) + +
+           
+ java.util.List<java.lang.String>getThemes() + +
+           
+ UsergetUser() + +
+          Returns the currently logged in user.
+ java.lang.StringgetUserTheme() + +
+           
+ voidhandleClick(javax.faces.event.ActionEvent event) + +
+           
+ booleanisUserPresent(User user) + +
+           
+ voidsetActiveUsers(ActiveUsers activeUsers) + +
+           
+ voidsetUserService(UserService userService) + +
+           
+ voidupdateUserTheme(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
+ +

+UserController

+
+public UserController()
+
+
+ + + + + + + + +
+Method Detail
+ +

+findUser

+
+public User findUser(java.lang.String username,
+                     java.lang.String password)
+
+
+
+
+
+
+ +

+getThemes

+
+public java.util.List<java.lang.String> getThemes()
+
+
+
+
+
+
+ +

+getUser

+
+public User getUser()
+
+
Returns the currently logged in user. +

+

+ +
Returns:
A User object.
+
+
+
+ +

+getUserTheme

+
+public java.lang.String getUserTheme()
+
+
+
+
+
+
+ +

+handleClick

+
+public void handleClick(javax.faces.event.ActionEvent event)
+
+
+
+
+
+
+ +

+isUserPresent

+
+public boolean isUserPresent(User user)
+
+
+
+
+
+
+ +

+setActiveUsers

+
+public void setActiveUsers(ActiveUsers activeUsers)
+
+
+
+
+
+
+ +

+setUserService

+
+public void setUserService(UserService userService)
+
+
+
+
+
+
+ +

+updateUserTheme

+
+public void updateUserTheme(javax.faces.event.AjaxBehaviorEvent event)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/controller/VenueController.html b/primefaces-webapp/src/main/doc/com/mycompany/controller/VenueController.html new file mode 100644 index 0000000..5bd4fc1 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/controller/VenueController.html @@ -0,0 +1,482 @@ + + + + + + +VenueController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.controller +
+Class VenueController

+
+java.lang.Object
+  extended by com.mycompany.controller.AbstractController
+      extended by com.mycompany.controller.VenueController
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class VenueController
extends AbstractController
+ + +

+Controller class for venue-related functionality. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
VenueController() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddeleteVenue(javax.faces.event.ActionEvent evt) + +
+           
+ java.util.List<ProvinceState>findProvinceStatesByCountry(Country country) + +
+           
+ java.util.List<Country>getCountries() + +
+           
+ VenuegetVenue() + +
+           
+ java.util.List<Venue>getVenues() + +
+           
+ voidinit(javax.faces.event.ComponentSystemEvent evt) + +
+           
+ voidnewVenue(javax.faces.event.ActionEvent event) + +
+           
+ voidsaveVenue(javax.faces.event.ActionEvent evt) + +
+           
+ voidsetCountryService(CountryService countryService) + +
+           
+ voidsetVenue(Venue venue) + +
+           
+ voidsetVenueService(VenueService venueService) + +
+           
+ voidvenueSelected(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
+ +

+VenueController

+
+public VenueController()
+
+
+ + + + + + + + +
+Method Detail
+ +

+deleteVenue

+
+public void deleteVenue(javax.faces.event.ActionEvent evt)
+
+
+
+
+
+
+ +

+findProvinceStatesByCountry

+
+public java.util.List<ProvinceState> findProvinceStatesByCountry(Country country)
+
+
+
+
+
+
+ +

+getCountries

+
+public java.util.List<Country> getCountries()
+
+
+
+
+
+
+ +

+getVenue

+
+public Venue getVenue()
+
+
+
+
+
+
+ +

+getVenues

+
+public java.util.List<Venue> getVenues()
+
+
+
+
+
+
+ +

+init

+
+public void init(javax.faces.event.ComponentSystemEvent evt)
+
+
+
+
+
+
+ +

+newVenue

+
+public void newVenue(javax.faces.event.ActionEvent event)
+
+
+
+
+
+
+ +

+saveVenue

+
+public void saveVenue(javax.faces.event.ActionEvent evt)
+
+
+
+
+
+
+ +

+setCountryService

+
+public void setCountryService(CountryService countryService)
+
+
+
+
+
+
+ +

+setVenue

+
+public void setVenue(Venue venue)
+
+
+
+
+
+
+ +

+setVenueService

+
+public void setVenueService(VenueService venueService)
+
+
+
+
+
+
+ +

+venueSelected

+
+public void venueSelected(javax.faces.event.ValueChangeEvent evt)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/AbstractController.html b/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/AbstractController.html new file mode 100644 index 0000000..21857bf --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/AbstractController.html @@ -0,0 +1,269 @@ + + + + + + +Uses of Class com.mycompany.controller.AbstractController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.controller.AbstractController

+
+ + + + + + + + + +
+Packages that use AbstractController
com.mycompany.controller  
+  +

+ + + + + +
+Uses of AbstractController in com.mycompany.controller
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of AbstractController in com.mycompany.controller
+ classChartController + +
+          Controller class for charts.
+ classChatController + +
+          Controller class for chat functionality.
+ classContactsController + +
+          Controller class for contacts related functionality.
+ classContentController + +
+          Controller class for content editing.
+ classDashboardController + +
+          Controller class for dashboard screen.
+ classEventController + +
+          This class implements controller behavior for a number of screens in the + application.
+ classLoginController + +
+          Controller class for desktop and mobile login functionality.
+ classMindMapController + +
+          Controller class for mind map feature.
+ classSearchController + +
+          Controller class for searching for shows and events.
+ classSignupController + +
+          Controller class for new user signup.
+ classUserController + +
+          Controller class for user-related functionality.
+ classVenueController + +
+          Controller class for venue-related functionality.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/ChartController.html b/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/ChartController.html new file mode 100644 index 0000000..396a02d --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/ChartController.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.controller.ChartController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.controller.ChartController

+
+No usage of com.mycompany.controller.ChartController +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/ChatController.html b/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/ChatController.html new file mode 100644 index 0000000..dcaef6f --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/ChatController.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.controller.ChatController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.controller.ChatController

+
+No usage of com.mycompany.controller.ChatController +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/ContactsController.html b/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/ContactsController.html new file mode 100644 index 0000000..393ab2f --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/ContactsController.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.controller.ContactsController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.controller.ContactsController

+
+No usage of com.mycompany.controller.ContactsController +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/ContentController.html b/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/ContentController.html new file mode 100644 index 0000000..b659f75 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/ContentController.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.controller.ContentController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.controller.ContentController

+
+No usage of com.mycompany.controller.ContentController +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/DashboardController.html b/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/DashboardController.html new file mode 100644 index 0000000..92ccd13 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/DashboardController.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.controller.DashboardController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.controller.DashboardController

+
+No usage of com.mycompany.controller.DashboardController +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/EventController.html b/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/EventController.html new file mode 100644 index 0000000..0e84af0 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/EventController.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.controller.EventController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.controller.EventController

+
+No usage of com.mycompany.controller.EventController +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/LoginController.html b/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/LoginController.html new file mode 100644 index 0000000..ea20eda --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/LoginController.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.controller.LoginController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.controller.LoginController

+
+No usage of com.mycompany.controller.LoginController +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/MindMapController.html b/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/MindMapController.html new file mode 100644 index 0000000..d278cb6 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/MindMapController.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.controller.MindMapController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.controller.MindMapController

+
+No usage of com.mycompany.controller.MindMapController +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/SearchController.html b/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/SearchController.html new file mode 100644 index 0000000..0d71274 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/SearchController.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.controller.SearchController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.controller.SearchController

+
+No usage of com.mycompany.controller.SearchController +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/SignupController.html b/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/SignupController.html new file mode 100644 index 0000000..55d3b82 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/SignupController.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.controller.SignupController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.controller.SignupController

+
+No usage of com.mycompany.controller.SignupController +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/UserController.html b/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/UserController.html new file mode 100644 index 0000000..2c8ca77 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/UserController.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.controller.UserController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.controller.UserController

+
+No usage of com.mycompany.controller.UserController +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/VenueController.html b/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/VenueController.html new file mode 100644 index 0000000..1fbb0d6 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/controller/class-use/VenueController.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.controller.VenueController + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.controller.VenueController

+
+No usage of com.mycompany.controller.VenueController +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/controller/package-frame.html b/primefaces-webapp/src/main/doc/com/mycompany/controller/package-frame.html new file mode 100644 index 0000000..7654598 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/controller/package-frame.html @@ -0,0 +1,56 @@ + + + + + + +com.mycompany.controller + + + + + + + + + + + +com.mycompany.controller + + + + +
+Classes  + +
+AbstractController +
+ChartController +
+ChatController +
+ContactsController +
+ContentController +
+DashboardController +
+EventController +
+LoginController +
+MindMapController +
+SearchController +
+SignupController +
+UserController +
+VenueController
+ + + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/controller/package-summary.html b/primefaces-webapp/src/main/doc/com/mycompany/controller/package-summary.html new file mode 100644 index 0000000..8ea4d09 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/controller/package-summary.html @@ -0,0 +1,206 @@ + + + + + + +com.mycompany.controller + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.mycompany.controller +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
AbstractController 
ChartControllerController class for charts.
ChatControllerController class for chat functionality.
ContactsControllerController class for contacts related functionality.
ContentControllerController class for content editing.
DashboardControllerController class for dashboard screen.
EventControllerThis class implements controller behavior for a number of screens in the + application.
LoginControllerController class for desktop and mobile login functionality.
MindMapControllerController class for mind map feature.
SearchControllerController class for searching for shows and events.
SignupControllerController class for new user signup.
UserControllerController class for user-related functionality.
VenueControllerController class for venue-related functionality.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/controller/package-tree.html b/primefaces-webapp/src/main/doc/com/mycompany/controller/package-tree.html new file mode 100644 index 0000000..55f11ab --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/controller/package-tree.html @@ -0,0 +1,156 @@ + + + + + + +com.mycompany.controller Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.mycompany.controller +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/controller/package-use.html b/primefaces-webapp/src/main/doc/com/mycompany/controller/package-use.html new file mode 100644 index 0000000..aeb87eb --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/controller/package-use.html @@ -0,0 +1,170 @@ + + + + + + +Uses of Package com.mycompany.controller + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.mycompany.controller

+
+ + + + + + + + + +
+Packages that use com.mycompany.controller
com.mycompany.controller  
+  +

+ + + + + + + + +
+Classes in com.mycompany.controller used by com.mycompany.controller
AbstractController + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/convert/CityConverter.html b/primefaces-webapp/src/main/doc/com/mycompany/convert/CityConverter.html new file mode 100644 index 0000000..939698d --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/convert/CityConverter.html @@ -0,0 +1,296 @@ + + + + + + +CityConverter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.convert +
+Class CityConverter

+
+java.lang.Object
+  extended by com.mycompany.convert.CityConverter
+
+
+
All Implemented Interfaces:
javax.faces.convert.Converter
+
+
+
+
public class CityConverter
extends java.lang.Object
implements javax.faces.convert.Converter
+ + +

+Converter for City objects. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
CityConverter() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.ObjectgetAsObject(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String value) + +
+           
+ java.lang.StringgetAsString(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
+ +

+CityConverter

+
+public CityConverter()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getAsObject

+
+public java.lang.Object getAsObject(javax.faces.context.FacesContext context,
+                                    javax.faces.component.UIComponent component,
+                                    java.lang.String value)
+
+
+
Specified by:
getAsObject in interface javax.faces.convert.Converter
+
+
+
+
+
+
+ +

+getAsString

+
+public java.lang.String getAsString(javax.faces.context.FacesContext context,
+                                    javax.faces.component.UIComponent component,
+                                    java.lang.Object value)
+
+
+
Specified by:
getAsString in interface javax.faces.convert.Converter
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/convert/CountryConverter.html b/primefaces-webapp/src/main/doc/com/mycompany/convert/CountryConverter.html new file mode 100644 index 0000000..3ca434d --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/convert/CountryConverter.html @@ -0,0 +1,296 @@ + + + + + + +CountryConverter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.convert +
+Class CountryConverter

+
+java.lang.Object
+  extended by com.mycompany.convert.CountryConverter
+
+
+
All Implemented Interfaces:
javax.faces.convert.Converter
+
+
+
+
public class CountryConverter
extends java.lang.Object
implements javax.faces.convert.Converter
+ + +

+Converter class for Country objects. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
CountryConverter() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.ObjectgetAsObject(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String value) + +
+           
+ java.lang.StringgetAsString(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
+ +

+CountryConverter

+
+public CountryConverter()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getAsObject

+
+public java.lang.Object getAsObject(javax.faces.context.FacesContext context,
+                                    javax.faces.component.UIComponent component,
+                                    java.lang.String value)
+
+
+
Specified by:
getAsObject in interface javax.faces.convert.Converter
+
+
+
+
+
+
+ +

+getAsString

+
+public java.lang.String getAsString(javax.faces.context.FacesContext context,
+                                    javax.faces.component.UIComponent component,
+                                    java.lang.Object value)
+
+
+
Specified by:
getAsString in interface javax.faces.convert.Converter
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/convert/EditableStateConverter.html b/primefaces-webapp/src/main/doc/com/mycompany/convert/EditableStateConverter.html new file mode 100644 index 0000000..804a7a0 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/convert/EditableStateConverter.html @@ -0,0 +1,296 @@ + + + + + + +EditableStateConverter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.convert +
+Class EditableStateConverter

+
+java.lang.Object
+  extended by com.mycompany.convert.EditableStateConverter
+
+
+
All Implemented Interfaces:
javax.faces.convert.Converter
+
+
+
+
public class EditableStateConverter
extends java.lang.Object
implements javax.faces.convert.Converter
+ + +

+Converter object for editable ProvinceState objects. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
EditableStateConverter() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.ObjectgetAsObject(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String value) + +
+           
+ java.lang.StringgetAsString(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
+ +

+EditableStateConverter

+
+public EditableStateConverter()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getAsObject

+
+public java.lang.Object getAsObject(javax.faces.context.FacesContext context,
+                                    javax.faces.component.UIComponent component,
+                                    java.lang.String value)
+
+
+
Specified by:
getAsObject in interface javax.faces.convert.Converter
+
+
+
+
+
+
+ +

+getAsString

+
+public java.lang.String getAsString(javax.faces.context.FacesContext context,
+                                    javax.faces.component.UIComponent component,
+                                    java.lang.Object value)
+
+
+
Specified by:
getAsString in interface javax.faces.convert.Converter
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/convert/StateConverter.html b/primefaces-webapp/src/main/doc/com/mycompany/convert/StateConverter.html new file mode 100644 index 0000000..0a5e692 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/convert/StateConverter.html @@ -0,0 +1,296 @@ + + + + + + +StateConverter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.convert +
+Class StateConverter

+
+java.lang.Object
+  extended by com.mycompany.convert.StateConverter
+
+
+
All Implemented Interfaces:
javax.faces.convert.Converter
+
+
+
+
public class StateConverter
extends java.lang.Object
implements javax.faces.convert.Converter
+ + +

+Converter class for ProvinceState objects. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
StateConverter() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.ObjectgetAsObject(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String value) + +
+           
+ java.lang.StringgetAsString(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
+ +

+StateConverter

+
+public StateConverter()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getAsObject

+
+public java.lang.Object getAsObject(javax.faces.context.FacesContext context,
+                                    javax.faces.component.UIComponent component,
+                                    java.lang.String value)
+
+
+
Specified by:
getAsObject in interface javax.faces.convert.Converter
+
+
+
+
+
+
+ +

+getAsString

+
+public java.lang.String getAsString(javax.faces.context.FacesContext context,
+                                    javax.faces.component.UIComponent component,
+                                    java.lang.Object value)
+
+
+
Specified by:
getAsString in interface javax.faces.convert.Converter
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/convert/UserConverter.html b/primefaces-webapp/src/main/doc/com/mycompany/convert/UserConverter.html new file mode 100644 index 0000000..b7df26e --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/convert/UserConverter.html @@ -0,0 +1,296 @@ + + + + + + +UserConverter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.convert +
+Class UserConverter

+
+java.lang.Object
+  extended by com.mycompany.convert.UserConverter
+
+
+
All Implemented Interfaces:
javax.faces.convert.Converter
+
+
+
+
public class UserConverter
extends java.lang.Object
implements javax.faces.convert.Converter
+ + +

+Converter class for User objects. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
UserConverter() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.ObjectgetAsObject(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String value) + +
+           
+ java.lang.StringgetAsString(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
+ +

+UserConverter

+
+public UserConverter()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getAsObject

+
+public java.lang.Object getAsObject(javax.faces.context.FacesContext context,
+                                    javax.faces.component.UIComponent component,
+                                    java.lang.String value)
+
+
+
Specified by:
getAsObject in interface javax.faces.convert.Converter
+
+
+
+
+
+
+ +

+getAsString

+
+public java.lang.String getAsString(javax.faces.context.FacesContext context,
+                                    javax.faces.component.UIComponent component,
+                                    java.lang.Object value)
+
+
+
Specified by:
getAsString in interface javax.faces.convert.Converter
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/convert/VenueConverter.html b/primefaces-webapp/src/main/doc/com/mycompany/convert/VenueConverter.html new file mode 100644 index 0000000..5ad1787 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/convert/VenueConverter.html @@ -0,0 +1,296 @@ + + + + + + +VenueConverter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.convert +
+Class VenueConverter

+
+java.lang.Object
+  extended by com.mycompany.convert.VenueConverter
+
+
+
All Implemented Interfaces:
javax.faces.convert.Converter
+
+
+
+
public class VenueConverter
extends java.lang.Object
implements javax.faces.convert.Converter
+ + +

+Converter class for Venue objects. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
VenueConverter() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.ObjectgetAsObject(javax.faces.context.FacesContext context, + javax.faces.component.UIComponent component, + java.lang.String value) + +
+           
+ java.lang.StringgetAsString(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
+ +

+VenueConverter

+
+public VenueConverter()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getAsObject

+
+public java.lang.Object getAsObject(javax.faces.context.FacesContext context,
+                                    javax.faces.component.UIComponent component,
+                                    java.lang.String value)
+
+
+
Specified by:
getAsObject in interface javax.faces.convert.Converter
+
+
+
+
+
+
+ +

+getAsString

+
+public java.lang.String getAsString(javax.faces.context.FacesContext context,
+                                    javax.faces.component.UIComponent component,
+                                    java.lang.Object value)
+
+
+
Specified by:
getAsString in interface javax.faces.convert.Converter
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/convert/class-use/CityConverter.html b/primefaces-webapp/src/main/doc/com/mycompany/convert/class-use/CityConverter.html new file mode 100644 index 0000000..57eb40d --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/convert/class-use/CityConverter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.convert.CityConverter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.convert.CityConverter

+
+No usage of com.mycompany.convert.CityConverter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/convert/class-use/CountryConverter.html b/primefaces-webapp/src/main/doc/com/mycompany/convert/class-use/CountryConverter.html new file mode 100644 index 0000000..79faf3a --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/convert/class-use/CountryConverter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.convert.CountryConverter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.convert.CountryConverter

+
+No usage of com.mycompany.convert.CountryConverter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/convert/class-use/EditableStateConverter.html b/primefaces-webapp/src/main/doc/com/mycompany/convert/class-use/EditableStateConverter.html new file mode 100644 index 0000000..3d88790 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/convert/class-use/EditableStateConverter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.convert.EditableStateConverter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.convert.EditableStateConverter

+
+No usage of com.mycompany.convert.EditableStateConverter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/convert/class-use/StateConverter.html b/primefaces-webapp/src/main/doc/com/mycompany/convert/class-use/StateConverter.html new file mode 100644 index 0000000..6ecf554 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/convert/class-use/StateConverter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.convert.StateConverter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.convert.StateConverter

+
+No usage of com.mycompany.convert.StateConverter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/convert/class-use/UserConverter.html b/primefaces-webapp/src/main/doc/com/mycompany/convert/class-use/UserConverter.html new file mode 100644 index 0000000..e0cccd2 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/convert/class-use/UserConverter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.convert.UserConverter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.convert.UserConverter

+
+No usage of com.mycompany.convert.UserConverter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/convert/class-use/VenueConverter.html b/primefaces-webapp/src/main/doc/com/mycompany/convert/class-use/VenueConverter.html new file mode 100644 index 0000000..884a083 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/convert/class-use/VenueConverter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.convert.VenueConverter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.convert.VenueConverter

+
+No usage of com.mycompany.convert.VenueConverter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/convert/package-frame.html b/primefaces-webapp/src/main/doc/com/mycompany/convert/package-frame.html new file mode 100644 index 0000000..8136a6e --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/convert/package-frame.html @@ -0,0 +1,42 @@ + + + + + + +com.mycompany.convert + + + + + + + + + + + +com.mycompany.convert + + + + +
+Classes  + +
+CityConverter +
+CountryConverter +
+EditableStateConverter +
+StateConverter +
+UserConverter +
+VenueConverter
+ + + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/convert/package-summary.html b/primefaces-webapp/src/main/doc/com/mycompany/convert/package-summary.html new file mode 100644 index 0000000..0b36fe3 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/convert/package-summary.html @@ -0,0 +1,177 @@ + + + + + + +com.mycompany.convert + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.mycompany.convert +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
CityConverterConverter for City objects.
CountryConverterConverter class for Country objects.
EditableStateConverterConverter object for editable ProvinceState objects.
StateConverterConverter class for ProvinceState objects.
UserConverterConverter class for User objects.
VenueConverterConverter class for Venue objects.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/convert/package-tree.html b/primefaces-webapp/src/main/doc/com/mycompany/convert/package-tree.html new file mode 100644 index 0000000..5209a69 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/convert/package-tree.html @@ -0,0 +1,159 @@ + + + + + + +com.mycompany.convert Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.mycompany.convert +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/convert/package-use.html b/primefaces-webapp/src/main/doc/com/mycompany/convert/package-use.html new file mode 100644 index 0000000..b831b2a --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/convert/package-use.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Package com.mycompany.convert + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.mycompany.convert

+
+No usage of com.mycompany.convert +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/ConversationExceptionFilter.html b/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/ConversationExceptionFilter.html new file mode 100644 index 0000000..66aed09 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/ConversationExceptionFilter.html @@ -0,0 +1,324 @@ + + + + + + +ConversationExceptionFilter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.lifecycle +
+Class ConversationExceptionFilter

+
+java.lang.Object
+  extended by com.mycompany.lifecycle.ConversationExceptionFilter
+
+
+
All Implemented Interfaces:
javax.servlet.Filter
+
+
+
+
@WebFilter(value="/*")
+public class ConversationExceptionFilter
extends java.lang.Object
implements javax.servlet.Filter
+ + +

+This filter handles the {@link NonexistentConversationException) propagating + from CDI for requests containing an invalid conversation ID (cid parameter). +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
ConversationExceptionFilter() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddestroy() + +
+           
+ voiddoFilter(javax.servlet.ServletRequest req, + javax.servlet.ServletResponse res, + javax.servlet.FilterChain chain) + +
+           
+ voidinit(javax.servlet.FilterConfig arg0) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ConversationExceptionFilter

+
+public ConversationExceptionFilter()
+
+
+ + + + + + + + +
+Method Detail
+ +

+destroy

+
+public void destroy()
+
+
+
Specified by:
destroy in interface javax.servlet.Filter
+
+
+
+
+
+
+ +

+doFilter

+
+public void doFilter(javax.servlet.ServletRequest req,
+                     javax.servlet.ServletResponse res,
+                     javax.servlet.FilterChain chain)
+              throws java.io.IOException,
+                     javax.servlet.ServletException
+
+
+
Specified by:
doFilter in interface javax.servlet.Filter
+
+
+ +
Throws: +
java.io.IOException +
javax.servlet.ServletException
+
+
+
+ +

+init

+
+public void init(javax.servlet.FilterConfig arg0)
+          throws javax.servlet.ServletException
+
+
+
Specified by:
init in interface javax.servlet.Filter
+
+
+ +
Throws: +
javax.servlet.ServletException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/Destroyed.html b/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/Destroyed.html new file mode 100644 index 0000000..615b71a --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/Destroyed.html @@ -0,0 +1,174 @@ + + + + + + +Destroyed + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.lifecycle +
+Annotation Type Destroyed

+
+
+
@Qualifier
+@Retention(value=RUNTIME)
+@Target(value={FIELD,PARAMETER})
+public @interface Destroyed
+ + +

+Thanks to Dan Allen for this useful code: https://gist.github.com/637959 +

+ +

+ +

+ +

+ +


+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/Initialized.html b/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/Initialized.html new file mode 100644 index 0000000..c365dbe --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/Initialized.html @@ -0,0 +1,174 @@ + + + + + + +Initialized + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.lifecycle +
+Annotation Type Initialized

+
+
+
@Qualifier
+@Retention(value=RUNTIME)
+@Target(value={FIELD,PARAMETER})
+public @interface Initialized
+ + +

+Thanks to Dan Allen for this useful code: https://gist.github.com/637959 +

+ +

+ +

+ +

+ +


+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/SecurityPhaseListener.html b/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/SecurityPhaseListener.html new file mode 100644 index 0000000..ccaae8e --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/SecurityPhaseListener.html @@ -0,0 +1,310 @@ + + + + + + +SecurityPhaseListener + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.lifecycle +
+Class SecurityPhaseListener

+
+java.lang.Object
+  extended by com.mycompany.lifecycle.SecurityPhaseListener
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.util.EventListener, javax.faces.event.PhaseListener
+
+
+
+
public class SecurityPhaseListener
extends java.lang.Object
implements javax.faces.event.PhaseListener
+ + +

+PhaseListener class that handles authorization for protected views. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
SecurityPhaseListener() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidafterPhase(javax.faces.event.PhaseEvent event) + +
+           
+ voidbeforePhase(javax.faces.event.PhaseEvent event) + +
+           
+ javax.faces.event.PhaseIdgetPhaseId() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SecurityPhaseListener

+
+public SecurityPhaseListener()
+
+
+ + + + + + + + +
+Method Detail
+ +

+afterPhase

+
+public void afterPhase(javax.faces.event.PhaseEvent event)
+
+
+
Specified by:
afterPhase in interface javax.faces.event.PhaseListener
+
+
+
+
+
+
+ +

+beforePhase

+
+public void beforePhase(javax.faces.event.PhaseEvent event)
+
+
+
Specified by:
beforePhase in interface javax.faces.event.PhaseListener
+
+
+
+
+
+
+ +

+getPhaseId

+
+public javax.faces.event.PhaseId getPhaseId()
+
+
+
Specified by:
getPhaseId in interface javax.faces.event.PhaseListener
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/ServletContextLifecycleNotifier.html b/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/ServletContextLifecycleNotifier.html new file mode 100644 index 0000000..f013340 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/ServletContextLifecycleNotifier.html @@ -0,0 +1,285 @@ + + + + + + +ServletContextLifecycleNotifier + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.lifecycle +
+Class ServletContextLifecycleNotifier

+
+java.lang.Object
+  extended by com.mycompany.lifecycle.ServletContextLifecycleNotifier
+
+
+
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener
+
+
+
+
@WebListener
+public class ServletContextLifecycleNotifier
extends java.lang.Object
implements javax.servlet.ServletContextListener
+ + +

+Thanks to Dan Allen for this useful code: https://gist.github.com/637959 +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ServletContextLifecycleNotifier() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ voidcontextDestroyed(javax.servlet.ServletContextEvent sce) + +
+           
+ voidcontextInitialized(javax.servlet.ServletContextEvent sce) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ServletContextLifecycleNotifier

+
+public ServletContextLifecycleNotifier()
+
+
+ + + + + + + + +
+Method Detail
+ +

+contextInitialized

+
+public void contextInitialized(javax.servlet.ServletContextEvent sce)
+
+
+
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener
+
+
+
+
+
+
+ +

+contextDestroyed

+
+public void contextDestroyed(javax.servlet.ServletContextEvent sce)
+
+
+
Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/class-use/ConversationExceptionFilter.html b/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/class-use/ConversationExceptionFilter.html new file mode 100644 index 0000000..6ea6f97 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/class-use/ConversationExceptionFilter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.lifecycle.ConversationExceptionFilter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.lifecycle.ConversationExceptionFilter

+
+No usage of com.mycompany.lifecycle.ConversationExceptionFilter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/class-use/Destroyed.html b/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/class-use/Destroyed.html new file mode 100644 index 0000000..37973db --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/class-use/Destroyed.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.lifecycle.Destroyed + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.lifecycle.Destroyed

+
+No usage of com.mycompany.lifecycle.Destroyed +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/class-use/Initialized.html b/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/class-use/Initialized.html new file mode 100644 index 0000000..9a9389d --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/class-use/Initialized.html @@ -0,0 +1,211 @@ + + + + + + +Uses of Class com.mycompany.lifecycle.Initialized + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.lifecycle.Initialized

+
+ + + + + + + + + + + + + +
+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
+ voidCountryService.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
+ voidCountryServiceImpl.init(javax.servlet.ServletContext context) + +
+          This method is responsible for initializing a List of Country objects + when the web application is started.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/class-use/SecurityPhaseListener.html b/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/class-use/SecurityPhaseListener.html new file mode 100644 index 0000000..1be608d --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/class-use/SecurityPhaseListener.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.lifecycle.SecurityPhaseListener + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.lifecycle.SecurityPhaseListener

+
+No usage of com.mycompany.lifecycle.SecurityPhaseListener +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/class-use/ServletContextLifecycleNotifier.html b/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/class-use/ServletContextLifecycleNotifier.html new file mode 100644 index 0000000..74bf869 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/class-use/ServletContextLifecycleNotifier.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.lifecycle.ServletContextLifecycleNotifier + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.lifecycle.ServletContextLifecycleNotifier

+
+No usage of com.mycompany.lifecycle.ServletContextLifecycleNotifier +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/package-frame.html b/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/package-frame.html new file mode 100644 index 0000000..70b89c9 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/package-frame.html @@ -0,0 +1,49 @@ + + + + + + +com.mycompany.lifecycle + + + + + + + + + + + +com.mycompany.lifecycle + + + + +
+Classes  + +
+ConversationExceptionFilter +
+SecurityPhaseListener +
+ServletContextLifecycleNotifier
+ + + + + + +
+Annotation Types  + +
+Destroyed +
+Initialized
+ + + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/package-summary.html b/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/package-summary.html new file mode 100644 index 0000000..80d65d0 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/package-summary.html @@ -0,0 +1,184 @@ + + + + + + +com.mycompany.lifecycle + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.mycompany.lifecycle +

+ + + + + + + + + + + + + + + + + +
+Class Summary
ConversationExceptionFilterThis filter handles the {@link NonexistentConversationException) propagating + from CDI for requests containing an invalid conversation ID (cid parameter).
SecurityPhaseListenerPhaseListener class that handles authorization for protected views.
ServletContextLifecycleNotifierThanks to Dan Allen for this useful code: https://gist.github.com/637959
+  + +

+ + + + + + + + + + + + + +
+Annotation Types Summary
DestroyedThanks to Dan Allen for this useful code: https://gist.github.com/637959
InitializedThanks to Dan Allen for this useful code: https://gist.github.com/637959
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/package-tree.html b/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/package-tree.html new file mode 100644 index 0000000..20610d3 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/package-tree.html @@ -0,0 +1,163 @@ + + + + + + +com.mycompany.lifecycle Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.mycompany.lifecycle +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Annotation Type Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/package-use.html b/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/package-use.html new file mode 100644 index 0000000..619761e --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/lifecycle/package-use.html @@ -0,0 +1,189 @@ + + + + + + +Uses of Package com.mycompany.lifecycle + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.mycompany.lifecycle

+
+ + + + + + + + + + + + + +
+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
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/AbstractEntity.html b/primefaces-webapp/src/main/doc/com/mycompany/model/AbstractEntity.html new file mode 100644 index 0000000..0f6d86d --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/AbstractEntity.html @@ -0,0 +1,380 @@ + + + + + + +AbstractEntity + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class AbstractEntity

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
Direct Known Subclasses:
City, Content, Country, Event, EventAttendance, Idea, ProvinceState, User, UserRelationship, Venue
+
+
+
+
@MappedSuperclass
+public abstract class AbstractEntity
extends java.lang.Object
implements java.io.Serializable
+ + +

+Abstract class for JPA entities. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
AbstractEntity() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(java.lang.Object object) + +
+           
+ java.lang.IntegergetId() + +
+           
+ java.lang.IntegergetVersion() + +
+           
+ inthashCode() + +
+           
+ voidsetId(java.lang.Integer id) + +
+           
+ voidsetVersion(java.lang.Integer version) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+AbstractEntity

+
+public AbstractEntity()
+
+
+ + + + + + + + +
+Method Detail
+ +

+equals

+
+public boolean equals(java.lang.Object object)
+
+
+
Overrides:
equals in class java.lang.Object
+
+
+
+
+
+
+ +

+getId

+
+public java.lang.Integer getId()
+
+
+
+
+
+
+
+
+
+ +

+getVersion

+
+public java.lang.Integer getVersion()
+
+
+
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class java.lang.Object
+
+
+
+
+
+
+ +

+setId

+
+public void setId(java.lang.Integer id)
+
+
+
+
+
+
+
+
+
+ +

+setVersion

+
+public void setVersion(java.lang.Integer version)
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/AbstractEntity_.html b/primefaces-webapp/src/main/doc/com/mycompany/model/AbstractEntity_.html new file mode 100644 index 0000000..022d92e --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/AbstractEntity_.html @@ -0,0 +1,299 @@ + + + + + + +AbstractEntity_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class AbstractEntity_

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity_
+
+
+
Direct Known Subclasses:
City_, Content_, Country_, Event_, EventAttendance_, Idea_, ProvinceState_, User_, UserRelationship_, Venue_
+
+
+
+
public abstract class AbstractEntity_
extends java.lang.Object
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + +
+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
+ +

+id

+
+public static volatile javax.persistence.metamodel.SingularAttribute<AbstractEntity,java.lang.Integer> id
+
+
+
+
+
+ +

+hashCode

+
+public static volatile javax.persistence.metamodel.SingularAttribute<AbstractEntity,java.lang.Integer> hashCode
+
+
+
+
+
+ +

+version

+
+public static volatile javax.persistence.metamodel.SingularAttribute<AbstractEntity,java.lang.Integer> version
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+AbstractEntity_

+
+public AbstractEntity_()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/ActiveUsers.html b/primefaces-webapp/src/main/doc/com/mycompany/model/ActiveUsers.html new file mode 100644 index 0000000..09245ea --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/ActiveUsers.html @@ -0,0 +1,275 @@ + + + + + + +ActiveUsers + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class ActiveUsers

+
+java.lang.Object
+  extended by java.util.AbstractCollection<E>
+      extended by java.util.AbstractList<E>
+          extended by java.util.ArrayList<User>
+              extended by com.mycompany.model.ActiveUsers
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<User>, java.util.Collection<User>, java.util.List<User>, java.util.RandomAccess
+
+
+
+
public class ActiveUsers
extends java.util.ArrayList<User>
+ + +

+Application-scoped JSF managed bean storing User objects for presence + purposes. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+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
+ +

+ActiveUsers

+
+public ActiveUsers()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/City.html b/primefaces-webapp/src/main/doc/com/mycompany/model/City.html new file mode 100644 index 0000000..35115aa --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/City.html @@ -0,0 +1,407 @@ + + + + + + +City + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class City

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity
+      extended by com.mycompany.model.City
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
@Entity
+public class City
extends AbstractEntity
+ + +

+JPA entity class for city data. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
City() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.DoublegetLatitude() + +
+           
+ java.lang.DoublegetLongitude() + +
+           
+ java.lang.StringgetName() + +
+           
+ ProvinceStategetProvinceState() + +
+           
+ voidsetLatitude(java.lang.Double latitude) + +
+           
+ voidsetLongitude(java.lang.Double longitude) + +
+           
+ voidsetName(java.lang.String name) + +
+           
+ voidsetProvinceState(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
+ +

+City

+
+public City()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getLatitude

+
+public java.lang.Double getLatitude()
+
+
+
+
+
+
+ +

+getLongitude

+
+public java.lang.Double getLongitude()
+
+
+
+
+
+
+ +

+getName

+
+public java.lang.String getName()
+
+
+
+
+
+
+ +

+getProvinceState

+
+public ProvinceState getProvinceState()
+
+
+
+
+
+
+ +

+setLatitude

+
+public void setLatitude(java.lang.Double latitude)
+
+
+
+
+
+
+ +

+setLongitude

+
+public void setLongitude(java.lang.Double longitude)
+
+
+
+
+
+
+ +

+setName

+
+public void setName(java.lang.String name)
+
+
+
+
+
+
+ +

+setProvinceState

+
+public void setProvinceState(ProvinceState state)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/City_.html b/primefaces-webapp/src/main/doc/com/mycompany/model/City_.html new file mode 100644 index 0000000..b7946c2 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/City_.html @@ -0,0 +1,324 @@ + + + + + + +City_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class City_

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity_
+      extended by com.mycompany.model.City_
+
+
+
+
public abstract class City_
extends AbstractEntity_
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + +
+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
+ +

+provinceState

+
+public static volatile javax.persistence.metamodel.SingularAttribute<City,ProvinceState> provinceState
+
+
+
+
+
+ +

+name

+
+public static volatile javax.persistence.metamodel.SingularAttribute<City,java.lang.String> name
+
+
+
+
+
+ +

+longitude

+
+public static volatile javax.persistence.metamodel.SingularAttribute<City,java.lang.Double> longitude
+
+
+
+
+
+ +

+latitude

+
+public static volatile javax.persistence.metamodel.SingularAttribute<City,java.lang.Double> latitude
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+City_

+
+public City_()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/Content.html b/primefaces-webapp/src/main/doc/com/mycompany/model/Content.html new file mode 100644 index 0000000..74892b6 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/Content.html @@ -0,0 +1,407 @@ + + + + + + +Content + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class Content

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity
+      extended by com.mycompany.model.Content
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
@Entity
+public class Content
extends AbstractEntity
+ + +

+JPA entity for content data. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
Content() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ UsergetCreatedBy() + +
+           
+ java.util.DategetCreatedDate() + +
+           
+ java.lang.StringgetValue() + +
+           
+ java.lang.StringgetViewId() + +
+           
+ voidsetCreatedBy(User createdBy) + +
+           
+ voidsetCreatedDate(java.util.Date createdDate) + +
+           
+ voidsetValue(java.lang.String value) + +
+           
+ voidsetViewId(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
+ +

+Content

+
+public Content()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getCreatedBy

+
+public User getCreatedBy()
+
+
+
+
+
+
+ +

+getCreatedDate

+
+public java.util.Date getCreatedDate()
+
+
+
+
+
+
+ +

+getViewId

+
+public java.lang.String getViewId()
+
+
+
+
+
+
+ +

+getValue

+
+public java.lang.String getValue()
+
+
+
+
+
+
+ +

+setCreatedBy

+
+public void setCreatedBy(User createdBy)
+
+
+
+
+
+
+ +

+setCreatedDate

+
+public void setCreatedDate(java.util.Date createdDate)
+
+
+
+
+
+
+ +

+setViewId

+
+public void setViewId(java.lang.String name)
+
+
+
+
+
+
+ +

+setValue

+
+public void setValue(java.lang.String value)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/Content_.html b/primefaces-webapp/src/main/doc/com/mycompany/model/Content_.html new file mode 100644 index 0000000..b155bf0 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/Content_.html @@ -0,0 +1,324 @@ + + + + + + +Content_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class Content_

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity_
+      extended by com.mycompany.model.Content_
+
+
+
+
public abstract class Content_
extends AbstractEntity_
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + +
+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
+ +

+createdBy

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Content,User> createdBy
+
+
+
+
+
+ +

+value

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Content,java.lang.String> value
+
+
+
+
+
+ +

+createdDate

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Content,java.util.Date> createdDate
+
+
+
+
+
+ +

+viewId

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Content,java.lang.String> viewId
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Content_

+
+public Content_()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/Country.html b/primefaces-webapp/src/main/doc/com/mycompany/model/Country.html new file mode 100644 index 0000000..658f40c --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/Country.html @@ -0,0 +1,413 @@ + + + + + + +Country + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class Country

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity
+      extended by com.mycompany.model.Country
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
@Entity
+public class Country
extends AbstractEntity
+ + +

+JPA entity for country data. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
Country() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(java.lang.Object object) + +
+           
+ java.lang.StringgetCode() + +
+           
+ java.lang.StringgetName() + +
+           
+ java.util.Set<ProvinceState>getProvinceStates() + +
+           
+ inthashCode() + +
+           
+ voidsetCode(java.lang.String code) + +
+           
+ voidsetName(java.lang.String name) + +
+           
+ voidsetProvinceStates(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
+ +

+Country

+
+public Country()
+
+
+ + + + + + + + +
+Method Detail
+ +

+equals

+
+public boolean equals(java.lang.Object object)
+
+
+
Overrides:
equals in class AbstractEntity
+
+
+
+
+
+
+ +

+getCode

+
+public java.lang.String getCode()
+
+
+
+
+
+
+ +

+getName

+
+public java.lang.String getName()
+
+
+
+
+
+
+ +

+getProvinceStates

+
+public java.util.Set<ProvinceState> getProvinceStates()
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class AbstractEntity
+
+
+
+
+
+
+ +

+setCode

+
+public void setCode(java.lang.String code)
+
+
+
+
+
+
+ +

+setName

+
+public void setName(java.lang.String name)
+
+
+
+
+
+
+ +

+setProvinceStates

+
+public void setProvinceStates(java.util.Set<ProvinceState> states)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/Country_.html b/primefaces-webapp/src/main/doc/com/mycompany/model/Country_.html new file mode 100644 index 0000000..7a4f006 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/Country_.html @@ -0,0 +1,324 @@ + + + + + + +Country_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class Country_

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity_
+      extended by com.mycompany.model.Country_
+
+
+
+
public abstract class Country_
extends AbstractEntity_
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + +
+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
+ +

+provinceStates

+
+public static volatile javax.persistence.metamodel.SetAttribute<Country,ProvinceState> provinceStates
+
+
+
+
+
+ +

+name

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Country,java.lang.String> name
+
+
+
+
+
+ +

+hashCode

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Country,java.lang.Integer> hashCode
+
+
+
+
+
+ +

+code

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Country,java.lang.String> code
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Country_

+
+public Country_()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/Credentials.html b/primefaces-webapp/src/main/doc/com/mycompany/model/Credentials.html new file mode 100644 index 0000000..cab56ab --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/Credentials.html @@ -0,0 +1,318 @@ + + + + + + +Credentials + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class Credentials

+
+java.lang.Object
+  extended by com.mycompany.model.Credentials
+
+
+
+
@Model
+public class Credentials
extends java.lang.Object
+ + +

+CDI-managed bean in request scope for user credentials. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
Credentials() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetPassword() + +
+           
+ java.lang.StringgetUsername() + +
+           
+ voidsetPassword(java.lang.String password) + +
+           
+ voidsetUsername(java.lang.String username) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Credentials

+
+public Credentials()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getPassword

+
+public java.lang.String getPassword()
+
+
+
+
+
+
+ +

+getUsername

+
+public java.lang.String getUsername()
+
+
+
+
+
+
+ +

+setPassword

+
+public void setPassword(java.lang.String password)
+
+
+
+
+
+
+ +

+setUsername

+
+public void setUsername(java.lang.String username)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/Event.html b/primefaces-webapp/src/main/doc/com/mycompany/model/Event.html new file mode 100644 index 0000000..8de1070 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/Event.html @@ -0,0 +1,603 @@ + + + + + + +Event + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class Event

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity
+      extended by com.mycompany.model.Event
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
@Entity
+public class Event
extends AbstractEntity
+ + +

+JPA entity for event data. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
Event() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(java.lang.Object object) + +
+           
+ java.util.Set<EventAttendance>getAttendance() + +
+           
+ UsergetCreatedBy() + +
+           
+ java.lang.StringgetDescription() + +
+           
+ java.util.DategetEndDate() + +
+           
+ EventTypegetEventType() + +
+           
+ java.util.DategetStartDate() + +
+           
+ java.lang.StringgetTitle() + +
+           
+ VenuegetVenue() + +
+           
+ inthashCode() + +
+           
+ voidsetAttendance(java.util.Set<EventAttendance> usersAttended) + +
+           
+ voidsetCreatedBy(User createdBy) + +
+           
+ voidsetDescription(java.lang.String description) + +
+           
+ voidsetEndDate(java.util.Date endDate) + +
+           
+ voidsetEventType(EventType eventType) + +
+           
+ voidsetStartDate(java.util.Date startDate) + +
+           
+ voidsetTitle(java.lang.String title) + +
+           
+ voidsetVenue(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
+ +

+Event

+
+public Event()
+
+
+ + + + + + + + +
+Method Detail
+ +

+equals

+
+public boolean equals(java.lang.Object object)
+
+
+
Overrides:
equals in class AbstractEntity
+
+
+
+
+
+
+ +

+getAttendance

+
+public java.util.Set<EventAttendance> getAttendance()
+
+
+
+
+
+
+ +

+getCreatedBy

+
+public User getCreatedBy()
+
+
+
+
+
+
+ +

+getDescription

+
+public java.lang.String getDescription()
+
+
+
+
+
+
+ +

+getEndDate

+
+public java.util.Date getEndDate()
+
+
+
+
+
+
+ +

+getEventType

+
+public EventType getEventType()
+
+
+
+
+
+
+ +

+getStartDate

+
+public java.util.Date getStartDate()
+
+
+
+
+
+
+ +

+getTitle

+
+public java.lang.String getTitle()
+
+
+
+
+
+
+ +

+getVenue

+
+public Venue getVenue()
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class AbstractEntity
+
+
+
+
+
+
+ +

+setAttendance

+
+public void setAttendance(java.util.Set<EventAttendance> usersAttended)
+
+
+
+
+
+
+ +

+setCreatedBy

+
+public void setCreatedBy(User createdBy)
+
+
+
+
+
+
+ +

+setDescription

+
+public void setDescription(java.lang.String description)
+
+
+
+
+
+
+ +

+setEndDate

+
+public void setEndDate(java.util.Date endDate)
+
+
+
+
+
+
+ +

+setEventType

+
+public void setEventType(EventType eventType)
+
+
+
+
+
+
+ +

+setStartDate

+
+public void setStartDate(java.util.Date startDate)
+
+
+
+
+
+
+ +

+setTitle

+
+public void setTitle(java.lang.String title)
+
+
+
+
+
+
+ +

+setVenue

+
+public void setVenue(Venue venue)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/EventAttendance.html b/primefaces-webapp/src/main/doc/com/mycompany/model/EventAttendance.html new file mode 100644 index 0000000..a75c2a6 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/EventAttendance.html @@ -0,0 +1,407 @@ + + + + + + +EventAttendance + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class EventAttendance

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity
+      extended by com.mycompany.model.EventAttendance
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
@Entity
+public class EventAttendance
extends AbstractEntity
+ + +

+JPA entity for user event attendance data. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
EventAttendance() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ EventgetEvent() + +
+           
+ intgetRating() + +
+           
+ UsergetUser() + +
+           
+ booleanisConfirmed() + +
+           
+ voidsetConfirmed(boolean attended) + +
+           
+ voidsetEvent(Event event) + +
+           
+ voidsetRating(int rating) + +
+           
+ voidsetUser(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
+ +

+EventAttendance

+
+public EventAttendance()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getEvent

+
+public Event getEvent()
+
+
+
+
+
+
+ +

+getRating

+
+public int getRating()
+
+
+
+
+
+
+ +

+getUser

+
+public User getUser()
+
+
+
+
+
+
+ +

+isConfirmed

+
+public boolean isConfirmed()
+
+
+
+
+
+
+ +

+setConfirmed

+
+public void setConfirmed(boolean attended)
+
+
+
+
+
+
+ +

+setEvent

+
+public void setEvent(Event event)
+
+
+
+
+
+
+ +

+setRating

+
+public void setRating(int rating)
+
+
+
+
+
+
+ +

+setUser

+
+public void setUser(User user)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/EventAttendance_.html b/primefaces-webapp/src/main/doc/com/mycompany/model/EventAttendance_.html new file mode 100644 index 0000000..2484d71 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/EventAttendance_.html @@ -0,0 +1,324 @@ + + + + + + +EventAttendance_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class EventAttendance_

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity_
+      extended by com.mycompany.model.EventAttendance_
+
+
+
+
public abstract class EventAttendance_
extends AbstractEntity_
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + +
+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
+ +

+confirmed

+
+public static volatile javax.persistence.metamodel.SingularAttribute<EventAttendance,java.lang.Boolean> confirmed
+
+
+
+
+
+ +

+event

+
+public static volatile javax.persistence.metamodel.SingularAttribute<EventAttendance,Event> event
+
+
+
+
+
+ +

+rating

+
+public static volatile javax.persistence.metamodel.SingularAttribute<EventAttendance,java.lang.Integer> rating
+
+
+
+
+
+ +

+user

+
+public static volatile javax.persistence.metamodel.SingularAttribute<EventAttendance,User> user
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+EventAttendance_

+
+public EventAttendance_()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/EventType.html b/primefaces-webapp/src/main/doc/com/mycompany/model/EventType.html new file mode 100644 index 0000000..6b85ddf --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/EventType.html @@ -0,0 +1,365 @@ + + + + + + +EventType + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Enum EventType

+
+java.lang.Object
+  extended by java.lang.Enum<EventType>
+      extended by com.mycompany.model.EventType
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<EventType>
+
+
+
+
public enum EventType
extends java.lang.Enum<EventType>
+ + +

+Represents an event type. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Enum Constant Summary
CONCERT + +
+           
MOVIE + +
+           
OTHER + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetLabel() + +
+           
+static EventTypevalueOf(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
+ +

+CONCERT

+
+public static final EventType CONCERT
+
+
+
+
+
+ +

+MOVIE

+
+public static final EventType MOVIE
+
+
+
+
+
+ +

+OTHER

+
+public static final EventType OTHER
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static EventType[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (EventType c : EventType.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static EventType valueOf(java.lang.String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
java.lang.IllegalArgumentException - if this enum type has no constant +with the specified name +
java.lang.NullPointerException - if the argument is null
+
+
+
+ +

+getLabel

+
+public java.lang.String getLabel()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/Event_.html b/primefaces-webapp/src/main/doc/com/mycompany/model/Event_.html new file mode 100644 index 0000000..b5fd52a --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/Event_.html @@ -0,0 +1,414 @@ + + + + + + +Event_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class Event_

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity_
+      extended by com.mycompany.model.Event_
+
+
+
+
public abstract class Event_
extends AbstractEntity_
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+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
+ +

+startDate

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,java.util.Date> startDate
+
+
+
+
+
+ +

+title

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,java.lang.String> title
+
+
+
+
+
+ +

+createdBy

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,User> createdBy
+
+
+
+
+
+ +

+description

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,java.lang.String> description
+
+
+
+
+
+ +

+attendance

+
+public static volatile javax.persistence.metamodel.SetAttribute<Event,EventAttendance> attendance
+
+
+
+
+
+ +

+hashCode

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,java.lang.Integer> hashCode
+
+
+
+
+
+ +

+endDate

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,java.util.Date> endDate
+
+
+
+
+
+ +

+eventType

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,EventType> eventType
+
+
+
+
+
+ +

+venue

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Event,Venue> venue
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Event_

+
+public Event_()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/Gender.html b/primefaces-webapp/src/main/doc/com/mycompany/model/Gender.html new file mode 100644 index 0000000..d120615 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/Gender.html @@ -0,0 +1,349 @@ + + + + + + +Gender + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Enum Gender

+
+java.lang.Object
+  extended by java.lang.Enum<Gender>
+      extended by com.mycompany.model.Gender
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Gender>
+
+
+
+
public enum Gender
extends java.lang.Enum<Gender>
+ + +

+Represents a gender. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + + + +
+Enum Constant Summary
FEMALE + +
+           
MALE + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetLabel() + +
+           
+static GendervalueOf(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
+ +

+FEMALE

+
+public static final Gender FEMALE
+
+
+
+
+
+ +

+MALE

+
+public static final Gender MALE
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static Gender[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (Gender c : Gender.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static Gender valueOf(java.lang.String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
java.lang.IllegalArgumentException - if this enum type has no constant +with the specified name +
java.lang.NullPointerException - if the argument is null
+
+
+
+ +

+getLabel

+
+public java.lang.String getLabel()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/Idea.html b/primefaces-webapp/src/main/doc/com/mycompany/model/Idea.html new file mode 100644 index 0000000..4965522 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/Idea.html @@ -0,0 +1,491 @@ + + + + + + +Idea + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class Idea

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity
+      extended by com.mycompany.model.Idea
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
@Entity
+public class Idea
extends AbstractEntity
+ + +

+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. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
Idea() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(java.lang.Object object) + +
+           
+ UsergetAuthor() + +
+           
+ java.util.Set<Idea>getChildren() + +
+           
+ java.lang.StringgetDescription() + +
+           
+ java.lang.StringgetName() + +
+           
+ IdeagetParent() + +
+           
+ inthashCode() + +
+           
+ voidsetAuthor(User author) + +
+           
+ voidsetChildren(java.util.Set<Idea> children) + +
+           
+ voidsetDescription(java.lang.String description) + +
+           
+ voidsetName(java.lang.String name) + +
+           
+ voidsetParent(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
+ +

+Idea

+
+public Idea()
+
+
+ + + + + + + + +
+Method Detail
+ +

+equals

+
+public boolean equals(java.lang.Object object)
+
+
+
Overrides:
equals in class AbstractEntity
+
+
+
+
+
+
+ +

+getAuthor

+
+public User getAuthor()
+
+
+
+
+
+
+ +

+getChildren

+
+public java.util.Set<Idea> getChildren()
+
+
+
+
+
+
+ +

+getDescription

+
+public java.lang.String getDescription()
+
+
+
+
+
+
+ +

+getName

+
+public java.lang.String getName()
+
+
+
+
+
+
+ +

+getParent

+
+public Idea getParent()
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class AbstractEntity
+
+
+
+
+
+
+ +

+setAuthor

+
+public void setAuthor(User author)
+
+
+
+
+
+
+ +

+setChildren

+
+public void setChildren(java.util.Set<Idea> children)
+
+
+
+
+
+
+ +

+setDescription

+
+public void setDescription(java.lang.String description)
+
+
+
+
+
+
+ +

+setName

+
+public void setName(java.lang.String name)
+
+
+
+
+
+
+ +

+setParent

+
+public void setParent(Idea parent)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/Idea_.html b/primefaces-webapp/src/main/doc/com/mycompany/model/Idea_.html new file mode 100644 index 0000000..ec9c22d --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/Idea_.html @@ -0,0 +1,360 @@ + + + + + + +Idea_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class Idea_

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity_
+      extended by com.mycompany.model.Idea_
+
+
+
+
public abstract class Idea_
extends AbstractEntity_
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+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
+ +

+author

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Idea,User> author
+
+
+
+
+
+ +

+description

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Idea,java.lang.String> description
+
+
+
+
+
+ +

+name

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Idea,java.lang.String> name
+
+
+
+
+
+ +

+hashCode

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Idea,java.lang.Integer> hashCode
+
+
+
+
+
+ +

+parent

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Idea,Idea> parent
+
+
+
+
+
+ +

+children

+
+public static volatile javax.persistence.metamodel.SetAttribute<Idea,Idea> children
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Idea_

+
+public Idea_()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/ProvinceState.html b/primefaces-webapp/src/main/doc/com/mycompany/model/ProvinceState.html new file mode 100644 index 0000000..9a52baf --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/ProvinceState.html @@ -0,0 +1,413 @@ + + + + + + +ProvinceState + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class ProvinceState

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity
+      extended by com.mycompany.model.ProvinceState
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
@Entity
+public class ProvinceState
extends AbstractEntity
+ + +

+JPA entity for province/state data. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
ProvinceState() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(java.lang.Object object) + +
+           
+ java.util.Set<City>getCities() + +
+           
+ CountrygetCountry() + +
+           
+ java.lang.StringgetName() + +
+           
+ inthashCode() + +
+           
+ voidsetCities(java.util.Set<City> cities) + +
+           
+ voidsetCountry(Country country) + +
+           
+ voidsetName(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
+ +

+ProvinceState

+
+public ProvinceState()
+
+
+ + + + + + + + +
+Method Detail
+ +

+equals

+
+public boolean equals(java.lang.Object object)
+
+
+
Overrides:
equals in class AbstractEntity
+
+
+
+
+
+
+ +

+getCities

+
+public java.util.Set<City> getCities()
+
+
+
+
+
+
+ +

+getCountry

+
+public Country getCountry()
+
+
+
+
+
+
+ +

+getName

+
+public java.lang.String getName()
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class AbstractEntity
+
+
+
+
+
+
+ +

+setCities

+
+public void setCities(java.util.Set<City> cities)
+
+
+
+
+
+
+ +

+setCountry

+
+public void setCountry(Country country)
+
+
+
+
+
+
+ +

+setName

+
+public void setName(java.lang.String name)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/ProvinceState_.html b/primefaces-webapp/src/main/doc/com/mycompany/model/ProvinceState_.html new file mode 100644 index 0000000..dc82fe8 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/ProvinceState_.html @@ -0,0 +1,324 @@ + + + + + + +ProvinceState_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class ProvinceState_

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity_
+      extended by com.mycompany.model.ProvinceState_
+
+
+
+
public abstract class ProvinceState_
extends AbstractEntity_
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + +
+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
+ +

+cities

+
+public static volatile javax.persistence.metamodel.SetAttribute<ProvinceState,City> cities
+
+
+
+
+
+ +

+name

+
+public static volatile javax.persistence.metamodel.SingularAttribute<ProvinceState,java.lang.String> name
+
+
+
+
+
+ +

+hashCode

+
+public static volatile javax.persistence.metamodel.SingularAttribute<ProvinceState,java.lang.Integer> hashCode
+
+
+
+
+
+ +

+country

+
+public static volatile javax.persistence.metamodel.SingularAttribute<ProvinceState,Country> country
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+ProvinceState_

+
+public ProvinceState_()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/RelationshipType.html b/primefaces-webapp/src/main/doc/com/mycompany/model/RelationshipType.html new file mode 100644 index 0000000..12c9e03 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/RelationshipType.html @@ -0,0 +1,365 @@ + + + + + + +RelationshipType + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Enum RelationshipType

+
+java.lang.Object
+  extended by java.lang.Enum<RelationshipType>
+      extended by com.mycompany.model.RelationshipType
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<RelationshipType>
+
+
+
+
public enum RelationshipType
extends java.lang.Enum<RelationshipType>
+ + +

+Represents a relationship type. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Enum Constant Summary
COLLEAGUE + +
+           
FAMILY + +
+           
FRIEND + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetLabel() + +
+           
+static RelationshipTypevalueOf(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
+ +

+FAMILY

+
+public static final RelationshipType FAMILY
+
+
+
+
+
+ +

+FRIEND

+
+public static final RelationshipType FRIEND
+
+
+
+
+
+ +

+COLLEAGUE

+
+public static final RelationshipType COLLEAGUE
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static RelationshipType[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (RelationshipType c : RelationshipType.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static RelationshipType valueOf(java.lang.String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
java.lang.IllegalArgumentException - if this enum type has no constant +with the specified name +
java.lang.NullPointerException - if the argument is null
+
+
+
+ +

+getLabel

+
+public java.lang.String getLabel()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/User.html b/primefaces-webapp/src/main/doc/com/mycompany/model/User.html new file mode 100644 index 0000000..8d20a32 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/User.html @@ -0,0 +1,869 @@ + + + + + + +User + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class User

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity
+      extended by com.mycompany.model.User
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
@Entity
+public class User
extends AbstractEntity
+ + +

+JPA entity for user data. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
User() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(java.lang.Object object) + +
+           
+ java.util.DategetBirthdate() + +
+           
+ java.lang.IntegergetClickCount() + +
+           
+ CountrygetCountry() + +
+           
+ java.lang.StringgetEmailAddress() + +
+           
+ java.util.Set<EventAttendance>getEventsAttended() + +
+           
+ java.lang.StringgetFirstName() + +
+           
+ java.util.Set<UserRelationship>getFromRelationships() + +
+           
+ GendergetGender() + +
+           
+ java.lang.StringgetLastName() + +
+           
+ java.lang.StringgetPassword() + +
+           
+ java.lang.StringgetPhoneNumber() + +
+           
+ java.lang.StringgetTheme() + +
+           
+ java.util.Set<UserRelationship>getToRelationships() + +
+           
+ java.lang.StringgetUsername() + +
+           
+ inthashCode() + +
+           
+ booleanisAcceptedTerms() + +
+           
+ voidsetAcceptedTerms(boolean acceptedTerms) + +
+           
+ voidsetBirthdate(java.util.Date birthdate) + +
+           
+ voidsetClickCount(java.lang.Integer clicks) + +
+           
+ voidsetCountry(Country country) + +
+           
+ voidsetEmailAddress(java.lang.String emailAddress) + +
+           
+ voidsetEventsAttended(java.util.Set<EventAttendance> eventsAttended) + +
+           
+ voidsetFirstName(java.lang.String firstName) + +
+           
+ voidsetFromRelationships(java.util.Set<UserRelationship> fromRelationships) + +
+           
+ voidsetGender(Gender gender) + +
+           
+ voidsetLastName(java.lang.String lastName) + +
+           
+ voidsetPassword(java.lang.String password) + +
+           
+ voidsetPhoneNumber(java.lang.String phoneNumber) + +
+           
+ voidsetTheme(java.lang.String theme) + +
+           
+ voidsetToRelationships(java.util.Set<UserRelationship> toRelationships) + +
+           
+ voidsetUsername(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
+ +

+User

+
+public User()
+
+
+ + + + + + + + +
+Method Detail
+ +

+equals

+
+public boolean equals(java.lang.Object object)
+
+
+
Overrides:
equals in class AbstractEntity
+
+
+
+
+
+
+ +

+getBirthdate

+
+public java.util.Date getBirthdate()
+
+
+
+
+
+
+ +

+getClickCount

+
+public java.lang.Integer getClickCount()
+
+
+
+
+
+
+ +

+getCountry

+
+public Country getCountry()
+
+
+
+
+
+
+ +

+getEmailAddress

+
+public java.lang.String getEmailAddress()
+
+
+
+
+
+
+ +

+getEventsAttended

+
+public java.util.Set<EventAttendance> getEventsAttended()
+
+
+
+
+
+
+ +

+getFirstName

+
+public java.lang.String getFirstName()
+
+
+
+
+
+
+ +

+getFromRelationships

+
+public java.util.Set<UserRelationship> getFromRelationships()
+
+
+
+
+
+
+ +

+getGender

+
+public Gender getGender()
+
+
+
+
+
+
+ +

+getLastName

+
+public java.lang.String getLastName()
+
+
+
+
+
+
+ +

+getPassword

+
+public java.lang.String getPassword()
+
+
+
+
+
+
+ +

+getPhoneNumber

+
+public java.lang.String getPhoneNumber()
+
+
+
+
+
+
+ +

+getTheme

+
+public java.lang.String getTheme()
+
+
+
+
+
+
+ +

+getToRelationships

+
+public java.util.Set<UserRelationship> getToRelationships()
+
+
+
+
+
+
+ +

+getUsername

+
+public java.lang.String getUsername()
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class AbstractEntity
+
+
+
+
+
+
+ +

+isAcceptedTerms

+
+public boolean isAcceptedTerms()
+
+
+
+
+
+
+ +

+setAcceptedTerms

+
+public void setAcceptedTerms(boolean acceptedTerms)
+
+
+
+
+
+
+ +

+setBirthdate

+
+public void setBirthdate(java.util.Date birthdate)
+
+
+
+
+
+
+ +

+setClickCount

+
+public void setClickCount(java.lang.Integer clicks)
+
+
+
+
+
+
+ +

+setCountry

+
+public void setCountry(Country country)
+
+
+
+
+
+
+ +

+setEmailAddress

+
+public void setEmailAddress(java.lang.String emailAddress)
+
+
+
+
+
+
+ +

+setEventsAttended

+
+public void setEventsAttended(java.util.Set<EventAttendance> eventsAttended)
+
+
+
+
+
+
+ +

+setFirstName

+
+public void setFirstName(java.lang.String firstName)
+
+
+
+
+
+
+ +

+setFromRelationships

+
+public void setFromRelationships(java.util.Set<UserRelationship> fromRelationships)
+
+
+
+
+
+
+ +

+setGender

+
+public void setGender(Gender gender)
+
+
+
+
+
+
+ +

+setLastName

+
+public void setLastName(java.lang.String lastName)
+
+
+
+
+
+
+ +

+setPassword

+
+public void setPassword(java.lang.String password)
+
+
+
+
+
+
+ +

+setPhoneNumber

+
+public void setPhoneNumber(java.lang.String phoneNumber)
+
+
+
+
+
+
+ +

+setTheme

+
+public void setTheme(java.lang.String theme)
+
+
+
+
+
+
+ +

+setToRelationships

+
+public void setToRelationships(java.util.Set<UserRelationship> toRelationships)
+
+
+
+
+
+
+ +

+setUsername

+
+public void setUsername(java.lang.String username)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/UserRelationship.html b/primefaces-webapp/src/main/doc/com/mycompany/model/UserRelationship.html new file mode 100644 index 0000000..30997ca --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/UserRelationship.html @@ -0,0 +1,369 @@ + + + + + + +UserRelationship + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class UserRelationship

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity
+      extended by com.mycompany.model.UserRelationship
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
@Entity
+public class UserRelationship
extends AbstractEntity
+ + +

+JPA entity for a relationship between two users. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
UserRelationship() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ UsergetFromUser() + +
+           
+ RelationshipTypegetRelationshipType() + +
+           
+ UsergetToUser() + +
+           
+ voidsetFromUser(User firstUser) + +
+           
+ voidsetRelationshipType(RelationshipType contactType) + +
+           
+ voidsetToUser(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
+ +

+UserRelationship

+
+public UserRelationship()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getRelationshipType

+
+public RelationshipType getRelationshipType()
+
+
+
+
+
+
+ +

+getFromUser

+
+public User getFromUser()
+
+
+
+
+
+
+ +

+getToUser

+
+public User getToUser()
+
+
+
+
+
+
+ +

+setRelationshipType

+
+public void setRelationshipType(RelationshipType contactType)
+
+
+
+
+
+
+ +

+setFromUser

+
+public void setFromUser(User firstUser)
+
+
+
+
+
+
+ +

+setToUser

+
+public void setToUser(User secondUser)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/UserRelationship_.html b/primefaces-webapp/src/main/doc/com/mycompany/model/UserRelationship_.html new file mode 100644 index 0000000..4f8ebca --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/UserRelationship_.html @@ -0,0 +1,306 @@ + + + + + + +UserRelationship_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class UserRelationship_

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity_
+      extended by com.mycompany.model.UserRelationship_
+
+
+
+
public abstract class UserRelationship_
extends AbstractEntity_
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + +
+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
+ +

+relationshipType

+
+public static volatile javax.persistence.metamodel.SingularAttribute<UserRelationship,RelationshipType> relationshipType
+
+
+
+
+
+ +

+toUser

+
+public static volatile javax.persistence.metamodel.SingularAttribute<UserRelationship,User> toUser
+
+
+
+
+
+ +

+fromUser

+
+public static volatile javax.persistence.metamodel.SingularAttribute<UserRelationship,User> fromUser
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+UserRelationship_

+
+public UserRelationship_()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/User_.html b/primefaces-webapp/src/main/doc/com/mycompany/model/User_.html new file mode 100644 index 0000000..75e68a6 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/User_.html @@ -0,0 +1,540 @@ + + + + + + +User_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class User_

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity_
+      extended by com.mycompany.model.User_
+
+
+
+
public abstract class User_
extends AbstractEntity_
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+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
+ +

+acceptedTerms

+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.Boolean> acceptedTerms
+
+
+
+
+
+ +

+lastName

+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.String> lastName
+
+
+
+
+
+ +

+clickCount

+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.Integer> clickCount
+
+
+
+
+
+ +

+fromRelationships

+
+public static volatile javax.persistence.metamodel.SetAttribute<User,UserRelationship> fromRelationships
+
+
+
+
+
+ +

+theme

+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.String> theme
+
+
+
+
+
+ +

+hashCode

+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.Integer> hashCode
+
+
+
+
+
+ +

+emailAddress

+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.String> emailAddress
+
+
+
+
+
+ +

+toRelationships

+
+public static volatile javax.persistence.metamodel.SetAttribute<User,UserRelationship> toRelationships
+
+
+
+
+
+ +

+password

+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.String> password
+
+
+
+
+
+ +

+country

+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,Country> country
+
+
+
+
+
+ +

+username

+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.String> username
+
+
+
+
+
+ +

+eventsAttended

+
+public static volatile javax.persistence.metamodel.SetAttribute<User,EventAttendance> eventsAttended
+
+
+
+
+
+ +

+phoneNumber

+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.String> phoneNumber
+
+
+
+
+
+ +

+birthdate

+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.util.Date> birthdate
+
+
+
+
+
+ +

+gender

+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,Gender> gender
+
+
+
+
+
+ +

+firstName

+
+public static volatile javax.persistence.metamodel.SingularAttribute<User,java.lang.String> firstName
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+User_

+
+public User_()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/Venue.html b/primefaces-webapp/src/main/doc/com/mycompany/model/Venue.html new file mode 100644 index 0000000..0e4bd51 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/Venue.html @@ -0,0 +1,663 @@ + + + + + + +Venue + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class Venue

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity
+      extended by com.mycompany.model.Venue
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
@Entity
+public class Venue
extends AbstractEntity
+ + +

+JPA entity for venue data. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
Venue() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(java.lang.Object object) + +
+           
+ CitygetCity() + +
+           
+ java.lang.StringgetCompleteAddress() + +
+          This method returns the complete address of the venue.
+ CountrygetCountry() + +
+           
+ java.util.Set<Event>getEvents() + +
+           
+ java.lang.DoublegetLatitude() + +
+           
+ java.lang.DoublegetLongitude() + +
+           
+ java.lang.StringgetName() + +
+           
+ java.lang.StringgetPhoneNumber() + +
+           
+ ProvinceStategetProvinceState() + +
+           
+ java.lang.StringgetStreetAddress() + +
+           
+ inthashCode() + +
+           
+ voidsetCity(City city) + +
+           
+ voidsetCountry(Country country) + +
+           
+ voidsetEvents(java.util.Set<Event> events) + +
+           
+ voidsetLatitude(java.lang.Double latitude) + +
+           
+ voidsetLongitude(java.lang.Double longitude) + +
+           
+ voidsetName(java.lang.String name) + +
+           
+ voidsetPhoneNumber(java.lang.String phoneNumber) + +
+           
+ voidsetProvinceState(ProvinceState state) + +
+           
+ voidsetStreetAddress(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
+ +

+Venue

+
+public Venue()
+
+
+ + + + + + + + +
+Method Detail
+ +

+equals

+
+public boolean equals(java.lang.Object object)
+
+
+
Overrides:
equals in class AbstractEntity
+
+
+
+
+
+
+ +

+getCity

+
+public City getCity()
+
+
+
+
+
+
+ +

+getCompleteAddress

+
+public java.lang.String getCompleteAddress()
+
+
This method returns the complete address of the venue. +

+

+ +
Returns:
A string.
+
+
+
+ +

+getCountry

+
+public Country getCountry()
+
+
+
+
+
+
+ +

+getEvents

+
+public java.util.Set<Event> getEvents()
+
+
+
+
+
+
+ +

+getLatitude

+
+public java.lang.Double getLatitude()
+
+
+
+
+
+
+ +

+getLongitude

+
+public java.lang.Double getLongitude()
+
+
+
+
+
+
+ +

+getName

+
+public java.lang.String getName()
+
+
+
+
+
+
+ +

+getPhoneNumber

+
+public java.lang.String getPhoneNumber()
+
+
+
+
+
+
+ +

+getProvinceState

+
+public ProvinceState getProvinceState()
+
+
+
+
+
+
+ +

+getStreetAddress

+
+public java.lang.String getStreetAddress()
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class AbstractEntity
+
+
+
+
+
+
+ +

+setCity

+
+public void setCity(City city)
+
+
+
+
+
+
+ +

+setCountry

+
+public void setCountry(Country country)
+
+
+
+
+
+
+ +

+setEvents

+
+public void setEvents(java.util.Set<Event> events)
+
+
+
+
+
+
+ +

+setLatitude

+
+public void setLatitude(java.lang.Double latitude)
+
+
+
+
+
+
+ +

+setLongitude

+
+public void setLongitude(java.lang.Double longitude)
+
+
+
+
+
+
+ +

+setName

+
+public void setName(java.lang.String name)
+
+
+
+
+
+
+ +

+setPhoneNumber

+
+public void setPhoneNumber(java.lang.String phoneNumber)
+
+
+
+
+
+
+ +

+setProvinceState

+
+public void setProvinceState(ProvinceState state)
+
+
+
+
+
+
+ +

+setStreetAddress

+
+public void setStreetAddress(java.lang.String streetAddress)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/Venue_.html b/primefaces-webapp/src/main/doc/com/mycompany/model/Venue_.html new file mode 100644 index 0000000..d7286f4 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/Venue_.html @@ -0,0 +1,396 @@ + + + + + + +Venue_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.model +
+Class Venue_

+
+java.lang.Object
+  extended by com.mycompany.model.AbstractEntity_
+      extended by com.mycompany.model.Venue_
+
+
+
+
public abstract class Venue_
extends AbstractEntity_
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+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
+ +

+streetAddress

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Venue,java.lang.String> streetAddress
+
+
+
+
+
+ +

+provinceState

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Venue,ProvinceState> provinceState
+
+
+
+
+
+ +

+phoneNumber

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Venue,java.lang.String> phoneNumber
+
+
+
+
+
+ +

+events

+
+public static volatile javax.persistence.metamodel.SetAttribute<Venue,Event> events
+
+
+
+
+
+ +

+name

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Venue,java.lang.String> name
+
+
+
+
+
+ +

+hashCode

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Venue,java.lang.Integer> hashCode
+
+
+
+
+
+ +

+country

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Venue,Country> country
+
+
+
+
+
+ +

+city

+
+public static volatile javax.persistence.metamodel.SingularAttribute<Venue,City> city
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Venue_

+
+public Venue_()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/AbstractEntity.html b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/AbstractEntity.html new file mode 100644 index 0000000..00f9f81 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/AbstractEntity.html @@ -0,0 +1,284 @@ + + + + + + +Uses of Class com.mycompany.model.AbstractEntity + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.AbstractEntity

+
+ + + + + + + + + +
+Packages that use AbstractEntity
com.mycompany.model  
+  +

+ + + + + +
+Uses of AbstractEntity in com.mycompany.model
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of AbstractEntity in com.mycompany.model
+ classCity + +
+          JPA entity class for city data.
+ classContent + +
+          JPA entity for content data.
+ classCountry + +
+          JPA entity for country data.
+ classEvent + +
+          JPA entity for event data.
+ classEventAttendance + +
+          JPA entity for user event attendance data.
+ classIdea + +
+          JPA entity for mind map data.
+ classProvinceState + +
+          JPA entity for province/state data.
+ classUser + +
+          JPA entity for user data.
+ classUserRelationship + +
+          JPA entity for a relationship between two users.
+ classVenue + +
+          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 + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/AbstractEntity_.html b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/AbstractEntity_.html new file mode 100644 index 0000000..7f0bf4c --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/AbstractEntity_.html @@ -0,0 +1,252 @@ + + + + + + +Uses of Class com.mycompany.model.AbstractEntity_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.AbstractEntity_

+
+ + + + + + + + + +
+Packages that use AbstractEntity_
com.mycompany.model  
+  +

+ + + + + +
+Uses of AbstractEntity_ in com.mycompany.model
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of AbstractEntity_ in com.mycompany.model
+ classCity_ + +
+           
+ classContent_ + +
+           
+ classCountry_ + +
+           
+ classEvent_ + +
+           
+ classEventAttendance_ + +
+           
+ classIdea_ + +
+           
+ classProvinceState_ + +
+           
+ classUser_ + +
+           
+ classUserRelationship_ + +
+           
+ classVenue_ + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/ActiveUsers.html b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/ActiveUsers.html new file mode 100644 index 0000000..597f569 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/ActiveUsers.html @@ -0,0 +1,188 @@ + + + + + + +Uses of Class com.mycompany.model.ActiveUsers + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.ActiveUsers

+
+ + + + + + + + + +
+Packages that use ActiveUsers
com.mycompany.controller  
+  +

+ + + + + +
+Uses of ActiveUsers in com.mycompany.controller
+  +

+ + + + + + + + + + + + + +
Methods in com.mycompany.controller with parameters of type ActiveUsers
+ voidUserController.setActiveUsers(ActiveUsers activeUsers) + +
+           
+ voidLoginController.setActiveUsers(ActiveUsers activeUsers) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/City.html b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/City.html new file mode 100644 index 0000000..6ce44dc --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/City.html @@ -0,0 +1,492 @@ + + + + + + +Uses of Class com.mycompany.model.City + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.City

+
+ + + + + + + + + + + + + + + + + + + + + +
+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
+ CitySearchController.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
+ voidSearchController.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
+ CityVenue.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
+ voidVenue.setCity(City city) + +
+           
+  +

+ + + + + + + + + +
Method parameters in com.mycompany.model with type arguments of type City
+ voidProvinceState.setCities(java.util.Set<City> cities) + +
+           
+  +

+ + + + + +
+Uses of City in com.mycompany.service
+  +

+ + + + + + + + + + + + + +
Methods in com.mycompany.service that return City
+ CityCountryService.findCity(java.lang.String name, + ProvinceState provinceState) + +
+          Finds a City by name in the ProvinceState.
+ CityCountryService.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
+ CityCountryServiceImpl.findCity(java.lang.String name, + ProvinceState provinceState) + +
+           
+ CityCountryServiceImpl.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) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/City_.html b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/City_.html new file mode 100644 index 0000000..0407aa9 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/City_.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.model.City_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.City_

+
+No usage of com.mycompany.model.City_ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Content.html b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Content.html new file mode 100644 index 0000000..4684adc --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Content.html @@ -0,0 +1,355 @@ + + + + + + +Uses of Class com.mycompany.model.Content + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.Content

+
+ + + + + + + + + + + + + + + + + + + + + +
+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
+ ContentContentController.getContent() + +
+           
+  +

+ + + + + + + + + +
Methods in com.mycompany.controller with parameters of type Content
+ voidContentController.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
+ ContentContentService.findContentByName(java.lang.String name) + +
+          Finds a Content object by name.
+ ContentContentService.saveContent(Content content) + +
+          Saves a Content object.
+  +

+ + + + + + + + + +
Methods in com.mycompany.service with parameters of type Content
+ ContentContentService.saveContent(Content content) + +
+          Saves a Content object.
+  +

+ + + + + +
+Uses of Content in com.mycompany.service.impl
+  +

+ + + + + + + + + + + + + +
Methods in com.mycompany.service.impl that return Content
+ ContentContentServiceImpl.findContentByName(java.lang.String name) + +
+           
+ ContentContentServiceImpl.saveContent(Content content) + +
+           
+  +

+ + + + + + + + + +
Methods in com.mycompany.service.impl with parameters of type Content
+ ContentContentServiceImpl.saveContent(Content content) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Content_.html b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Content_.html new file mode 100644 index 0000000..76db924 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Content_.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.model.Content_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.Content_

+
+No usage of com.mycompany.model.Content_ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Country.html b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Country.html new file mode 100644 index 0000000..e37a7e6 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Country.html @@ -0,0 +1,505 @@ + + + + + + +Uses of Class com.mycompany.model.Country + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.Country

+
+ + + + + + + + + + + + + + + + + + + + + +
+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
+ CountryVenue.getCountry() + +
+           
+ CountryUser.getCountry() + +
+           
+ CountryProvinceState.getCountry() + +
+           
+  +

+ + + + + + + + + + + + + + + + + +
Methods in com.mycompany.model with parameters of type Country
+ voidVenue.setCountry(Country country) + +
+           
+ voidUser.setCountry(Country country) + +
+           
+ voidProvinceState.setCountry(Country country) + +
+           
+  +

+ + + + + +
+Uses of Country in com.mycompany.service
+  +

+ + + + + + + + + +
Methods in com.mycompany.service that return Country
+ CountryCountryService.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
+ ProvinceStateCountryService.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.
+ ProvinceStateCountryService.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
+ CountryCountryServiceImpl.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
+ ProvinceStateCountryServiceImpl.createProvinceState(Country country, + java.lang.String name) + +
+           
+ java.util.List<ProvinceState>CountryServiceImpl.findProvinceStatesByCountry(Country country) + +
+           
+ ProvinceStateCountryServiceImpl.findStateByName(Country country, + java.lang.String stateName) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Country_.html b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Country_.html new file mode 100644 index 0000000..65bab61 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Country_.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.model.Country_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.Country_

+
+No usage of com.mycompany.model.Country_ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Credentials.html b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Credentials.html new file mode 100644 index 0000000..59c5113 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Credentials.html @@ -0,0 +1,180 @@ + + + + + + +Uses of Class com.mycompany.model.Credentials + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.Credentials

+
+ + + + + + + + + +
+Packages that use Credentials
com.mycompany.controller  
+  +

+ + + + + +
+Uses of Credentials in com.mycompany.controller
+  +

+ + + + + + + + + +
Methods in com.mycompany.controller with parameters of type Credentials
+ voidLoginController.setCredentials(Credentials credentials) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Event.html b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Event.html new file mode 100644 index 0000000..56287b2 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Event.html @@ -0,0 +1,602 @@ + + + + + + +Uses of Class com.mycompany.model.Event + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.Event

+
+ + + + + + + + + + + + + + + + + + + + + +
+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
+ EventEventController.getEvent() + +
+          This method returns the currently selected Event.
+ EventSearchController.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
+ voidEventController.setEvent(Event event) + +
+          Sets the Event.
+ voidSearchController.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
+ EventEventAttendance.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
+ voidEventAttendance.setEvent(Event event) + +
+           
+  +

+ + + + + + + + + +
Method parameters in com.mycompany.model with type arguments of type Event
+ voidVenue.setEvents(java.util.Set<Event> events) + +
+           
+  +

+ + + + + +
+Uses of Event in com.mycompany.service
+  +

+ + + + + + + + + + + + + +
Methods in com.mycompany.service that return Event
+ EventEventService.findEventById(java.lang.Integer id) + +
+          Finds an Event by ID.
+ EventEventService.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
+ EventAttendanceEventService.findEventAttendance(Event event, + User user) + +
+          Finds the EventAttendance object for a particular Event + and User.
+ EventEventService.saveEvent(Event event) + +
+          Saves an Event.
+  +

+ + + + + +
+Uses of Event in com.mycompany.service.impl
+  +

+ + + + + + + + + + + + + +
Methods in com.mycompany.service.impl that return Event
+ EventEventServiceImpl.findEventById(java.lang.Integer id) + +
+           
+ EventEventServiceImpl.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
+ EventAttendanceEventServiceImpl.findEventAttendance(Event event, + User user) + +
+           
+ EventEventServiceImpl.saveEvent(Event event) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/EventAttendance.html b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/EventAttendance.html new file mode 100644 index 0000000..5eb013f --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/EventAttendance.html @@ -0,0 +1,458 @@ + + + + + + +Uses of Class com.mycompany.model.EventAttendance + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.EventAttendance

+
+ + + + + + + + + + + + + + + + + + + + + +
+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
+ voidEventController.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
+ voidEvent.setAttendance(java.util.Set<EventAttendance> usersAttended) + +
+           
+ voidUser.setEventsAttended(java.util.Set<EventAttendance> eventsAttended) + +
+           
+  +

+ + + + + +
+Uses of EventAttendance in com.mycompany.service
+  +

+ + + + + + + + + + + + + +
Methods in com.mycompany.service that return EventAttendance
+ EventAttendanceEventService.findEventAttendance(Event event, + User user) + +
+          Finds the EventAttendance object for a particular Event + and User.
+ EventAttendanceEventService.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
+ EventAttendanceEventService.saveAttendance(EventAttendance attendance) + +
+          Saves an EventAttendance object.
+  +

+ + + + + +
+Uses of EventAttendance in com.mycompany.service.impl
+  +

+ + + + + + + + + + + + + +
Methods in com.mycompany.service.impl that return EventAttendance
+ EventAttendanceEventServiceImpl.findEventAttendance(Event event, + User user) + +
+           
+ EventAttendanceEventServiceImpl.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
+ EventAttendanceEventServiceImpl.saveAttendance(EventAttendance attendance) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/EventAttendance_.html b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/EventAttendance_.html new file mode 100644 index 0000000..1eb81b1 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/EventAttendance_.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.model.EventAttendance_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.EventAttendance_

+
+No usage of com.mycompany.model.EventAttendance_ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/EventType.html b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/EventType.html new file mode 100644 index 0000000..fafb3f8 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/EventType.html @@ -0,0 +1,347 @@ + + + + + + +Uses of Class com.mycompany.model.EventType + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.EventType

+
+ + + + + + + + + + + + + + + + + + + + + +
+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
+ EventTypeSearchController.getEventType() + +
+           
+ EventType[]EventController.getEventTypes() + +
+          This method returns an array of EventType enum objects.
+  +

+ + + + + + + + + +
Methods in com.mycompany.controller with parameters of type EventType
+ voidSearchController.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
+ EventTypeEvent.getEventType() + +
+           
+static EventTypeEventType.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
+ voidEvent.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) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Event_.html b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Event_.html new file mode 100644 index 0000000..24efd86 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Event_.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.model.Event_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.Event_

+
+No usage of com.mycompany.model.Event_ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Gender.html b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Gender.html new file mode 100644 index 0000000..7fc0057 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Gender.html @@ -0,0 +1,316 @@ + + + + + + +Uses of Class com.mycompany.model.Gender + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.Gender

+
+ + + + + + + + + + + + + + + + + + + + + +
+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
+ GenderUser.getGender() + +
+           
+static GenderGender.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
+ voidUser.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) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Idea.html b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Idea.html new file mode 100644 index 0000000..bc5a112 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Idea.html @@ -0,0 +1,502 @@ + + + + + + +Uses of Class com.mycompany.model.Idea + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.Idea

+
+ + + + + + + + + + + + + + + + + + + + + +
+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
+ IdeaMindMapController.getNewIdea() + +
+           
+  +

+ + + + + + + + + +
Methods in com.mycompany.controller with parameters of type Idea
+ voidMindMapController.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
+ IdeaIdea.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
+ voidIdea.setParent(Idea parent) + +
+           
+  +

+ + + + + + + + + +
Method parameters in com.mycompany.model with type arguments of type Idea
+ voidIdea.setChildren(java.util.Set<Idea> children) + +
+           
+  +

+ + + + + +
+Uses of Idea in com.mycompany.service
+  +

+ + + + + + + + + + + + + +
Methods in com.mycompany.service that return Idea
+ IdeaIdeaService.findIdea(java.lang.Integer id) + +
+          Finds an Idea by ID.
+ IdeaIdeaService.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
+ voidIdeaService.buildMindMap(Idea idea, + org.primefaces.model.mindmap.MindmapNode root) + +
+          Populates a mind map data structure from an Idea using the + MindmapNode interface.
+ IdeaIdeaService.saveIdea(Idea newIdea) + +
+          Saves an Idea object.
+  +

+ + + + + +
+Uses of Idea in com.mycompany.service.impl
+  +

+ + + + + + + + + + + + + +
Methods in com.mycompany.service.impl that return Idea
+ IdeaIdeaServiceImpl.findIdea(java.lang.Integer id) + +
+           
+ IdeaIdeaServiceImpl.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
+ voidIdeaServiceImpl.buildMindMap(Idea parentIdea, + org.primefaces.model.mindmap.MindmapNode parentNode) + +
+          This method uses recursion to build the mind map data structure.
+ IdeaIdeaServiceImpl.saveIdea(Idea idea) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Idea_.html b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Idea_.html new file mode 100644 index 0000000..a87ca00 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Idea_.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.model.Idea_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.Idea_

+
+No usage of com.mycompany.model.Idea_ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/ProvinceState.html b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/ProvinceState.html new file mode 100644 index 0000000..523a38c --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/ProvinceState.html @@ -0,0 +1,594 @@ + + + + + + +Uses of Class com.mycompany.model.ProvinceState + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.ProvinceState

+
+ + + + + + + + + + + + + + + + + + + + + +
+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
+ ProvinceStateSearchController.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
+ voidSearchController.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
+ ProvinceStateVenue.getProvinceState() + +
+           
+ ProvinceStateCity.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
+ voidVenue.setProvinceState(ProvinceState state) + +
+           
+ voidCity.setProvinceState(ProvinceState state) + +
+           
+  +

+ + + + + + + + + +
Method parameters in com.mycompany.model with type arguments of type ProvinceState
+ voidCountry.setProvinceStates(java.util.Set<ProvinceState> states) + +
+           
+  +

+ + + + + +
+Uses of ProvinceState in com.mycompany.service
+  +

+ + + + + + + + + + + + + + + + + +
Methods in com.mycompany.service that return ProvinceState
+ ProvinceStateCountryService.createProvinceState(Country country, + java.lang.String value) + +
+          Creates a ProvinceState object for a particular Country.
+ ProvinceStateCountryService.findStateById(java.lang.Integer id) + +
+          Finds a ProvinceState object by ID.
+ ProvinceStateCountryService.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.
+ CityCountryService.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
+ ProvinceStateCountryServiceImpl.createProvinceState(Country country, + java.lang.String name) + +
+           
+ ProvinceStateCountryServiceImpl.findStateById(java.lang.Integer id) + +
+           
+ ProvinceStateCountryServiceImpl.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) + +
+           
+ CityCountryServiceImpl.findCity(java.lang.String name, + ProvinceState provinceState) + +
+           
+ java.util.List<Event>EventServiceImpl.findEvents(City city, + ProvinceState provinceState, + EventType eventType, + java.lang.String keyword) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/ProvinceState_.html b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/ProvinceState_.html new file mode 100644 index 0000000..25fa47a --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/ProvinceState_.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.model.ProvinceState_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.ProvinceState_

+
+No usage of com.mycompany.model.ProvinceState_ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/RelationshipType.html b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/RelationshipType.html new file mode 100644 index 0000000..9e3abb6 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/RelationshipType.html @@ -0,0 +1,335 @@ + + + + + + +Uses of Class com.mycompany.model.RelationshipType + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.RelationshipType

+
+ + + + + + + + + + + + + + + + + + + + + +
+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
+ RelationshipTypeContactsController.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
+ RelationshipTypeUserRelationship.getRelationshipType() + +
+           
+static RelationshipTypeRelationshipType.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
+ voidUserRelationship.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) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/User.html b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/User.html new file mode 100644 index 0000000..a6fb5b0 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/User.html @@ -0,0 +1,917 @@ + + + + + + +Uses of Class com.mycompany.model.User + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.User

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+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
+ UserUserController.findUser(java.lang.String username, + java.lang.String password) + +
+           
+ UserUserController.getUser() + +
+          Returns the currently logged in user.
+ UserSignupController.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
+ booleanUserController.isUserPresent(User user) + +
+           
+ voidSignupController.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
+ UserIdea.getAuthor() + +
+           
+ UserEvent.getCreatedBy() + +
+           
+ UserContent.getCreatedBy() + +
+           
+ UserUserRelationship.getFromUser() + +
+           
+ UserUserRelationship.getToUser() + +
+           
+ UserEventAttendance.getUser() + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in com.mycompany.model with parameters of type User
+ voidIdea.setAuthor(User author) + +
+           
+ voidEvent.setCreatedBy(User createdBy) + +
+           
+ voidContent.setCreatedBy(User createdBy) + +
+           
+ voidUserRelationship.setFromUser(User firstUser) + +
+           
+ voidUserRelationship.setToUser(User secondUser) + +
+           
+ voidEventAttendance.setUser(User user) + +
+           
+  +

+ + + + + +
+Uses of User in com.mycompany.service
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in com.mycompany.service that return User
+ UserUserService.findUser(java.lang.String username, + java.lang.String password) + +
+          Finds a User with the given username and password.
+ UserUserService.findUserById(java.lang.Integer id) + +
+          Finds a User by ID.
+ UserUserService.findUserByUsername(java.lang.String username) + +
+          Finds a User by username.
+ UserUserService.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.
+ EventAttendanceEventService.findEventAttendance(Event event, + User user) + +
+          Finds the EventAttendance object for a particular Event + and User.
+ UserRelationshipUserService.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.
+ UserUserService.saveUser(User user) + +
+          Saves a User object.
+  +

+ + + + + +
+Uses of User in com.mycompany.service.impl
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in com.mycompany.service.impl that return User
+ UserUserServiceImpl.findUser(java.lang.String username, + java.lang.String password) + +
+           
+ UserUserServiceImpl.findUserById(java.lang.Integer id) + +
+           
+ UserUserServiceImpl.findUserByUsername(java.lang.String username) + +
+           
+ UserUserServiceImpl.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) + +
+           
+ EventAttendanceEventServiceImpl.findEventAttendance(Event event, + User user) + +
+           
+ UserRelationshipUserServiceImpl.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) + +
+           
+ UserUserServiceImpl.saveUser(User user) + +
+           
+  +

+ + + + + +
+Uses of User in com.mycompany.util
+  +

+ + + + + + + + + +
Methods in com.mycompany.util that return User
+ UserUserSession.getUser() + +
+          Returns the current User.
+  +

+ + + + + + + + + +
Methods in com.mycompany.util with parameters of type User
+ voidUserSession.setUser(User user) + +
+          Sets the User.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/UserRelationship.html b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/UserRelationship.html new file mode 100644 index 0000000..5b49f98 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/UserRelationship.html @@ -0,0 +1,414 @@ + + + + + + +Uses of Class com.mycompany.model.UserRelationship + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.UserRelationship

+
+ + + + + + + + + + + + + + + + + + + + + +
+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
+ UserRelationshipContactsController.getRelationship() + +
+           
+  +

+ + + + + + + + + +
Methods in com.mycompany.controller with parameters of type UserRelationship
+ voidContactsController.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
+ voidUser.setFromRelationships(java.util.Set<UserRelationship> fromRelationships) + +
+           
+ voidUser.setToRelationships(java.util.Set<UserRelationship> toRelationships) + +
+           
+  +

+ + + + + +
+Uses of UserRelationship in com.mycompany.service
+  +

+ + + + + + + + + + + + + +
Methods in com.mycompany.service that return UserRelationship
+ UserRelationshipUserService.findRelationshipToUser(User user1, + User user2) + +
+          Finds a UserRelationship object representing a relationship + between two User objects.
+ UserRelationshipUserService.saveRelationship(UserRelationship relationship) + +
+          Saves a UserRelationship object.
+  +

+ + + + + + + + + +
Methods in com.mycompany.service with parameters of type UserRelationship
+ UserRelationshipUserService.saveRelationship(UserRelationship relationship) + +
+          Saves a UserRelationship object.
+  +

+ + + + + +
+Uses of UserRelationship in com.mycompany.service.impl
+  +

+ + + + + + + + + + + + + +
Methods in com.mycompany.service.impl that return UserRelationship
+ UserRelationshipUserServiceImpl.findRelationshipToUser(User user1, + User user2) + +
+           
+ UserRelationshipUserServiceImpl.saveRelationship(UserRelationship relationship) + +
+           
+  +

+ + + + + + + + + +
Methods in com.mycompany.service.impl with parameters of type UserRelationship
+ UserRelationshipUserServiceImpl.saveRelationship(UserRelationship relationship) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/UserRelationship_.html b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/UserRelationship_.html new file mode 100644 index 0000000..f82878d --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/UserRelationship_.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.model.UserRelationship_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.UserRelationship_

+
+No usage of com.mycompany.model.UserRelationship_ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/User_.html b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/User_.html new file mode 100644 index 0000000..acfe9af --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/User_.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.model.User_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.User_

+
+No usage of com.mycompany.model.User_ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Venue.html b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Venue.html new file mode 100644 index 0000000..9999ad3 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Venue.html @@ -0,0 +1,491 @@ + + + + + + +Uses of Class com.mycompany.model.Venue + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.Venue

+
+ + + + + + + + + + + + + + + + + + + + + +
+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
+ VenueVenueController.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
+ voidVenueController.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
+ VenueEvent.getVenue() + +
+           
+  +

+ + + + + + + + + +
Methods in com.mycompany.model with parameters of type Venue
+ voidEvent.setVenue(Venue venue) + +
+           
+  +

+ + + + + +
+Uses of Venue in com.mycompany.service
+  +

+ + + + + + + + + + + + + +
Methods in com.mycompany.service that return Venue
+ VenueVenueService.findVenueById(java.lang.Integer id) + +
+          Finds a Venue object by ID.
+ VenueVenueService.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
+ voidVenueService.deleteVenue(Venue venue) + +
+          Deletes a Venue object.
+ VenueVenueService.saveVenue(Venue venue) + +
+          Saves a Venue object.
+  +

+ + + + + +
+Uses of Venue in com.mycompany.service.impl
+  +

+ + + + + + + + + + + + + +
Methods in com.mycompany.service.impl that return Venue
+ VenueVenueServiceImpl.findVenueById(java.lang.Integer id) + +
+           
+ VenueVenueServiceImpl.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
+ voidVenueServiceImpl.deleteVenue(Venue venue) + +
+           
+ VenueVenueServiceImpl.saveVenue(Venue venue) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Venue_.html b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Venue_.html new file mode 100644 index 0000000..602c16f --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/class-use/Venue_.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.model.Venue_ + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.model.Venue_

+
+No usage of com.mycompany.model.Venue_ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/package-frame.html b/primefaces-webapp/src/main/doc/com/mycompany/model/package-frame.html new file mode 100644 index 0000000..1893cda --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/package-frame.html @@ -0,0 +1,93 @@ + + + + + + +com.mycompany.model + + + + + + + + + + + +com.mycompany.model + + + + +
+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
+ + + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/package-summary.html b/primefaces-webapp/src/main/doc/com/mycompany/model/package-summary.html new file mode 100644 index 0000000..47ddd5c --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/package-summary.html @@ -0,0 +1,272 @@ + + + + + + +com.mycompany.model + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.mycompany.model +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
AbstractEntityAbstract class for JPA entities.
AbstractEntity_ 
ActiveUsersApplication-scoped JSF managed bean storing User objects for presence + purposes.
CityJPA entity class for city data.
City_ 
ContentJPA entity for content data.
Content_ 
CountryJPA entity for country data.
Country_ 
CredentialsCDI-managed bean in request scope for user credentials.
EventJPA entity for event data.
Event_ 
EventAttendanceJPA entity for user event attendance data.
EventAttendance_ 
IdeaJPA entity for mind map data.
Idea_ 
ProvinceStateJPA entity for province/state data.
ProvinceState_ 
UserJPA entity for user data.
User_ 
UserRelationshipJPA entity for a relationship between two users.
UserRelationship_ 
VenueJPA entity for venue data.
Venue_ 
+  + +

+ + + + + + + + + + + + + + + + + +
+Enum Summary
EventTypeRepresents an event type.
GenderRepresents a gender.
RelationshipTypeRepresents a relationship type.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/package-tree.html b/primefaces-webapp/src/main/doc/com/mycompany/model/package-tree.html new file mode 100644 index 0000000..7864761 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/package-tree.html @@ -0,0 +1,177 @@ + + + + + + +com.mycompany.model Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.mycompany.model +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/model/package-use.html b/primefaces-webapp/src/main/doc/com/mycompany/model/package-use.html new file mode 100644 index 0000000..882c74c --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/model/package-use.html @@ -0,0 +1,559 @@ + + + + + + +Uses of Package com.mycompany.model + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.mycompany.model

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

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

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

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

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

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

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/ChartService.html b/primefaces-webapp/src/main/doc/com/mycompany/service/ChartService.html new file mode 100644 index 0000000..7464c35 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/ChartService.html @@ -0,0 +1,222 @@ + + + + + + +ChartService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.service +
+Interface ChartService

+
+
All Known Implementing Classes:
ChartServiceImpl
+
+
+
+
public interface ChartService
+ + +

+Interface for a chart service. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + + +
+Method Summary
+ java.util.List<java.lang.Object[]>findEventAttendanceByGender(Gender gender) + +
+          Finds all event attendance data by gender.
+  +

+ + + + + + + + +
+Method Detail
+ +

+findEventAttendanceByGender

+
+java.util.List<java.lang.Object[]> findEventAttendanceByGender(Gender gender)
+
+
Finds all event attendance data by gender. +

+

+
Parameters:
gender - The Gender enum. +
Returns:
A List of Object arrays. First element is the event date, second + element is the number of people by gender who attended this + event.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/ContentService.html b/primefaces-webapp/src/main/doc/com/mycompany/service/ContentService.html new file mode 100644 index 0000000..99dc7d0 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/ContentService.html @@ -0,0 +1,242 @@ + + + + + + +ContentService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.service +
+Interface ContentService

+
+
All Known Implementing Classes:
ContentServiceImpl
+
+
+
+
public interface ContentService
+ + +

+Interface for a content service. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ ContentfindContentByName(java.lang.String name) + +
+          Finds a Content object by name.
+ ContentsaveContent(Content content) + +
+          Saves a Content object.
+  +

+ + + + + + + + +
+Method Detail
+ +

+findContentByName

+
+Content findContentByName(java.lang.String name)
+
+
Finds a Content object by name. +

+

+
Parameters:
name - The name to find. +
Returns:
A Content object.
+
+
+
+ +

+saveContent

+
+Content saveContent(Content content)
+
+
Saves a Content object. +

+

+
Parameters:
content - The object to save. +
Returns:
The saved object.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/CountryService.html b/primefaces-webapp/src/main/doc/com/mycompany/service/CountryService.html new file mode 100644 index 0000000..ba9002a --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/CountryService.html @@ -0,0 +1,455 @@ + + + + + + +CountryService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.service +
+Interface CountryService

+
+
All Known Implementing Classes:
CountryServiceImpl
+
+
+
+
public interface CountryService
+ + +

+Service class for country-related operations. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ProvinceStatecreateProvinceState(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.
+ CityfindCity(java.lang.String name, + ProvinceState provinceState) + +
+          Finds a City by name in the ProvinceState.
+ CityfindCityById(java.lang.Integer id) + +
+          Finds a City object by ID.
+ CountryfindCountryById(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.
+ ProvinceStatefindStateById(java.lang.Integer id) + +
+          Finds a ProvinceState object by ID.
+ ProvinceStatefindStateByName(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.
+ voidinit(javax.servlet.ServletContext context) + +
+          Invoked during the ServletContext initialization to populate the + database with sample data.
+  +

+ + + + + + + + +
+Method Detail
+ +

+createProvinceState

+
+ProvinceState createProvinceState(Country country,
+                                  java.lang.String value)
+
+
Creates a ProvinceState object for a particular Country. +

+

+
Parameters:
country - The Country in which the ProvinceState is located.
value - The name of the ProvinceState. +
Returns:
The newly created ProvinceState object.
+
+
+
+ +

+findCitiesByState

+
+java.util.List<City> findCitiesByState(ProvinceState provinceState)
+
+
Finds a list of City objects for the given ProvinceState. +

+

+
Parameters:
provinceState - The ProvinceState object for which to find cities. +
Returns:
A List of City objects.
+
+
+
+ +

+findCity

+
+City findCity(java.lang.String name,
+              ProvinceState provinceState)
+
+
Finds a City by name in the ProvinceState. +

+

+
Parameters:
name - The name of the city.
provinceState - The province/state in which to find the city. +
Returns:
A City object.
+
+
+
+ +

+findCityById

+
+City findCityById(java.lang.Integer id)
+
+
Finds a City object by ID. +

+

+
Parameters:
id - The ID of the city. +
Returns:
A City object.
+
+
+
+ +

+findCountryById

+
+Country findCountryById(java.lang.Integer id)
+
+
Finds a Country object by ID. +

+

+
Parameters:
id - The ID of the country. +
Returns:
A Country object.
+
+
+
+ +

+findProvinceStatesByCountry

+
+java.util.List<ProvinceState> findProvinceStatesByCountry(Country country)
+
+
Finds a List of ProvinceState objects for a particular + Country. +

+

+
Parameters:
country - The Country object. +
Returns:
A List of ProvinceState objects.
+
+
+
+ +

+findStateById

+
+ProvinceState findStateById(java.lang.Integer id)
+
+
Finds a ProvinceState object by ID. +

+

+
Parameters:
id - The ID of the ProvinceState object. +
Returns:
A ProvinceState object.
+
+
+
+ +

+findStateByName

+
+ProvinceState findStateByName(Country country,
+                              java.lang.String name)
+
+
Finds a ProvinceState object by name within a particular + Country. +

+

+
Parameters:
country - The Country object.
name - The name of the ProvinceState to find. +
Returns:
A ProvinceState object.
+
+
+
+ +

+getCountries

+
+java.util.List<Country> getCountries()
+
+
Returns all Country objects. +

+

+ +
Returns:
A List of Country objects.
+
+
+
+ +

+getProvinceStates

+
+java.util.List<ProvinceState> getProvinceStates()
+
+
Returns all ProvinceState objects. +

+

+ +
Returns:
A List of ProvinceState objects.
+
+
+
+ +

+init

+
+void init(@Observes
+          javax.servlet.ServletContext context)
+          throws java.lang.Exception
+
+
Invoked during the ServletContext initialization to populate the + database with sample data. +

+

+
Parameters:
context - The ServletContext object. +
Throws: +
java.lang.Exception - If something goes wrong.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/EventService.html b/primefaces-webapp/src/main/doc/com/mycompany/service/EventService.html new file mode 100644 index 0000000..f64a38a --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/EventService.html @@ -0,0 +1,392 @@ + + + + + + +EventService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.service +
+Interface EventService

+
+
All Known Implementing Classes:
EventServiceImpl
+
+
+
+
public interface EventService
+ + +

+Interfaces for an event service. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+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.
+ EventAttendancefindEventAttendance(Event event, + User user) + +
+          Finds the EventAttendance object for a particular Event + and User.
+ EventfindEventById(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.
+ EventAttendancesaveAttendance(EventAttendance attendance) + +
+          Saves an EventAttendance object.
+ EventsaveEvent(Event event) + +
+          Saves an Event.
+  +

+ + + + + + + + +
+Method Detail
+ +

+findAllEvents

+
+java.util.List<Event> findAllEvents()
+
+
Finds all Event objects. +

+

+ +
Returns:
A List of Event objects.
+
+
+
+ +

+findAllEventsAttendanceByUser

+
+java.util.List<EventAttendance> findAllEventsAttendanceByUser(User user)
+
+
Finds all EventAttendance objects for a particular User. +

+

+
Parameters:
user - The User object. +
Returns:
A List of EventAttendance objects.
+
+
+
+ +

+findEventAttendance

+
+EventAttendance findEventAttendance(Event event,
+                                    User user)
+
+
Finds the EventAttendance object for a particular Event + and User. +

+

+
Parameters:
event - The Event object.
user - The User object. +
Returns:
An EventAttendance object.
+
+
+
+ +

+findEventById

+
+Event findEventById(java.lang.Integer id)
+
+
Finds an Event by ID. +

+

+
Parameters:
id - The Event ID. +
Returns:
An Event object.
+
+
+
+ +

+findEvents

+
+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. +

+

+
Parameters:
city - The City object.
provinceState - The ProvinceState object.
eventType - The EventType object.
keyword - A keyword. +
Returns:
A List of Event objects.
+
+
+
+ +

+findUserEvents

+
+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. +

+

+
Parameters:
start - The start date.
end - The end date.
user - The User object. +
Returns:
A List of Event objects.
+
+
+
+ +

+saveAttendance

+
+EventAttendance saveAttendance(EventAttendance attendance)
+
+
Saves an EventAttendance object. +

+

+
Parameters:
attendance - The EventAttendance object. +
Returns:
The saved object.
+
+
+
+ +

+saveEvent

+
+Event saveEvent(Event event)
+
+
Saves an Event. +

+

+
Parameters:
event - The Event object. +
Returns:
The saved object.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/IdeaService.html b/primefaces-webapp/src/main/doc/com/mycompany/service/IdeaService.html new file mode 100644 index 0000000..e5e491d --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/IdeaService.html @@ -0,0 +1,289 @@ + + + + + + +IdeaService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.service +
+Interface IdeaService

+
+
All Known Implementing Classes:
IdeaServiceImpl
+
+
+
+
public interface IdeaService
+ + +

+Interface for an idea service. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidbuildMindMap(Idea idea, + org.primefaces.model.mindmap.MindmapNode root) + +
+          Populates a mind map data structure from an Idea using the + MindmapNode interface.
+ IdeafindIdea(java.lang.Integer id) + +
+          Finds an Idea by ID.
+ java.util.List<Idea>findIdeas() + +
+          Finds a list of Idea objects.
+ IdeasaveIdea(Idea newIdea) + +
+          Saves an Idea object.
+  +

+ + + + + + + + +
+Method Detail
+ +

+buildMindMap

+
+void buildMindMap(Idea idea,
+                  org.primefaces.model.mindmap.MindmapNode root)
+
+
Populates a mind map data structure from an Idea using the + MindmapNode interface. +

+

+
Parameters:
idea - The Idea object.
root - The root of the mind map tree.
+
+
+
+ +

+findIdea

+
+Idea findIdea(java.lang.Integer id)
+
+
Finds an Idea by ID. +

+

+
Parameters:
id - The Idea object's ID. +
Returns:
An Idea object.
+
+
+
+ +

+findIdeas

+
+java.util.List<Idea> findIdeas()
+
+
Finds a list of Idea objects. +

+

+ +
Returns:
+
+
+
+ +

+saveIdea

+
+Idea saveIdea(Idea newIdea)
+
+
Saves an Idea object. +

+

+
Parameters:
newIdea - The Idea to save. +
Returns:
The saved Idea.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/UserService.html b/primefaces-webapp/src/main/doc/com/mycompany/service/UserService.html new file mode 100644 index 0000000..773bd9d --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/UserService.html @@ -0,0 +1,409 @@ + + + + + + +UserService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.service +
+Interface UserService

+
+
All Known Implementing Classes:
UserServiceImpl
+
+
+
+
public interface UserService
+ + +

+Interface for user service. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ UserRelationshipfindRelationshipToUser(User user1, + User user2) + +
+          Finds a UserRelationship object representing a relationship + between two User objects.
+ UserfindUser(java.lang.String username, + java.lang.String password) + +
+          Finds a User with the given username and password.
+ UserfindUserById(java.lang.Integer id) + +
+          Finds a User by ID.
+ UserfindUserByUsername(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.
+ UserRelationshipsaveRelationship(UserRelationship relationship) + +
+          Saves a UserRelationship object.
+ UsersaveUser(User user) + +
+          Saves a User object.
+  +

+ + + + + + + + +
+Method Detail
+ +

+findRelationshipToUser

+
+UserRelationship findRelationshipToUser(User user1,
+                                        User user2)
+
+
Finds a UserRelationship object representing a relationship + between two User objects. +

+

+
Parameters:
user1 - The first user.
user2 - The second user. +
Returns:
A UserRelationship object.
+
+
+
+ +

+findUser

+
+User findUser(java.lang.String username,
+              java.lang.String password)
+
+
Finds a User with the given username and password. Used for + authentication. +

+

+
Parameters:
username - The username.
password - The password. +
Returns:
A User object if found.
+
+
+
+ +

+findUserById

+
+User findUserById(java.lang.Integer id)
+
+
Finds a User by ID. +

+

+
Parameters:
id - The user's ID. +
Returns:
A User object.
+
+
+
+ +

+findUserByUsername

+
+User findUserByUsername(java.lang.String username)
+
+
Finds a User by username. +

+

+
Parameters:
username - The username. +
Returns:
A User object.
+
+
+
+ +

+findUsers

+
+java.util.List<User> findUsers()
+
+
Finds a List of all User objects. +

+

+ +
Returns:
A List of User objects.
+
+
+
+ +

+findUsersByName

+
+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. +

+

+
Parameters:
suggest - The partial string. +
Returns:
A List of User objects.
+
+
+
+ +

+findUsersByType

+
+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. +

+

+
Parameters:
type - The RelationshipType object.
user - The User object. +
Returns:
A List of User objects.
+
+
+
+ +

+saveRelationship

+
+UserRelationship saveRelationship(UserRelationship relationship)
+
+
Saves a UserRelationship object. +

+

+
Parameters:
relationship - The UserRelationship to save. +
Returns:
The saved object.
+
+
+
+ +

+saveUser

+
+User saveUser(User user)
+
+
Saves a User object. +

+

+
Parameters:
user - The user to save. +
Returns:
The saved object.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/VenueService.html b/primefaces-webapp/src/main/doc/com/mycompany/service/VenueService.html new file mode 100644 index 0000000..8b15c08 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/VenueService.html @@ -0,0 +1,285 @@ + + + + + + +VenueService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.service +
+Interface VenueService

+
+
All Known Implementing Classes:
VenueServiceImpl
+
+
+
+
public interface VenueService
+ + +

+Interface for a venue service. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddeleteVenue(Venue venue) + +
+          Deletes a Venue object.
+ VenuefindVenueById(java.lang.Integer id) + +
+          Finds a Venue object by ID.
+ java.util.List<Venue>findVenues() + +
+          Finds a List of all Venue objects.
+ VenuesaveVenue(Venue venue) + +
+          Saves a Venue object.
+  +

+ + + + + + + + +
+Method Detail
+ +

+deleteVenue

+
+void deleteVenue(Venue venue)
+
+
Deletes a Venue object. +

+

+
Parameters:
venue - The Venue to delete.
+
+
+
+ +

+findVenueById

+
+Venue findVenueById(java.lang.Integer id)
+
+
Finds a Venue object by ID. +

+

+
Parameters:
id - The ID of the Venue. +
Returns:
The Venue object.
+
+
+
+ +

+findVenues

+
+java.util.List<Venue> findVenues()
+
+
Finds a List of all Venue objects. +

+

+ +
Returns:
A List of Venue objects.
+
+
+
+ +

+saveVenue

+
+Venue saveVenue(Venue venue)
+
+
Saves a Venue object. +

+

+
Parameters:
venue - The Venue to save. +
Returns:
The saved object.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/class-use/ChartService.html b/primefaces-webapp/src/main/doc/com/mycompany/service/class-use/ChartService.html new file mode 100644 index 0000000..64703d8 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/class-use/ChartService.html @@ -0,0 +1,209 @@ + + + + + + +Uses of Interface com.mycompany.service.ChartService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.mycompany.service.ChartService

+
+ + + + + + + + + + + + + +
+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
+ voidChartController.setChartService(ChartService chartService) + +
+           
+  +

+ + + + + +
+Uses of ChartService in com.mycompany.service.impl
+  +

+ + + + + + + + + +
Classes in com.mycompany.service.impl that implement ChartService
+ classChartServiceImpl + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/class-use/ContentService.html b/primefaces-webapp/src/main/doc/com/mycompany/service/class-use/ContentService.html new file mode 100644 index 0000000..2ba5459 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/class-use/ContentService.html @@ -0,0 +1,209 @@ + + + + + + +Uses of Interface com.mycompany.service.ContentService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.mycompany.service.ContentService

+
+ + + + + + + + + + + + + +
+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
+ voidContentController.setContentService(ContentService contentService) + +
+           
+  +

+ + + + + +
+Uses of ContentService in com.mycompany.service.impl
+  +

+ + + + + + + + + +
Classes in com.mycompany.service.impl that implement ContentService
+ classContentServiceImpl + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/class-use/CountryService.html b/primefaces-webapp/src/main/doc/com/mycompany/service/class-use/CountryService.html new file mode 100644 index 0000000..f7e7d13 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/class-use/CountryService.html @@ -0,0 +1,226 @@ + + + + + + +Uses of Interface com.mycompany.service.CountryService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.mycompany.service.CountryService

+
+ + + + + + + + + + + + + +
+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
+ voidVenueController.setCountryService(CountryService countryService) + +
+           
+ voidSignupController.setCountryService(CountryService countryService) + +
+           
+ voidSearchController.setCountryService(CountryService countryService) + +
+           
+  +

+ + + + + +
+Uses of CountryService in com.mycompany.service.impl
+  +

+ + + + + + + + + +
Classes in com.mycompany.service.impl that implement CountryService
+ classCountryServiceImpl + +
+           + Controller class for countries.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/class-use/EventService.html b/primefaces-webapp/src/main/doc/com/mycompany/service/class-use/EventService.html new file mode 100644 index 0000000..bb47e12 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/class-use/EventService.html @@ -0,0 +1,217 @@ + + + + + + +Uses of Interface com.mycompany.service.EventService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.mycompany.service.EventService

+
+ + + + + + + + + + + + + +
+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
+ voidSearchController.setEventService(EventService eventService) + +
+           
+ voidEventController.setEventService(EventService eventService) + +
+           
+  +

+ + + + + +
+Uses of EventService in com.mycompany.service.impl
+  +

+ + + + + + + + + +
Classes in com.mycompany.service.impl that implement EventService
+ classEventServiceImpl + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/class-use/IdeaService.html b/primefaces-webapp/src/main/doc/com/mycompany/service/class-use/IdeaService.html new file mode 100644 index 0000000..ea5c917 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/class-use/IdeaService.html @@ -0,0 +1,209 @@ + + + + + + +Uses of Interface com.mycompany.service.IdeaService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.mycompany.service.IdeaService

+
+ + + + + + + + + + + + + +
+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
+ voidMindMapController.setIdeaService(IdeaService ideaService) + +
+           
+  +

+ + + + + +
+Uses of IdeaService in com.mycompany.service.impl
+  +

+ + + + + + + + + +
Classes in com.mycompany.service.impl that implement IdeaService
+ classIdeaServiceImpl + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/class-use/UserService.html b/primefaces-webapp/src/main/doc/com/mycompany/service/class-use/UserService.html new file mode 100644 index 0000000..a15fab4 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/class-use/UserService.html @@ -0,0 +1,241 @@ + + + + + + +Uses of Interface com.mycompany.service.UserService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.mycompany.service.UserService

+
+ + + + + + + + + + + + + +
+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
+ voidUserController.setUserService(UserService userService) + +
+           
+ voidSignupController.setUserService(UserService userService) + +
+           
+ voidLoginController.setUserService(UserService userService) + +
+           
+ voidContactsController.setUserService(UserService userService) + +
+           
+ voidChartController.setUserService(UserService userService) + +
+           
+  +

+ + + + + +
+Uses of UserService in com.mycompany.service.impl
+  +

+ + + + + + + + + +
Classes in com.mycompany.service.impl that implement UserService
+ classUserServiceImpl + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/class-use/VenueService.html b/primefaces-webapp/src/main/doc/com/mycompany/service/class-use/VenueService.html new file mode 100644 index 0000000..04c33a1 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/class-use/VenueService.html @@ -0,0 +1,209 @@ + + + + + + +Uses of Interface com.mycompany.service.VenueService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.mycompany.service.VenueService

+
+ + + + + + + + + + + + + +
+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
+ voidVenueController.setVenueService(VenueService venueService) + +
+           
+  +

+ + + + + +
+Uses of VenueService in com.mycompany.service.impl
+  +

+ + + + + + + + + +
Classes in com.mycompany.service.impl that implement VenueService
+ classVenueServiceImpl + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/impl/AbstractService.html b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/AbstractService.html new file mode 100644 index 0000000..3387d46 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/AbstractService.html @@ -0,0 +1,227 @@ + + + + + + +AbstractService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.service.impl +
+Class AbstractService

+
+java.lang.Object
+  extended by com.mycompany.service.impl.AbstractService
+
+
+
Direct Known Subclasses:
ChartServiceImpl, ContentServiceImpl, CountryServiceImpl, EventServiceImpl, IdeaServiceImpl, UserServiceImpl, VenueServiceImpl
+
+
+
+
public abstract class AbstractService
extends java.lang.Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
AbstractService() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+AbstractService

+
+public AbstractService()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/impl/ChartServiceImpl.html b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/ChartServiceImpl.html new file mode 100644 index 0000000..12fbda8 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/ChartServiceImpl.html @@ -0,0 +1,266 @@ + + + + + + +ChartServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.service.impl +
+Class ChartServiceImpl

+
+java.lang.Object
+  extended by com.mycompany.service.impl.AbstractService
+      extended by com.mycompany.service.impl.ChartServiceImpl
+
+
+
All Implemented Interfaces:
ChartService
+
+
+
+
@Named(value="chartService")
+public class ChartServiceImpl
extends AbstractService
implements ChartService
+ + +

+


+ +

+ + + + + + + + + + + +
+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
+ +

+ChartServiceImpl

+
+public ChartServiceImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+findEventAttendanceByGender

+
+public java.util.List<java.lang.Object[]> findEventAttendanceByGender(Gender gender)
+
+
Description copied from interface: ChartService
+
Finds all event attendance data by gender. +

+

+
Specified by:
findEventAttendanceByGender in interface ChartService
+
+
+
Parameters:
gender - The Gender enum. +
Returns:
A List of Object arrays. First element is the event date, second + element is the number of people by gender who attended this + event.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/impl/ContentServiceImpl.html b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/ContentServiceImpl.html new file mode 100644 index 0000000..a9acfa6 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/ContentServiceImpl.html @@ -0,0 +1,290 @@ + + + + + + +ContentServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.service.impl +
+Class ContentServiceImpl

+
+java.lang.Object
+  extended by com.mycompany.service.impl.AbstractService
+      extended by com.mycompany.service.impl.ContentServiceImpl
+
+
+
All Implemented Interfaces:
ContentService
+
+
+
+
@Named(value="contentService")
+public class ContentServiceImpl
extends AbstractService
implements ContentService
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ContentServiceImpl() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ ContentfindContentByName(java.lang.String name) + +
+          Finds a Content object by name.
+ ContentsaveContent(Content content) + +
+          Saves a Content object.
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ContentServiceImpl

+
+public ContentServiceImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+findContentByName

+
+public Content findContentByName(java.lang.String name)
+
+
Description copied from interface: ContentService
+
Finds a Content object by name. +

+

+
Specified by:
findContentByName in interface ContentService
+
+
+
Parameters:
name - The name to find. +
Returns:
A Content object.
+
+
+
+ +

+saveContent

+
+public Content saveContent(Content content)
+
+
Description copied from interface: ContentService
+
Saves a Content object. +

+

+
Specified by:
saveContent in interface ContentService
+
+
+
Parameters:
content - The object to save. +
Returns:
The saved object.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/impl/CountryServiceImpl.html b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/CountryServiceImpl.html new file mode 100644 index 0000000..c5c3030 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/CountryServiceImpl.html @@ -0,0 +1,553 @@ + + + + + + +CountryServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.service.impl +
+Class CountryServiceImpl

+
+java.lang.Object
+  extended by com.mycompany.service.impl.AbstractService
+      extended by com.mycompany.service.impl.CountryServiceImpl
+
+
+
All Implemented Interfaces:
CountryService
+
+
+
+
@Named(value="countryService")
+public class CountryServiceImpl
extends AbstractService
implements CountryService
+ + +

+

+ 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. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
CountryServiceImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ProvinceStatecreateProvinceState(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.
+ CityfindCity(java.lang.String name, + ProvinceState provinceState) + +
+          Finds a City by name in the ProvinceState.
+ CityfindCityById(java.lang.Integer id) + +
+          Finds a City object by ID.
+ CountryfindCountryById(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.
+ ProvinceStatefindStateById(java.lang.Integer id) + +
+          Finds a ProvinceState object by ID.
+ ProvinceStatefindStateByName(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.
+ voidinit(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
+ +

+CountryServiceImpl

+
+public CountryServiceImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+createProvinceState

+
+public ProvinceState createProvinceState(Country country,
+                                         java.lang.String name)
+
+
Description copied from interface: CountryService
+
Creates a ProvinceState object for a particular Country. +

+

+
Specified by:
createProvinceState in interface CountryService
+
+
+
Parameters:
country - The Country in which the ProvinceState is located.
name - The name of the ProvinceState. +
Returns:
The newly created ProvinceState object.
+
+
+
+ +

+findCitiesByState

+
+public java.util.List<City> findCitiesByState(ProvinceState state)
+
+
Description copied from interface: CountryService
+
Finds a list of City objects for the given ProvinceState. +

+

+
Specified by:
findCitiesByState in interface CountryService
+
+
+
Parameters:
state - The ProvinceState object for which to find cities. +
Returns:
A List of City objects.
+
+
+
+ +

+findCity

+
+public City findCity(java.lang.String name,
+                     ProvinceState provinceState)
+
+
Description copied from interface: CountryService
+
Finds a City by name in the ProvinceState. +

+

+
Specified by:
findCity in interface CountryService
+
+
+
Parameters:
name - The name of the city.
provinceState - The province/state in which to find the city. +
Returns:
A City object.
+
+
+
+ +

+findCityById

+
+public City findCityById(java.lang.Integer id)
+
+
Description copied from interface: CountryService
+
Finds a City object by ID. +

+

+
Specified by:
findCityById in interface CountryService
+
+
+
Parameters:
id - The ID of the city. +
Returns:
A City object.
+
+
+
+ +

+findCountryById

+
+public Country findCountryById(java.lang.Integer id)
+
+
Description copied from interface: CountryService
+
Finds a Country object by ID. +

+

+
Specified by:
findCountryById in interface CountryService
+
+
+
Parameters:
id - The ID of the country. +
Returns:
A Country object.
+
+
+
+ +

+findProvinceStatesByCountry

+
+public java.util.List<ProvinceState> findProvinceStatesByCountry(Country country)
+
+
Description copied from interface: CountryService
+
Finds a List of ProvinceState objects for a particular + Country. +

+

+
Specified by:
findProvinceStatesByCountry in interface CountryService
+
+
+
Parameters:
country - The Country object. +
Returns:
A List of ProvinceState objects.
+
+
+
+ +

+findStateById

+
+public ProvinceState findStateById(java.lang.Integer id)
+
+
Description copied from interface: CountryService
+
Finds a ProvinceState object by ID. +

+

+
Specified by:
findStateById in interface CountryService
+
+
+
Parameters:
id - The ID of the ProvinceState object. +
Returns:
A ProvinceState object.
+
+
+
+ +

+findStateByName

+
+public ProvinceState findStateByName(Country country,
+                                     java.lang.String stateName)
+
+
Description copied from interface: CountryService
+
Finds a ProvinceState object by name within a particular + Country. +

+

+
Specified by:
findStateByName in interface CountryService
+
+
+
Parameters:
country - The Country object.
stateName - The name of the ProvinceState to find. +
Returns:
A ProvinceState object.
+
+
+
+ +

+getCountries

+
+public java.util.List<Country> getCountries()
+
+
Description copied from interface: CountryService
+
Returns all Country objects. +

+

+
Specified by:
getCountries in interface CountryService
+
+
+ +
Returns:
A List of Country objects.
+
+
+
+ +

+getProvinceStates

+
+public java.util.List<ProvinceState> getProvinceStates()
+
+
Description copied from interface: CountryService
+
Returns all ProvinceState objects. +

+

+
Specified by:
getProvinceStates in interface CountryService
+
+
+ +
Returns:
A List of ProvinceState objects.
+
+
+
+ +

+init

+
+public void init(@Observes
+                 javax.servlet.ServletContext context)
+          throws java.lang.Exception
+
+
This method is responsible for initializing a List of Country objects + when the web application is started. We use the CDI event handling system + combined with the custom 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. +

+

+
Specified by:
init in interface CountryService
+
+
+
Parameters:
context - +
Throws: +
java.lang.Exception
See Also:
ServletContextLifecycleNotifier
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/impl/EventServiceImpl.html b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/EventServiceImpl.html new file mode 100644 index 0000000..8375402 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/EventServiceImpl.html @@ -0,0 +1,464 @@ + + + + + + +EventServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.service.impl +
+Class EventServiceImpl

+
+java.lang.Object
+  extended by com.mycompany.service.impl.AbstractService
+      extended by com.mycompany.service.impl.EventServiceImpl
+
+
+
All Implemented Interfaces:
EventService
+
+
+
+
@Named(value="eventService")
+public class EventServiceImpl
extends AbstractService
implements EventService
+ + +

+


+ +

+ + + + + + + + + + + +
+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.
+ EventAttendancefindEventAttendance(Event event, + User user) + +
+          Finds the EventAttendance object for a particular Event + and User.
+ EventfindEventById(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.
+ EventAttendancesaveAttendance(EventAttendance attendance) + +
+          Saves an EventAttendance object.
+ EventsaveEvent(Event event) + +
+          Saves an Event.
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+EventServiceImpl

+
+public EventServiceImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+findAllEvents

+
+public java.util.List<Event> findAllEvents()
+
+
Description copied from interface: EventService
+
Finds all Event objects. +

+

+
Specified by:
findAllEvents in interface EventService
+
+
+ +
Returns:
A List of Event objects.
+
+
+
+ +

+findAllEventsAttendanceByUser

+
+public java.util.List<EventAttendance> findAllEventsAttendanceByUser(User user)
+
+
Description copied from interface: EventService
+
Finds all EventAttendance objects for a particular User. +

+

+
Specified by:
findAllEventsAttendanceByUser in interface EventService
+
+
+
Parameters:
user - The User object. +
Returns:
A List of EventAttendance objects.
+
+
+
+ +

+findEventAttendance

+
+public EventAttendance findEventAttendance(Event event,
+                                           User user)
+
+
Description copied from interface: EventService
+
Finds the EventAttendance object for a particular Event + and User. +

+

+
Specified by:
findEventAttendance in interface EventService
+
+
+
Parameters:
event - The Event object.
user - The User object. +
Returns:
An EventAttendance object.
+
+
+
+ +

+findEventById

+
+public Event findEventById(java.lang.Integer id)
+
+
Description copied from interface: EventService
+
Finds an Event by ID. +

+

+
Specified by:
findEventById in interface EventService
+
+
+
Parameters:
id - The Event ID. +
Returns:
An Event object.
+
+
+
+ +

+findUserEvents

+
+public java.util.List<Event> findUserEvents(java.util.Date start,
+                                            java.util.Date end,
+                                            User user)
+
+
Description copied from interface: EventService
+
Finds a List of Event objects between a start and end date + created by a particular User. +

+

+
Specified by:
findUserEvents in interface EventService
+
+
+
Parameters:
start - The start date.
end - The end date.
user - The User object. +
Returns:
A List of Event objects.
+
+
+
+ +

+saveAttendance

+
+public EventAttendance saveAttendance(EventAttendance attendance)
+
+
Description copied from interface: EventService
+
Saves an EventAttendance object. +

+

+
Specified by:
saveAttendance in interface EventService
+
+
+
Parameters:
attendance - The EventAttendance object. +
Returns:
The saved object.
+
+
+
+ +

+saveEvent

+
+public Event saveEvent(Event event)
+
+
Description copied from interface: EventService
+
Saves an Event. +

+

+
Specified by:
saveEvent in interface EventService
+
+
+
Parameters:
event - The Event object. +
Returns:
The saved object.
+
+
+
+ +

+findEvents

+
+public java.util.List<Event> findEvents(City city,
+                                        ProvinceState provinceState,
+                                        EventType eventType,
+                                        java.lang.String keyword)
+
+
Description copied from interface: EventService
+
Finds a List of Event objects in a City and + ProvinceState for a particular EventType and keyword. +

+

+
Specified by:
findEvents in interface EventService
+
+
+
Parameters:
city - The City object.
provinceState - The ProvinceState object.
eventType - The EventType object.
keyword - A keyword. +
Returns:
A List of Event objects.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/impl/IdeaServiceImpl.html b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/IdeaServiceImpl.html new file mode 100644 index 0000000..c604462 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/IdeaServiceImpl.html @@ -0,0 +1,342 @@ + + + + + + +IdeaServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.service.impl +
+Class IdeaServiceImpl

+
+java.lang.Object
+  extended by com.mycompany.service.impl.AbstractService
+      extended by com.mycompany.service.impl.IdeaServiceImpl
+
+
+
All Implemented Interfaces:
IdeaService
+
+
+
+
@Named(value="ideaService")
+public class IdeaServiceImpl
extends AbstractService
implements IdeaService
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
IdeaServiceImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidbuildMindMap(Idea parentIdea, + org.primefaces.model.mindmap.MindmapNode parentNode) + +
+          This method uses recursion to build the mind map data structure.
+ IdeafindIdea(java.lang.Integer id) + +
+          Finds an Idea by ID.
+ java.util.List<Idea>findIdeas() + +
+          Finds a list of Idea objects.
+ IdeasaveIdea(Idea idea) + +
+          Saves an Idea object.
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+IdeaServiceImpl

+
+public IdeaServiceImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+buildMindMap

+
+public void buildMindMap(Idea parentIdea,
+                         org.primefaces.model.mindmap.MindmapNode parentNode)
+
+
This method uses recursion to build the mind map data structure. +

+

+
Specified by:
buildMindMap in interface IdeaService
+
+
+
Parameters:
parentIdea - The parent Idea.
parentNode - The parent MindmapNode.
+
+
+
+ +

+findIdea

+
+public Idea findIdea(java.lang.Integer id)
+
+
Description copied from interface: IdeaService
+
Finds an Idea by ID. +

+

+
Specified by:
findIdea in interface IdeaService
+
+
+
Parameters:
id - The Idea object's ID. +
Returns:
An Idea object.
+
+
+
+ +

+findIdeas

+
+public java.util.List<Idea> findIdeas()
+
+
Description copied from interface: IdeaService
+
Finds a list of Idea objects. +

+

+
Specified by:
findIdeas in interface IdeaService
+
+
+ +
Returns:
+
+
+
+ +

+saveIdea

+
+public Idea saveIdea(Idea idea)
+
+
Description copied from interface: IdeaService
+
Saves an Idea object. +

+

+
Specified by:
saveIdea in interface IdeaService
+
+
+
Parameters:
idea - The Idea to save. +
Returns:
The saved Idea.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/impl/UserServiceImpl.html b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/UserServiceImpl.html new file mode 100644 index 0000000..12d690d --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/UserServiceImpl.html @@ -0,0 +1,485 @@ + + + + + + +UserServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.service.impl +
+Class UserServiceImpl

+
+java.lang.Object
+  extended by com.mycompany.service.impl.AbstractService
+      extended by com.mycompany.service.impl.UserServiceImpl
+
+
+
All Implemented Interfaces:
UserService
+
+
+
+
@Named(value="userService")
+public class UserServiceImpl
extends AbstractService
implements UserService
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
UserServiceImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ UserRelationshipfindRelationshipToUser(User user1, + User user2) + +
+          Finds a UserRelationship object representing a relationship + between two User objects.
+ UserfindUser(java.lang.String username, + java.lang.String password) + +
+          Finds a User with the given username and password.
+ UserfindUserById(java.lang.Integer id) + +
+          Finds a User by ID.
+ UserfindUserByUsername(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.
+ UserRelationshipsaveRelationship(UserRelationship relationship) + +
+          Saves a UserRelationship object.
+ UsersaveUser(User user) + +
+          Saves a User object.
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+UserServiceImpl

+
+public UserServiceImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+findRelationshipToUser

+
+public UserRelationship findRelationshipToUser(User user1,
+                                               User user2)
+
+
Description copied from interface: UserService
+
Finds a UserRelationship object representing a relationship + between two User objects. +

+

+
Specified by:
findRelationshipToUser in interface UserService
+
+
+
Parameters:
user1 - The first user.
user2 - The second user. +
Returns:
A UserRelationship object.
+
+
+
+ +

+findUser

+
+public User findUser(java.lang.String username,
+                     java.lang.String password)
+
+
Description copied from interface: UserService
+
Finds a User with the given username and password. Used for + authentication. +

+

+
Specified by:
findUser in interface UserService
+
+
+
Parameters:
username - The username.
password - The password. +
Returns:
A User object if found.
+
+
+
+ +

+findUserById

+
+public User findUserById(java.lang.Integer id)
+
+
Description copied from interface: UserService
+
Finds a User by ID. +

+

+
Specified by:
findUserById in interface UserService
+
+
+
Parameters:
id - The user's ID. +
Returns:
A User object.
+
+
+
+ +

+findUserByUsername

+
+public User findUserByUsername(java.lang.String username)
+
+
Description copied from interface: UserService
+
Finds a User by username. +

+

+
Specified by:
findUserByUsername in interface UserService
+
+
+
Parameters:
username - The username. +
Returns:
A User object.
+
+
+
+ +

+findUsers

+
+public java.util.List<User> findUsers()
+
+
Description copied from interface: UserService
+
Finds a List of all User objects. +

+

+
Specified by:
findUsers in interface UserService
+
+
+ +
Returns:
A List of User objects.
+
+
+
+ +

+findUsersByName

+
+public java.util.List<User> findUsersByName(java.lang.String suggest)
+
+
Description copied from interface: UserService
+
Finds a List of User objects that have a first name or last name + that partially matches the suggestion string. +

+

+
Specified by:
findUsersByName in interface UserService
+
+
+
Parameters:
suggest - The partial string. +
Returns:
A List of User objects.
+
+
+
+ +

+findUsersByType

+
+public java.util.List<User> findUsersByType(RelationshipType type,
+                                            User user)
+
+
Description copied from interface: UserService
+
Finds a List of User objects that are related to the User + according to the specified RelationshipType. +

+

+
Specified by:
findUsersByType in interface UserService
+
+
+
Parameters:
type - The RelationshipType object.
user - The User object. +
Returns:
A List of User objects.
+
+
+
+ +

+saveRelationship

+
+public UserRelationship saveRelationship(UserRelationship relationship)
+
+
Description copied from interface: UserService
+
Saves a UserRelationship object. +

+

+
Specified by:
saveRelationship in interface UserService
+
+
+
Parameters:
relationship - The UserRelationship to save. +
Returns:
The saved object.
+
+
+
+ +

+saveUser

+
+public User saveUser(User user)
+
+
Description copied from interface: UserService
+
Saves a User object. +

+

+
Specified by:
saveUser in interface UserService
+
+
+
Parameters:
user - The user to save. +
Returns:
The saved object.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/impl/VenueServiceImpl.html b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/VenueServiceImpl.html new file mode 100644 index 0000000..4fe003d --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/VenueServiceImpl.html @@ -0,0 +1,341 @@ + + + + + + +VenueServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.service.impl +
+Class VenueServiceImpl

+
+java.lang.Object
+  extended by com.mycompany.service.impl.AbstractService
+      extended by com.mycompany.service.impl.VenueServiceImpl
+
+
+
All Implemented Interfaces:
VenueService
+
+
+
+
@Named(value="venueService")
+public class VenueServiceImpl
extends AbstractService
implements VenueService
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
VenueServiceImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddeleteVenue(Venue venue) + +
+          Deletes a Venue object.
+ VenuefindVenueById(java.lang.Integer id) + +
+          Finds a Venue object by ID.
+ java.util.List<Venue>findVenues() + +
+          Finds a List of all Venue objects.
+ VenuesaveVenue(Venue venue) + +
+          Saves a Venue object.
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+VenueServiceImpl

+
+public VenueServiceImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+deleteVenue

+
+public void deleteVenue(Venue venue)
+
+
Description copied from interface: VenueService
+
Deletes a Venue object. +

+

+
Specified by:
deleteVenue in interface VenueService
+
+
+
Parameters:
venue - The Venue to delete.
+
+
+
+ +

+findVenueById

+
+public Venue findVenueById(java.lang.Integer id)
+
+
Description copied from interface: VenueService
+
Finds a Venue object by ID. +

+

+
Specified by:
findVenueById in interface VenueService
+
+
+
Parameters:
id - The ID of the Venue. +
Returns:
The Venue object.
+
+
+
+ +

+findVenues

+
+public java.util.List<Venue> findVenues()
+
+
Description copied from interface: VenueService
+
Finds a List of all Venue objects. +

+

+
Specified by:
findVenues in interface VenueService
+
+
+ +
Returns:
A List of Venue objects.
+
+
+
+ +

+saveVenue

+
+public Venue saveVenue(Venue venue)
+
+
Description copied from interface: VenueService
+
Saves a Venue object. +

+

+
Specified by:
saveVenue in interface VenueService
+
+
+
Parameters:
venue - The Venue to save. +
Returns:
The saved object.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/impl/class-use/AbstractService.html b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/class-use/AbstractService.html new file mode 100644 index 0000000..a5a40b6 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/class-use/AbstractService.html @@ -0,0 +1,229 @@ + + + + + + +Uses of Class com.mycompany.service.impl.AbstractService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.service.impl.AbstractService

+
+ + + + + + + + + +
+Packages that use AbstractService
com.mycompany.service.impl  
+  +

+ + + + + +
+Uses of AbstractService in com.mycompany.service.impl
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of AbstractService in com.mycompany.service.impl
+ classChartServiceImpl + +
+           
+ classContentServiceImpl + +
+           
+ classCountryServiceImpl + +
+           + Controller class for countries.
+ classEventServiceImpl + +
+           
+ classIdeaServiceImpl + +
+           
+ classUserServiceImpl + +
+           
+ classVenueServiceImpl + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/impl/class-use/ChartServiceImpl.html b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/class-use/ChartServiceImpl.html new file mode 100644 index 0000000..d724ecd --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/class-use/ChartServiceImpl.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.service.impl.ChartServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.service.impl.ChartServiceImpl

+
+No usage of com.mycompany.service.impl.ChartServiceImpl +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/impl/class-use/ContentServiceImpl.html b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/class-use/ContentServiceImpl.html new file mode 100644 index 0000000..0b9070d --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/class-use/ContentServiceImpl.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.service.impl.ContentServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.service.impl.ContentServiceImpl

+
+No usage of com.mycompany.service.impl.ContentServiceImpl +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/impl/class-use/CountryServiceImpl.html b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/class-use/CountryServiceImpl.html new file mode 100644 index 0000000..da2e9b8 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/class-use/CountryServiceImpl.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.service.impl.CountryServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.service.impl.CountryServiceImpl

+
+No usage of com.mycompany.service.impl.CountryServiceImpl +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/impl/class-use/EventServiceImpl.html b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/class-use/EventServiceImpl.html new file mode 100644 index 0000000..92a9450 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/class-use/EventServiceImpl.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.service.impl.EventServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.service.impl.EventServiceImpl

+
+No usage of com.mycompany.service.impl.EventServiceImpl +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/impl/class-use/IdeaServiceImpl.html b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/class-use/IdeaServiceImpl.html new file mode 100644 index 0000000..b59eb85 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/class-use/IdeaServiceImpl.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.service.impl.IdeaServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.service.impl.IdeaServiceImpl

+
+No usage of com.mycompany.service.impl.IdeaServiceImpl +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/impl/class-use/UserServiceImpl.html b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/class-use/UserServiceImpl.html new file mode 100644 index 0000000..8a1c046 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/class-use/UserServiceImpl.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.service.impl.UserServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.service.impl.UserServiceImpl

+
+No usage of com.mycompany.service.impl.UserServiceImpl +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/impl/class-use/VenueServiceImpl.html b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/class-use/VenueServiceImpl.html new file mode 100644 index 0000000..f45dd2f --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/class-use/VenueServiceImpl.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.service.impl.VenueServiceImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.service.impl.VenueServiceImpl

+
+No usage of com.mycompany.service.impl.VenueServiceImpl +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/impl/package-frame.html b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/package-frame.html new file mode 100644 index 0000000..a8b76d4 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/package-frame.html @@ -0,0 +1,46 @@ + + + + + + +com.mycompany.service.impl + + + + + + + + + + + +com.mycompany.service.impl + + + + +
+Classes  + +
+AbstractService +
+ChartServiceImpl +
+ContentServiceImpl +
+CountryServiceImpl +
+EventServiceImpl +
+IdeaServiceImpl +
+UserServiceImpl +
+VenueServiceImpl
+ + + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/impl/package-summary.html b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/package-summary.html new file mode 100644 index 0000000..d23af97 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/package-summary.html @@ -0,0 +1,186 @@ + + + + + + +com.mycompany.service.impl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.mycompany.service.impl +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
AbstractService 
ChartServiceImpl 
ContentServiceImpl 
CountryServiceImpl + Controller class for countries.
EventServiceImpl 
IdeaServiceImpl 
UserServiceImpl 
VenueServiceImpl 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/impl/package-tree.html b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/package-tree.html new file mode 100644 index 0000000..985cb66 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/package-tree.html @@ -0,0 +1,162 @@ + + + + + + +com.mycompany.service.impl Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.mycompany.service.impl +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/impl/package-use.html b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/package-use.html new file mode 100644 index 0000000..f2a17c8 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/impl/package-use.html @@ -0,0 +1,170 @@ + + + + + + +Uses of Package com.mycompany.service.impl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.mycompany.service.impl

+
+ + + + + + + + + +
+Packages that use com.mycompany.service.impl
com.mycompany.service.impl  
+  +

+ + + + + + + + +
+Classes in com.mycompany.service.impl used by com.mycompany.service.impl
AbstractService + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/package-frame.html b/primefaces-webapp/src/main/doc/com/mycompany/service/package-frame.html new file mode 100644 index 0000000..6040544 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/package-frame.html @@ -0,0 +1,44 @@ + + + + + + +com.mycompany.service + + + + + + + + + + + +com.mycompany.service + + + + +
+Interfaces  + +
+ChartService +
+ContentService +
+CountryService +
+EventService +
+IdeaService +
+UserService +
+VenueService
+ + + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/package-summary.html b/primefaces-webapp/src/main/doc/com/mycompany/service/package-summary.html new file mode 100644 index 0000000..9b0fb45 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/package-summary.html @@ -0,0 +1,181 @@ + + + + + + +com.mycompany.service + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.mycompany.service +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Interface Summary
ChartServiceInterface for a chart service.
ContentServiceInterface for a content service.
CountryServiceService class for country-related operations.
EventServiceInterfaces for an event service.
IdeaServiceInterface for an idea service.
UserServiceInterface for user service.
VenueServiceInterface for a venue service.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/package-tree.html b/primefaces-webapp/src/main/doc/com/mycompany/service/package-tree.html new file mode 100644 index 0000000..57adc0d --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/package-tree.html @@ -0,0 +1,151 @@ + + + + + + +com.mycompany.service Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.mycompany.service +

+
+
+
Package Hierarchies:
All Packages
+
+

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/service/package-use.html b/primefaces-webapp/src/main/doc/com/mycompany/service/package-use.html new file mode 100644 index 0000000..fbd5b0a --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/service/package-use.html @@ -0,0 +1,261 @@ + + + + + + +Uses of Package com.mycompany.service + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.mycompany.service

+
+ + + + + + + + + + + + + +
+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.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/util/FacesUtils.html b/primefaces-webapp/src/main/doc/com/mycompany/util/FacesUtils.html new file mode 100644 index 0000000..f334ad9 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/util/FacesUtils.html @@ -0,0 +1,284 @@ + + + + + + +FacesUtils + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.util +
+Class FacesUtils

+
+java.lang.Object
+  extended by com.mycompany.util.FacesUtils
+
+
+
+
public class FacesUtils
extends java.lang.Object
+ + +

+Utility class for common JSF API uses. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
FacesUtils() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static voidaddMessage(javax.faces.application.FacesMessage message) + +
+          Adds a FacesMessage to the FacesContext.
+static java.lang.ObjectgetManagedBean(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
+ +

+FacesUtils

+
+public FacesUtils()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getManagedBean

+
+public static java.lang.Object getManagedBean(java.lang.String name)
+
+
Utility method to lookup a managed bean. +

+

+
Parameters:
name - The managed bean name. +
Returns:
A managed bean object.
+
+
+
+ +

+addMessage

+
+public static void addMessage(javax.faces.application.FacesMessage message)
+
+
Adds a FacesMessage to the FacesContext. +

+

+
Parameters:
message - The FacesMessage
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/util/Queries.html b/primefaces-webapp/src/main/doc/com/mycompany/util/Queries.html new file mode 100644 index 0000000..26f2e27 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/util/Queries.html @@ -0,0 +1,418 @@ + + + + + + +Queries + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.util +
+Interface Queries

+
+
+
public interface Queries
+ + +

+Constant interface for named JPA queries. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static java.lang.StringCITY_FIND_BY_NAME_AND_PROVINCE_STATE + +
+          Finds a City by name and ProvinceState.
+static java.lang.StringCONTENT_FIND_BY_NAME + +
+          Finds a Content by name.
+static java.lang.StringCOUNTRY_FIND_ALL + +
+          Finds all Country objects.
+static java.lang.StringCOUNTRY_FIND_BY_CODE + +
+          Finds a Country by code.
+static java.lang.StringEVENT_ATTENDANCE_FIND_BY_USER + +
+          Finds all EventAttendance for a particular User.
+static java.lang.StringEVENT_ATTENDANCE_FIND_BY_USER_AND_EVENT + +
+          Finds a List of EventAttendance for a particular User and + Event.
+static java.lang.StringEVENT_ATTENDANCE_FIND_GENDER_COUNT_BY_EVENT + +
+          Find a count of all EventAttendance objects by Gender.
+static java.lang.StringEVENT_FIND_ALL + +
+          Find all Event objects.
+static java.lang.StringUSER_FIND_BY_PARTIAL_NAME + +
+          Finds a User by partial name.
+static java.lang.StringUSER_FIND_BY_RELATIONSHIP_TYPE + +
+          Finds a List of User objects by RelationshipType to + another User.
+static java.lang.StringUSER_FIND_BY_USERNAME_PASSWORD + +
+          Finds a User by username and password.
+  +

+ + + + + + + + +
+Field Detail
+ +

+CITY_FIND_BY_NAME_AND_PROVINCE_STATE

+
+static final java.lang.String CITY_FIND_BY_NAME_AND_PROVINCE_STATE
+
+
Finds a City by name and ProvinceState. +

+

+
See Also:
Constant Field Values
+
+
+ +

+CONTENT_FIND_BY_NAME

+
+static final java.lang.String CONTENT_FIND_BY_NAME
+
+
Finds a Content by name. +

+

+
See Also:
Constant Field Values
+
+
+ +

+COUNTRY_FIND_ALL

+
+static final java.lang.String COUNTRY_FIND_ALL
+
+
Finds all Country objects. +

+

+
See Also:
Constant Field Values
+
+
+ +

+COUNTRY_FIND_BY_CODE

+
+static final java.lang.String COUNTRY_FIND_BY_CODE
+
+
Finds a Country by code. +

+

+
See Also:
Constant Field Values
+
+
+ +

+EVENT_ATTENDANCE_FIND_BY_USER

+
+static final java.lang.String EVENT_ATTENDANCE_FIND_BY_USER
+
+
Finds all EventAttendance for a particular User. +

+

+
See Also:
Constant Field Values
+
+
+ +

+EVENT_ATTENDANCE_FIND_BY_USER_AND_EVENT

+
+static final java.lang.String EVENT_ATTENDANCE_FIND_BY_USER_AND_EVENT
+
+
Finds a List of EventAttendance for a particular User and + Event. +

+

+
See Also:
Constant Field Values
+
+
+ +

+EVENT_ATTENDANCE_FIND_GENDER_COUNT_BY_EVENT

+
+static final java.lang.String EVENT_ATTENDANCE_FIND_GENDER_COUNT_BY_EVENT
+
+
Find a count of all EventAttendance objects by Gender. +

+

+
See Also:
Constant Field Values
+
+
+ +

+EVENT_FIND_ALL

+
+static final java.lang.String EVENT_FIND_ALL
+
+
Find all Event objects. +

+

+
See Also:
Constant Field Values
+
+
+ +

+USER_FIND_BY_PARTIAL_NAME

+
+static final java.lang.String USER_FIND_BY_PARTIAL_NAME
+
+
Finds a User by partial name. +

+

+
See Also:
Constant Field Values
+
+
+ +

+USER_FIND_BY_RELATIONSHIP_TYPE

+
+static final java.lang.String USER_FIND_BY_RELATIONSHIP_TYPE
+
+
Finds a List of User objects by RelationshipType to + another User. +

+

+
See Also:
Constant Field Values
+
+
+ +

+USER_FIND_BY_USERNAME_PASSWORD

+
+static final java.lang.String USER_FIND_BY_USERNAME_PASSWORD
+
+
Finds a User by username and password. +

+

+
See Also:
Constant Field Values
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/util/UserSession.html b/primefaces-webapp/src/main/doc/com/mycompany/util/UserSession.html new file mode 100644 index 0000000..b491037 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/util/UserSession.html @@ -0,0 +1,322 @@ + + + + + + +UserSession + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.util +
+Class UserSession

+
+java.lang.Object
+  extended by com.mycompany.util.UserSession
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
@Named(value="userSession")
+@SessionScoped
+public class UserSession
extends java.lang.Object
implements java.io.Serializable
+ + +

+Session-scoped CDI managed bean to store a User object. +

+ +

+

+
Author:
+
Ian Hlavats (ian@tarantulaconsulting.com)
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
UserSession() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ UsergetUser() + +
+          Returns the current User.
+ voidrelease() + +
+          CDI calls this method before the bean is destroyed.
+ voidsetUser(User user) + +
+          Sets the User.
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+UserSession

+
+public UserSession()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getUser

+
+public User getUser()
+
+
Returns the current User. +

+

+
+
+
+ +
Returns:
A User object.
+
+
+
+ +

+setUser

+
+public void setUser(User user)
+
+
Sets the User. +

+

+
+
+
+
Parameters:
user - The User object.
+
+
+
+ +

+release

+
+@PreDestroy
+public void release()
+
+
CDI calls this method before the bean is destroyed. Since this class is + session-scoped, it will get called if the user session expires, allowing + us to remove the user from the active user list. +

+

+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/util/class-use/FacesUtils.html b/primefaces-webapp/src/main/doc/com/mycompany/util/class-use/FacesUtils.html new file mode 100644 index 0000000..3e63298 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/util/class-use/FacesUtils.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.util.FacesUtils + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.util.FacesUtils

+
+No usage of com.mycompany.util.FacesUtils +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/util/class-use/Queries.html b/primefaces-webapp/src/main/doc/com/mycompany/util/class-use/Queries.html new file mode 100644 index 0000000..dcc29f3 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/util/class-use/Queries.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Interface com.mycompany.util.Queries + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.mycompany.util.Queries

+
+No usage of com.mycompany.util.Queries +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/util/class-use/UserSession.html b/primefaces-webapp/src/main/doc/com/mycompany/util/class-use/UserSession.html new file mode 100644 index 0000000..189bf6a --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/util/class-use/UserSession.html @@ -0,0 +1,180 @@ + + + + + + +Uses of Class com.mycompany.util.UserSession + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.util.UserSession

+
+ + + + + + + + + +
+Packages that use UserSession
com.mycompany.controller  
+  +

+ + + + + +
+Uses of UserSession in com.mycompany.controller
+  +

+ + + + + + + + + +
Methods in com.mycompany.controller with parameters of type UserSession
+ voidAbstractController.setUserSession(UserSession userSession) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/util/package-frame.html b/primefaces-webapp/src/main/doc/com/mycompany/util/package-frame.html new file mode 100644 index 0000000..61a6eed --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/util/package-frame.html @@ -0,0 +1,45 @@ + + + + + + +com.mycompany.util + + + + + + + + + + + +com.mycompany.util + + + + +
+Interfaces  + +
+Queries
+ + + + + + +
+Classes  + +
+FacesUtils +
+UserSession
+ + + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/util/package-summary.html b/primefaces-webapp/src/main/doc/com/mycompany/util/package-summary.html new file mode 100644 index 0000000..8e2c2d9 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/util/package-summary.html @@ -0,0 +1,175 @@ + + + + + + +com.mycompany.util + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.mycompany.util +

+ + + + + + + + + +
+Interface Summary
QueriesConstant interface for named JPA queries.
+  + +

+ + + + + + + + + + + + + +
+Class Summary
FacesUtilsUtility class for common JSF API uses.
UserSessionSession-scoped CDI managed bean to store a User object.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/util/package-tree.html b/primefaces-webapp/src/main/doc/com/mycompany/util/package-tree.html new file mode 100644 index 0000000..1d6c1b5 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/util/package-tree.html @@ -0,0 +1,159 @@ + + + + + + +com.mycompany.util Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.mycompany.util +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/util/package-use.html b/primefaces-webapp/src/main/doc/com/mycompany/util/package-use.html new file mode 100644 index 0000000..0a98b1b --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/util/package-use.html @@ -0,0 +1,170 @@ + + + + + + +Uses of Package com.mycompany.util + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.mycompany.util

+
+ + + + + + + + + +
+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.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/websocket/DefaultPushRule.html b/primefaces-webapp/src/main/doc/com/mycompany/websocket/DefaultPushRule.html new file mode 100644 index 0000000..c291f52 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/websocket/DefaultPushRule.html @@ -0,0 +1,263 @@ + + + + + + +DefaultPushRule + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.mycompany.websocket +
+Class DefaultPushRule

+
+java.lang.Object
+  extended by org.primefaces.push.DefaultPushRule
+      extended by com.mycompany.websocket.DefaultPushRule
+
+
+
All Implemented Interfaces:
org.primefaces.push.PushRule
+
+
+
+
public class DefaultPushRule
extends org.primefaces.push.DefaultPushRule
+ + +

+Utility class for GlassFish WebSocket support with PrimeFaces. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
DefaultPushRule() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ booleanapply(org.atmosphere.cpr.AtmosphereResource resource) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DefaultPushRule

+
+public DefaultPushRule()
+
+
+ + + + + + + + +
+Method Detail
+ +

+apply

+
+public boolean apply(org.atmosphere.cpr.AtmosphereResource resource)
+
+
+
Specified by:
apply in interface org.primefaces.push.PushRule
Overrides:
apply in class org.primefaces.push.DefaultPushRule
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/websocket/class-use/DefaultPushRule.html b/primefaces-webapp/src/main/doc/com/mycompany/websocket/class-use/DefaultPushRule.html new file mode 100644 index 0000000..3c82e51 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/websocket/class-use/DefaultPushRule.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class com.mycompany.websocket.DefaultPushRule + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.mycompany.websocket.DefaultPushRule

+
+No usage of com.mycompany.websocket.DefaultPushRule +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/websocket/package-frame.html b/primefaces-webapp/src/main/doc/com/mycompany/websocket/package-frame.html new file mode 100644 index 0000000..967551f --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/websocket/package-frame.html @@ -0,0 +1,32 @@ + + + + + + +com.mycompany.websocket + + + + + + + + + + + +com.mycompany.websocket + + + + +
+Classes  + +
+DefaultPushRule
+ + + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/websocket/package-summary.html b/primefaces-webapp/src/main/doc/com/mycompany/websocket/package-summary.html new file mode 100644 index 0000000..088e983 --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/websocket/package-summary.html @@ -0,0 +1,157 @@ + + + + + + +com.mycompany.websocket + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.mycompany.websocket +

+ + + + + + + + + +
+Class Summary
DefaultPushRuleUtility class for GlassFish WebSocket support with PrimeFaces.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/websocket/package-tree.html b/primefaces-webapp/src/main/doc/com/mycompany/websocket/package-tree.html new file mode 100644 index 0000000..8f9cdfa --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/websocket/package-tree.html @@ -0,0 +1,156 @@ + + + + + + +com.mycompany.websocket Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.mycompany.websocket +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/com/mycompany/websocket/package-use.html b/primefaces-webapp/src/main/doc/com/mycompany/websocket/package-use.html new file mode 100644 index 0000000..517d8bf --- /dev/null +++ b/primefaces-webapp/src/main/doc/com/mycompany/websocket/package-use.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Package com.mycompany.websocket + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.mycompany.websocket

+
+No usage of com.mycompany.websocket +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/constant-values.html b/primefaces-webapp/src/main/doc/constant-values.html new file mode 100644 index 0000000..a52084a --- /dev/null +++ b/primefaces-webapp/src/main/doc/constant-values.html @@ -0,0 +1,234 @@ + + + + + + +Constant Field Values + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Constant Field Values

+
+
+Contents + + + + + + +
+com.mycompany.*
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
com.mycompany.util.Queries
+public static final java.lang.StringCITY_FIND_BY_NAME_AND_PROVINCE_STATE"City.findByNameAndProvinceState"
+public static final java.lang.StringCONTENT_FIND_BY_NAME"Content.findByName"
+public static final java.lang.StringCOUNTRY_FIND_ALL"Country.findAll"
+public static final java.lang.StringCOUNTRY_FIND_BY_CODE"Country.findByCode"
+public static final java.lang.StringEVENT_ATTENDANCE_FIND_BY_USER"EventAttendance.findByUser"
+public static final java.lang.StringEVENT_ATTENDANCE_FIND_BY_USER_AND_EVENT"EventAttendance.findByUserAndEvent"
+public static final java.lang.StringEVENT_ATTENDANCE_FIND_GENDER_COUNT_BY_EVENT"EventAttendance.findGenderCountByEvent"
+public static final java.lang.StringEVENT_FIND_ALL"Event.findAll"
+public static final java.lang.StringUSER_FIND_BY_PARTIAL_NAME"User.findByPartialName"
+public static final java.lang.StringUSER_FIND_BY_RELATIONSHIP_TYPE"User.findByRelationshipType"
+public static final java.lang.StringUSER_FIND_BY_USERNAME_PASSWORD"User.findByUsernamePassword"
+ +

+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/deprecated-list.html b/primefaces-webapp/src/main/doc/deprecated-list.html new file mode 100644 index 0000000..517416c --- /dev/null +++ b/primefaces-webapp/src/main/doc/deprecated-list.html @@ -0,0 +1,146 @@ + + + + + + +Deprecated List + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Deprecated API

+
+
+Contents + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/help-doc.html b/primefaces-webapp/src/main/doc/help-doc.html new file mode 100644 index 0000000..f6a30ce --- /dev/null +++ b/primefaces-webapp/src/main/doc/help-doc.html @@ -0,0 +1,223 @@ + + + + + + +API Help + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+How This API Document Is Organized

+
+This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

+Overview

+
+ +

+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.

+

+Package

+
+ +

+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:

+
+

+Class/Interface

+
+ +

+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.
+ +

+Annotation Type

+
+ +

+Each annotation type has its own separate page with the following sections:

+
+ +

+Enum

+
+ +

+Each enum has its own separate page with the following sections:

+
+

+Use

+
+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.
+

+Tree (Class Hierarchy)

+
+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 from java.lang.Object. +
+

+Deprecated API

+
+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.
+

+Index

+
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+

+Prev/Next

+These links take you to the next or previous class, interface, package, or related page.

+Frames/No Frames

+These links show and hide the HTML frames. All pages are available with or without frames. +

+

+Serialized Form

+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. +

+

+Constant Field Values

+The Constant Field Values page lists the static final fields and their values. +

+ + +This help file applies to API documentation generated using the standard doclet. + +
+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/index-files/index-1.html b/primefaces-webapp/src/main/doc/index-files/index-1.html new file mode 100644 index 0000000..4ce59dc --- /dev/null +++ b/primefaces-webapp/src/main/doc/index-files/index-1.html @@ -0,0 +1,176 @@ + + + + + + +A-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+A

+
+
AbstractController - Class in com.mycompany.controller
 
AbstractController() - +Constructor for class com.mycompany.controller.AbstractController +
  +
AbstractEntity - Class in com.mycompany.model
Abstract class for JPA entities.
AbstractEntity() - +Constructor for class com.mycompany.model.AbstractEntity +
  +
AbstractEntity_ - Class in com.mycompany.model
 
AbstractEntity_() - +Constructor for class com.mycompany.model.AbstractEntity_ +
  +
AbstractService - Class in com.mycompany.service.impl
 
AbstractService() - +Constructor for class com.mycompany.service.impl.AbstractService +
  +
acceptedTerms - +Static variable in class com.mycompany.model.User_ +
  +
ActiveUsers - Class in com.mycompany.model
Application-scoped JSF managed bean storing User objects for presence + purposes.
ActiveUsers() - +Constructor for class com.mycompany.model.ActiveUsers +
  +
addMessage(FacesMessage) - +Static method in class com.mycompany.util.FacesUtils +
Adds a FacesMessage to the FacesContext. +
afterPhase(PhaseEvent) - +Method in class com.mycompany.lifecycle.SecurityPhaseListener +
  +
apply(AtmosphereResource) - +Method in class com.mycompany.websocket.DefaultPushRule +
  +
attendance - +Static variable in class com.mycompany.model.Event_ +
  +
author - +Static variable in class com.mycompany.model.Idea_ +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/src/main/doc/index-files/index-10.html b/primefaces-webapp/src/main/doc/index-files/index-10.html new file mode 100644 index 0000000..d7931d2 --- /dev/null +++ b/primefaces-webapp/src/main/doc/index-files/index-10.html @@ -0,0 +1,166 @@ + + + + + + +L-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+L

+
+
lastName - +Static variable in class com.mycompany.model.User_ +
  +
latitude - +Static variable in class com.mycompany.model.City_ +
  +
login() - +Method in class com.mycompany.controller.LoginController +
  +
LoginController - Class in com.mycompany.controller
Controller class for desktop and mobile login functionality.
LoginController() - +Constructor for class com.mycompany.controller.LoginController +
  +
loginMobile() - +Method in class com.mycompany.controller.LoginController +
  +
logout() - +Method in class com.mycompany.controller.LoginController +
  +
logoutMobile() - +Method in class com.mycompany.controller.LoginController +
  +
longitude - +Static variable in class com.mycompany.model.City_ +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/src/main/doc/index-files/index-11.html b/primefaces-webapp/src/main/doc/index-files/index-11.html new file mode 100644 index 0000000..a4cf597 --- /dev/null +++ b/primefaces-webapp/src/main/doc/index-files/index-11.html @@ -0,0 +1,145 @@ + + + + + + +M-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+M

+
+
MindMapController - Class in com.mycompany.controller
Controller class for mind map feature.
MindMapController() - +Constructor for class com.mycompany.controller.MindMapController +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/src/main/doc/index-files/index-12.html b/primefaces-webapp/src/main/doc/index-files/index-12.html new file mode 100644 index 0000000..4db6de1 --- /dev/null +++ b/primefaces-webapp/src/main/doc/index-files/index-12.html @@ -0,0 +1,167 @@ + + + + + + +N-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+N

+
+
name - +Static variable in class com.mycompany.model.City_ +
  +
name - +Static variable in class com.mycompany.model.Country_ +
  +
name - +Static variable in class com.mycompany.model.Idea_ +
  +
name - +Static variable in class com.mycompany.model.ProvinceState_ +
  +
name - +Static variable in class com.mycompany.model.Venue_ +
  +
newEvent(ActionEvent) - +Method in class com.mycompany.controller.EventController +
This method is called when the user clicks on the "New Event" button in + the mobile web application. +
newRelationship(ActionEvent) - +Method in class com.mycompany.controller.ContactsController +
  +
newVenue(ActionEvent) - +Method in class com.mycompany.controller.VenueController +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/src/main/doc/index-files/index-13.html b/primefaces-webapp/src/main/doc/index-files/index-13.html new file mode 100644 index 0000000..5851ceb --- /dev/null +++ b/primefaces-webapp/src/main/doc/index-files/index-13.html @@ -0,0 +1,148 @@ + + + + + + +O-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+O

+
+
onNodeDblselect(SelectEvent) - +Method in class com.mycompany.controller.MindMapController +
  +
onNodeSelect(SelectEvent) - +Method in class com.mycompany.controller.MindMapController +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/src/main/doc/index-files/index-14.html b/primefaces-webapp/src/main/doc/index-files/index-14.html new file mode 100644 index 0000000..1f4df74 --- /dev/null +++ b/primefaces-webapp/src/main/doc/index-files/index-14.html @@ -0,0 +1,169 @@ + + + + + + +P-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+P

+
+
parent - +Static variable in class com.mycompany.model.Idea_ +
  +
password - +Static variable in class com.mycompany.model.User_ +
  +
phoneNumber - +Static variable in class com.mycompany.model.User_ +
  +
phoneNumber - +Static variable in class com.mycompany.model.Venue_ +
  +
provinceState - +Static variable in class com.mycompany.model.City_ +
  +
ProvinceState - Class in com.mycompany.model
JPA entity for province/state data.
ProvinceState() - +Constructor for class com.mycompany.model.ProvinceState +
  +
provinceState - +Static variable in class com.mycompany.model.Venue_ +
  +
ProvinceState_ - Class in com.mycompany.model
 
ProvinceState_() - +Constructor for class com.mycompany.model.ProvinceState_ +
  +
provinceStates - +Static variable in class com.mycompany.model.Country_ +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/src/main/doc/index-files/index-15.html b/primefaces-webapp/src/main/doc/index-files/index-15.html new file mode 100644 index 0000000..c712a7b --- /dev/null +++ b/primefaces-webapp/src/main/doc/index-files/index-15.html @@ -0,0 +1,142 @@ + + + + + + +Q-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+Q

+
+
Queries - Interface in com.mycompany.util
Constant interface for named JPA queries.
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/src/main/doc/index-files/index-16.html b/primefaces-webapp/src/main/doc/index-files/index-16.html new file mode 100644 index 0000000..d429ee6 --- /dev/null +++ b/primefaces-webapp/src/main/doc/index-files/index-16.html @@ -0,0 +1,155 @@ + + + + + + +R-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+R

+
+
rating - +Static variable in class com.mycompany.model.EventAttendance_ +
  +
refreshAttendance(ActionEvent) - +Method in class com.mycompany.controller.EventController +
This method is called from the reviews screen to refresh the + EventAttendance data. +
RelationshipType - Enum in com.mycompany.model
Represents a relationship type.
relationshipType - +Static variable in class com.mycompany.model.UserRelationship_ +
  +
release() - +Method in class com.mycompany.util.UserSession +
CDI calls this method before the bean is destroyed. +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/src/main/doc/index-files/index-17.html b/primefaces-webapp/src/main/doc/index-files/index-17.html new file mode 100644 index 0000000..2f346f5 --- /dev/null +++ b/primefaces-webapp/src/main/doc/index-files/index-17.html @@ -0,0 +1,530 @@ + + + + + + +S-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+S

+
+
saveAttendance(EventAttendance) - +Method in interface com.mycompany.service.EventService +
Saves an EventAttendance object. +
saveAttendance(EventAttendance) - +Method in class com.mycompany.service.impl.EventServiceImpl +
  +
saveContent(ActionEvent) - +Method in class com.mycompany.controller.ContentController +
  +
saveContent(Content) - +Method in interface com.mycompany.service.ContentService +
Saves a Content object. +
saveContent(Content) - +Method in class com.mycompany.service.impl.ContentServiceImpl +
  +
saveEvent(ActionEvent) - +Method in class com.mycompany.controller.EventController +
This method is called when the user clicks the "Save" button in the new + event dialog. +
saveEvent(Event) - +Method in interface com.mycompany.service.EventService +
Saves an Event. +
saveEvent(Event) - +Method in class com.mycompany.service.impl.EventServiceImpl +
  +
saveIdea(ActionEvent) - +Method in class com.mycompany.controller.MindMapController +
  +
saveIdea(Idea) - +Method in interface com.mycompany.service.IdeaService +
Saves an Idea object. +
saveIdea(Idea) - +Method in class com.mycompany.service.impl.IdeaServiceImpl +
  +
saveRelationship() - +Method in class com.mycompany.controller.ContactsController +
  +
saveRelationship(UserRelationship) - +Method in class com.mycompany.service.impl.UserServiceImpl +
  +
saveRelationship(UserRelationship) - +Method in interface com.mycompany.service.UserService +
Saves a UserRelationship object. +
saveUser(User) - +Method in class com.mycompany.service.impl.UserServiceImpl +
  +
saveUser(User) - +Method in interface com.mycompany.service.UserService +
Saves a User object. +
saveVenue(ActionEvent) - +Method in class com.mycompany.controller.VenueController +
  +
saveVenue(Venue) - +Method in class com.mycompany.service.impl.VenueServiceImpl +
  +
saveVenue(Venue) - +Method in interface com.mycompany.service.VenueService +
Saves a Venue object. +
search(ActionEvent) - +Method in class com.mycompany.controller.SearchController +
This method searches the database for events. +
SearchController - Class in com.mycompany.controller
Controller class for searching for shows and events.
SearchController() - +Constructor for class com.mycompany.controller.SearchController +
  +
SecurityPhaseListener - Class in com.mycompany.lifecycle
PhaseListener class that handles authorization for protected views.
SecurityPhaseListener() - +Constructor for class com.mycompany.lifecycle.SecurityPhaseListener +
  +
sendGlobal() - +Method in class com.mycompany.controller.ChatController +
  +
ServletContextLifecycleNotifier - Class in com.mycompany.lifecycle
Thanks to Dan Allen for this useful code: https://gist.github.com/637959
ServletContextLifecycleNotifier() - +Constructor for class com.mycompany.lifecycle.ServletContextLifecycleNotifier +
  +
setAcceptedTerms(boolean) - +Method in class com.mycompany.model.User +
  +
setActiveUsers(ActiveUsers) - +Method in class com.mycompany.controller.LoginController +
  +
setActiveUsers(ActiveUsers) - +Method in class com.mycompany.controller.UserController +
  +
setAlcoholPermitted(boolean) - +Method in class com.mycompany.controller.SearchController +
  +
setAttendance(Set<EventAttendance>) - +Method in class com.mycompany.model.Event +
  +
setAuthor(User) - +Method in class com.mycompany.model.Idea +
  +
setBirthdate(Date) - +Method in class com.mycompany.model.User +
  +
setChartService(ChartService) - +Method in class com.mycompany.controller.ChartController +
  +
setChildren(Set<Idea>) - +Method in class com.mycompany.model.Idea +
  +
setCities(Set<City>) - +Method in class com.mycompany.model.ProvinceState +
  +
setCity(City) - +Method in class com.mycompany.controller.SearchController +
  +
setCity(City) - +Method in class com.mycompany.model.Venue +
  +
setClickCount(Integer) - +Method in class com.mycompany.model.User +
  +
setCode(String) - +Method in class com.mycompany.model.Country +
  +
setConfirmed(boolean) - +Method in class com.mycompany.model.EventAttendance +
  +
setContent(Content) - +Method in class com.mycompany.controller.ContentController +
  +
setContentService(ContentService) - +Method in class com.mycompany.controller.ContentController +
  +
setCountry(Country) - +Method in class com.mycompany.model.ProvinceState +
  +
setCountry(Country) - +Method in class com.mycompany.model.User +
  +
setCountry(Country) - +Method in class com.mycompany.model.Venue +
  +
setCountryService(CountryService) - +Method in class com.mycompany.controller.SearchController +
  +
setCountryService(CountryService) - +Method in class com.mycompany.controller.SignupController +
  +
setCountryService(CountryService) - +Method in class com.mycompany.controller.VenueController +
  +
setCreatedBy(User) - +Method in class com.mycompany.model.Content +
  +
setCreatedBy(User) - +Method in class com.mycompany.model.Event +
  +
setCreatedDate(Date) - +Method in class com.mycompany.model.Content +
  +
setCredentials(Credentials) - +Method in class com.mycompany.controller.LoginController +
  +
setDescription(String) - +Method in class com.mycompany.model.Event +
  +
setDescription(String) - +Method in class com.mycompany.model.Idea +
  +
setEditing(boolean) - +Method in class com.mycompany.controller.ContentController +
  +
setEmailAddress(String) - +Method in class com.mycompany.model.User +
  +
setEndDate(Date) - +Method in class com.mycompany.model.Event +
  +
setEvent(Event) - +Method in class com.mycompany.controller.EventController +
Sets the Event. +
setEvent(Event) - +Method in class com.mycompany.model.EventAttendance +
  +
setEvents(Set<Event>) - +Method in class com.mycompany.model.Venue +
  +
setEventsAttended(Set<EventAttendance>) - +Method in class com.mycompany.model.User +
  +
setEventService(EventService) - +Method in class com.mycompany.controller.EventController +
  +
setEventService(EventService) - +Method in class com.mycompany.controller.SearchController +
  +
setEventType(EventType) - +Method in class com.mycompany.controller.SearchController +
  +
setEventType(EventType) - +Method in class com.mycompany.model.Event +
  +
setFirstName(String) - +Method in class com.mycompany.model.User +
  +
setFromRelationships(Set<UserRelationship>) - +Method in class com.mycompany.model.User +
  +
setFromUser(User) - +Method in class com.mycompany.model.UserRelationship +
  +
setGender(Gender) - +Method in class com.mycompany.model.User +
  +
setGlobalMessage(String) - +Method in class com.mycompany.controller.ChatController +
  +
setId(Integer) - +Method in class com.mycompany.model.AbstractEntity +
  +
setIdeaService(IdeaService) - +Method in class com.mycompany.controller.MindMapController +
  +
setKeyword(String) - +Method in class com.mycompany.controller.SearchController +
  +
setLastName(String) - +Method in class com.mycompany.model.User +
  +
setLatitude(Double) - +Method in class com.mycompany.model.City +
  +
setLatitude(Double) - +Method in class com.mycompany.model.Venue +
  +
setLongitude(Double) - +Method in class com.mycompany.model.City +
  +
setLongitude(Double) - +Method in class com.mycompany.model.Venue +
  +
setMaxResults(int) - +Method in class com.mycompany.controller.SearchController +
  +
setName(String) - +Method in class com.mycompany.model.City +
  +
setName(String) - +Method in class com.mycompany.model.Country +
  +
setName(String) - +Method in class com.mycompany.model.Idea +
  +
setName(String) - +Method in class com.mycompany.model.ProvinceState +
  +
setName(String) - +Method in class com.mycompany.model.Venue +
  +
setNewIdea(Idea) - +Method in class com.mycompany.controller.MindMapController +
  +
setNoCoverCharge(boolean) - +Method in class com.mycompany.controller.SearchController +
  +
setOutdoorVenue(boolean) - +Method in class com.mycompany.controller.SearchController +
  +
setParent(Idea) - +Method in class com.mycompany.model.Idea +
  +
setPassword(String) - +Method in class com.mycompany.model.Credentials +
  +
setPassword(String) - +Method in class com.mycompany.model.User +
  +
setPhoneNumber(String) - +Method in class com.mycompany.model.User +
  +
setPhoneNumber(String) - +Method in class com.mycompany.model.Venue +
  +
setProvinceState(ProvinceState) - +Method in class com.mycompany.controller.SearchController +
  +
setProvinceState(ProvinceState) - +Method in class com.mycompany.model.City +
  +
setProvinceState(ProvinceState) - +Method in class com.mycompany.model.Venue +
  +
setProvinceStates(Set<ProvinceState>) - +Method in class com.mycompany.model.Country +
  +
setRating(int) - +Method in class com.mycompany.model.EventAttendance +
  +
setRelationship(UserRelationship) - +Method in class com.mycompany.controller.ContactsController +
  +
setRelationshipType(RelationshipType) - +Method in class com.mycompany.model.UserRelationship +
  +
setSelectedEvent(Event) - +Method in class com.mycompany.controller.SearchController +
  +
setSelectedNode(MindmapNode) - +Method in class com.mycompany.controller.MindMapController +
  +
setStartDate(Date) - +Method in class com.mycompany.model.Event +
  +
setStreetAddress(String) - +Method in class com.mycompany.model.Venue +
  +
setTheme(String) - +Method in class com.mycompany.model.User +
  +
setTitle(String) - +Method in class com.mycompany.model.Event +
  +
setToRelationships(Set<UserRelationship>) - +Method in class com.mycompany.model.User +
  +
setToUser(User) - +Method in class com.mycompany.model.UserRelationship +
  +
setUser(User) - +Method in class com.mycompany.controller.SignupController +
  +
setUser(User) - +Method in class com.mycompany.model.EventAttendance +
  +
setUser(User) - +Method in class com.mycompany.util.UserSession +
Sets the User. +
setUsername(String) - +Method in class com.mycompany.model.Credentials +
  +
setUsername(String) - +Method in class com.mycompany.model.User +
  +
setUserService(UserService) - +Method in class com.mycompany.controller.ChartController +
  +
setUserService(UserService) - +Method in class com.mycompany.controller.ContactsController +
  +
setUserService(UserService) - +Method in class com.mycompany.controller.LoginController +
  +
setUserService(UserService) - +Method in class com.mycompany.controller.SignupController +
  +
setUserService(UserService) - +Method in class com.mycompany.controller.UserController +
  +
setUserSession(UserSession) - +Method in class com.mycompany.controller.AbstractController +
  +
setValue(String) - +Method in class com.mycompany.model.Content +
  +
setVenue(Venue) - +Method in class com.mycompany.controller.VenueController +
  +
setVenue(Venue) - +Method in class com.mycompany.model.Event +
  +
setVenueService(VenueService) - +Method in class com.mycompany.controller.VenueController +
  +
setVersion(Integer) - +Method in class com.mycompany.model.AbstractEntity +
  +
setViewId(String) - +Method in class com.mycompany.model.Content +
  +
signup() - +Method in class com.mycompany.controller.SignupController +
  +
SignupController - Class in com.mycompany.controller
Controller class for new user signup.
SignupController() - +Constructor for class com.mycompany.controller.SignupController +
  +
signupMobile() - +Method in class com.mycompany.controller.SignupController +
  +
startDate - +Static variable in class com.mycompany.model.Event_ +
  +
StateConverter - Class in com.mycompany.convert
Converter class for ProvinceState objects.
StateConverter() - +Constructor for class com.mycompany.convert.StateConverter +
  +
streetAddress - +Static variable in class com.mycompany.model.Venue_ +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/src/main/doc/index-files/index-18.html b/primefaces-webapp/src/main/doc/index-files/index-18.html new file mode 100644 index 0000000..561704a --- /dev/null +++ b/primefaces-webapp/src/main/doc/index-files/index-18.html @@ -0,0 +1,157 @@ + + + + + + +T-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+T

+
+
theme - +Static variable in class com.mycompany.model.User_ +
  +
title - +Static variable in class com.mycompany.model.Event_ +
  +
toggleEditing(ActionEvent) - +Method in class com.mycompany.controller.ContentController +
  +
toRelationships - +Static variable in class com.mycompany.model.User_ +
  +
toUser - +Static variable in class com.mycompany.model.UserRelationship_ +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/src/main/doc/index-files/index-19.html b/primefaces-webapp/src/main/doc/index-files/index-19.html new file mode 100644 index 0000000..c067de2 --- /dev/null +++ b/primefaces-webapp/src/main/doc/index-files/index-19.html @@ -0,0 +1,193 @@ + + + + + + +U-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+U

+
+
updateAttendance(EventAttendance) - +Method in class com.mycompany.controller.EventController +
+ This method updates the current user's EventAttendance object for a + particular event. +
updateUserTheme(AjaxBehaviorEvent) - +Method in class com.mycompany.controller.UserController +
  +
user - +Static variable in class com.mycompany.model.EventAttendance_ +
  +
User - Class in com.mycompany.model
JPA entity for user data.
User() - +Constructor for class com.mycompany.model.User +
  +
User_ - Class in com.mycompany.model
 
User_() - +Constructor for class com.mycompany.model.User_ +
  +
USER_FIND_BY_PARTIAL_NAME - +Static variable in interface com.mycompany.util.Queries +
Finds a User by partial name. +
USER_FIND_BY_RELATIONSHIP_TYPE - +Static variable in interface com.mycompany.util.Queries +
Finds a List of User objects by RelationshipType to + another User. +
USER_FIND_BY_USERNAME_PASSWORD - +Static variable in interface com.mycompany.util.Queries +
Finds a User by username and password. +
UserController - Class in com.mycompany.controller
Controller class for user-related functionality.
UserController() - +Constructor for class com.mycompany.controller.UserController +
  +
UserConverter - Class in com.mycompany.convert
Converter class for User objects.
UserConverter() - +Constructor for class com.mycompany.convert.UserConverter +
  +
username - +Static variable in class com.mycompany.model.User_ +
  +
UserRelationship - Class in com.mycompany.model
JPA entity for a relationship between two users.
UserRelationship() - +Constructor for class com.mycompany.model.UserRelationship +
  +
UserRelationship_ - Class in com.mycompany.model
 
UserRelationship_() - +Constructor for class com.mycompany.model.UserRelationship_ +
  +
userSelected(SelectEvent) - +Method in class com.mycompany.controller.ContactsController +
  +
UserService - Interface in com.mycompany.service
Interface for user service.
UserServiceImpl - Class in com.mycompany.service.impl
 
UserServiceImpl() - +Constructor for class com.mycompany.service.impl.UserServiceImpl +
  +
UserSession - Class in com.mycompany.util
Session-scoped CDI managed bean to store a User object.
UserSession() - +Constructor for class com.mycompany.util.UserSession +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/src/main/doc/index-files/index-2.html b/primefaces-webapp/src/main/doc/index-files/index-2.html new file mode 100644 index 0000000..f83df25 --- /dev/null +++ b/primefaces-webapp/src/main/doc/index-files/index-2.html @@ -0,0 +1,158 @@ + + + + + + +B-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+B

+
+
beforePhase(PhaseEvent) - +Method in class com.mycompany.lifecycle.SecurityPhaseListener +
  +
beginChat() - +Method in class com.mycompany.controller.ChatController +
  +
birthdate - +Static variable in class com.mycompany.model.User_ +
  +
buildMindMap(Idea, MindmapNode) - +Method in interface com.mycompany.service.IdeaService +
Populates a mind map data structure from an Idea using the + MindmapNode interface. +
buildMindMap(Idea, MindmapNode) - +Method in class com.mycompany.service.impl.IdeaServiceImpl +
This method uses recursion to build the mind map data structure. +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/src/main/doc/index-files/index-20.html b/primefaces-webapp/src/main/doc/index-files/index-20.html new file mode 100644 index 0000000..5b75d3a --- /dev/null +++ b/primefaces-webapp/src/main/doc/index-files/index-20.html @@ -0,0 +1,193 @@ + + + + + + +V-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+V

+
+
value - +Static variable in class com.mycompany.model.Content_ +
  +
valueOf(String) - +Static method in enum com.mycompany.model.EventType +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum com.mycompany.model.Gender +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum com.mycompany.model.RelationshipType +
Returns the enum constant of this type with the specified name. +
values() - +Static method in enum com.mycompany.model.EventType +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum com.mycompany.model.Gender +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum com.mycompany.model.RelationshipType +
Returns an array containing the constants of this enum type, in +the order they are declared. +
venue - +Static variable in class com.mycompany.model.Event_ +
  +
Venue - Class in com.mycompany.model
JPA entity for venue data.
Venue() - +Constructor for class com.mycompany.model.Venue +
  +
Venue_ - Class in com.mycompany.model
 
Venue_() - +Constructor for class com.mycompany.model.Venue_ +
  +
VenueController - Class in com.mycompany.controller
Controller class for venue-related functionality.
VenueController() - +Constructor for class com.mycompany.controller.VenueController +
  +
VenueConverter - Class in com.mycompany.convert
Converter class for Venue objects.
VenueConverter() - +Constructor for class com.mycompany.convert.VenueConverter +
  +
venueSelected(ValueChangeEvent) - +Method in class com.mycompany.controller.VenueController +
  +
VenueService - Interface in com.mycompany.service
Interface for a venue service.
VenueServiceImpl - Class in com.mycompany.service.impl
 
VenueServiceImpl() - +Constructor for class com.mycompany.service.impl.VenueServiceImpl +
  +
version - +Static variable in class com.mycompany.model.AbstractEntity_ +
  +
viewId - +Static variable in class com.mycompany.model.Content_ +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/src/main/doc/index-files/index-3.html b/primefaces-webapp/src/main/doc/index-files/index-3.html new file mode 100644 index 0000000..7c83834 --- /dev/null +++ b/primefaces-webapp/src/main/doc/index-files/index-3.html @@ -0,0 +1,264 @@ + + + + + + +C-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+C

+
+
ChartController - Class in com.mycompany.controller
Controller class for charts.
ChartController() - +Constructor for class com.mycompany.controller.ChartController +
  +
ChartService - Interface in com.mycompany.service
Interface for a chart service.
ChartServiceImpl - Class in com.mycompany.service.impl
 
ChartServiceImpl() - +Constructor for class com.mycompany.service.impl.ChartServiceImpl +
  +
ChatController - Class in com.mycompany.controller
Controller class for chat functionality.
ChatController() - +Constructor for class com.mycompany.controller.ChatController +
  +
checkPermission(ComponentSystemEvent) - +Method in class com.mycompany.controller.LoginController +
  +
children - +Static variable in class com.mycompany.model.Idea_ +
  +
cities - +Static variable in class com.mycompany.model.ProvinceState_ +
  +
City - Class in com.mycompany.model
JPA entity class for city data.
City() - +Constructor for class com.mycompany.model.City +
  +
city - +Static variable in class com.mycompany.model.Venue_ +
  +
City_ - Class in com.mycompany.model
 
City_() - +Constructor for class com.mycompany.model.City_ +
  +
CITY_FIND_BY_NAME_AND_PROVINCE_STATE - +Static variable in interface com.mycompany.util.Queries +
Finds a City by name and ProvinceState. +
CityConverter - Class in com.mycompany.convert
Converter for City objects.
CityConverter() - +Constructor for class com.mycompany.convert.CityConverter +
  +
clickCount - +Static variable in class com.mycompany.model.User_ +
  +
code - +Static variable in class com.mycompany.model.Country_ +
  +
com.mycompany.controller - package com.mycompany.controller
 
com.mycompany.convert - package com.mycompany.convert
 
com.mycompany.lifecycle - package com.mycompany.lifecycle
 
com.mycompany.model - package com.mycompany.model
 
com.mycompany.service - package com.mycompany.service
 
com.mycompany.service.impl - package com.mycompany.service.impl
 
com.mycompany.util - package com.mycompany.util
 
com.mycompany.websocket - package com.mycompany.websocket
 
confirmed - +Static variable in class com.mycompany.model.EventAttendance_ +
  +
ContactsController - Class in com.mycompany.controller
Controller class for contacts related functionality.
ContactsController() - +Constructor for class com.mycompany.controller.ContactsController +
  +
Content - Class in com.mycompany.model
JPA entity for content data.
Content() - +Constructor for class com.mycompany.model.Content +
  +
Content_ - Class in com.mycompany.model
 
Content_() - +Constructor for class com.mycompany.model.Content_ +
  +
CONTENT_FIND_BY_NAME - +Static variable in interface com.mycompany.util.Queries +
Finds a Content by name. +
contentChanged(ValueChangeEvent) - +Method in class com.mycompany.controller.ContentController +
  +
ContentController - Class in com.mycompany.controller
Controller class for content editing.
ContentController() - +Constructor for class com.mycompany.controller.ContentController +
  +
ContentService - Interface in com.mycompany.service
Interface for a content service.
ContentServiceImpl - Class in com.mycompany.service.impl
 
ContentServiceImpl() - +Constructor for class com.mycompany.service.impl.ContentServiceImpl +
  +
contextDestroyed(ServletContextEvent) - +Method in class com.mycompany.lifecycle.ServletContextLifecycleNotifier +
  +
contextInitialized(ServletContextEvent) - +Method in class com.mycompany.lifecycle.ServletContextLifecycleNotifier +
  +
ConversationExceptionFilter - Class in com.mycompany.lifecycle
This filter handles the {@link NonexistentConversationException) propagating + from CDI for requests containing an invalid conversation ID (cid parameter).
ConversationExceptionFilter() - +Constructor for class com.mycompany.lifecycle.ConversationExceptionFilter +
  +
Country - Class in com.mycompany.model
JPA entity for country data.
Country() - +Constructor for class com.mycompany.model.Country +
  +
country - +Static variable in class com.mycompany.model.ProvinceState_ +
  +
country - +Static variable in class com.mycompany.model.User_ +
  +
country - +Static variable in class com.mycompany.model.Venue_ +
  +
Country_ - Class in com.mycompany.model
 
Country_() - +Constructor for class com.mycompany.model.Country_ +
  +
COUNTRY_FIND_ALL - +Static variable in interface com.mycompany.util.Queries +
Finds all Country objects. +
COUNTRY_FIND_BY_CODE - +Static variable in interface com.mycompany.util.Queries +
Finds a Country by code. +
CountryConverter - Class in com.mycompany.convert
Converter class for Country objects.
CountryConverter() - +Constructor for class com.mycompany.convert.CountryConverter +
  +
CountryService - Interface in com.mycompany.service
Service class for country-related operations.
CountryServiceImpl - Class in com.mycompany.service.impl
+ Controller class for countries.
CountryServiceImpl() - +Constructor for class com.mycompany.service.impl.CountryServiceImpl +
  +
createdBy - +Static variable in class com.mycompany.model.Content_ +
  +
createdBy - +Static variable in class com.mycompany.model.Event_ +
  +
createdDate - +Static variable in class com.mycompany.model.Content_ +
  +
createProvinceState(Country, String) - +Method in interface com.mycompany.service.CountryService +
Creates a ProvinceState object for a particular Country. +
createProvinceState(Country, String) - +Method in class com.mycompany.service.impl.CountryServiceImpl +
  +
createUser(ActionEvent) - +Method in class com.mycompany.controller.SignupController +
  +
Credentials - Class in com.mycompany.model
CDI-managed bean in request scope for user credentials.
Credentials() - +Constructor for class com.mycompany.model.Credentials +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/src/main/doc/index-files/index-4.html b/primefaces-webapp/src/main/doc/index-files/index-4.html new file mode 100644 index 0000000..8f61f9b --- /dev/null +++ b/primefaces-webapp/src/main/doc/index-files/index-4.html @@ -0,0 +1,172 @@ + + + + + + +D-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+D

+
+
DashboardController - Class in com.mycompany.controller
Controller class for dashboard screen.
DashboardController() - +Constructor for class com.mycompany.controller.DashboardController +
  +
dateSelected(SelectEvent) - +Method in class com.mycompany.controller.EventController +
This method is called when the user clicks on a date in the calendar. +
DefaultPushRule - Class in com.mycompany.websocket
Utility class for GlassFish WebSocket support with PrimeFaces.
DefaultPushRule() - +Constructor for class com.mycompany.websocket.DefaultPushRule +
  +
deleteVenue(ActionEvent) - +Method in class com.mycompany.controller.VenueController +
  +
deleteVenue(Venue) - +Method in class com.mycompany.service.impl.VenueServiceImpl +
  +
deleteVenue(Venue) - +Method in interface com.mycompany.service.VenueService +
Deletes a Venue object. +
description - +Static variable in class com.mycompany.model.Event_ +
  +
description - +Static variable in class com.mycompany.model.Idea_ +
  +
destroy() - +Method in class com.mycompany.lifecycle.ConversationExceptionFilter +
  +
Destroyed - Annotation Type in com.mycompany.lifecycle
Thanks to Dan Allen for this useful code: https://gist.github.com/637959
doFilter(ServletRequest, ServletResponse, FilterChain) - +Method in class com.mycompany.lifecycle.ConversationExceptionFilter +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/src/main/doc/index-files/index-5.html b/primefaces-webapp/src/main/doc/index-files/index-5.html new file mode 100644 index 0000000..09f6053 --- /dev/null +++ b/primefaces-webapp/src/main/doc/index-files/index-5.html @@ -0,0 +1,233 @@ + + + + + + +E-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+E

+
+
EditableStateConverter - Class in com.mycompany.convert
Converter object for editable ProvinceState objects.
EditableStateConverter() - +Constructor for class com.mycompany.convert.EditableStateConverter +
  +
emailAddress - +Static variable in class com.mycompany.model.User_ +
  +
endChat() - +Method in class com.mycompany.controller.ChatController +
  +
endDate - +Static variable in class com.mycompany.model.Event_ +
  +
equals(Object) - +Method in class com.mycompany.model.AbstractEntity +
  +
equals(Object) - +Method in class com.mycompany.model.Country +
  +
equals(Object) - +Method in class com.mycompany.model.Event +
  +
equals(Object) - +Method in class com.mycompany.model.Idea +
  +
equals(Object) - +Method in class com.mycompany.model.ProvinceState +
  +
equals(Object) - +Method in class com.mycompany.model.User +
  +
equals(Object) - +Method in class com.mycompany.model.Venue +
  +
Event - Class in com.mycompany.model
JPA entity for event data.
Event() - +Constructor for class com.mycompany.model.Event +
  +
event - +Static variable in class com.mycompany.model.EventAttendance_ +
  +
Event_ - Class in com.mycompany.model
 
Event_() - +Constructor for class com.mycompany.model.Event_ +
  +
EVENT_ATTENDANCE_FIND_BY_USER - +Static variable in interface com.mycompany.util.Queries +
Finds all EventAttendance for a particular User. +
EVENT_ATTENDANCE_FIND_BY_USER_AND_EVENT - +Static variable in interface com.mycompany.util.Queries +
Finds a List of EventAttendance for a particular User and + Event. +
EVENT_ATTENDANCE_FIND_GENDER_COUNT_BY_EVENT - +Static variable in interface com.mycompany.util.Queries +
Find a count of all EventAttendance objects by Gender. +
EVENT_FIND_ALL - +Static variable in interface com.mycompany.util.Queries +
Find all Event objects. +
EventAttendance - Class in com.mycompany.model
JPA entity for user event attendance data.
EventAttendance() - +Constructor for class com.mycompany.model.EventAttendance +
  +
EventAttendance_ - Class in com.mycompany.model
 
EventAttendance_() - +Constructor for class com.mycompany.model.EventAttendance_ +
  +
EventController - Class in com.mycompany.controller
This class implements controller behavior for a number of screens in the + application.
EventController() - +Constructor for class com.mycompany.controller.EventController +
  +
eventMoved(ScheduleEntryMoveEvent) - +Method in class com.mycompany.controller.EventController +
This method is called when the user moves a calendar Event from + one date/time to another date/time. +
eventResized(ScheduleEntryResizeEvent) - +Method in class com.mycompany.controller.EventController +
This method is called when the user resizes an event. +
events - +Static variable in class com.mycompany.model.Venue_ +
  +
eventsAttended - +Static variable in class com.mycompany.model.User_ +
  +
eventSelected(SelectEvent) - +Method in class com.mycompany.controller.EventController +
This method is called when the user clicks on an existing event in the + schedule. +
eventSelected(OverlaySelectEvent) - +Method in class com.mycompany.controller.SearchController +
  +
EventService - Interface in com.mycompany.service
Interfaces for an event service.
EventServiceImpl - Class in com.mycompany.service.impl
 
EventServiceImpl() - +Constructor for class com.mycompany.service.impl.EventServiceImpl +
  +
eventType - +Static variable in class com.mycompany.model.Event_ +
  +
EventType - Enum in com.mycompany.model
Represents an event type.
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/src/main/doc/index-files/index-6.html b/primefaces-webapp/src/main/doc/index-files/index-6.html new file mode 100644 index 0000000..f4cd75a --- /dev/null +++ b/primefaces-webapp/src/main/doc/index-files/index-6.html @@ -0,0 +1,327 @@ + + + + + + +F-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+F

+
+
FacesUtils - Class in com.mycompany.util
Utility class for common JSF API uses.
FacesUtils() - +Constructor for class com.mycompany.util.FacesUtils +
  +
findAllEvents() - +Method in interface com.mycompany.service.EventService +
Finds all Event objects. +
findAllEvents() - +Method in class com.mycompany.service.impl.EventServiceImpl +
  +
findAllEventsAttendanceByUser(User) - +Method in interface com.mycompany.service.EventService +
Finds all EventAttendance objects for a particular User. +
findAllEventsAttendanceByUser(User) - +Method in class com.mycompany.service.impl.EventServiceImpl +
  +
findCitiesByState(ProvinceState) - +Method in interface com.mycompany.service.CountryService +
Finds a list of City objects for the given ProvinceState. +
findCitiesByState(ProvinceState) - +Method in class com.mycompany.service.impl.CountryServiceImpl +
  +
findCity(String, ProvinceState) - +Method in interface com.mycompany.service.CountryService +
Finds a City by name in the ProvinceState. +
findCity(String, ProvinceState) - +Method in class com.mycompany.service.impl.CountryServiceImpl +
  +
findCityById(Integer) - +Method in interface com.mycompany.service.CountryService +
Finds a City object by ID. +
findCityById(Integer) - +Method in class com.mycompany.service.impl.CountryServiceImpl +
  +
findContentByName(String) - +Method in interface com.mycompany.service.ContentService +
Finds a Content object by name. +
findContentByName(String) - +Method in class com.mycompany.service.impl.ContentServiceImpl +
  +
findCountryById(Integer) - +Method in interface com.mycompany.service.CountryService +
Finds a Country object by ID. +
findCountryById(Integer) - +Method in class com.mycompany.service.impl.CountryServiceImpl +
  +
findEventAttendance(Event, User) - +Method in interface com.mycompany.service.EventService +
Finds the EventAttendance object for a particular Event + and User. +
findEventAttendance(Event, User) - +Method in class com.mycompany.service.impl.EventServiceImpl +
  +
findEventAttendanceByGender(Gender) - +Method in interface com.mycompany.service.ChartService +
Finds all event attendance data by gender. +
findEventAttendanceByGender(Gender) - +Method in class com.mycompany.service.impl.ChartServiceImpl +
  +
findEventById(Integer) - +Method in interface com.mycompany.service.EventService +
Finds an Event by ID. +
findEventById(Integer) - +Method in class com.mycompany.service.impl.EventServiceImpl +
  +
findEvents(City, ProvinceState, EventType, String) - +Method in interface com.mycompany.service.EventService +
Finds a List of Event objects in a City and + ProvinceState for a particular EventType and keyword. +
findEvents(City, ProvinceState, EventType, String) - +Method in class com.mycompany.service.impl.EventServiceImpl +
  +
findIdea(Integer) - +Method in interface com.mycompany.service.IdeaService +
Finds an Idea by ID. +
findIdea(Integer) - +Method in class com.mycompany.service.impl.IdeaServiceImpl +
  +
findIdeas() - +Method in interface com.mycompany.service.IdeaService +
Finds a list of Idea objects. +
findIdeas() - +Method in class com.mycompany.service.impl.IdeaServiceImpl +
  +
findProvinceStatesByCountry(Country) - +Method in class com.mycompany.controller.VenueController +
  +
findProvinceStatesByCountry(Country) - +Method in interface com.mycompany.service.CountryService +
Finds a List of ProvinceState objects for a particular + Country. +
findProvinceStatesByCountry(Country) - +Method in class com.mycompany.service.impl.CountryServiceImpl +
  +
findRelationshipToUser(User, User) - +Method in class com.mycompany.service.impl.UserServiceImpl +
  +
findRelationshipToUser(User, User) - +Method in interface com.mycompany.service.UserService +
Finds a UserRelationship object representing a relationship + between two User objects. +
findStateById(Integer) - +Method in interface com.mycompany.service.CountryService +
Finds a ProvinceState object by ID. +
findStateById(Integer) - +Method in class com.mycompany.service.impl.CountryServiceImpl +
  +
findStateByName(Country, String) - +Method in interface com.mycompany.service.CountryService +
Finds a ProvinceState object by name within a particular + Country. +
findStateByName(Country, String) - +Method in class com.mycompany.service.impl.CountryServiceImpl +
  +
findUser(String, String) - +Method in class com.mycompany.controller.UserController +
  +
findUser(String, String) - +Method in class com.mycompany.service.impl.UserServiceImpl +
  +
findUser(String, String) - +Method in interface com.mycompany.service.UserService +
Finds a User with the given username and password. +
findUserById(Integer) - +Method in class com.mycompany.service.impl.UserServiceImpl +
  +
findUserById(Integer) - +Method in interface com.mycompany.service.UserService +
Finds a User by ID. +
findUserByUsername(String) - +Method in class com.mycompany.service.impl.UserServiceImpl +
  +
findUserByUsername(String) - +Method in interface com.mycompany.service.UserService +
Finds a User by username. +
findUserEvents(Date, Date, User) - +Method in interface com.mycompany.service.EventService +
Finds a List of Event objects between a start and end date + created by a particular User. +
findUserEvents(Date, Date, User) - +Method in class com.mycompany.service.impl.EventServiceImpl +
  +
findUsers() - +Method in class com.mycompany.service.impl.UserServiceImpl +
  +
findUsers() - +Method in interface com.mycompany.service.UserService +
Finds a List of all User objects. +
findUsersByName(String) - +Method in class com.mycompany.controller.ContactsController +
  +
findUsersByName(String) - +Method in class com.mycompany.service.impl.UserServiceImpl +
  +
findUsersByName(String) - +Method in interface com.mycompany.service.UserService +
Finds a List of User objects that have a first name or last name + that partially matches the suggestion string. +
findUsersByType(RelationshipType, User) - +Method in class com.mycompany.service.impl.UserServiceImpl +
  +
findUsersByType(RelationshipType, User) - +Method in interface com.mycompany.service.UserService +
Finds a List of User objects that are related to the User + according to the specified RelationshipType. +
findVenueById(Integer) - +Method in class com.mycompany.service.impl.VenueServiceImpl +
  +
findVenueById(Integer) - +Method in interface com.mycompany.service.VenueService +
Finds a Venue object by ID. +
findVenues() - +Method in class com.mycompany.service.impl.VenueServiceImpl +
  +
findVenues() - +Method in interface com.mycompany.service.VenueService +
Finds a List of all Venue objects. +
firstName - +Static variable in class com.mycompany.model.User_ +
  +
fromRelationships - +Static variable in class com.mycompany.model.User_ +
  +
fromUser - +Static variable in class com.mycompany.model.UserRelationship_ +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/src/main/doc/index-files/index-7.html b/primefaces-webapp/src/main/doc/index-files/index-7.html new file mode 100644 index 0000000..400753d --- /dev/null +++ b/primefaces-webapp/src/main/doc/index-files/index-7.html @@ -0,0 +1,523 @@ + + + + + + +G-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+G

+
+
Gender - Enum in com.mycompany.model
Represents a gender.
gender - +Static variable in class com.mycompany.model.User_ +
  +
getAllEvents() - +Method in class com.mycompany.controller.EventController +
This method returns all Event objects in the database. +
getAllEventsAttendance() - +Method in class com.mycompany.controller.EventController +
This method returns a list of EventAttendance objects + encapsulating information about a user's attendance for a particular + event. +
getAsObject(FacesContext, UIComponent, String) - +Method in class com.mycompany.convert.CityConverter +
  +
getAsObject(FacesContext, UIComponent, String) - +Method in class com.mycompany.convert.CountryConverter +
  +
getAsObject(FacesContext, UIComponent, String) - +Method in class com.mycompany.convert.EditableStateConverter +
  +
getAsObject(FacesContext, UIComponent, String) - +Method in class com.mycompany.convert.StateConverter +
  +
getAsObject(FacesContext, UIComponent, String) - +Method in class com.mycompany.convert.UserConverter +
  +
getAsObject(FacesContext, UIComponent, String) - +Method in class com.mycompany.convert.VenueConverter +
  +
getAsString(FacesContext, UIComponent, Object) - +Method in class com.mycompany.convert.CityConverter +
  +
getAsString(FacesContext, UIComponent, Object) - +Method in class com.mycompany.convert.CountryConverter +
  +
getAsString(FacesContext, UIComponent, Object) - +Method in class com.mycompany.convert.EditableStateConverter +
  +
getAsString(FacesContext, UIComponent, Object) - +Method in class com.mycompany.convert.StateConverter +
  +
getAsString(FacesContext, UIComponent, Object) - +Method in class com.mycompany.convert.UserConverter +
  +
getAsString(FacesContext, UIComponent, Object) - +Method in class com.mycompany.convert.VenueConverter +
  +
getAttendance() - +Method in class com.mycompany.model.Event +
  +
getAuthor() - +Method in class com.mycompany.model.Idea +
  +
getBarChartModel() - +Method in class com.mycompany.controller.ChartController +
  +
getBirthdate() - +Method in class com.mycompany.model.User +
  +
getChildren() - +Method in class com.mycompany.model.Idea +
  +
getCities() - +Method in class com.mycompany.model.ProvinceState +
  +
getCitiesForState() - +Method in class com.mycompany.controller.SearchController +
  +
getCity() - +Method in class com.mycompany.controller.SearchController +
  +
getCity() - +Method in class com.mycompany.model.Venue +
  +
getClickCount() - +Method in class com.mycompany.model.User +
  +
getCode() - +Method in class com.mycompany.model.Country +
  +
getColleagues() - +Method in class com.mycompany.controller.ContactsController +
  +
getCompleteAddress() - +Method in class com.mycompany.model.Venue +
This method returns the complete address of the venue. +
getContent() - +Method in class com.mycompany.controller.ContentController +
  +
getCountries() - +Method in class com.mycompany.controller.SignupController +
  +
getCountries() - +Method in class com.mycompany.controller.VenueController +
  +
getCountries() - +Method in interface com.mycompany.service.CountryService +
Returns all Country objects. +
getCountries() - +Method in class com.mycompany.service.impl.CountryServiceImpl +
  +
getCountry() - +Method in class com.mycompany.model.ProvinceState +
  +
getCountry() - +Method in class com.mycompany.model.User +
  +
getCountry() - +Method in class com.mycompany.model.Venue +
  +
getCreatedBy() - +Method in class com.mycompany.model.Content +
  +
getCreatedBy() - +Method in class com.mycompany.model.Event +
  +
getCreatedDate() - +Method in class com.mycompany.model.Content +
  +
getDescription() - +Method in class com.mycompany.model.Event +
  +
getDescription() - +Method in class com.mycompany.model.Idea +
  +
getEmailAddress() - +Method in class com.mycompany.model.User +
  +
getEndDate() - +Method in class com.mycompany.model.Event +
  +
getEvent() - +Method in class com.mycompany.controller.EventController +
This method returns the currently selected Event. +
getEvent() - +Method in class com.mycompany.model.EventAttendance +
  +
getEvents() - +Method in class com.mycompany.model.Venue +
  +
getEventsAttended() - +Method in class com.mycompany.model.User +
  +
getEventType() - +Method in class com.mycompany.controller.SearchController +
  +
getEventType() - +Method in class com.mycompany.model.Event +
  +
getEventTypes() - +Method in class com.mycompany.controller.EventController +
This method returns an array of EventType enum objects. +
getFamily() - +Method in class com.mycompany.controller.ContactsController +
  +
getFirstName() - +Method in class com.mycompany.model.User +
  +
getFriends() - +Method in class com.mycompany.controller.ContactsController +
  +
getFromRelationships() - +Method in class com.mycompany.model.User +
  +
getFromUser() - +Method in class com.mycompany.model.UserRelationship +
  +
getGender() - +Method in class com.mycompany.model.User +
  +
getGenders() - +Method in class com.mycompany.controller.SignupController +
  +
getGlobalMessage() - +Method in class com.mycompany.controller.ChatController +
  +
getId() - +Method in class com.mycompany.model.AbstractEntity +
  +
getKeyword() - +Method in class com.mycompany.controller.SearchController +
  +
getLabel() - +Method in enum com.mycompany.model.EventType +
  +
getLabel() - +Method in enum com.mycompany.model.Gender +
  +
getLabel() - +Method in enum com.mycompany.model.RelationshipType +
  +
getLastName() - +Method in class com.mycompany.model.User +
  +
getLatitude() - +Method in class com.mycompany.model.City +
  +
getLatitude() - +Method in class com.mycompany.model.Venue +
  +
getLivePieModel() - +Method in class com.mycompany.controller.ChartController +
This method builds a PieChartModel of active user click counts. +
getLongitude() - +Method in class com.mycompany.model.City +
  +
getLongitude() - +Method in class com.mycompany.model.Venue +
  +
getManagedBean(String) - +Static method in class com.mycompany.util.FacesUtils +
Utility method to lookup a managed bean. +
getMapCenter() - +Method in class com.mycompany.controller.SearchController +
  +
getMapZoom() - +Method in class com.mycompany.controller.SearchController +
  +
getMaxResults() - +Method in class com.mycompany.controller.SearchController +
  +
getMinDate() - +Method in class com.mycompany.controller.SignupController +
Return a date 100 years ago. +
getModel() - +Method in class com.mycompany.controller.DashboardController +
  +
getName() - +Method in class com.mycompany.model.City +
  +
getName() - +Method in class com.mycompany.model.Country +
  +
getName() - +Method in class com.mycompany.model.Idea +
  +
getName() - +Method in class com.mycompany.model.ProvinceState +
  +
getName() - +Method in class com.mycompany.model.Venue +
  +
getNewIdea() - +Method in class com.mycompany.controller.MindMapController +
  +
getParent() - +Method in class com.mycompany.model.Idea +
  +
getPassword() - +Method in class com.mycompany.model.Credentials +
  +
getPassword() - +Method in class com.mycompany.model.User +
  +
getPhaseId() - +Method in class com.mycompany.lifecycle.SecurityPhaseListener +
  +
getPhoneNumber() - +Method in class com.mycompany.model.User +
  +
getPhoneNumber() - +Method in class com.mycompany.model.Venue +
  +
getPieChartModel() - +Method in class com.mycompany.controller.ChartController +
  +
getProvinceState() - +Method in class com.mycompany.controller.SearchController +
  +
getProvinceState() - +Method in class com.mycompany.model.City +
  +
getProvinceState() - +Method in class com.mycompany.model.Venue +
  +
getProvinceStates() - +Method in class com.mycompany.controller.SearchController +
  +
getProvinceStates() - +Method in class com.mycompany.model.Country +
  +
getProvinceStates() - +Method in interface com.mycompany.service.CountryService +
Returns all ProvinceState objects. +
getProvinceStates() - +Method in class com.mycompany.service.impl.CountryServiceImpl +
  +
getRating() - +Method in class com.mycompany.model.EventAttendance +
  +
getRelationship() - +Method in class com.mycompany.controller.ContactsController +
  +
getRelationshipType() - +Method in class com.mycompany.controller.ContactsController +
  +
getRelationshipType() - +Method in class com.mycompany.model.UserRelationship +
  +
getRelationshipTypes() - +Method in class com.mycompany.controller.ContactsController +
  +
getRoot() - +Method in class com.mycompany.controller.MindMapController +
  +
getSearchResultsModel() - +Method in class com.mycompany.controller.SearchController +
  +
getSelectedEvent() - +Method in class com.mycompany.controller.SearchController +
  +
getSelectedNode() - +Method in class com.mycompany.controller.MindMapController +
  +
getStartDate() - +Method in class com.mycompany.model.Event +
  +
getStreetAddress() - +Method in class com.mycompany.model.Venue +
  +
getTheme() - +Method in class com.mycompany.model.User +
  +
getThemes() - +Method in class com.mycompany.controller.UserController +
  +
getTitle() - +Method in class com.mycompany.model.Event +
  +
getToRelationships() - +Method in class com.mycompany.model.User +
  +
getToUser() - +Method in class com.mycompany.model.UserRelationship +
  +
getUser() - +Method in class com.mycompany.controller.SignupController +
  +
getUser() - +Method in class com.mycompany.controller.UserController +
Returns the currently logged in user. +
getUser() - +Method in class com.mycompany.model.EventAttendance +
  +
getUser() - +Method in class com.mycompany.util.UserSession +
Returns the current User. +
getUsername() - +Method in class com.mycompany.model.Credentials +
  +
getUsername() - +Method in class com.mycompany.model.User +
  +
getUserScheduleModel() - +Method in class com.mycompany.controller.EventController +
This method provides a LazyScheduleModel for the PrimeFaces + schedule component. +
getUserTheme() - +Method in class com.mycompany.controller.UserController +
  +
getUserTypes() - +Method in class com.mycompany.controller.ContactsController +
  +
getValue() - +Method in class com.mycompany.model.Content +
  +
getVenue() - +Method in class com.mycompany.controller.VenueController +
  +
getVenue() - +Method in class com.mycompany.model.Event +
  +
getVenues() - +Method in class com.mycompany.controller.VenueController +
  +
getVersion() - +Method in class com.mycompany.model.AbstractEntity +
  +
getViewId() - +Method in class com.mycompany.model.Content +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/src/main/doc/index-files/index-8.html b/primefaces-webapp/src/main/doc/index-files/index-8.html new file mode 100644 index 0000000..a5e3ffe --- /dev/null +++ b/primefaces-webapp/src/main/doc/index-files/index-8.html @@ -0,0 +1,190 @@ + + + + + + +H-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+H

+
+
handleClick(ActionEvent) - +Method in class com.mycompany.controller.UserController +
  +
handleReorder(DashboardReorderEvent) - +Method in class com.mycompany.controller.DashboardController +
  +
hashCode() - +Method in class com.mycompany.model.AbstractEntity +
  +
hashCode - +Static variable in class com.mycompany.model.AbstractEntity_ +
  +
hashCode() - +Method in class com.mycompany.model.Country +
  +
hashCode - +Static variable in class com.mycompany.model.Country_ +
  +
hashCode() - +Method in class com.mycompany.model.Event +
  +
hashCode - +Static variable in class com.mycompany.model.Event_ +
  +
hashCode() - +Method in class com.mycompany.model.Idea +
  +
hashCode - +Static variable in class com.mycompany.model.Idea_ +
  +
hashCode() - +Method in class com.mycompany.model.ProvinceState +
  +
hashCode - +Static variable in class com.mycompany.model.ProvinceState_ +
  +
hashCode() - +Method in class com.mycompany.model.User +
  +
hashCode - +Static variable in class com.mycompany.model.User_ +
  +
hashCode() - +Method in class com.mycompany.model.Venue +
  +
hashCode - +Static variable in class com.mycompany.model.Venue_ +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/src/main/doc/index-files/index-9.html b/primefaces-webapp/src/main/doc/index-files/index-9.html new file mode 100644 index 0000000..f268bb6 --- /dev/null +++ b/primefaces-webapp/src/main/doc/index-files/index-9.html @@ -0,0 +1,213 @@ + + + + + + +I-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+

+I

+
+
id - +Static variable in class com.mycompany.model.AbstractEntity_ +
  +
Idea - Class in com.mycompany.model
JPA entity for mind map data.
Idea() - +Constructor for class com.mycompany.model.Idea +
  +
Idea_ - Class in com.mycompany.model
 
Idea_() - +Constructor for class com.mycompany.model.Idea_ +
  +
IdeaService - Interface in com.mycompany.service
Interface for an idea service.
IdeaServiceImpl - Class in com.mycompany.service.impl
 
IdeaServiceImpl() - +Constructor for class com.mycompany.service.impl.IdeaServiceImpl +
  +
init(ComponentSystemEvent) - +Method in class com.mycompany.controller.ChartController +
Initializes the pie chart and bar chart models from data in our database. +
init(ComponentSystemEvent) - +Method in class com.mycompany.controller.ContactsController +
  +
init(ComponentSystemEvent) - +Method in class com.mycompany.controller.ContentController +
  +
init(ComponentSystemEvent) - +Method in class com.mycompany.controller.EventController +
This method is called by JSF when the view is first loaded. +
init(ComponentSystemEvent) - +Method in class com.mycompany.controller.MindMapController +
  +
init(ComponentSystemEvent) - +Method in class com.mycompany.controller.SearchController +
  +
init(ComponentSystemEvent) - +Method in class com.mycompany.controller.VenueController +
  +
init(FilterConfig) - +Method in class com.mycompany.lifecycle.ConversationExceptionFilter +
  +
init(ServletContext) - +Method in interface com.mycompany.service.CountryService +
Invoked during the ServletContext initialization to populate the + database with sample data. +
init(ServletContext) - +Method in class com.mycompany.service.impl.CountryServiceImpl +
This method is responsible for initializing a List of Country objects + when the web application is started. +
Initialized - Annotation Type in com.mycompany.lifecycle
Thanks to Dan Allen for this useful code: https://gist.github.com/637959
isAcceptedTerms() - +Method in class com.mycompany.model.User +
  +
isAlcoholPermitted() - +Method in class com.mycompany.controller.SearchController +
  +
isConfirmed() - +Method in class com.mycompany.model.EventAttendance +
  +
isEditing() - +Method in class com.mycompany.controller.ContentController +
  +
isLoggedIn() - +Method in class com.mycompany.controller.LoginController +
  +
isNoCoverCharge() - +Method in class com.mycompany.controller.SearchController +
  +
isOutdoorVenue() - +Method in class com.mycompany.controller.SearchController +
  +
isUserPresent(User) - +Method in class com.mycompany.controller.UserController +
  +
itemSelect(ItemSelectEvent) - +Method in class com.mycompany.controller.ChartController +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P Q R S T U V
+ + + diff --git a/primefaces-webapp/src/main/doc/index.html b/primefaces-webapp/src/main/doc/index.html new file mode 100644 index 0000000..b3eb429 --- /dev/null +++ b/primefaces-webapp/src/main/doc/index.html @@ -0,0 +1,39 @@ + + + + + + +Generated Documentation (Untitled) + + + + + + + + + + + +<H2> +Frame Alert</H2> + +<P> +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. +<BR> +Link to<A HREF="overview-summary.html">Non-frame version.</A> + + + diff --git a/primefaces-webapp/src/main/doc/overview-frame.html b/primefaces-webapp/src/main/doc/overview-frame.html new file mode 100644 index 0000000..154402d --- /dev/null +++ b/primefaces-webapp/src/main/doc/overview-frame.html @@ -0,0 +1,56 @@ + + + + + + +Overview List + + + + + + + + + + + + + + + +
+
+ + + + + +
All Classes +

+ +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 +
+

+ +

+  + + 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 @@ + + + + + + +Overview + + + + + + + + + + + + +


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+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 
+ +


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/overview-tree.html b/primefaces-webapp/src/main/doc/overview-tree.html new file mode 100644 index 0000000..3e4b394 --- /dev/null +++ b/primefaces-webapp/src/main/doc/overview-tree.html @@ -0,0 +1,213 @@ + + + + + + +Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For All Packages

+
+
+
Package Hierarchies:
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
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +

+Annotation Type Hierarchy +

+ +

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/package-list b/primefaces-webapp/src/main/doc/package-list new file mode 100644 index 0000000..201327f --- /dev/null +++ b/primefaces-webapp/src/main/doc/package-list @@ -0,0 +1,8 @@ +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 diff --git a/primefaces-webapp/src/main/doc/resources/inherit.gif b/primefaces-webapp/src/main/doc/resources/inherit.gif new file mode 100644 index 0000000..c814867 Binary files /dev/null and b/primefaces-webapp/src/main/doc/resources/inherit.gif differ diff --git a/primefaces-webapp/src/main/doc/serialized-form.html b/primefaces-webapp/src/main/doc/serialized-form.html new file mode 100644 index 0000000..81e9bfd --- /dev/null +++ b/primefaces-webapp/src/main/doc/serialized-form.html @@ -0,0 +1,1808 @@ + + + + + + +Serialized Form + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Serialized Form

+
+
+ + + + + +
+Package com.mycompany.controller
+ +

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

+serialVersionUID: -4862069600034765532L + +

+ + + + + +
+Serialization Methods
+ +

+

+readObject

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

+

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

+userSession

+
+UserSession userSession
+
+
+
+
+ +

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

+serialVersionUID: -1999623701433215717L + +

+ + + + + +
+Serialized Fields
+ +

+barChartModel

+
+org.primefaces.model.chart.CartesianChartModel barChartModel
+
+
+
+
+
+

+chartService

+
+ChartService chartService
+
+
+
+
+
+

+userService

+
+UserService userService
+
+
+
+
+
+

+pieChartModel

+
+org.primefaces.model.chart.PieChartModel pieChartModel
+
+
+
+
+ +

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

+serialVersionUID: -2706002474535643832L + +

+ + + + + +
+Serialized Fields
+ +

+globalMessage

+
+java.lang.String globalMessage
+
+
+
+
+
+

+activeUsers

+
+ActiveUsers activeUsers
+
+
+
+
+
+

+pushContext

+
+org.primefaces.push.PushContext pushContext
+
+
+
+
+ +

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

+serialVersionUID: -1709154434943491658L + +

+ + + + + +
+Serialized Fields
+ +

+colleagues

+
+java.util.List<E> colleagues
+
+
+
+
+
+

+userService

+
+UserService userService
+
+
+
+
+
+

+family

+
+java.util.List<E> family
+
+
+
+
+
+

+friends

+
+java.util.List<E> friends
+
+
+
+
+
+

+relationship

+
+UserRelationship relationship
+
+
+
+
+
+

+relationshipType

+
+RelationshipType relationshipType
+
+
+
+
+ +

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

+serialVersionUID: -5256865616437754501L + +

+ + + + + +
+Serialized Fields
+ +

+content

+
+Content content
+
+
+
+
+
+

+contentService

+
+ContentService contentService
+
+
+
+
+
+

+conversation

+
+javax.enterprise.context.Conversation conversation
+
+
+
+
+
+

+editing

+
+boolean editing
+
+
+
+
+ +

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

+serialVersionUID: -291033332986147359L + +

+ + + + + +
+Serialized Fields
+ +

+model

+
+org.primefaces.model.DashboardModel model
+
+
+
+
+ +

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

+serialVersionUID: 1256165484728132802L + +

+ + + + + +
+Serialized Fields
+ +

+allEvents

+
+java.util.List<E> allEvents
+
+
+
+
+
+

+allEventsAttendance

+
+java.util.List<E> allEventsAttendance
+
+
+
+
+
+

+event

+
+Event event
+
+
+
+
+
+

+eventService

+
+EventService eventService
+
+
+
+
+
+

+userScheduleModel

+
+org.primefaces.model.ScheduleModel userScheduleModel
+
+
+
+
+ +

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

+serialVersionUID: -6710063228036238737L + +

+ + + + + +
+Serialized Fields
+ +

+activeUsers

+
+ActiveUsers activeUsers
+
+
+
+
+
+

+credentials

+
+Credentials credentials
+
+
+
+
+
+

+userService

+
+UserService userService
+
+
+
+
+ +

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

+serialVersionUID: 4810848975079411459L + +

+ + + + + +
+Serialized Fields
+ +

+ideaService

+
+IdeaService ideaService
+
+
+
+
+
+

+newIdea

+
+Idea newIdea
+
+
+
+
+
+

+root

+
+org.primefaces.model.mindmap.MindmapNode root
+
+
+
+
+
+

+selectedIdea

+
+Idea selectedIdea
+
+
+
+
+
+

+selectedNode

+
+org.primefaces.model.mindmap.MindmapNode selectedNode
+
+
+
+
+ +

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

+serialVersionUID: 3648708195333963881L + +

+ + + + + +
+Serialized Fields
+ +

+alcoholPermitted

+
+boolean alcoholPermitted
+
+
+
+
+
+

+city

+
+City city
+
+
+
+
+
+

+countryService

+
+CountryService countryService
+
+
+
+
+
+

+eventService

+
+EventService eventService
+
+
+
+
+
+

+eventType

+
+EventType eventType
+
+
+
+
+
+

+keyword

+
+java.lang.String keyword
+
+
+
+
+
+

+mapCenter

+
+java.lang.String mapCenter
+
+
+
+
+
+

+mapZoom

+
+java.lang.Integer mapZoom
+
+
+
+
+
+

+maxResults

+
+int maxResults
+
+
+
+
+
+

+noCoverCharge

+
+boolean noCoverCharge
+
+
+
+
+
+

+outdoorVenue

+
+boolean outdoorVenue
+
+
+
+
+
+

+provinceState

+
+ProvinceState provinceState
+
+
+
+
+
+

+searchResultsModel

+
+org.primefaces.model.map.MapModel searchResultsModel
+
+
+
+
+
+

+selectedEvent

+
+Event selectedEvent
+
+
+
+
+ +

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

+serialVersionUID: -3479887222411577225L + +

+ + + + + +
+Serialized Fields
+ +

+countryService

+
+CountryService countryService
+
+
+
+
+
+

+user

+
+User user
+
+
+
+
+
+

+userService

+
+UserService userService
+
+
+
+
+ +

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

+serialVersionUID: 1140838618640961470L + +

+ + + + + +
+Serialized Fields
+ +

+activeUsers

+
+ActiveUsers activeUsers
+
+
+
+
+
+

+themes

+
+java.util.List<E> themes
+
+
+
+
+
+

+userService

+
+UserService userService
+
+
+
+
+ +

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

+serialVersionUID: 1127963225862339644L + +

+ + + + + +
+Serialized Fields
+ +

+countryService

+
+CountryService countryService
+
+
+
+
+
+

+venue

+
+Venue venue
+
+
+
+
+
+

+venueService

+
+VenueService venueService
+
+
+
+
+
+ + + + + +
+Package com.mycompany.lifecycle
+ +

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

+serialVersionUID: -1013239137374622294L + +

+


+ + + + + +
+Package com.mycompany.model
+ +

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

+serialVersionUID: -489637051819304520L + +

+ + + + + +
+Serialized Fields
+ +

+id

+
+java.lang.Integer id
+
+
+
+
+
+

+version

+
+java.lang.Integer version
+
+
+
+
+ +

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

+serialVersionUID: -3068333669859836249L + +

+ +

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

+serialVersionUID: -1124357744815785459L + +

+ + + + + +
+Serialized Fields
+ +

+latitude

+
+java.lang.Double latitude
+
+
+
+
+
+

+longitude

+
+java.lang.Double longitude
+
+
+
+
+
+

+name

+
+java.lang.String name
+
+
+
+
+
+

+provinceState

+
+ProvinceState provinceState
+
+
+
+
+ +

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

+serialVersionUID: 5714237132670562107L + +

+ + + + + +
+Serialized Fields
+ +

+createdBy

+
+User createdBy
+
+
+
+
+
+

+createdDate

+
+java.util.Date createdDate
+
+
+
+
+
+

+viewId

+
+java.lang.String viewId
+
+
+
+
+
+

+value

+
+java.lang.String value
+
+
+
+
+ +

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

+serialVersionUID: -4925972235656394450L + +

+ + + + + +
+Serialized Fields
+ +

+code

+
+java.lang.String code
+
+
+
+
+
+

+name

+
+java.lang.String name
+
+
+
+
+
+

+provinceStates

+
+java.util.Set<E> provinceStates
+
+
+
+
+ +

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

+serialVersionUID: 1853185041344918956L + +

+ + + + + +
+Serialized Fields
+ +

+attendance

+
+java.util.Set<E> attendance
+
+
+
+
+
+

+createdBy

+
+User createdBy
+
+
+
+
+
+

+description

+
+java.lang.String description
+
+
+
+
+
+

+endDate

+
+java.util.Date endDate
+
+
+
+
+
+

+eventType

+
+EventType eventType
+
+
+
+
+
+

+startDate

+
+java.util.Date startDate
+
+
+
+
+
+

+title

+
+java.lang.String title
+
+
+
+
+
+

+venue

+
+Venue venue
+
+
+
+
+ +

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

+serialVersionUID: -4351135973935030713L + +

+ + + + + +
+Serialized Fields
+ +

+confirmed

+
+boolean confirmed
+
+
+
+
+
+

+event

+
+Event event
+
+
+
+
+
+

+rating

+
+int rating
+
+
+
+
+
+

+user

+
+User user
+
+
+
+
+ +

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

+serialVersionUID: -5778367117092282684L + +

+ + + + + +
+Serialized Fields
+ +

+author

+
+User author
+
+
+
+
+
+

+children

+
+java.util.Set<E> children
+
+
+
+
+
+

+description

+
+java.lang.String description
+
+
+
+
+
+

+name

+
+java.lang.String name
+
+
+
+
+
+

+parent

+
+Idea parent
+
+
+
+
+ +

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

+serialVersionUID: 5984616633801173028L + +

+ + + + + +
+Serialized Fields
+ +

+cities

+
+java.util.Set<E> cities
+
+
+
+
+
+

+country

+
+Country country
+
+
+
+
+
+

+name

+
+java.lang.String name
+
+
+
+
+ +

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

+serialVersionUID: 8009394076089033693L + +

+ + + + + +
+Serialized Fields
+ +

+acceptedTerms

+
+boolean acceptedTerms
+
+
+
+
+
+

+birthdate

+
+java.util.Date birthdate
+
+
+
+
+
+

+clickCount

+
+java.lang.Integer clickCount
+
+
+
+
+
+

+country

+
+Country country
+
+
+
+
+
+

+emailAddress

+
+java.lang.String emailAddress
+
+
+
+
+
+

+eventsAttended

+
+java.util.Set<E> eventsAttended
+
+
+
+
+
+

+firstName

+
+java.lang.String firstName
+
+
+
+
+
+

+fromRelationships

+
+java.util.Set<E> fromRelationships
+
+
+
+
+
+

+gender

+
+Gender gender
+
+
+
+
+
+

+lastName

+
+java.lang.String lastName
+
+
+
+
+
+

+password

+
+java.lang.String password
+
+
+
+
+
+

+phoneNumber

+
+java.lang.String phoneNumber
+
+
+
+
+
+

+theme

+
+java.lang.String theme
+
+
+
+
+
+

+toRelationships

+
+java.util.Set<E> toRelationships
+
+
+
+
+
+

+username

+
+java.lang.String username
+
+
+
+
+ +

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

+serialVersionUID: -5157091586647676960L + +

+ + + + + +
+Serialized Fields
+ +

+relationshipType

+
+RelationshipType relationshipType
+
+
+
+
+
+

+fromUser

+
+User fromUser
+
+
+
+
+
+

+toUser

+
+User toUser
+
+
+
+
+ +

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

+serialVersionUID: 5049478213946349124L + +

+ + + + + +
+Serialized Fields
+ +

+city

+
+City city
+
+
+
+
+
+

+country

+
+Country country
+
+
+
+
+
+

+events

+
+java.util.Set<E> events
+
+
+
+
+
+

+latitude

+
+java.lang.Double latitude
+
+
+
+
+
+

+longitude

+
+java.lang.Double longitude
+
+
+
+
+
+

+name

+
+java.lang.String name
+
+
+
+
+
+

+phoneNumber

+
+java.lang.String phoneNumber
+
+
+
+
+
+

+provinceState

+
+ProvinceState provinceState
+
+
+
+
+
+

+streetAddress

+
+java.lang.String streetAddress
+
+
+
+
+
+ + + + + +
+Package com.mycompany.util
+ +

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

+serialVersionUID: 8195784747974150341L + +

+ + + + + +
+Serialized Fields
+ +

+activeUsers

+
+ActiveUsers activeUsers
+
+
+
+
+
+

+user

+
+User user
+
+
+
+
+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/primefaces-webapp/src/main/doc/stylesheet.css b/primefaces-webapp/src/main/doc/stylesheet.css new file mode 100644 index 0000000..6ea9e51 --- /dev/null +++ b/primefaces-webapp/src/main/doc/stylesheet.css @@ -0,0 +1,29 @@ +/* Javadoc style sheet */ + +/* Define colors, fonts and other style attributes here to override the defaults */ + +/* Page background color */ +body { background-color: #FFFFFF; color:#000000 } + +/* Headings */ +h1 { font-size: 145% } + +/* Table colors */ +.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ +.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ +.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ + +/* Font used in left-hand frame lists */ +.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } + +/* Navigation bar fonts and colors */ +.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ +.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ +.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} +.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} + +.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} +.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} + diff --git a/primefaces-webapp/src/main/java/com/mycompany/controller/package-info.java b/primefaces-webapp/src/main/java/com/mycompany/controller/package-info.java new file mode 100644 index 0000000..afa212c --- /dev/null +++ b/primefaces-webapp/src/main/java/com/mycompany/controller/package-info.java @@ -0,0 +1,6 @@ +/** + * Contains JSF managed bean controller classes for the application. + * + * @since 1.0 + */ +package com.mycompany.controller; \ No newline at end of file diff --git a/primefaces-webapp/src/main/java/com/mycompany/convert/package-info.java b/primefaces-webapp/src/main/java/com/mycompany/convert/package-info.java new file mode 100644 index 0000000..69c9ede --- /dev/null +++ b/primefaces-webapp/src/main/java/com/mycompany/convert/package-info.java @@ -0,0 +1,6 @@ +/** + * Contains JSF converter classes for model objects. + * + * @since 1.0 + */ +package com.mycompany.convert; \ No newline at end of file diff --git a/primefaces-webapp/src/main/java/com/mycompany/lifecycle/package-info.java b/primefaces-webapp/src/main/java/com/mycompany/lifecycle/package-info.java new file mode 100644 index 0000000..6923137 --- /dev/null +++ b/primefaces-webapp/src/main/java/com/mycompany/lifecycle/package-info.java @@ -0,0 +1,6 @@ +/** + * Contains JSF and Servlet lifecycle support classes. + * + * @since 1.0 + */ +package com.mycompany.lifecycle; \ No newline at end of file diff --git a/primefaces-webapp/src/main/java/com/mycompany/model/package-info.java b/primefaces-webapp/src/main/java/com/mycompany/model/package-info.java new file mode 100644 index 0000000..109fbd2 --- /dev/null +++ b/primefaces-webapp/src/main/java/com/mycompany/model/package-info.java @@ -0,0 +1,7 @@ +/** + * Contains JPA domain model classes and generated JPA Metamodel classes. + * + * @since 1.0 + * @see Overview of the Criteria and Metamodel APIs + */ +package com.mycompany.model; \ No newline at end of file diff --git a/primefaces-webapp/src/main/java/com/mycompany/service/impl/package-info.java b/primefaces-webapp/src/main/java/com/mycompany/service/impl/package-info.java new file mode 100644 index 0000000..9b31bc8 --- /dev/null +++ b/primefaces-webapp/src/main/java/com/mycompany/service/impl/package-info.java @@ -0,0 +1,7 @@ +/** + * Contains CDI-managed service classes implemented as EJB3 stateless session beans. + * + * @since 1.0 + * @see javax.ejb.Stateless + */ +package com.mycompany.service.impl; \ No newline at end of file diff --git a/primefaces-webapp/src/main/java/com/mycompany/service/package-info.java b/primefaces-webapp/src/main/java/com/mycompany/service/package-info.java new file mode 100644 index 0000000..1e0d6f2 --- /dev/null +++ b/primefaces-webapp/src/main/java/com/mycompany/service/package-info.java @@ -0,0 +1,6 @@ +/** + * Contains interfaces for all services in the application. + * + * @since 1.0 + */ +package com.mycompany.service; \ No newline at end of file diff --git a/primefaces-webapp/src/main/java/com/mycompany/util/package-info.java b/primefaces-webapp/src/main/java/com/mycompany/util/package-info.java new file mode 100644 index 0000000..f65e024 --- /dev/null +++ b/primefaces-webapp/src/main/java/com/mycompany/util/package-info.java @@ -0,0 +1,6 @@ +/** + * Contains utility classes for the application. + * + * @since 1.0 + */ +package com.mycompany.util; \ No newline at end of file diff --git a/primefaces-webapp/src/main/java/com/mycompany/websocket/package-info.java b/primefaces-webapp/src/main/java/com/mycompany/websocket/package-info.java new file mode 100644 index 0000000..3ec64f1 --- /dev/null +++ b/primefaces-webapp/src/main/java/com/mycompany/websocket/package-info.java @@ -0,0 +1,6 @@ +/** + * Contains a WebSocket support class. + * + * @since 1.0 + */ +package com.mycompany.websocket; \ No newline at end of file