Uses of Class
com.echothree.model.data.contact.server.value.ContactInet6AddressValue
Packages that use ContactInet6AddressValue
Package
Description
-
Uses of ContactInet6AddressValue in com.echothree.model.control.contact.server.control
Methods in com.echothree.model.control.contact.server.control that return ContactInet6AddressValueModifier and TypeMethodDescriptionContactControl.getContactInet6AddressValueForUpdate(ContactMechanism contactMechanism) Methods in com.echothree.model.control.contact.server.control with parameters of type ContactInet6AddressValueModifier and TypeMethodDescriptionvoidContactControl.updateContactInet6AddressFromValue(ContactInet6AddressValue contactInet6AddressValue, BasePK updatedBy) -
Uses of ContactInet6AddressValue in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return ContactInet6AddressValueMethods in com.echothree.model.data.contact.server.entity with parameters of type ContactInet6AddressValueModifier and TypeMethodDescriptionvoidContactInet6Address.setContactInet6AddressValue(ContactInet6AddressValue value) Constructors in com.echothree.model.data.contact.server.entity with parameters of type ContactInet6AddressValueModifierConstructorDescriptionContactInet6Address(ContactInet6AddressValue value, EntityPermission entityPermission) Creates a new instance of ContactInet6Address -
Uses of ContactInet6AddressValue in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return ContactInet6AddressValueModifier and TypeMethodDescriptionContactInet6AddressFactory.getValueFromPK(Session session, ContactInet6AddressPK pk) ContactInet6AddressFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type ContactInet6AddressValueModifier and TypeMethodDescriptionContactInet6AddressFactory.getValuesFromPKs(Session session, Collection<ContactInet6AddressPK> pks) ContactInet6AddressFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type ContactInet6AddressValueModifier and TypeMethodDescriptionContactInet6AddressFactory.getEntityFromValue(EntityPermission entityPermission, ContactInet6AddressValue value) ContactInet6AddressFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ContactInet6AddressValue value) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type ContactInet6AddressValueModifier and TypeMethodDescriptionvoidContactInet6AddressFactory.create(Session session, Collection<ContactInet6AddressValue> _values) voidContactInet6AddressFactory.create(Collection<ContactInet6AddressValue> _values) -
Uses of ContactInet6AddressValue in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return ContactInet6AddressValue