Skip navigation links
D F G H I P S U 

D

de.alpharogroup.dating.system.client.models - package de.alpharogroup.dating.system.client.models
 
de.alpharogroup.dating.system.service - package de.alpharogroup.dating.system.service
 
de.alpharogroup.dating.system.service.api - package de.alpharogroup.dating.system.service.api
 
de.alpharogroup.dating.system.service.locator - package de.alpharogroup.dating.system.service.locator
 
de.alpharogroup.dating.system.service.utils - package de.alpharogroup.dating.system.service.utils
 

F

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.

G

getFavoriteMembersService() - Method in interface de.alpharogroup.dating.system.service.locator.ServiceLocator
Gets the favorite members service.
getFriendshipRequestsService() - Method in interface de.alpharogroup.dating.system.service.locator.ServiceLocator
Gets the friendship requests service.
getProfileNoticesService() - Method in interface de.alpharogroup.dating.system.service.locator.ServiceLocator
Gets the profile notice service.
getProfileRatingsService() - Method in interface de.alpharogroup.dating.system.service.locator.ServiceLocator
Gets the profile ratings service.
getProfileVisitorsService() - Method in interface de.alpharogroup.dating.system.service.locator.ServiceLocator
Gets the profile visitors service.
getSearchCriteria() - Method in class de.alpharogroup.dating.system.client.models.ProfileModel
Gets the search criteria.
getSearchCriteriasService() - Method in interface de.alpharogroup.dating.system.service.locator.ServiceLocator
Gets the search criteria service.
getServiceLocator() - Method in interface de.alpharogroup.dating.system.service.locator.IServiceLocatorModel
Gets the service locator.
getUserProfilesService() - Method in interface de.alpharogroup.dating.system.service.locator.ServiceLocator
Gets the user profile service.

H

HqlStringCreator - Class in de.alpharogroup.dating.system.service.utils
 
HqlStringCreator() - Constructor for class de.alpharogroup.dating.system.service.utils.HqlStringCreator
 

I

IServiceLocatorModel - Interface in de.alpharogroup.dating.system.service.locator
 

P

persistDefaultProfileImage(Users) - Method in interface de.alpharogroup.dating.system.service.api.UserProfilesService
Persists the default image to the profile image from the given user.
persistDefaultProfileImage(Users, Resources) - Method in interface de.alpharogroup.dating.system.service.api.UserProfilesService
Persists the default image to the profile image from the given user.
persistDefaultProfileImage(Users) - Method in class de.alpharogroup.dating.system.service.UserProfilesBusinessService
Persists the default image to the profile image from the given user.
persistDefaultProfileImage(Users, Resources) - Method in class de.alpharogroup.dating.system.service.UserProfilesBusinessService
Persists the default image to the profile image from the given user.
persistProfileImage(ResourcesModel, Users) - Method in interface de.alpharogroup.dating.system.service.api.UserProfilesService
Persists the given ResourceModel as the profile image from the given user.
persistProfileImage(ResourcesModel, Users) - Method in class de.alpharogroup.dating.system.service.UserProfilesBusinessService
Persists the given ResourceModel as the profile image from the given user.
ProfileModel - Class in de.alpharogroup.dating.system.client.models
The class ProfileModel.
ProfileModel() - Constructor for class de.alpharogroup.dating.system.client.models.ProfileModel
 
ProfileNoticesBusinessService - Class in de.alpharogroup.dating.system.service
 
ProfileNoticesBusinessService() - Constructor for class de.alpharogroup.dating.system.service.ProfileNoticesBusinessService
 
ProfileNoticesService - Interface in de.alpharogroup.dating.system.service.api
 
ProfileRatingsBusinessService - Class in de.alpharogroup.dating.system.service
 
ProfileRatingsBusinessService() - Constructor for class de.alpharogroup.dating.system.service.ProfileRatingsBusinessService
 
ProfileRatingsService - Interface in de.alpharogroup.dating.system.service.api
 
