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
(Session session, ContactInet4AddressPK pk) ContactInet4AddressFactory.getEntityFromPK
(EntityPermission entityPermission, ContactInet4AddressPK pk) ContactInet4AddressFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContactInet4AddressPK pk) ContactInet4AddressFactory.getValueFromPK
(Session session, ContactInet4AddressPK pk) void
ContactInet4AddressFactory.remove
(Session session, ContactInet4AddressPK pk) boolean
ContactInet4AddressFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContactInet4AddressPK> pks) ContactInet4AddressFactory.getValuesFromPKs
(Session session, Collection<ContactInet4AddressPK> pks) void
ContactInet4AddressFactory.remove
(Session session, Collection<ContactInet4AddressPK> pks) void
ContactInet4AddressFactory.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