Uses of Class
com.echothree.model.data.contact.server.value.ContactInet4AddressValue
Packages that use ContactInet4AddressValue
Package
Description
-
Uses of ContactInet4AddressValue in com.echothree.model.control.contact.server.control
Methods in com.echothree.model.control.contact.server.control that return ContactInet4AddressValueModifier and TypeMethodDescriptionContactControl.getContactInet4AddressValueForUpdate
(ContactMechanism contactMechanism) Methods in com.echothree.model.control.contact.server.control with parameters of type ContactInet4AddressValueModifier and TypeMethodDescriptionvoid
ContactControl.updateContactInet4AddressFromValue
(ContactInet4AddressValue contactInet4AddressValue, BasePK updatedBy) -
Uses of ContactInet4AddressValue in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return ContactInet4AddressValueMethods in com.echothree.model.data.contact.server.entity with parameters of type ContactInet4AddressValueModifier and TypeMethodDescriptionvoid
ContactInet4Address.setContactInet4AddressValue
(ContactInet4AddressValue value) Constructors in com.echothree.model.data.contact.server.entity with parameters of type ContactInet4AddressValueModifierConstructorDescriptionContactInet4Address
(ContactInet4AddressValue value, EntityPermission entityPermission) Creates a new instance of ContactInet4Address -
Uses of ContactInet4AddressValue in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return ContactInet4AddressValueModifier and TypeMethodDescriptionContactInet4AddressFactory.getValueFromPK
(Session session, ContactInet4AddressPK pk) ContactInet4AddressFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type ContactInet4AddressValueModifier and TypeMethodDescriptionContactInet4AddressFactory.getValuesFromPKs
(Session session, Collection<ContactInet4AddressPK> pks) ContactInet4AddressFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type ContactInet4AddressValueModifier and TypeMethodDescriptionContactInet4AddressFactory.getEntityFromValue
(EntityPermission entityPermission, ContactInet4AddressValue value) ContactInet4AddressFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContactInet4AddressValue value) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type ContactInet4AddressValueModifier and TypeMethodDescriptionvoid
ContactInet4AddressFactory.create
(Session session, Collection<ContactInet4AddressValue> _values) void
ContactInet4AddressFactory.create
(Collection<ContactInet4AddressValue> _values) -
Uses of ContactInet4AddressValue in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return ContactInet4AddressValue