Uses of Class
com.echothree.model.data.party.server.entity.Profile
Packages that use Profile
Package
Description
-
Uses of Profile in com.echothree.control.user.party.server.command
Methods in com.echothree.control.user.party.server.command that return ProfileMethods in com.echothree.control.user.party.server.command with parameters of type ProfileModifier and TypeMethodDescriptionprotected voidvoidEditProfileCommand.doLock(ProfileEdit edit, Profile profile) voidvoidEditProfileCommand.fillInResult(EditProfileResult result, Profile profile) EditProfileCommand.getLockEntity(Profile profile) -
Uses of Profile in com.echothree.model.control.party.server.control
Methods in com.echothree.model.control.party.server.control that return ProfileModifier and TypeMethodDescriptionPartyControl.createProfile(Party party, String nickname, Icon icon, String pronunciation, Gender gender, String pronouns, Integer birthday, BirthdayFormat birthdayFormat, String occupation, String hobbies, String location, MimeType bioMimeType, String bio, MimeType signatureMimeType, String signature, BasePK createdBy) PartyControl.getProfile(Party party) PartyControl.getProfileByNickname(String nickname) PartyControl.getProfileByNicknameForUpdate(String nickname) PartyControl.getProfileForUpdate(Party party) Methods in com.echothree.model.control.party.server.control with parameters of type ProfileModifier and TypeMethodDescriptionvoidPartyControl.deleteProfile(Profile profile, BasePK deletedBy) PartyControl.getProfileTransfer(UserVisit userVisit, Profile profile) PartyControl.getProfileValue(Profile profile) -
Uses of Profile in com.echothree.model.control.party.server.transfer
Methods in com.echothree.model.control.party.server.transfer with parameters of type ProfileModifier and TypeMethodDescriptionProfileTransferCache.getTransfer(UserVisit userVisit, Profile profile) -
Uses of Profile in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return ProfileModifier and TypeMethodDescriptionProfileFactory.create(PartyPK partyPK, String nickname, IconPK iconPK, String pronunciation, GenderPK genderPK, String pronouns, Integer birthday, BirthdayFormatPK birthdayFormatPK, String occupation, String hobbies, String location, MimeTypePK bioMimeTypePK, String bio, MimeTypePK signatureMimeTypePK, String signature, Long fromTime, Long thruTime) ProfileFactory.create(Party party, String nickname, Icon icon, String pronunciation, Gender gender, String pronouns, Integer birthday, BirthdayFormat birthdayFormat, String occupation, String hobbies, String location, MimeType bioMimeType, String bio, MimeType signatureMimeType, String signature, Long fromTime, Long thruTime) ProfileFactory.getEntityFromCache(ProfilePK pk) ProfileFactory.getEntityFromPK(EntityPermission entityPermission, ProfilePK pk) ProfileFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ProfileFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ProfileFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ProfileFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ProfileFactory.getEntityFromValue(EntityPermission entityPermission, ProfileValue value) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type ProfileModifier and TypeMethodDescriptionProfileFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ProfilePK> pks) ProfileFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ProfileFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ProfileFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ProfileFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type ProfileModifier and TypeMethodDescriptionvoidvoidMethod parameters in com.echothree.model.data.party.server.factory with type arguments of type Profile