Uses of Class
com.echothree.model.data.contact.server.value.PartyContactMechanismPurposeDetailValue
Packages that use PartyContactMechanismPurposeDetailValue
Package
Description
-
Uses of PartyContactMechanismPurposeDetailValue in com.echothree.model.control.contact.server.control
Methods in com.echothree.model.control.contact.server.control that return PartyContactMechanismPurposeDetailValueModifier and TypeMethodDescriptionContactControl.getDefaultPartyContactMechanismPurposeDetailValueForUpdate(PartyContactMechanism partyContactMechanism, ContactMechanismPurpose contactMechanismPurpose) ContactControl.getDefaultPartyContactMechanismPurposeDetailValueForUpdate(Party party, ContactMechanismPurpose contactMechanismPurpose) ContactControl.getPartyContactMechanismPurposeDetailValueForUpdate(PartyContactMechanism partyContactMechanism, ContactMechanismPurpose contactMechanismPurpose) Methods in com.echothree.model.control.contact.server.control with parameters of type PartyContactMechanismPurposeDetailValueModifier and TypeMethodDescriptionvoidContactControl.updatePartyContactMechanismPurposeFromValue(PartyContactMechanismPurposeDetailValue partyContactMechanismPurposeDetailValue, BasePK updatedBy) -
Uses of PartyContactMechanismPurposeDetailValue in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return PartyContactMechanismPurposeDetailValueModifier and TypeMethodDescriptionPartyContactMechanismPurposeDetail.getPartyContactMechanismPurposeDetailValue()Methods in com.echothree.model.data.contact.server.entity with parameters of type PartyContactMechanismPurposeDetailValueModifier and TypeMethodDescriptionvoidPartyContactMechanismPurposeDetail.setPartyContactMechanismPurposeDetailValue(PartyContactMechanismPurposeDetailValue value) Constructors in com.echothree.model.data.contact.server.entity with parameters of type PartyContactMechanismPurposeDetailValueModifierConstructorDescriptionPartyContactMechanismPurposeDetail(PartyContactMechanismPurposeDetailValue value, EntityPermission entityPermission) Creates a new instance of PartyContactMechanismPurposeDetail -
Uses of PartyContactMechanismPurposeDetailValue in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return PartyContactMechanismPurposeDetailValueModifier and TypeMethodDescriptionPartyContactMechanismPurposeDetailFactory.getValueFromPK(Session session, PartyContactMechanismPurposeDetailPK pk) PartyContactMechanismPurposeDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type PartyContactMechanismPurposeDetailValueModifier and TypeMethodDescriptionPartyContactMechanismPurposeDetailFactory.getValuesFromPKs(Session session, Collection<PartyContactMechanismPurposeDetailPK> pks) PartyContactMechanismPurposeDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type PartyContactMechanismPurposeDetailValueModifier and TypeMethodDescriptionPartyContactMechanismPurposeDetailFactory.getEntityFromValue(EntityPermission entityPermission, PartyContactMechanismPurposeDetailValue value) PartyContactMechanismPurposeDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, PartyContactMechanismPurposeDetailValue value) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type PartyContactMechanismPurposeDetailValueModifier and TypeMethodDescriptionvoidPartyContactMechanismPurposeDetailFactory.create(Session session, Collection<PartyContactMechanismPurposeDetailValue> _values) voidPartyContactMechanismPurposeDetailFactory.create(Collection<PartyContactMechanismPurposeDetailValue> _values) -
Uses of PartyContactMechanismPurposeDetailValue in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return PartyContactMechanismPurposeDetailValue