Uses of Class
com.echothree.model.data.contact.server.entity.ContactInet4Address
Packages that use ContactInet4Address
Package
Description
-
Uses of ContactInet4Address in com.echothree.model.control.contact.server.control
Methods in com.echothree.model.control.contact.server.control that return ContactInet4AddressModifier and TypeMethodDescriptionContactControl.createContactInet4Address(ContactMechanism contactMechanism, Integer inet4Address, BasePK createdBy) ContactControl.getContactInet4Address(ContactMechanism contactMechanism) ContactControl.getContactInet4AddressForUpdate(ContactMechanism contactMechanism) Methods in com.echothree.model.control.contact.server.control with parameters of type ContactInet4AddressModifier and TypeMethodDescriptionvoidContactControl.deleteContactInet4Address(ContactInet4Address contactInet4Address, BasePK deletedBy) ContactControl.getContactInet4AddressTransfer(UserVisit userVisit, ContactInet4Address contactInet4Address) -
Uses of ContactInet4Address in com.echothree.model.control.contact.server.transfer
Methods in com.echothree.model.control.contact.server.transfer with parameters of type ContactInet4AddressModifier and TypeMethodDescriptionContactInet4AddressTransferCache.getContactInet4AddressTransfer(UserVisit userVisit, ContactInet4Address contactInet4Address) -
Uses of ContactInet4Address in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return ContactInet4AddressModifier and TypeMethodDescriptionContactInet4AddressFactory.create(ContactMechanismPK contactMechanismPK, Integer inet4Address, Long fromTime, Long thruTime) ContactInet4AddressFactory.create(ContactMechanism contactMechanism, Integer inet4Address, Long fromTime, Long thruTime) ContactInet4AddressFactory.getEntityFromCache(ContactInet4AddressPK pk) ContactInet4AddressFactory.getEntityFromPK(EntityPermission entityPermission, ContactInet4AddressPK pk) ContactInet4AddressFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContactInet4AddressFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContactInet4AddressFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContactInet4AddressFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ContactInet4AddressFactory.getEntityFromValue(EntityPermission entityPermission, ContactInet4AddressValue value) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type ContactInet4AddressModifier and TypeMethodDescriptionContactInet4AddressFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContactInet4AddressPK> pks) ContactInet4AddressFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContactInet4AddressFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContactInet4AddressFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContactInet4AddressFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type ContactInet4AddressModifier and TypeMethodDescriptionvoidContactInet4AddressFactory.remove(ContactInet4Address entity) voidContactInet4AddressFactory.store(ContactInet4Address entity) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type ContactInet4AddressModifier and TypeMethodDescriptionvoidContactInet4AddressFactory.store(Collection<ContactInet4Address> entities)