- FavoriteMembersBusinessService - Class in de.alpharogroup.dating.system.service
-
- FavoriteMembersBusinessService() - Constructor for class de.alpharogroup.dating.system.service.FavoriteMembersBusinessService
-
- FavoriteMembersService - Interface in de.alpharogroup.dating.system.service.api
-
The Interface FavoriteMembersService.
- find(Users) - Method in interface de.alpharogroup.dating.system.service.api.FavoriteMembersService
-
Gets a List from FavoriteMembers that own the given Users object.
- find(Users, UserProfiles) - Method in interface de.alpharogroup.dating.system.service.api.FavoriteMembersService
-
Gets a FavoriteMembers object from the given parameters that can be null if they shell be
ignored in the query.
- find(Users, Users) - Method in interface de.alpharogroup.dating.system.service.api.FriendshipRequestsService
-
Gets a FriendshipRequests object from the given parameters.
- find(Users, Users, FriendshipRequestsState) - Method in interface de.alpharogroup.dating.system.service.api.FriendshipRequestsService
-
Gets a FriendshipRequests object from the given parameters that can be null if they shell be
ignored in the query.
- find(Users) - Method in interface de.alpharogroup.dating.system.service.api.ProfileNoticesService
-
- find(Users, UserProfiles) - Method in interface de.alpharogroup.dating.system.service.api.ProfileVisitorsService
-
Find the first occurence from the given parameters.
- find(Users) - Method in class de.alpharogroup.dating.system.service.FavoriteMembersBusinessService
-
- find(Users, UserProfiles) - Method in class de.alpharogroup.dating.system.service.FavoriteMembersBusinessService
-
- find(Users, Users) - Method in class de.alpharogroup.dating.system.service.FriendshipRequestsBusinessService
-
- find(Users, Users, FriendshipRequestsState) - Method in class de.alpharogroup.dating.system.service.FriendshipRequestsBusinessService
-
- find(Users) - Method in class de.alpharogroup.dating.system.service.ProfileNoticesBusinessService
-
- find(Users, UserProfiles) - Method in class de.alpharogroup.dating.system.service.ProfileVisitorsBusinessService
-
- find(Users) - Method in class de.alpharogroup.dating.system.service.UserProfilesBusinessService
-
- findAll(Users, UserProfiles) - Method in interface de.alpharogroup.dating.system.service.api.FavoriteMembersService
-
Gets a List from FavoriteMembers with the given parameters that can be null if they shell be
ignored in the query.
- findAll(Users, Users, FriendshipRequestsState) - Method in interface de.alpharogroup.dating.system.service.api.FriendshipRequestsService
-
Gets a List from FriendshipRequests with the given parameters that can be null if they shell
be ignored in the query.
- findAll(Users, UserProfiles) - Method in interface de.alpharogroup.dating.system.service.api.ProfileNoticesService
-
- findAll(Users, UserProfiles) - Method in interface de.alpharogroup.dating.system.service.api.ProfileVisitorsService
-
Find all from the given parameters.
- findAll(Users, UserProfiles) - Method in class de.alpharogroup.dating.system.service.FavoriteMembersBusinessService
-
- findAll(Users, Users, FriendshipRequestsState) - Method in class de.alpharogroup.dating.system.service.FriendshipRequestsBusinessService
-
- findAll(Users, UserProfiles) - Method in class de.alpharogroup.dating.system.service.ProfileNoticesBusinessService
-
- findAll(Users, UserProfiles) - Method in class de.alpharogroup.dating.system.service.ProfileVisitorsBusinessService
-
- findProfileImage(Users) - Method in interface de.alpharogroup.dating.system.service.api.UserProfilesService
-
Find the profile image from the given user.
- findProfileImage(Users) - Method in class de.alpharogroup.dating.system.service.UserProfilesBusinessService
-
Find the profile image from the given user.
- findProfileNotice(Users, UserProfiles) - Method in interface de.alpharogroup.dating.system.service.api.ProfileNoticesService
-
- findProfileNotice(Users, UserProfiles) - Method in class de.alpharogroup.dating.system.service.ProfileNoticesBusinessService
-
- findProfileVisitors(UserProfiles) - Method in interface de.alpharogroup.dating.system.service.api.ProfileVisitorsService
-
Find profile visitors from the given profile.
- findProfileVisitors(UserProfiles) - Method in class de.alpharogroup.dating.system.service.ProfileVisitorsBusinessService
-
- findUserProfile(Users) - Method in interface de.alpharogroup.dating.system.service.api.UserProfilesService
-
Find the user profile from the given user.
- findUserProfile(Users) - Method in class de.alpharogroup.dating.system.service.UserProfilesBusinessService
-
Find the user profile from the given user.
- findUserProfiles(Users) - Method in interface de.alpharogroup.dating.system.service.api.UserProfilesService
-
Find all user profiles from the given user.
- findUserProfiles(Users) - Method in class de.alpharogroup.dating.system.service.UserProfilesBusinessService
-
Find all user profiles from the given user.
- forFavoriteMembers(Users, UserProfiles) - Static method in class de.alpharogroup.dating.system.service.utils.HqlStringCreator
-
- forFriendshipRequests(Users, Users, FriendshipRequestsState) - Static method in class de.alpharogroup.dating.system.service.utils.HqlStringCreator
-
- forProfileNotice(Users, UserProfiles) - Static method in class de.alpharogroup.dating.system.service.utils.HqlStringCreator
-
- forProfileVisitors(Users, UserProfiles) - Static method in class de.alpharogroup.dating.system.service.utils.HqlStringCreator
-
- forUserProfile(Users) - Static method in class de.alpharogroup.dating.system.service.utils.HqlStringCreator
-
- FriendshipRequestsBusinessService - Class in de.alpharogroup.dating.system.service
-
- FriendshipRequestsBusinessService() - Constructor for class de.alpharogroup.dating.system.service.FriendshipRequestsBusinessService
-
- FriendshipRequestsService - Interface in de.alpharogroup.dating.system.service.api
-
The Interface FriendshipRequestsService.