public class DomainObjectFactory extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
static DomainObjectFactory |
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,
BigDecimal latitude,
BigDecimal longitude,
String street,
String streetnumber,
de.alpharogroup.address.book.entities.Zipcodes zipcode)
Gets the addresses.
|
de.alpharogroup.user.management.entities.Contactmethods |
newContactmethods(de.alpharogroup.user.management.enums.ContactmethodType contactmethod,
String contactvalue)
Gets the contacts.
|
de.alpharogroup.address.book.entities.Countries |
newCountries(String iso3166A2name,
String iso3166A3name,
String iso3166Number,
String name)
Gets the countries.
|
FavoriteMembers |
newFavoriteMembers(UserProfiles favorite,
de.alpharogroup.user.management.entities.Users owner) |
de.alpharogroup.address.book.entities.Federalstates |
newFederalstates(de.alpharogroup.address.book.entities.Countries country,
String iso3166A2code,
String name,
String subdivisionCategory,
String subdivisionName)
Gets the federalstates.
|
FriendshipRequests |
newFriendshipRequests(de.alpharogroup.user.management.entities.Users requestor,
de.alpharogroup.user.management.entities.Users requestedUser,
FriendshipRequestsState state) |
de.alpharogroup.message.system.entities.MessageRecipients |
newMessageRecipients(de.alpharogroup.message.system.entities.Messages message,
de.alpharogroup.user.management.entities.Users recipient)
Gets the message recipients.
|
de.alpharogroup.message.system.entities.Messages |
newMessages(Boolean deletedFlag,
Boolean failed2sentemail,
String folder,
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)
Gets the messages.
|
de.alpharogroup.user.management.entities.Permissions |
newPermissions(String description,
String permission,
String shortcut)
Gets the permissions.
|
ProfileNotices |
newProfileNotice(String notice,
de.alpharogroup.user.management.entities.Users user,
UserProfiles userProfile) |
ProfileVisitors |
newProfileVisitors(Date visitingDate,
de.alpharogroup.user.management.entities.Users visitor,
UserProfiles visitedProfile,
Integer count) |
de.alpharogroup.user.management.entities.ResetPasswords |
newResetPasswords(Date expiryDate,
String generatedPassword,
Date starttime,
de.alpharogroup.user.management.entities.Users user)
Gets the reset passwords.
|
de.alpharogroup.resource.system.entities.Resources |
newResources(String description,
String filename,
String filesize,
String filetype,
Byte[] image,
Date created,
Boolean deletedFlag,
String checksum)
Gets the images.
|
de.alpharogroup.user.management.entities.Roles |
newRoles(String description,
String rolename,
Set<de.alpharogroup.user.management.entities.Permissions> permissions)
Gets the roles.
|
SearchCriterias |
newSearchCriteria(Integer fromAge,
Integer untilAge,
de.alpharogroup.user.management.enums.GenderType searchGender) |
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)
Gets the 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) |
de.alpharogroup.address.book.entities.Zipcodes |
newZipcodes(de.alpharogroup.address.book.entities.Countries country,
String city,
String zipcode)
Gets the zipcodes.
|
public static DomainObjectFactory getInstance()
public de.alpharogroup.address.book.entities.Addresses newAddresses(String addressComment, de.alpharogroup.address.book.entities.Federalstates federalstate, String geohash, BigDecimal latitude, BigDecimal longitude, String street, String streetnumber, de.alpharogroup.address.book.entities.Zipcodes zipcode)
addressComment - the address commentfederalstate - the federalstategeohash - the geohashlatitude - the latitudelongitude - the longitudestreet - the streetstreetnumber - the streetnumberzipcode - the zipcodepublic de.alpharogroup.user.management.entities.Contactmethods newContactmethods(de.alpharogroup.user.management.enums.ContactmethodType contactmethod,
String contactvalue)
contactmethod - the contactmethodcontactvalue - the contactvaluepublic de.alpharogroup.address.book.entities.Countries newCountries(String iso3166A2name, String iso3166A3name, String iso3166Number, String name)
iso3166A2name - 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,
String iso3166A2code,
String name,
String subdivisionCategory,
String subdivisionName)
country - the countryiso3166A2code - 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, Byte[] image, Date created, Boolean deletedFlag, String checksum)
description - the descriptionfilename - the filenamefilesize - the filesizefiletype - the filetypeimage - the imagecreated - the createddeletedFlag - the deleted flagchecksum - the checksumpublic de.alpharogroup.message.system.entities.MessageRecipients newMessageRecipients(de.alpharogroup.message.system.entities.Messages message,
de.alpharogroup.user.management.entities.Users recipient)
message - the messagerecipient - the recipientpublic de.alpharogroup.message.system.entities.Messages newMessages(Boolean deletedFlag, Boolean failed2sentemail, String folder, 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 foldermessageContent - the message contentmessagetype - the messagetypereadFlag - the read flagsender - the sendersentDate - the sent datespamFlag - the spam flagstate - the statesubject - the subjectparent - the parentpublic de.alpharogroup.user.management.entities.Permissions newPermissions(String description, String permission, String shortcut)
description - the descriptionpermission - the permissionshortcut - the shortcutpublic de.alpharogroup.user.management.entities.ResetPasswords newResetPasswords(Date expiryDate, String generatedPassword, Date starttime, de.alpharogroup.user.management.entities.Users user)
expiryDate - the expiry dategeneratedPassword - the generated passwordstarttime - the starttimeuser - the userpublic de.alpharogroup.user.management.entities.Roles newRoles(String description, String rolename, Set<de.alpharogroup.user.management.entities.Permissions> permissions)
description - the descriptionrolename - the rolenamepermissions - the permissionspublic 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)
public 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)
public de.alpharogroup.address.book.entities.Zipcodes newZipcodes(de.alpharogroup.address.book.entities.Countries country,
String city,
String zipcode)
country - the countrycity - the cityzipcode - the zipcodepublic ProfileNotices newProfileNotice(String notice, de.alpharogroup.user.management.entities.Users user, UserProfiles userProfile)
public FavoriteMembers newFavoriteMembers(UserProfiles favorite, de.alpharogroup.user.management.entities.Users owner)
public FriendshipRequests newFriendshipRequests(de.alpharogroup.user.management.entities.Users requestor, de.alpharogroup.user.management.entities.Users requestedUser, FriendshipRequestsState state)
public ProfileVisitors newProfileVisitors(Date visitingDate, de.alpharogroup.user.management.entities.Users visitor, UserProfiles visitedProfile, Integer count)
Copyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.