Uses of Class
com.echothree.model.data.contact.common.pk.ContactInet4AddressPK
Packages that use ContactInet4AddressPK
Package
Description
-
Uses of ContactInet4AddressPK in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return ContactInet4AddressPK -
Uses of ContactInet4AddressPK in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return ContactInet4AddressPKModifier and TypeMethodDescriptionContactInet4AddressFactory.getNextPK()ContactInet4AddressFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContactInet4AddressFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type ContactInet4AddressPKModifier and TypeMethodDescriptionContactInet4AddressFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContactInet4AddressFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContactInet4AddressFactory.getPKsFromResultSetAsList(ResultSet rs) ContactInet4AddressFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type ContactInet4AddressPKModifier and TypeMethodDescriptionContactInet4AddressFactory.getEntityFromCache(ContactInet4AddressPK pk) ContactInet4AddressFactory.getEntityFromPK(EntityPermission entityPermission, ContactInet4AddressPK pk) ContactInet4AddressFactory.getValueFromPK(ContactInet4AddressPK pk) voidContactInet4AddressFactory.remove(ContactInet4AddressPK pk) booleanContactInet4AddressFactory.validPK(ContactInet4AddressPK pk) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type ContactInet4AddressPKModifier and TypeMethodDescriptionContactInet4AddressFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContactInet4AddressPK> pks) ContactInet4AddressFactory.getValuesFromPKs(Collection<ContactInet4AddressPK> pks) voidContactInet4AddressFactory.remove(Collection<ContactInet4AddressPK> pks) -
Uses of ContactInet4AddressPK in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return ContactInet4AddressPKConstructors in com.echothree.model.data.contact.server.value with parameters of type ContactInet4AddressPKModifierConstructorDescriptionContactInet4AddressValue(ContactInet4AddressPK contactInet4AddressPK, ContactMechanismPK contactMechanismPK, Integer inet4Address, Long fromTime, Long thruTime) Creates a new instance of ContactInet4AddressValue -
Uses of ContactInet4AddressPK in com.echothree.model.jooq.server.records.contact
Methods in com.echothree.model.jooq.server.records.contact that return ContactInet4AddressPKModifier and TypeMethodDescriptionContactInet4Addresses.ContactInet4Address()Getter forcontactinet4addresses.cti4a_contactinet4addressid.Methods in com.echothree.model.jooq.server.records.contact that return types with arguments of type ContactInet4AddressPKModifier and TypeMethodDescriptionorg.jooq.Record1<ContactInet4AddressPK> ContactInet4Addresses.key()Methods in com.echothree.model.jooq.server.records.contact with parameters of type ContactInet4AddressPKModifier and TypeMethodDescriptionvoidContactInet4Addresses.ContactInet4Address(ContactInet4AddressPK value) Setter forcontactinet4addresses.cti4a_contactinet4addressid.Constructors in com.echothree.model.jooq.server.records.contact with parameters of type ContactInet4AddressPKModifierConstructorDescriptionContactInet4Addresses(ContactInet4AddressPK ContactInet4Address, ContactMechanismPK ContactMechanism, Integer Inet4Address, Long FromTime, Long ThruTime) Create a detached, initialised ContactInet4Addresses -
Uses of ContactInet4AddressPK in com.echothree.model.jooq.server.tables.contact
Fields in com.echothree.model.jooq.server.tables.contact with type parameters of type ContactInet4AddressPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContactInet4Addresses, ContactInet4AddressPK> ContactInet4Addresses.CONTACT_INET4_ADDRESSThe columncontactinet4addresses.cti4a_contactinet4addressid.