Uses of Class
com.echothree.model.data.contact.server.value.PartyContactMechanismDetailValue
Packages that use PartyContactMechanismDetailValue
Package
Description
-
Uses of PartyContactMechanismDetailValue in com.echothree.model.control.contact.server.control
Methods in com.echothree.model.control.contact.server.control that return PartyContactMechanismDetailValueModifier and TypeMethodDescriptionContactControl.getDefaultPartyContactMechanismDetailValueForUpdate(Party party) ContactControl.getPartyContactMechanismDetailValueForUpdate(PartyContactMechanism partyContactMechanism) ContactControl.getPartyContactMechanismDetailValueForUpdate(Party party, ContactMechanism contactMechanism) Methods in com.echothree.model.control.contact.server.control with parameters of type PartyContactMechanismDetailValueModifier and TypeMethodDescriptionvoidContactControl.updatePartyContactMechanismFromValue(PartyContactMechanismDetailValue partyContactMechanismDetailValue, BasePK updatedBy) -
Uses of PartyContactMechanismDetailValue in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return PartyContactMechanismDetailValueModifier and TypeMethodDescriptionPartyContactMechanismDetail.getPartyContactMechanismDetailValue()Methods in com.echothree.model.data.contact.server.entity with parameters of type PartyContactMechanismDetailValueModifier and TypeMethodDescriptionvoidPartyContactMechanismDetail.setPartyContactMechanismDetailValue(PartyContactMechanismDetailValue value) Constructors in com.echothree.model.data.contact.server.entity with parameters of type PartyContactMechanismDetailValueModifierConstructorDescriptionPartyContactMechanismDetail(PartyContactMechanismDetailValue value, EntityPermission entityPermission) Creates a new instance of PartyContactMechanismDetail -
Uses of PartyContactMechanismDetailValue in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return PartyContactMechanismDetailValueModifier and TypeMethodDescriptionPartyContactMechanismDetailFactory.getValueFromPK(Session session, PartyContactMechanismDetailPK pk) PartyContactMechanismDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type PartyContactMechanismDetailValueModifier and TypeMethodDescriptionPartyContactMechanismDetailFactory.getValuesFromPKs(Session session, Collection<PartyContactMechanismDetailPK> pks) PartyContactMechanismDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type PartyContactMechanismDetailValueModifier and TypeMethodDescriptionPartyContactMechanismDetailFactory.getEntityFromValue(EntityPermission entityPermission, PartyContactMechanismDetailValue value) PartyContactMechanismDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, PartyContactMechanismDetailValue value) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type PartyContactMechanismDetailValueModifier and TypeMethodDescriptionvoidPartyContactMechanismDetailFactory.create(Session session, Collection<PartyContactMechanismDetailValue> _values) voidPartyContactMechanismDetailFactory.create(Collection<PartyContactMechanismDetailValue> _values) -
Uses of PartyContactMechanismDetailValue in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return PartyContactMechanismDetailValue