public class FlirtAndDateObjectFactory extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
static FlirtAndDateObjectFactory |
getInstance()
Gets the single instance of DomainObjectFactory.
|
de.alpharogroup.address.book.entities.Addresses |
newAddresses(String addressComment,
de.alpharogroup.address.book.entities.Federalstates federalstate,
String geohash,
Integer id,
String latitude,
String longitude,
String street,
String streetnumber,
de.alpharogroup.address.book.entities.Zipcodes zipcode)
Data pool factory for Addresses.
|
de.alpharogroup.user.management.entities.Contactmethods |
newContactmethods(de.alpharogroup.user.management.enums.ContactmethodType contactmethod,
String contactvalue,
Integer id)
Domain object factory for Contactmethods.
|
de.alpharogroup.address.book.entities.Countries |
newCountries(Integer id,
String iso3166A2name,
String iso3166A3name,
String iso3166Number,
String name)
Domain object factory for Countries.
|
FavoriteMembers |
newFavoriteMembers(UserProfiles favorite,
de.alpharogroup.user.management.entities.Users owner)
New favorite members.
|
de.alpharogroup.address.book.entities.Federalstates |
newFederalstates(de.alpharogroup.address.book.entities.Countries country,
Integer id,
String iso3166A2code,
String name,
String subdivisionCategory,
String subdivisionName)
Data pool factory for Federalstates.
|
FriendshipRequests |
newFriendshipRequests(de.alpharogroup.user.management.entities.Users requestor,
de.alpharogroup.user.management.entities.Users requestedUser,
FriendshipRequestsState state)
New friendship requests.
|
de.alpharogroup.message.system.entities.MessageRecipients |
newMessageRecipients(Integer id,
de.alpharogroup.message.system.entities.Messages message,
de.alpharogroup.user.management.entities.Users recipient)
Data pool factory for MessageRecipients.
|
de.alpharogroup.message.system.entities.Messages |
newMessages(Boolean deletedFlag,
Boolean failed2sentemail,
String folder,
Integer id,
String messageContent,
de.alpharogroup.message.system.enums.MessageType messagetype,
Boolean readFlag,
de.alpharogroup.user.management.entities.Users sender,
Date sentDate,
Boolean spamFlag,
de.alpharogroup.message.system.enums.MessageState state,
String subject,
de.alpharogroup.message.system.entities.Messages parent)
Data pool factory for Messages.
|
de.alpharogroup.user.management.entities.Permissions |
newPermissions(String description,
Integer id,
String permission,
String shortcut)
Domain object factory for Permissions.
|
ProfileNotices |
newProfileNotice(String notice,
de.alpharogroup.user.management.entities.Users user,
UserProfiles userProfile)
New profile notice.
|
ProfileVisitors |
newProfileVisitors(Date visitingDate,
de.alpharogroup.user.management.entities.Users visitor,
UserProfiles visitedProfile,
Integer count)
New profile visitors.
|
de.alpharogroup.user.management.entities.ResetPasswords |
newResetPasswords(Integer id,
Date expiryDate,
String generatedPassword,
Date starttime,
de.alpharogroup.user.management.entities.Users user)
Data pool factory for ResetPasswords.
|
de.alpharogroup.resource.system.entities.Resources |
newResources(String description,
String filename,
String filesize,
String filetype,
Integer id,
Byte[] image,
Date created,
Boolean deletedFlag,
String checksum)
Domain object factory for Images.
|
de.alpharogroup.user.management.entities.Roles |
newRoles(String description,
Integer id,
String rolename,
Set<de.alpharogroup.user.management.entities.Permissions> permissions)
Domain object factory for Roles.
|
SearchCriterias |
newSearchCriteria(Integer fromAge,
Integer untilAge,
de.alpharogroup.user.management.enums.GenderType searchGender)
New search criteria.
|
UserProfiles |
newUserProfile(Integer age,
EducationState educationState,
FigureType figure,
HaircolorType haircolor,
Integer height,
InterestsType interests,
String occupation,
String profileText,
RelationshipState relationshipState,
SmokerState smokerstate,
de.alpharogroup.user.management.entities.Users user,
de.alpharogroup.resource.system.entities.Resources userImage,
Integer weight,
ZodiacSignType zodiacSign,
SearchCriterias searchCriteria)
New user profile.
|
de.alpharogroup.user.management.entities.Users |
newUsers(Boolean active,
String pw,
String salt,
String username,
Boolean locked,
de.alpharogroup.user.management.entities.UserDatas userData,
Set<de.alpharogroup.user.management.entities.Roles> roles)
Domain object factory for Users.
|
de.alpharogroup.address.book.entities.Zipcodes |
newZipcodes(Integer id,
de.alpharogroup.address.book.entities.Countries country,
String city,
String zipcode)
Domain object factory for Zipcodes.
|
public static FlirtAndDateObjectFactory getInstance()
public de.alpharogroup.address.book.entities.Addresses newAddresses(String addressComment, de.alpharogroup.address.book.entities.Federalstates federalstate, String geohash, Integer id, String latitude, String longitude, String street, String streetnumber, de.alpharogroup.address.book.entities.Zipcodes zipcode)
addressComment - the address commentfederalstate - A valid Federalstates objectgeohash - the geohashid - the idlatitude - the latitudelongitude - the longitudestreet - the streetstreetnumber - the streetnumberzipcode - A valid Zipcodes objectpublic de.alpharogroup.user.management.entities.Contactmethods newContactmethods(de.alpharogroup.user.management.enums.ContactmethodType contactmethod,
String contactvalue,
Integer id)
contactmethod - the contactmethodcontactvalue - the contactvalueid - the idpublic de.alpharogroup.address.book.entities.Countries newCountries(Integer id, String iso3166A2name, String iso3166A3name, String iso3166Number, String name)
id - the idiso3166A2name - the iso3166 a2nameiso3166A3name - the iso3166 a3nameiso3166Number - the iso3166 numbername - the namepublic de.alpharogroup.address.book.entities.Federalstates newFederalstates(de.alpharogroup.address.book.entities.Countries country,
Integer id,
String iso3166A2code,
String name,
String subdivisionCategory,
String subdivisionName)
country - A valid Countries objectid - the idiso3166A2code - the iso3166 a2codename - the namesubdivisionCategory - the subdivision categorysubdivisionName - the subdivision namepublic de.alpharogroup.resource.system.entities.Resources newResources(String description, String filename, String filesize, String filetype, Integer id, Byte[] image, Date created, Boolean deletedFlag, String checksum)
description - the descriptionfilename - the filenamefilesize - the filesizefiletype - the filetypeid - the idimage - the imagecreated - the createddeletedFlag - the deleted flagchecksum - the checksumpublic de.alpharogroup.message.system.entities.Messages newMessages(Boolean deletedFlag, Boolean failed2sentemail, String folder, Integer id, String messageContent, de.alpharogroup.message.system.enums.MessageType messagetype, Boolean readFlag, de.alpharogroup.user.management.entities.Users sender, Date sentDate, Boolean spamFlag, de.alpharogroup.message.system.enums.MessageState state, String subject, de.alpharogroup.message.system.entities.Messages parent)
deletedFlag - the deleted flagfailed2sentemail - the failed2sentemailfolder - the folderid - the idmessageContent - the message contentmessagetype - the messagetypereadFlag - the read flagsender - A valid Users objectsentDate - the sent datespamFlag - the spam flagstate - the statesubject - the subjectparent - the parentpublic de.alpharogroup.message.system.entities.MessageRecipients newMessageRecipients(Integer id, de.alpharogroup.message.system.entities.Messages message, de.alpharogroup.user.management.entities.Users recipient)
id - the idmessage - A valid Messages objectrecipient - A valid Users objectpublic de.alpharogroup.user.management.entities.Permissions newPermissions(String description, Integer id, String permission, String shortcut)
description - the descriptionid - the idpermission - the permissionshortcut - the shortcutpublic de.alpharogroup.user.management.entities.ResetPasswords newResetPasswords(Integer id, Date expiryDate, String generatedPassword, Date starttime, de.alpharogroup.user.management.entities.Users user)
id - the idexpiryDate - the expiry dategeneratedPassword - the generated passwordstarttime - the starttimeuser - A valid Users objectpublic de.alpharogroup.user.management.entities.Roles newRoles(String description, Integer id, String rolename, Set<de.alpharogroup.user.management.entities.Permissions> permissions)
description - the descriptionid - the idrolename - the rolenamepermissions - the permissionspublic de.alpharogroup.user.management.entities.Users newUsers(Boolean active, String pw, String salt, String username, Boolean locked, de.alpharogroup.user.management.entities.UserDatas userData, Set<de.alpharogroup.user.management.entities.Roles> roles)
active - the activepw - the pwsalt - the saltusername - the usernamelocked - the lockeduserData - the user dataroles - the rolespublic UserProfiles newUserProfile(Integer age, EducationState educationState, FigureType figure, HaircolorType haircolor, Integer height, InterestsType interests, String occupation, String profileText, RelationshipState relationshipState, SmokerState smokerstate, de.alpharogroup.user.management.entities.Users user, de.alpharogroup.resource.system.entities.Resources userImage, Integer weight, ZodiacSignType zodiacSign, SearchCriterias searchCriteria)
age - the ageeducationState - the education statefigure - the figurehaircolor - the haircolorheight - the heightinterests - the interestsoccupation - the occupationprofileText - the profile textrelationshipState - the relationship statesmokerstate - the smokerstateuser - the useruserImage - the user imageweight - the weightzodiacSign - the zodiac signsearchCriteria - the search criteriapublic SearchCriterias newSearchCriteria(Integer fromAge, Integer untilAge, de.alpharogroup.user.management.enums.GenderType searchGender)
fromAge - the from ageuntilAge - the until agesearchGender - the search genderpublic de.alpharogroup.address.book.entities.Zipcodes newZipcodes(Integer id, de.alpharogroup.address.book.entities.Countries country, String city, String zipcode)
id - the idcountry - the countrycity - the cityzipcode - the zipcodepublic ProfileNotices newProfileNotice(String notice, de.alpharogroup.user.management.entities.Users user, UserProfiles userProfile)
notice - the noticeuser - the useruserProfile - the user profilepublic FavoriteMembers newFavoriteMembers(UserProfiles favorite, de.alpharogroup.user.management.entities.Users owner)
favorite - the favoriteowner - the ownerpublic FriendshipRequests newFriendshipRequests(de.alpharogroup.user.management.entities.Users requestor, de.alpharogroup.user.management.entities.Users requestedUser, FriendshipRequestsState state)
requestor - the requestorrequestedUser - the requested userstate - the statepublic ProfileVisitors newProfileVisitors(Date visitingDate, de.alpharogroup.user.management.entities.Users visitor, UserProfiles visitedProfile, Integer count)
visitingDate - the visiting datevisitor - the visitorvisitedProfile - the visited profilecount - the countCopyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.