Uses of Class
com.echothree.model.data.party.server.value.ProfileValue
Packages that use ProfileValue
Package
Description
-
Uses of ProfileValue in com.echothree.model.control.party.server.control
Methods in com.echothree.model.control.party.server.control that return ProfileValueModifier and TypeMethodDescriptionPartyControl.getProfileValue(Profile profile) PartyControl.getProfileValueForUpdate(Party party) Methods in com.echothree.model.control.party.server.control with parameters of type ProfileValueModifier and TypeMethodDescriptionvoidPartyControl.updateProfileFromValue(ProfileValue profileValue, BasePK updatedBy) -
Uses of ProfileValue in com.echothree.model.data.party.server.entity
Methods in com.echothree.model.data.party.server.entity that return ProfileValueMethods in com.echothree.model.data.party.server.entity with parameters of type ProfileValueConstructors in com.echothree.model.data.party.server.entity with parameters of type ProfileValueModifierConstructorDescriptionProfile(ProfileValue value, EntityPermission entityPermission) Creates a new instance of Profile -
Uses of ProfileValue in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return ProfileValueModifier and TypeMethodDescriptionProfileFactory.getValueFromPK(Session session, ProfilePK pk) ProfileFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type ProfileValueModifier and TypeMethodDescriptionProfileFactory.getValuesFromPKs(Session session, Collection<ProfilePK> pks) ProfileFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type ProfileValueModifier and TypeMethodDescriptionProfileFactory.getEntityFromValue(EntityPermission entityPermission, ProfileValue value) ProfileFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ProfileValue value) Method parameters in com.echothree.model.data.party.server.factory with type arguments of type ProfileValueModifier and TypeMethodDescriptionvoidProfileFactory.create(Session session, Collection<ProfileValue> _values) voidProfileFactory.create(Collection<ProfileValue> _values) -
Uses of ProfileValue in com.echothree.model.data.party.server.value
Methods in com.echothree.model.data.party.server.value that return ProfileValue