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