ProfileVisitorsBusinessService - Class in de.alpharogroup.dating.system.service
 
ProfileVisitorsBusinessService() - Constructor for class de.alpharogroup.dating.system.service.ProfileVisitorsBusinessService
 
ProfileVisitorsService - Interface in de.alpharogroup.dating.system.service.api
The Interface ProfileVisitorsService.

S

SearchCriteriasBusinessService - Class in de.alpharogroup.dating.system.service
 
SearchCriteriasBusinessService() - Constructor for class de.alpharogroup.dating.system.service.SearchCriteriasBusinessService
 
SearchCriteriasService - Interface in de.alpharogroup.dating.system.service.api
 
ServiceLocator - Interface in de.alpharogroup.dating.system.service.locator
The Interface ServiceLocator.
ServiceLocatorImpl - Class in de.alpharogroup.dating.system.service.locator
ServiceLocatorImpl() - Constructor for class de.alpharogroup.dating.system.service.locator.ServiceLocatorImpl
 
setFavoriteMembersDao(FavoriteMembersDao) - Method in class de.alpharogroup.dating.system.service.FavoriteMembersBusinessService
 
setFavoriteMembersService(FavoriteMembersService) - Method in interface de.alpharogroup.dating.system.service.locator.ServiceLocator
Sets the favorite members service.
setFriendshipRequestsDao(FriendshipRequestsDao) - Method in class de.alpharogroup.dating.system.service.FriendshipRequestsBusinessService
 
setFriendshipRequestsService(FriendshipRequestsService) - Method in interface de.alpharogroup.dating.system.service.locator.ServiceLocator
Sets the friendship requests service.
setProfileNoticesDao(ProfileNoticesDao) - Method in class de.alpharogroup.dating.system.service.ProfileNoticesBusinessService
 
setProfileNoticesService(ProfileNoticesService) - Method in interface de.alpharogroup.dating.system.service.locator.ServiceLocator
Sets the profile notice service.
setProfileRatingsDao(ProfileRatingsDao) - Method in class de.alpharogroup.dating.system.service.ProfileRatingsBusinessService
 
setProfileRatingsService(ProfileRatingsService) - Method in interface de.alpharogroup.dating.system.service.locator.ServiceLocator
Sets the profile ratings service.
setProfileVisitorsDao(ProfileVisitorsDao) - Method in class de.alpharogroup.dating.system.service.ProfileVisitorsBusinessService
 
setProfileVisitorsService(ProfileVisitorsService) - Method in interface de.alpharogroup.dating.system.service.locator.ServiceLocator
Sets the profile visitors service.
setSearchCriteria(SearchCriterias) - Method in class de.alpharogroup.dating.system.client.models.ProfileModel
Sets the search criteria.
setSearchCriteriasDao(SearchCriteriasDao) - Method in class de.alpharogroup.dating.system.service.SearchCriteriasBusinessService
 
setSearchCriteriasService(SearchCriteriasService) - Method in interface de.alpharogroup.dating.system.service.locator.ServiceLocator
Sets the search criteria service.
setUserProfilesDao(UserProfilesDao) - Method in class de.alpharogroup.dating.system.service.UserProfilesBusinessService
Sets the user profile dao.
setUserProfilesService(UserProfilesService) - Method in interface de.alpharogroup.dating.system.service.locator.ServiceLocator
Sets the user profile business service.

U

UpdateProfileModel - Class in de.alpharogroup.dating.system.client.models
UpdateProfileModel() - Constructor for class de.alpharogroup.dating.system.client.models.UpdateProfileModel
 
UserProfilesBusinessService - Class in de.alpharogroup.dating.system.service
The Class UserProfileBusinessService.
UserProfilesBusinessService() - Constructor for class de.alpharogroup.dating.system.service.UserProfilesBusinessService
 
UserProfilesService - Interface in de.alpharogroup.dating.system.service.api
The interface UserProfilesService.
D F G H I P S U 
Skip navigation links

Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.