Uses of Class
com.echothree.model.data.contact.common.pk.ContactMechanismAliasPK
Packages that use ContactMechanismAliasPK
Package
Description
-
Uses of ContactMechanismAliasPK in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return ContactMechanismAliasPK -
Uses of ContactMechanismAliasPK in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return ContactMechanismAliasPKModifier and TypeMethodDescriptionContactMechanismAliasFactory.getNextPK()ContactMechanismAliasFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContactMechanismAliasFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type ContactMechanismAliasPKModifier and TypeMethodDescriptionContactMechanismAliasFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContactMechanismAliasFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContactMechanismAliasFactory.getPKsFromResultSetAsList(ResultSet rs) ContactMechanismAliasFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type ContactMechanismAliasPKModifier and TypeMethodDescriptionContactMechanismAliasFactory.getEntityFromCache(ContactMechanismAliasPK pk) ContactMechanismAliasFactory.getEntityFromPK(EntityPermission entityPermission, ContactMechanismAliasPK pk) ContactMechanismAliasFactory.getValueFromPK(ContactMechanismAliasPK pk) voidContactMechanismAliasFactory.remove(ContactMechanismAliasPK pk) booleanContactMechanismAliasFactory.validPK(ContactMechanismAliasPK pk) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type ContactMechanismAliasPKModifier and TypeMethodDescriptionContactMechanismAliasFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContactMechanismAliasPK> pks) ContactMechanismAliasFactory.getValuesFromPKs(Collection<ContactMechanismAliasPK> pks) voidContactMechanismAliasFactory.remove(Collection<ContactMechanismAliasPK> pks) -
Uses of ContactMechanismAliasPK in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return ContactMechanismAliasPKConstructors in com.echothree.model.data.contact.server.value with parameters of type ContactMechanismAliasPKModifierConstructorDescriptionContactMechanismAliasValue(ContactMechanismAliasPK contactMechanismAliasPK, ContactMechanismPK contactMechanismPK, ContactMechanismAliasTypePK contactMechanismAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of ContactMechanismAliasValue -
Uses of ContactMechanismAliasPK in com.echothree.model.jooq.server.records.contact
Methods in com.echothree.model.jooq.server.records.contact that return ContactMechanismAliasPKModifier and TypeMethodDescriptionContactMechanismAliases.ContactMechanismAlias()Getter forcontactmechanismaliases.cmchal_contactmechanismaliasid.Methods in com.echothree.model.jooq.server.records.contact that return types with arguments of type ContactMechanismAliasPKModifier and TypeMethodDescriptionorg.jooq.Record1<ContactMechanismAliasPK> ContactMechanismAliases.key()Methods in com.echothree.model.jooq.server.records.contact with parameters of type ContactMechanismAliasPKModifier and TypeMethodDescriptionvoidContactMechanismAliases.ContactMechanismAlias(ContactMechanismAliasPK value) Setter forcontactmechanismaliases.cmchal_contactmechanismaliasid.Constructors in com.echothree.model.jooq.server.records.contact with parameters of type ContactMechanismAliasPKModifierConstructorDescriptionContactMechanismAliases(ContactMechanismAliasPK ContactMechanismAlias, ContactMechanismPK ContactMechanism, ContactMechanismAliasTypePK ContactMechanismAliasType, String Alias, Long FromTime, Long ThruTime) Create a detached, initialised ContactMechanismAliases -
Uses of ContactMechanismAliasPK in com.echothree.model.jooq.server.tables.contact
Fields in com.echothree.model.jooq.server.tables.contact with type parameters of type ContactMechanismAliasPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContactMechanismAliases, ContactMechanismAliasPK> ContactMechanismAliases.CONTACT_MECHANISM_ALIASThe columncontactmechanismaliases.cmchal_contactmechanismaliasid.