Uses of Class
com.echothree.model.data.contact.server.entity.ContactInet6Address
Packages that use ContactInet6Address
Package
Description
-
Uses of ContactInet6Address in com.echothree.model.control.contact.server.control
Methods in com.echothree.model.control.contact.server.control that return ContactInet6AddressModifier and TypeMethodDescriptionContactControl.createContactInet6Address(ContactMechanism contactMechanism, Long inet6AddressLow, Long inet6AddressHigh, BasePK createdBy) ContactControl.getContactInet6Address(ContactMechanism contactMechanism) ContactControl.getContactInet6AddressForUpdate(ContactMechanism contactMechanism) Methods in com.echothree.model.control.contact.server.control with parameters of type ContactInet6AddressModifier and TypeMethodDescriptionvoidContactControl.deleteContactInet6Address(ContactInet6Address contactInet6Address, BasePK deletedBy) -
Uses of ContactInet6Address in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return ContactInet6AddressModifier and TypeMethodDescriptionContactInet6AddressFactory.create(ContactMechanismPK contactMechanismPK, Long inet6AddressLow, Long inet6AddressHigh, Long fromTime, Long thruTime) ContactInet6AddressFactory.create(ContactMechanism contactMechanism, Long inet6AddressLow, Long inet6AddressHigh, Long fromTime, Long thruTime) ContactInet6AddressFactory.getEntityFromCache(ContactInet6AddressPK pk) ContactInet6AddressFactory.getEntityFromPK(EntityPermission entityPermission, ContactInet6AddressPK pk) ContactInet6AddressFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContactInet6AddressFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContactInet6AddressFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContactInet6AddressFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ContactInet6AddressFactory.getEntityFromValue(EntityPermission entityPermission, ContactInet6AddressValue value) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type ContactInet6AddressModifier and TypeMethodDescriptionContactInet6AddressFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContactInet6AddressPK> pks) ContactInet6AddressFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContactInet6AddressFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContactInet6AddressFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContactInet6AddressFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type ContactInet6AddressModifier and TypeMethodDescriptionvoidContactInet6AddressFactory.remove(ContactInet6Address entity) voidContactInet6AddressFactory.store(ContactInet6Address entity) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type ContactInet6AddressModifier and TypeMethodDescriptionvoidContactInet6AddressFactory.store(Collection<ContactInet6Address> entities)