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(ContactInet6AddressPK pk) ContactInet6AddressFactory.getEntityFromPK(EntityPermission entityPermission, ContactInet6AddressPK pk) ContactInet6AddressFactory.getValueFromPK(ContactInet6AddressPK pk) voidContactInet6AddressFactory.remove(ContactInet6AddressPK pk) booleanContactInet6AddressFactory.validPK(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.getValuesFromPKs(Collection<ContactInet6AddressPK> pks) voidContactInet6AddressFactory.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