@@ -221,13 +222,14 @@
public void buildMindMap(Idea parentIdea,
org.primefaces.model.mindmap.MindmapNode parentNode)
-- This method uses recursion to build the mind map data structure.
+
- Populates a mind map data structure from an
Idea using the
+ MindmapNode interface.
- Specified by:
buildMindMap in interface IdeaService
-- Parameters:
parentIdea - The parent Idea .parentNode - The parent MindmapNode .
+ - Parameters:
parentIdea - The Idea object.parentNode - The root of the mind map tree.
@@ -237,7 +239,6 @@
public Idea findIdea(java.lang.Integer id)
-- Description copied from interface:
IdeaService
- Finds an
Idea by ID.
@@ -255,7 +256,6 @@
public java.util.List<Idea> findIdeas()
-- Description copied from interface:
IdeaService
- Finds a list of
Idea objects.
@@ -273,7 +273,6 @@
public Idea saveIdea(Idea idea)
-- Description copied from interface:
IdeaService
- Saves an
Idea object.
diff --git a/primefaces-webapp/doc/com/mycompany/service/impl/UserServiceImpl.html b/primefaces-webapp/doc/com/mycompany/service/impl/UserServiceImpl.html
index cbd3c5d..fb80651 100644
--- a/primefaces-webapp/doc/com/mycompany/service/impl/UserServiceImpl.html
+++ b/primefaces-webapp/doc/com/mycompany/service/impl/UserServiceImpl.html
@@ -2,7 +2,7 @@
-
+
UserServiceImpl
@@ -262,7 +262,6 @@
public UserRelationship findRelationshipToUser(User user1,
User user2)
-- Description copied from interface:
UserService
- Finds a
UserRelationship object representing a relationship
between two User objects.
@@ -282,7 +281,6 @@
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.
@@ -301,7 +299,6 @@
public User findUserById(java.lang.Integer id)
-- Description copied from interface:
UserService
- Finds a
User by ID.
@@ -319,7 +316,6 @@
public User findUserByUsername(java.lang.String username)
-- Description copied from interface:
UserService
- Finds a
User by username.
@@ -337,7 +333,6 @@
public java.util.List<User> findUsers()
-- Description copied from interface:
UserService
- Finds a List of all
User objects.
@@ -355,7 +350,6 @@
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.
@@ -375,7 +369,6 @@
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 .
@@ -394,7 +387,6 @@
public UserRelationship saveRelationship(UserRelationship relationship)
-- Description copied from interface:
UserService
- Saves a
UserRelationship object.
@@ -412,7 +404,6 @@
public User saveUser(User user)
-- Description copied from interface:
UserService
- Saves a
User object.
diff --git a/primefaces-webapp/doc/com/mycompany/service/impl/VenueServiceImpl.html b/primefaces-webapp/doc/com/mycompany/service/impl/VenueServiceImpl.html
index 339aa49..e98e78e 100644
--- a/primefaces-webapp/doc/com/mycompany/service/impl/VenueServiceImpl.html
+++ b/primefaces-webapp/doc/com/mycompany/service/impl/VenueServiceImpl.html
@@ -2,7 +2,7 @@
-
+
VenueServiceImpl
@@ -219,7 +219,6 @@
public void deleteVenue(Venue venue)
-- Description copied from interface:
VenueService
- Deletes a
Venue object.
@@ -236,7 +235,6 @@
public Venue findVenueById(java.lang.Integer id)
-- Description copied from interface:
VenueService
- Finds a
Venue object by ID.
@@ -254,7 +252,6 @@
public java.util.List<Venue> findVenues()
-- Description copied from interface:
VenueService
- Finds a
List of all Venue objects.
@@ -272,7 +269,6 @@
public Venue saveVenue(Venue venue)
-- Description copied from interface:
VenueService
- Saves a
Venue 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
index 6d44680..0f4f9b9 100644
--- a/primefaces-webapp/doc/com/mycompany/service/impl/class-use/AbstractService.html
+++ b/primefaces-webapp/doc/com/mycompany/service/impl/class-use/AbstractService.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.mycompany.service.impl.AbstractService
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
index 7faa15c..48acc47 100644
--- a/primefaces-webapp/doc/com/mycompany/service/impl/class-use/ChartServiceImpl.html
+++ b/primefaces-webapp/doc/com/mycompany/service/impl/class-use/ChartServiceImpl.html
@@ -2,7 +2,7 @@
-
+
Uses of Class 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
index b17c3b1..8f0fbb1 100644
--- a/primefaces-webapp/doc/com/mycompany/service/impl/class-use/ContentServiceImpl.html
+++ b/primefaces-webapp/doc/com/mycompany/service/impl/class-use/ContentServiceImpl.html
@@ -2,7 +2,7 @@
-
+
Uses of Class 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
index 02251a0..b111437 100644
--- a/primefaces-webapp/doc/com/mycompany/service/impl/class-use/CountryServiceImpl.html
+++ b/primefaces-webapp/doc/com/mycompany/service/impl/class-use/CountryServiceImpl.html
@@ -2,7 +2,7 @@
-
+
Uses of Class 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
index 495d1ca..390f89b 100644
--- a/primefaces-webapp/doc/com/mycompany/service/impl/class-use/EventServiceImpl.html
+++ b/primefaces-webapp/doc/com/mycompany/service/impl/class-use/EventServiceImpl.html
@@ -2,7 +2,7 @@
-
+
Uses of Class 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
index 4644462..0f71f3f 100644
--- a/primefaces-webapp/doc/com/mycompany/service/impl/class-use/IdeaServiceImpl.html
+++ b/primefaces-webapp/doc/com/mycompany/service/impl/class-use/IdeaServiceImpl.html
@@ -2,7 +2,7 @@
-
+
Uses of Class 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
index fd06d75..43bbf14 100644
--- a/primefaces-webapp/doc/com/mycompany/service/impl/class-use/UserServiceImpl.html
+++ b/primefaces-webapp/doc/com/mycompany/service/impl/class-use/UserServiceImpl.html
@@ -2,7 +2,7 @@
-
+
Uses of Class 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
index c477eba..5a1df3c 100644
--- a/primefaces-webapp/doc/com/mycompany/service/impl/class-use/VenueServiceImpl.html
+++ b/primefaces-webapp/doc/com/mycompany/service/impl/class-use/VenueServiceImpl.html
@@ -2,7 +2,7 @@
-
+
Uses of Class 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
index 83a1fe7..c673edf 100644
--- a/primefaces-webapp/doc/com/mycompany/service/impl/package-frame.html
+++ b/primefaces-webapp/doc/com/mycompany/service/impl/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.mycompany.service.impl
diff --git a/primefaces-webapp/doc/com/mycompany/service/impl/package-summary.html b/primefaces-webapp/doc/com/mycompany/service/impl/package-summary.html
index b32a242..6ce0c25 100644
--- a/primefaces-webapp/doc/com/mycompany/service/impl/package-summary.html
+++ b/primefaces-webapp/doc/com/mycompany/service/impl/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.mycompany.service.impl
diff --git a/primefaces-webapp/doc/com/mycompany/service/impl/package-tree.html b/primefaces-webapp/doc/com/mycompany/service/impl/package-tree.html
index 6d8a1b8..88c6b97 100644
--- a/primefaces-webapp/doc/com/mycompany/service/impl/package-tree.html
+++ b/primefaces-webapp/doc/com/mycompany/service/impl/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.mycompany.service.impl 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
index 092f41d..c329bda 100644
--- a/primefaces-webapp/doc/com/mycompany/service/impl/package-use.html
+++ b/primefaces-webapp/doc/com/mycompany/service/impl/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.mycompany.service.impl
diff --git a/primefaces-webapp/doc/com/mycompany/service/package-frame.html b/primefaces-webapp/doc/com/mycompany/service/package-frame.html
index 8d4858b..0730f07 100644
--- a/primefaces-webapp/doc/com/mycompany/service/package-frame.html
+++ b/primefaces-webapp/doc/com/mycompany/service/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.mycompany.service
diff --git a/primefaces-webapp/doc/com/mycompany/service/package-summary.html b/primefaces-webapp/doc/com/mycompany/service/package-summary.html
index d44cd6b..6708b7b 100644
--- a/primefaces-webapp/doc/com/mycompany/service/package-summary.html
+++ b/primefaces-webapp/doc/com/mycompany/service/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.mycompany.service
diff --git a/primefaces-webapp/doc/com/mycompany/service/package-tree.html b/primefaces-webapp/doc/com/mycompany/service/package-tree.html
index d613a29..498a233 100644
--- a/primefaces-webapp/doc/com/mycompany/service/package-tree.html
+++ b/primefaces-webapp/doc/com/mycompany/service/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.mycompany.service Class Hierarchy
diff --git a/primefaces-webapp/doc/com/mycompany/service/package-use.html b/primefaces-webapp/doc/com/mycompany/service/package-use.html
index bc27037..b46dd31 100644
--- a/primefaces-webapp/doc/com/mycompany/service/package-use.html
+++ b/primefaces-webapp/doc/com/mycompany/service/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.mycompany.service
diff --git a/primefaces-webapp/doc/com/mycompany/util/FacesUtils.html b/primefaces-webapp/doc/com/mycompany/util/FacesUtils.html
index 19452c4..e5a9019 100644
--- a/primefaces-webapp/doc/com/mycompany/util/FacesUtils.html
+++ b/primefaces-webapp/doc/com/mycompany/util/FacesUtils.html
@@ -2,7 +2,7 @@
-
+
FacesUtils
diff --git a/primefaces-webapp/doc/com/mycompany/util/Queries.html b/primefaces-webapp/doc/com/mycompany/util/Queries.html
index e1d3313..a78d892 100644
--- a/primefaces-webapp/doc/com/mycompany/util/Queries.html
+++ b/primefaces-webapp/doc/com/mycompany/util/Queries.html
@@ -2,7 +2,7 @@
-
+
Queries
diff --git a/primefaces-webapp/doc/com/mycompany/util/UserSession.html b/primefaces-webapp/doc/com/mycompany/util/UserSession.html
index 4d793b4..ee38d36 100644
--- a/primefaces-webapp/doc/com/mycompany/util/UserSession.html
+++ b/primefaces-webapp/doc/com/mycompany/util/UserSession.html
@@ -2,7 +2,7 @@
-
+
UserSession
diff --git a/primefaces-webapp/doc/com/mycompany/util/class-use/FacesUtils.html b/primefaces-webapp/doc/com/mycompany/util/class-use/FacesUtils.html
index 12d55f1..6d977ca 100644
--- a/primefaces-webapp/doc/com/mycompany/util/class-use/FacesUtils.html
+++ b/primefaces-webapp/doc/com/mycompany/util/class-use/FacesUtils.html
@@ -2,7 +2,7 @@
-
+
Uses of Class 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
index 324cbb0..2fe831c 100644
--- a/primefaces-webapp/doc/com/mycompany/util/class-use/Queries.html
+++ b/primefaces-webapp/doc/com/mycompany/util/class-use/Queries.html
@@ -2,7 +2,7 @@
-
+
Uses of Interface 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
index e7d9f25..5af0df7 100644
--- a/primefaces-webapp/doc/com/mycompany/util/class-use/UserSession.html
+++ b/primefaces-webapp/doc/com/mycompany/util/class-use/UserSession.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.mycompany.util.UserSession
diff --git a/primefaces-webapp/doc/com/mycompany/util/package-frame.html b/primefaces-webapp/doc/com/mycompany/util/package-frame.html
index 5a76287..49f274b 100644
--- a/primefaces-webapp/doc/com/mycompany/util/package-frame.html
+++ b/primefaces-webapp/doc/com/mycompany/util/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.mycompany.util
diff --git a/primefaces-webapp/doc/com/mycompany/util/package-summary.html b/primefaces-webapp/doc/com/mycompany/util/package-summary.html
index e7e41e0..748d4d1 100644
--- a/primefaces-webapp/doc/com/mycompany/util/package-summary.html
+++ b/primefaces-webapp/doc/com/mycompany/util/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.mycompany.util
diff --git a/primefaces-webapp/doc/com/mycompany/util/package-tree.html b/primefaces-webapp/doc/com/mycompany/util/package-tree.html
index cc54c8d..4845ece 100644
--- a/primefaces-webapp/doc/com/mycompany/util/package-tree.html
+++ b/primefaces-webapp/doc/com/mycompany/util/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.mycompany.util Class Hierarchy
diff --git a/primefaces-webapp/doc/com/mycompany/util/package-use.html b/primefaces-webapp/doc/com/mycompany/util/package-use.html
index 9c9e51e..cefff4f 100644
--- a/primefaces-webapp/doc/com/mycompany/util/package-use.html
+++ b/primefaces-webapp/doc/com/mycompany/util/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.mycompany.util
diff --git a/primefaces-webapp/doc/com/mycompany/websocket/DefaultPushRule.html b/primefaces-webapp/doc/com/mycompany/websocket/DefaultPushRule.html
index c190be6..8e2b62c 100644
--- a/primefaces-webapp/doc/com/mycompany/websocket/DefaultPushRule.html
+++ b/primefaces-webapp/doc/com/mycompany/websocket/DefaultPushRule.html
@@ -2,7 +2,7 @@
-
+
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
index 4852fe5..1da5d0c 100644
--- a/primefaces-webapp/doc/com/mycompany/websocket/class-use/DefaultPushRule.html
+++ b/primefaces-webapp/doc/com/mycompany/websocket/class-use/DefaultPushRule.html
@@ -2,7 +2,7 @@
-
+
Uses of Class 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
index 22e4492..26c316f 100644
--- a/primefaces-webapp/doc/com/mycompany/websocket/package-frame.html
+++ b/primefaces-webapp/doc/com/mycompany/websocket/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.mycompany.websocket
diff --git a/primefaces-webapp/doc/com/mycompany/websocket/package-summary.html b/primefaces-webapp/doc/com/mycompany/websocket/package-summary.html
index dc8b950..d587624 100644
--- a/primefaces-webapp/doc/com/mycompany/websocket/package-summary.html
+++ b/primefaces-webapp/doc/com/mycompany/websocket/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.mycompany.websocket
diff --git a/primefaces-webapp/doc/com/mycompany/websocket/package-tree.html b/primefaces-webapp/doc/com/mycompany/websocket/package-tree.html
index df5b095..6307476 100644
--- a/primefaces-webapp/doc/com/mycompany/websocket/package-tree.html
+++ b/primefaces-webapp/doc/com/mycompany/websocket/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.mycompany.websocket Class Hierarchy
diff --git a/primefaces-webapp/doc/com/mycompany/websocket/package-use.html b/primefaces-webapp/doc/com/mycompany/websocket/package-use.html
index 8aeebee..12da476 100644
--- a/primefaces-webapp/doc/com/mycompany/websocket/package-use.html
+++ b/primefaces-webapp/doc/com/mycompany/websocket/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.mycompany.websocket
diff --git a/primefaces-webapp/doc/constant-values.html b/primefaces-webapp/doc/constant-values.html
index 82a275c..4e773ba 100644
--- a/primefaces-webapp/doc/constant-values.html
+++ b/primefaces-webapp/doc/constant-values.html
@@ -2,7 +2,7 @@
-
+
Constant Field Values
diff --git a/primefaces-webapp/doc/deprecated-list.html b/primefaces-webapp/doc/deprecated-list.html
index 637607f..26507c4 100644
--- a/primefaces-webapp/doc/deprecated-list.html
+++ b/primefaces-webapp/doc/deprecated-list.html
@@ -2,7 +2,7 @@
-
+
Deprecated List
diff --git a/primefaces-webapp/doc/help-doc.html b/primefaces-webapp/doc/help-doc.html
index 07a6511..02824da 100644
--- a/primefaces-webapp/doc/help-doc.html
+++ b/primefaces-webapp/doc/help-doc.html
@@ -2,7 +2,7 @@
-
+
API Help
diff --git a/primefaces-webapp/doc/index-files/index-1.html b/primefaces-webapp/doc/index-files/index-1.html
index 2e5c964..15b0663 100644
--- a/primefaces-webapp/doc/index-files/index-1.html
+++ b/primefaces-webapp/doc/index-files/index-1.html
@@ -2,7 +2,7 @@
-
+
A-Index
diff --git a/primefaces-webapp/doc/index-files/index-10.html b/primefaces-webapp/doc/index-files/index-10.html
index 46e3cf6..13146b2 100644
--- a/primefaces-webapp/doc/index-files/index-10.html
+++ b/primefaces-webapp/doc/index-files/index-10.html
@@ -2,7 +2,7 @@
-
+
L-Index
diff --git a/primefaces-webapp/doc/index-files/index-11.html b/primefaces-webapp/doc/index-files/index-11.html
index 28cfdac..f5a5060 100644
--- a/primefaces-webapp/doc/index-files/index-11.html
+++ b/primefaces-webapp/doc/index-files/index-11.html
@@ -2,7 +2,7 @@
-
+
M-Index
diff --git a/primefaces-webapp/doc/index-files/index-12.html b/primefaces-webapp/doc/index-files/index-12.html
index e1c556a..179e595 100644
--- a/primefaces-webapp/doc/index-files/index-12.html
+++ b/primefaces-webapp/doc/index-files/index-12.html
@@ -2,7 +2,7 @@
-
+
N-Index
diff --git a/primefaces-webapp/doc/index-files/index-13.html b/primefaces-webapp/doc/index-files/index-13.html
index a403957..b78d495 100644
--- a/primefaces-webapp/doc/index-files/index-13.html
+++ b/primefaces-webapp/doc/index-files/index-13.html
@@ -2,7 +2,7 @@
-
+
O-Index
diff --git a/primefaces-webapp/doc/index-files/index-14.html b/primefaces-webapp/doc/index-files/index-14.html
index 4eebf3c..accbeac 100644
--- a/primefaces-webapp/doc/index-files/index-14.html
+++ b/primefaces-webapp/doc/index-files/index-14.html
@@ -2,7 +2,7 @@
-
+
P-Index
diff --git a/primefaces-webapp/doc/index-files/index-15.html b/primefaces-webapp/doc/index-files/index-15.html
index b95c770..34e8677 100644
--- a/primefaces-webapp/doc/index-files/index-15.html
+++ b/primefaces-webapp/doc/index-files/index-15.html
@@ -2,7 +2,7 @@
-
+
Q-Index
diff --git a/primefaces-webapp/doc/index-files/index-16.html b/primefaces-webapp/doc/index-files/index-16.html
index 2f38c83..564e2eb 100644
--- a/primefaces-webapp/doc/index-files/index-16.html
+++ b/primefaces-webapp/doc/index-files/index-16.html
@@ -2,7 +2,7 @@
-
+
R-Index
diff --git a/primefaces-webapp/doc/index-files/index-17.html b/primefaces-webapp/doc/index-files/index-17.html
index 5a5e625..7944975 100644
--- a/primefaces-webapp/doc/index-files/index-17.html
+++ b/primefaces-webapp/doc/index-files/index-17.html
@@ -2,7 +2,7 @@
-
+
S-Index
@@ -87,7 +87,7 @@
- Saves an
EventAttendance object.
- saveAttendance(EventAttendance) -
Method in class com.mycompany.service.impl.EventServiceImpl
-
-
+
- Saves an
EventAttendance object.
- saveContent(ActionEvent) -
Method in class com.mycompany.controller.ContentController
-
@@ -106,7 +106,7 @@
- Saves an
Event .
- saveEvent(Event) -
Method in class com.mycompany.service.impl.EventServiceImpl
-
-
+
- Saves an
Event .
- saveIdea(ActionEvent) -
Method in class com.mycompany.controller.MindMapController
-
@@ -115,19 +115,19 @@
- Saves an
Idea object.
- saveIdea(Idea) -
Method in class com.mycompany.service.impl.IdeaServiceImpl
-
-
+
- Saves an
Idea object.
- saveRelationship() -
Method in class com.mycompany.controller.ContactsController
-
- saveRelationship(UserRelationship) -
Method in class com.mycompany.service.impl.UserServiceImpl
-
-
+
- Saves a
UserRelationship object.
- saveRelationship(UserRelationship) -
Method in interface com.mycompany.service.UserService
- Saves a
UserRelationship object.
- saveUser(User) -
Method in class com.mycompany.service.impl.UserServiceImpl
-
-
+
- Saves a
User object.
- saveUser(User) -
Method in interface com.mycompany.service.UserService
- Saves a
User object.
@@ -136,7 +136,7 @@
-
- saveVenue(Venue) -
Method in class com.mycompany.service.impl.VenueServiceImpl
-
-
+
- Saves a
Venue object.
- saveVenue(Venue) -
Method in interface com.mycompany.service.VenueService
- Saves a
Venue object.
diff --git a/primefaces-webapp/doc/index-files/index-18.html b/primefaces-webapp/doc/index-files/index-18.html
index b252de2..8bf30f4 100644
--- a/primefaces-webapp/doc/index-files/index-18.html
+++ b/primefaces-webapp/doc/index-files/index-18.html
@@ -2,7 +2,7 @@
-
+
T-Index
diff --git a/primefaces-webapp/doc/index-files/index-19.html b/primefaces-webapp/doc/index-files/index-19.html
index ebbff1a..b35622a 100644
--- a/primefaces-webapp/doc/index-files/index-19.html
+++ b/primefaces-webapp/doc/index-files/index-19.html
@@ -2,7 +2,7 @@
-
+
U-Index
diff --git a/primefaces-webapp/doc/index-files/index-2.html b/primefaces-webapp/doc/index-files/index-2.html
index 7d7548c..2cffc49 100644
--- a/primefaces-webapp/doc/index-files/index-2.html
+++ b/primefaces-webapp/doc/index-files/index-2.html
@@ -2,7 +2,7 @@
-
+
B-Index
@@ -97,7 +97,8 @@
MindmapNode interface.
- buildMindMap(Idea, MindmapNode) -
Method in class com.mycompany.service.impl.IdeaServiceImpl
-
- This method uses recursion to build the mind map data structure.
+
- Populates a mind map data structure from an
Idea using the
+ MindmapNode interface.
diff --git a/primefaces-webapp/doc/index-files/index-20.html b/primefaces-webapp/doc/index-files/index-20.html
index 4125dde..677c29e 100644
--- a/primefaces-webapp/doc/index-files/index-20.html
+++ b/primefaces-webapp/doc/index-files/index-20.html
@@ -2,7 +2,7 @@
-
+
V-Index
diff --git a/primefaces-webapp/doc/index-files/index-3.html b/primefaces-webapp/doc/index-files/index-3.html
index 93969e5..28a5e12 100644
--- a/primefaces-webapp/doc/index-files/index-3.html
+++ b/primefaces-webapp/doc/index-files/index-3.html
@@ -2,7 +2,7 @@
-
+
C-Index
@@ -196,7 +196,7 @@
- Creates a
ProvinceState object for a particular Country .
- createProvinceState(Country, String) -
Method in class com.mycompany.service.impl.CountryServiceImpl
-
-
+
- Creates a
ProvinceState object for a particular Country .
- createUser(ActionEvent) -
Method in class com.mycompany.controller.SignupController
-
diff --git a/primefaces-webapp/doc/index-files/index-4.html b/primefaces-webapp/doc/index-files/index-4.html
index af28b26..6d9d36a 100644
--- a/primefaces-webapp/doc/index-files/index-4.html
+++ b/primefaces-webapp/doc/index-files/index-4.html
@@ -2,7 +2,7 @@
-
+
D-Index
@@ -96,7 +96,7 @@
-
- deleteVenue(Venue) -
Method in class com.mycompany.service.impl.VenueServiceImpl
-
-
+
- Deletes a
Venue object.
- deleteVenue(Venue) -
Method in interface com.mycompany.service.VenueService
- Deletes a
Venue object.
diff --git a/primefaces-webapp/doc/index-files/index-5.html b/primefaces-webapp/doc/index-files/index-5.html
index be44293..74eb4c8 100644
--- a/primefaces-webapp/doc/index-files/index-5.html
+++ b/primefaces-webapp/doc/index-files/index-5.html
@@ -2,7 +2,7 @@
-
+
E-Index
diff --git a/primefaces-webapp/doc/index-files/index-6.html b/primefaces-webapp/doc/index-files/index-6.html
index f40d5d5..33345ad 100644
--- a/primefaces-webapp/doc/index-files/index-6.html
+++ b/primefaces-webapp/doc/index-files/index-6.html
@@ -2,7 +2,7 @@
-
+
F-Index
@@ -90,31 +90,31 @@
- Finds all
Event objects.
- findAllEvents() -
Method in class com.mycompany.service.impl.EventServiceImpl
-
-
+
- Finds all
Event objects.
- 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
-
-
+
- Finds all
EventAttendance objects for a particular User .
- 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
-
-
+
- Finds a list of
City objects for the given ProvinceState .
- 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
-
-
+
- Finds a
City by name in the ProvinceState .
- 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
-
-
+
- Finds a
City object by ID.
- findContentByName(String) -
Method in interface com.mycompany.service.ContentService
- Finds a
Content object by name.
@@ -126,14 +126,15 @@
- Finds a
Country object by ID.
- findCountryById(Integer) -
Method in class com.mycompany.service.impl.CountryServiceImpl
-
-
+
- Finds a
Country object by ID.
- 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
-
-
+
- Finds the
EventAttendance object for a particular Event
+ and User .
- findEventAttendanceByGender(Gender) -
Method in interface com.mycompany.service.ChartService
- Finds all event attendance data by gender.
@@ -145,26 +146,27 @@
- Finds an
Event by ID.
- findEventById(Integer) -
Method in class com.mycompany.service.impl.EventServiceImpl
-
-
+
- Finds an
Event by ID.
- 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
-
-
+
- Finds a List of
Event objects in a City and
+ ProvinceState for a particular EventType and keyword.
- findIdea(Integer) -
Method in interface com.mycompany.service.IdeaService
- Finds an
Idea by ID.
- findIdea(Integer) -
Method in class com.mycompany.service.impl.IdeaServiceImpl
-
-
+
- Finds an
Idea by ID.
- findIdeas() -
Method in interface com.mycompany.service.IdeaService
- Finds a list of
Idea objects.
- findIdeas() -
Method in class com.mycompany.service.impl.IdeaServiceImpl
-
-
+
- Finds a list of
Idea objects.
- findProvinceStatesByCountry(Country) -
Method in class com.mycompany.controller.VenueController
-
@@ -174,10 +176,12 @@
Country .
- findProvinceStatesByCountry(Country) -
Method in class com.mycompany.service.impl.CountryServiceImpl
-
-
+
- Finds a
List of ProvinceState objects for a particular
+ Country .
- findRelationshipToUser(User, User) -
Method in class com.mycompany.service.impl.UserServiceImpl
-
-
+
- Finds a
UserRelationship object representing a relationship
+ between two User objects.
- findRelationshipToUser(User, User) -
Method in interface com.mycompany.service.UserService
- Finds a
UserRelationship object representing a relationship
@@ -187,32 +191,33 @@
- Finds a
ProvinceState object by ID.
- findStateById(Integer) -
Method in class com.mycompany.service.impl.CountryServiceImpl
-
-
+
- Finds a
ProvinceState object by ID.
- 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
-
-
+
- Finds a
ProvinceState object by name within a particular
+ Country .
- findUser(String, String) -
Method in class com.mycompany.controller.UserController
-
- findUser(String, String) -
Method in class com.mycompany.service.impl.UserServiceImpl
-
-
+
- Finds a
User with the given username and password.
- 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
-
-
+
- Finds a
User by ID.
- findUserById(Integer) -
Method in interface com.mycompany.service.UserService
- Finds a
User by ID.
- findUserByUsername(String) -
Method in class com.mycompany.service.impl.UserServiceImpl
-
-
+
- Finds a
User by username.
- findUserByUsername(String) -
Method in interface com.mycompany.service.UserService
- Finds a
User by username.
@@ -222,10 +227,11 @@
created by a particular User .
- findUserEvents(Date, Date, User) -
Method in class com.mycompany.service.impl.EventServiceImpl
-
-
+
- Finds a List of
Event objects between a start and end date
+ created by a particular User .
- findUsers() -
Method in class com.mycompany.service.impl.UserServiceImpl
-
-
+
- Finds a List of all
User objects.
- findUsers() -
Method in interface com.mycompany.service.UserService
- Finds a List of all
User objects.
@@ -234,27 +240,29 @@
-
- findUsersByName(String) -
Method in class com.mycompany.service.impl.UserServiceImpl
-
-
+
- Finds a List of
User objects that have a first name or last name
+ that partially matches the suggestion string.
- 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
-
-
+
- Finds a List of
User objects that are related to the User
+ according to the specified RelationshipType .
- 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
-
-
+
- Finds a
Venue object by ID.
- findVenueById(Integer) -
Method in interface com.mycompany.service.VenueService
- Finds a
Venue object by ID.
- findVenues() -
Method in class com.mycompany.service.impl.VenueServiceImpl
-
-
+
- Finds a
List of all Venue objects.
- findVenues() -
Method in interface com.mycompany.service.VenueService
- Finds a
List of all Venue objects.
diff --git a/primefaces-webapp/doc/index-files/index-7.html b/primefaces-webapp/doc/index-files/index-7.html
index 3ede26b..1b774c7 100644
--- a/primefaces-webapp/doc/index-files/index-7.html
+++ b/primefaces-webapp/doc/index-files/index-7.html
@@ -2,7 +2,7 @@
-
+
G-Index
@@ -182,7 +182,7 @@
- Returns all
Country objects.
- getCountries() -
Method in class com.mycompany.service.impl.CountryServiceImpl
-
-
+
- Returns all
Country objects.
- getCountry() -
Method in class com.mycompany.model.ProvinceState
-
@@ -368,7 +368,7 @@
- Returns all
ProvinceState objects.
- getProvinceStates() -
Method in class com.mycompany.service.impl.CountryServiceImpl
-
-
+
- Returns all
ProvinceState objects.
- getRating() -
Method in class com.mycompany.model.EventAttendance
-
diff --git a/primefaces-webapp/doc/index-files/index-8.html b/primefaces-webapp/doc/index-files/index-8.html
index 9bcecf0..9c8303f 100644
--- a/primefaces-webapp/doc/index-files/index-8.html
+++ b/primefaces-webapp/doc/index-files/index-8.html
@@ -2,7 +2,7 @@
-
+
H-Index
diff --git a/primefaces-webapp/doc/index-files/index-9.html b/primefaces-webapp/doc/index-files/index-9.html
index 9909066..dbe6f51 100644
--- a/primefaces-webapp/doc/index-files/index-9.html
+++ b/primefaces-webapp/doc/index-files/index-9.html
@@ -2,7 +2,7 @@
-
+
I-Index
@@ -124,8 +124,8 @@
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.
+
- Invoked during the
ServletContext initialization to populate the
+ database with sample data.
- 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
-
diff --git a/primefaces-webapp/doc/index.html b/primefaces-webapp/doc/index.html
index 0a72239..448fd6e 100644
--- a/primefaces-webapp/doc/index.html
+++ b/primefaces-webapp/doc/index.html
@@ -2,7 +2,7 @@
-
+
Generated Documentation (Untitled)
diff --git a/primefaces-webapp/doc/overview-frame.html b/primefaces-webapp/doc/overview-frame.html
index 82e7727..0de6922 100644
--- a/primefaces-webapp/doc/overview-frame.html
+++ b/primefaces-webapp/doc/overview-frame.html
@@ -2,7 +2,7 @@
-
+
Overview List
diff --git a/primefaces-webapp/doc/overview-summary.html b/primefaces-webapp/doc/overview-summary.html
index 3714e65..e74c687 100644
--- a/primefaces-webapp/doc/overview-summary.html
+++ b/primefaces-webapp/doc/overview-summary.html
@@ -2,7 +2,7 @@
-
+
Overview
diff --git a/primefaces-webapp/doc/overview-tree.html b/primefaces-webapp/doc/overview-tree.html
index 1abeef7..211db3a 100644
--- a/primefaces-webapp/doc/overview-tree.html
+++ b/primefaces-webapp/doc/overview-tree.html
@@ -2,7 +2,7 @@
-
+
Class Hierarchy
diff --git a/primefaces-webapp/doc/serialized-form.html b/primefaces-webapp/doc/serialized-form.html
index 26aa2ce..2c49bbd 100644
--- a/primefaces-webapp/doc/serialized-form.html
+++ b/primefaces-webapp/doc/serialized-form.html
@@ -2,7 +2,7 @@
-
+
Serialized Form
diff --git a/primefaces-webapp/src/main/java/com/mycompany/service/impl/CountryServiceImpl.java b/primefaces-webapp/src/main/java/com/mycompany/service/impl/CountryServiceImpl.java
index 4629caa..8af0bd2 100644
--- a/primefaces-webapp/src/main/java/com/mycompany/service/impl/CountryServiceImpl.java
+++ b/primefaces-webapp/src/main/java/com/mycompany/service/impl/CountryServiceImpl.java
@@ -36,10 +36,8 @@
import javax.persistence.NoResultException;
import javax.persistence.TypedQuery;
import javax.servlet.ServletContext;
-import javax.transaction.UserTransaction;
import com.mycompany.lifecycle.Initialized;
-import com.mycompany.lifecycle.ServletContextLifecycleNotifier;
import com.mycompany.model.City;
import com.mycompany.model.Country;
import com.mycompany.model.ProvinceState;
@@ -57,22 +55,26 @@
@Stateless
public class CountryServiceImpl extends AbstractService implements CountryService {
+ /**
+ * {@inheritDoc}
+ */
public ProvinceState createProvinceState(Country country, String name) {
ProvinceState state = null;
try {
- // tx.begin();
state = new ProvinceState();
state.setName(name);
state.setCountry(country);
country.getProvinceStates().add(state);
em.persist(state);
- // tx.commit();
} catch (Exception e) {
logger.error("Unable to create province/state object:", e);
}
return state;
}
+ /**
+ * {@inheritDoc}
+ */
public List findCitiesByState(ProvinceState state) {
String jql = "select c from City c where c.provinceState = ?1 order by c.name";
TypedQuery query = em.createQuery(jql, City.class);
@@ -80,6 +82,9 @@ public List findCitiesByState(ProvinceState state) {
return query.getResultList();
}
+ /**
+ * {@inheritDoc}
+ */
public City findCity(String name, ProvinceState provinceState) {
City city = null;
try {
@@ -93,6 +98,9 @@ public City findCity(String name, ProvinceState provinceState) {
return city;
}
+ /**
+ * {@inheritDoc}
+ */
public City findCityById(Integer id) {
return em.find(City.class, id);
}
@@ -103,10 +111,16 @@ private Country findCountryByCode(String countryCode) {
.getSingleResult();
}
+ /**
+ * {@inheritDoc}
+ */
public Country findCountryById(Integer id) {
return em.find(Country.class, id);
}
+ /**
+ * {@inheritDoc}
+ */
@Override
public List findProvinceStatesByCountry(Country country) {
String jql = "select p from ProvinceState p where p.country = ?1 order by p.name";
@@ -115,10 +129,16 @@ public List findProvinceStatesByCountry(Country country) {
return query.getResultList();
}
+ /**
+ * {@inheritDoc}
+ */
public ProvinceState findStateById(Integer id) {
return em.find(ProvinceState.class, id);
}
+ /**
+ * {@inheritDoc}
+ */
public ProvinceState findStateByName(Country country, String stateName) {
if (country == null) {
return null;
@@ -131,12 +151,18 @@ public ProvinceState findStateByName(Country country, String stateName) {
return null;
}
+ /**
+ * {@inheritDoc}
+ */
@Override
@SuppressWarnings("unchecked")
public List getCountries() {
return em.createNamedQuery(Queries.COUNTRY_FIND_ALL).getResultList();
}
+ /**
+ * {@inheritDoc}
+ */
@Override
public List getProvinceStates() {
String jql = "select p from ProvinceState p where p.country.code = 'US' order by p.name";
@@ -200,14 +226,7 @@ private void importCountries() {
}
/**
- * 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 {@link Initialized} event to ensure this method
- * is called at startup time.
- *
- * @param context
- * @throws Exception
- * @see ServletContextLifecycleNotifier
+ * {@inheritDoc}
*/
@Override
public void init(@Observes @Initialized ServletContext context) throws Exception {
diff --git a/primefaces-webapp/src/main/java/com/mycompany/service/impl/EventServiceImpl.java b/primefaces-webapp/src/main/java/com/mycompany/service/impl/EventServiceImpl.java
index 5c870e2..327c4cb 100644
--- a/primefaces-webapp/src/main/java/com/mycompany/service/impl/EventServiceImpl.java
+++ b/primefaces-webapp/src/main/java/com/mycompany/service/impl/EventServiceImpl.java
@@ -59,11 +59,17 @@
@Stateless
public class EventServiceImpl extends AbstractService implements EventService {
+ /**
+ * {@inheritDoc}
+ */
@Override
public List findAllEvents() {
return em.createNamedQuery(Queries.EVENT_FIND_ALL, Event.class).getResultList();
}
+ /**
+ * {@inheritDoc}
+ */
@Override
public List findAllEventsAttendanceByUser(User user) {
TypedQuery query = em.createNamedQuery(
@@ -72,6 +78,9 @@ public List findAllEventsAttendanceByUser(User user) {
return query.getResultList();
}
+ /**
+ * {@inheritDoc}
+ */
@Override
public EventAttendance findEventAttendance(Event event, User user) {
TypedQuery query = em.createNamedQuery(
@@ -85,11 +94,17 @@ public EventAttendance findEventAttendance(Event event, User user) {
return null;
}
+ /**
+ * {@inheritDoc}
+ */
@Override
public Event findEventById(Integer id) {
return em.find(Event.class, id);
}
+ /**
+ * {@inheritDoc}
+ */
@Override
public List findUserEvents(Date start, Date end, User user) {
String jql = "select evt from Event evt where evt.createdBy = ?1 and evt.startDate between ?2 and ?3";
@@ -101,6 +116,9 @@ public List findUserEvents(Date start, Date end, User user) {
return events;
}
+ /**
+ * {@inheritDoc}
+ */
@Override
public EventAttendance saveAttendance(EventAttendance attendance) {
EventAttendance saved = attendance;
@@ -112,6 +130,9 @@ public EventAttendance saveAttendance(EventAttendance attendance) {
return saved;
}
+ /**
+ * {@inheritDoc}
+ */
@Override
public Event saveEvent(Event event) {
Event saved = event;
@@ -123,6 +144,9 @@ public Event saveEvent(Event event) {
return saved;
}
+ /**
+ * {@inheritDoc}
+ */
@Override
public List findEvents(City city, ProvinceState provinceState, EventType eventType,
String keyword) {
diff --git a/primefaces-webapp/src/main/java/com/mycompany/service/impl/IdeaServiceImpl.java b/primefaces-webapp/src/main/java/com/mycompany/service/impl/IdeaServiceImpl.java
index 6c40533..92e5c4e 100644
--- a/primefaces-webapp/src/main/java/com/mycompany/service/impl/IdeaServiceImpl.java
+++ b/primefaces-webapp/src/main/java/com/mycompany/service/impl/IdeaServiceImpl.java
@@ -47,12 +47,7 @@
public class IdeaServiceImpl extends AbstractService implements IdeaService {
/**
- * This method uses recursion to build the mind map data structure.
- *
- * @param parentIdea
- * The parent {@link Idea}.
- * @param parentNode
- * The parent {@link MindmapNode}.
+ * {@inheritDoc}
*/
public void buildMindMap(Idea parentIdea, MindmapNode parentNode) {
Idea idea = parentIdea;
@@ -70,11 +65,17 @@ public void buildMindMap(Idea parentIdea, MindmapNode parentNode) {
}
}
+ /**
+ * {@inheritDoc}
+ */
@Override
public Idea findIdea(Integer id) {
return em.find(Idea.class, id);
}
+ /**
+ * {@inheritDoc}
+ */
@Override
public List findIdeas() {
String jql = "select idea from Idea idea where idea.parent is null";
@@ -83,6 +84,9 @@ public List findIdeas() {
return ideas;
}
+ /**
+ * {@inheritDoc}
+ */
@Override
public Idea saveIdea(Idea idea) {
Idea saved = idea;
diff --git a/primefaces-webapp/src/main/java/com/mycompany/service/impl/UserServiceImpl.java b/primefaces-webapp/src/main/java/com/mycompany/service/impl/UserServiceImpl.java
index d7a36bd..89476b6 100644
--- a/primefaces-webapp/src/main/java/com/mycompany/service/impl/UserServiceImpl.java
+++ b/primefaces-webapp/src/main/java/com/mycompany/service/impl/UserServiceImpl.java
@@ -46,6 +46,9 @@
@Stateless
public class UserServiceImpl extends AbstractService implements UserService {
+ /**
+ * {@inheritDoc}
+ */
public UserRelationship findRelationshipToUser(User user1, User user2) {
UserRelationship found = null;
try {
@@ -59,6 +62,9 @@ public UserRelationship findRelationshipToUser(User user1, User user2) {
return found;
}
+ /**
+ * {@inheritDoc}
+ */
@Override
public User findUser(String username, String password) {
TypedQuery query = em.createNamedQuery(Queries.USER_FIND_BY_USERNAME_PASSWORD,
@@ -72,11 +78,17 @@ public User findUser(String username, String password) {
return null;
}
+ /**
+ * {@inheritDoc}
+ */
@Override
public User findUserById(Integer id) {
return em.find(User.class, id);
}
+ /**
+ * {@inheritDoc}
+ */
@Override
public User findUserByUsername(String username) {
String jql = "select u from User u where u.username = ?1";
@@ -89,6 +101,9 @@ public User findUserByUsername(String username) {
return null;
}
+ /**
+ * {@inheritDoc}
+ */
@Override
public List findUsers() {
String jql = "select u from User u order by u.username";
@@ -96,6 +111,9 @@ public List findUsers() {
return users;
}
+ /**
+ * {@inheritDoc}
+ */
@Override
public List findUsersByName(String suggest) {
TypedQuery query = em.createNamedQuery(Queries.USER_FIND_BY_PARTIAL_NAME, User.class);
@@ -104,6 +122,9 @@ public List findUsersByName(String suggest) {
return users;
}
+ /**
+ * {@inheritDoc}
+ */
@Override
public List findUsersByType(RelationshipType type, User user) {
TypedQuery query = em.createNamedQuery(Queries.USER_FIND_BY_RELATIONSHIP_TYPE,
@@ -113,6 +134,9 @@ public List findUsersByType(RelationshipType type, User user) {
return query.getResultList();
}
+ /**
+ * {@inheritDoc}
+ */
@Override
public UserRelationship saveRelationship(UserRelationship relationship) {
UserRelationship saved = relationship;
@@ -124,6 +148,9 @@ public UserRelationship saveRelationship(UserRelationship relationship) {
return saved;
}
+ /**
+ * {@inheritDoc}
+ */
@Override
public User saveUser(User user) {
User saved = user;
diff --git a/primefaces-webapp/src/main/java/com/mycompany/service/impl/VenueServiceImpl.java b/primefaces-webapp/src/main/java/com/mycompany/service/impl/VenueServiceImpl.java
index a850bd8..a60cbdc 100644
--- a/primefaces-webapp/src/main/java/com/mycompany/service/impl/VenueServiceImpl.java
+++ b/primefaces-webapp/src/main/java/com/mycompany/service/impl/VenueServiceImpl.java
@@ -43,6 +43,9 @@
@Stateless
public class VenueServiceImpl extends AbstractService implements VenueService {
+ /**
+ * {@inheritDoc}
+ */
@Override
public void deleteVenue(Venue venue) {
Venue found = em.find(Venue.class, venue.getId());
@@ -51,11 +54,17 @@ public void deleteVenue(Venue venue) {
}
}
+ /**
+ * {@inheritDoc}
+ */
@Override
public Venue findVenueById(Integer id) {
return em.find(Venue.class, id);
}
+ /**
+ * {@inheritDoc}
+ */
@Override
public List findVenues() {
String jql = "select v from Venue v order by v.name";
@@ -64,6 +73,9 @@ public List findVenues() {
return venues;
}
+ /**
+ * {@inheritDoc}
+ */
@Override
public Venue saveVenue(Venue venue) {
Venue saved = venue;
|