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