Uses of Class
com.echothree.model.data.party.server.value.NameSuffixDetailValue
Packages that use NameSuffixDetailValue
Package
Description
-
Uses of NameSuffixDetailValue in com.echothree.model.control.party.server.control
Methods in com.echothree.model.control.party.server.control that return NameSuffixDetailValueModifier and TypeMethodDescriptionPartyControl.getDefaultNameSuffixDetailValueForUpdate()
PartyControl.getNameSuffixDetailValueByPKForUpdate
(NameSuffixPK nameSuffixPK) Methods in com.echothree.model.control.party.server.control with parameters of type NameSuffixDetailValueModifier and TypeMethodDescriptionvoid
PartyControl.updateNameSuffixFromValue
(NameSuffixDetailValue nameSuffixDetailValue, BasePK updatedBy) -
Uses of NameSuffixDetailValue in com.echothree.model.data.party.server.entity
Methods in com.echothree.model.data.party.server.entity that return NameSuffixDetailValueMethods in com.echothree.model.data.party.server.entity with parameters of type NameSuffixDetailValueModifier and TypeMethodDescriptionvoid
NameSuffixDetail.setNameSuffixDetailValue
(NameSuffixDetailValue value) Constructors in com.echothree.model.data.party.server.entity with parameters of type NameSuffixDetailValueModifierConstructorDescriptionNameSuffixDetail
(NameSuffixDetailValue value, EntityPermission entityPermission) Creates a new instance of NameSuffixDetail -
Uses of NameSuffixDetailValue in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return NameSuffixDetailValueModifier and TypeMethodDescriptionNameSuffixDetailFactory.getValueFromPK
(Session session, NameSuffixDetailPK pk) NameSuffixDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type NameSuffixDetailValueModifier and TypeMethodDescriptionNameSuffixDetailFactory.getValuesFromPKs
(Session session, Collection<NameSuffixDetailPK> pks) NameSuffixDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type NameSuffixDetailValueModifier and TypeMethodDescriptionNameSuffixDetailFactory.getEntityFromValue
(EntityPermission entityPermission, NameSuffixDetailValue value) NameSuffixDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, NameSuffixDetailValue value) Method parameters in com.echothree.model.data.party.server.factory with type arguments of type NameSuffixDetailValueModifier and TypeMethodDescriptionvoid
NameSuffixDetailFactory.create
(Session session, Collection<NameSuffixDetailValue> _values) void
NameSuffixDetailFactory.create
(Collection<NameSuffixDetailValue> _values) -
Uses of NameSuffixDetailValue in com.echothree.model.data.party.server.value
Methods in com.echothree.model.data.party.server.value that return NameSuffixDetailValue