Uses of Class
com.echothree.model.data.party.server.value.PartyAliasValue
Packages that use PartyAliasValue
Package
Description
-
Uses of PartyAliasValue in com.echothree.model.control.party.server.control
Methods in com.echothree.model.control.party.server.control that return PartyAliasValueModifier and TypeMethodDescriptionPartyControl.getPartyAliasValue
(PartyAlias partyAlias) PartyControl.getPartyAliasValueForUpdate
(Party party, PartyAliasType partyAliasType) Methods in com.echothree.model.control.party.server.control with parameters of type PartyAliasValueModifier and TypeMethodDescriptionvoid
PartyControl.updatePartyAliasFromValue
(PartyAliasValue partyAliasValue, BasePK updatedBy) -
Uses of PartyAliasValue in com.echothree.model.data.party.server.entity
Methods in com.echothree.model.data.party.server.entity that return PartyAliasValueMethods in com.echothree.model.data.party.server.entity with parameters of type PartyAliasValueConstructors in com.echothree.model.data.party.server.entity with parameters of type PartyAliasValueModifierConstructorDescriptionPartyAlias
(PartyAliasValue value, EntityPermission entityPermission) Creates a new instance of PartyAlias -
Uses of PartyAliasValue in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return PartyAliasValueModifier and TypeMethodDescriptionPartyAliasFactory.getValueFromPK
(Session session, PartyAliasPK pk) PartyAliasFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type PartyAliasValueModifier and TypeMethodDescriptionPartyAliasFactory.getValuesFromPKs
(Session session, Collection<PartyAliasPK> pks) PartyAliasFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type PartyAliasValueModifier and TypeMethodDescriptionPartyAliasFactory.getEntityFromValue
(EntityPermission entityPermission, PartyAliasValue value) PartyAliasFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, PartyAliasValue value) Method parameters in com.echothree.model.data.party.server.factory with type arguments of type PartyAliasValueModifier and TypeMethodDescriptionvoid
PartyAliasFactory.create
(Session session, Collection<PartyAliasValue> _values) void
PartyAliasFactory.create
(Collection<PartyAliasValue> _values) -
Uses of PartyAliasValue in com.echothree.model.data.party.server.value
Methods in com.echothree.model.data.party.server.value that return PartyAliasValue