Uses of Class
com.echothree.model.data.contact.common.pk.ContactInet6AddressPK
Packages that use ContactInet6AddressPK
Package
Description
-
Uses of ContactInet6AddressPK in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return ContactInet6AddressPK -
Uses of ContactInet6AddressPK in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return ContactInet6AddressPKModifier and TypeMethodDescriptionContactInet6AddressFactory.getNextPK()
ContactInet6AddressFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ContactInet6AddressFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type ContactInet6AddressPKModifier and TypeMethodDescriptionContactInet6AddressFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ContactInet6AddressFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ContactInet6AddressFactory.getPKsFromResultSetAsList
(ResultSet rs) ContactInet6AddressFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type ContactInet6AddressPKModifier and TypeMethodDescriptionContactInet6AddressFactory.getEntityFromCache
(Session session, ContactInet6AddressPK pk) ContactInet6AddressFactory.getEntityFromPK
(EntityPermission entityPermission, ContactInet6AddressPK pk) ContactInet6AddressFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContactInet6AddressPK pk) ContactInet6AddressFactory.getValueFromPK
(Session session, ContactInet6AddressPK pk) void
ContactInet6AddressFactory.remove
(Session session, ContactInet6AddressPK pk) boolean
ContactInet6AddressFactory.validPK
(Session session, ContactInet6AddressPK pk) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type ContactInet6AddressPKModifier and TypeMethodDescriptionContactInet6AddressFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContactInet6AddressPK> pks) ContactInet6AddressFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContactInet6AddressPK> pks) ContactInet6AddressFactory.getValuesFromPKs
(Session session, Collection<ContactInet6AddressPK> pks) void
ContactInet6AddressFactory.remove
(Session session, Collection<ContactInet6AddressPK> pks) void
ContactInet6AddressFactory.remove
(Collection<ContactInet6AddressPK> pks) -
Uses of ContactInet6AddressPK in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return ContactInet6AddressPKConstructors in com.echothree.model.data.contact.server.value with parameters of type ContactInet6AddressPKModifierConstructorDescriptionContactInet6AddressValue
(ContactInet6AddressPK contactInet6AddressPK, ContactMechanismPK contactMechanismPK, Long inet6AddressLow, Long inet6AddressHigh, Long fromTime, Long thruTime) Creates a new instance of ContactInet6AddressValue