]> git.mxchange.org Git - juser-activity-lib.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 19 Nov 2017 01:17:32 +0000 (02:17 +0100)
committerRoland Häder <roland@mxchange.org>
Sun, 19 Nov 2017 01:21:13 +0000 (02:21 +0100)
- removed no longer used business methods, it can be done otherwise and without
  EJB invocation, so let's get rid of these methods.

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jusercore/model/user/activity/UserActivityLogSessionBeanRemote.java

index 1e643b732d984fbfa5a2d546ec20e9cd4de2cc3d..c501da2072419be8922632b23e91793d1085357c 100644 (file)
@@ -38,26 +38,6 @@ public interface UserActivityLogSessionBeanRemote extends Serializable {
         */
        List<LogableUserActivity> fetchAllUsersActivityLog (final User user);
 
-       /**
-        * Fetches given user's activity log and type
-        * <p>
-        * @param user User instance
-        * @param activityType Activity type
-        * <p>
-        * @return List with user's activity log
-        */
-       List<LogableUserActivity> fetchAllUsersActivityLogByType (final User user, final String activityType);
-
-       /**
-        * Fetches given user's activity log and multiple types
-        * <p>
-        * @param user User instance
-        * @param activityTypes Activity types
-        * <p>
-        * @return List with user's activity log
-        */
-       List<LogableUserActivity> fetchAllUsersActivityLogByMultipleType (final User user, final String[] activityTypes);
-
        /**
         * Fetches all user activity log
         * <p>