Uses of Class
com.echothree.model.data.contact.server.value.PartyContactMechanismValue
Packages that use PartyContactMechanismValue
Package
Description
-
Uses of PartyContactMechanismValue in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return PartyContactMechanismValueMethods in com.echothree.model.data.contact.server.entity with parameters of type PartyContactMechanismValueModifier and TypeMethodDescriptionvoidPartyContactMechanism.setPartyContactMechanismValue(PartyContactMechanismValue value) Constructors in com.echothree.model.data.contact.server.entity with parameters of type PartyContactMechanismValueModifierConstructorDescriptionPartyContactMechanism(PartyContactMechanismValue value, EntityPermission entityPermission) Creates a new instance of PartyContactMechanism -
Uses of PartyContactMechanismValue in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return PartyContactMechanismValueModifier and TypeMethodDescriptionPartyContactMechanismFactory.getValueFromPK(Session session, PartyContactMechanismPK pk) PartyContactMechanismFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type PartyContactMechanismValueModifier and TypeMethodDescriptionPartyContactMechanismFactory.getValuesFromPKs(Session session, Collection<PartyContactMechanismPK> pks) PartyContactMechanismFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type PartyContactMechanismValueModifier and TypeMethodDescriptionPartyContactMechanismFactory.getEntityFromValue(EntityPermission entityPermission, PartyContactMechanismValue value) PartyContactMechanismFactory.getEntityFromValue(Session session, EntityPermission entityPermission, PartyContactMechanismValue value) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type PartyContactMechanismValueModifier and TypeMethodDescriptionvoidPartyContactMechanismFactory.create(Session session, Collection<PartyContactMechanismValue> _values) voidPartyContactMechanismFactory.create(Collection<PartyContactMechanismValue> _values) -
Uses of PartyContactMechanismValue in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return PartyContactMechanismValue