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 void
void
EditProfileCommand.doLock
(ProfileEdit edit, Profile profile) void
void
EditProfileCommand.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 TypeMethodDescriptionvoid
PartyControl.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 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.create
(Session session, 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
(Session session, 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
(Session session, ProfilePK pk) ProfileFactory.getEntityFromPK
(EntityPermission entityPermission, ProfilePK pk) ProfileFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ProfilePK pk) ProfileFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ProfileFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ProfileFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ProfileFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) ProfileFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) ProfileFactory.getEntityFromValue
(EntityPermission entityPermission, ProfileValue value) ProfileFactory.getEntityFromValue
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ProfilePK> pks) ProfileFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ProfileFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ProfileFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ProfileFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) ProfileFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type ProfileModifier and TypeMethodDescriptionvoid
void
Method parameters in com.echothree.model.data.party.server.factory with type arguments of type ProfileModifier and TypeMethodDescriptionvoid
ProfileFactory.store
(Session session, Collection<Profile> entities) void
ProfileFactory.store
(Collection<Profile> entities)