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 TypeMethodDescriptionvoid
ContactControl.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
(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.create
(Session session, ContactMechanismPK contactMechanismPK, Integer inet4Address, Long fromTime, Long thruTime) ContactInet4AddressFactory.create
(Session session, ContactMechanism contactMechanism, Integer inet4Address, Long fromTime, Long thruTime) ContactInet4AddressFactory.getEntityFromCache
(Session session, ContactInet4AddressPK pk) ContactInet4AddressFactory.getEntityFromPK
(EntityPermission entityPermission, ContactInet4AddressPK pk) ContactInet4AddressFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContactInet4AddressPK pk) ContactInet4AddressFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContactInet4AddressFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContactInet4AddressFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContactInet4AddressFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContactInet4AddressFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) ContactInet4AddressFactory.getEntityFromValue
(EntityPermission entityPermission, ContactInet4AddressValue value) ContactInet4AddressFactory.getEntityFromValue
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContactInet4AddressPK> pks) ContactInet4AddressFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContactInet4AddressFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContactInet4AddressFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContactInet4AddressFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContactInet4AddressFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type ContactInet4AddressModifier and TypeMethodDescriptionvoid
ContactInet4AddressFactory.remove
(Session session, ContactInet4Address entity) void
ContactInet4AddressFactory.store
(Session session, ContactInet4Address entity) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type ContactInet4AddressModifier and TypeMethodDescriptionvoid
ContactInet4AddressFactory.store
(Session session, Collection<ContactInet4Address> entities) void
ContactInet4AddressFactory.store
(Collection<ContactInet4Address> entities)