Uses of Class
com.echothree.model.data.contact.common.pk.PartyContactMechanismAliasPK
Packages that use PartyContactMechanismAliasPK
Package
Description
-
Uses of PartyContactMechanismAliasPK in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return PartyContactMechanismAliasPK -
Uses of PartyContactMechanismAliasPK in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return PartyContactMechanismAliasPKModifier and TypeMethodDescriptionPartyContactMechanismAliasFactory.getNextPK()PartyContactMechanismAliasFactory.getPKFromQuery(PreparedStatement ps, Object... params) PartyContactMechanismAliasFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type PartyContactMechanismAliasPKModifier and TypeMethodDescriptionPartyContactMechanismAliasFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PartyContactMechanismAliasFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PartyContactMechanismAliasFactory.getPKsFromResultSetAsList(ResultSet rs) PartyContactMechanismAliasFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type PartyContactMechanismAliasPKModifier and TypeMethodDescriptionPartyContactMechanismAliasFactory.getEntityFromCache(PartyContactMechanismAliasPK pk) PartyContactMechanismAliasFactory.getEntityFromPK(EntityPermission entityPermission, PartyContactMechanismAliasPK pk) PartyContactMechanismAliasFactory.getValueFromPK(PartyContactMechanismAliasPK pk) voidPartyContactMechanismAliasFactory.remove(PartyContactMechanismAliasPK pk) booleanPartyContactMechanismAliasFactory.validPK(PartyContactMechanismAliasPK pk) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type PartyContactMechanismAliasPKModifier and TypeMethodDescriptionPartyContactMechanismAliasFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyContactMechanismAliasPK> pks) PartyContactMechanismAliasFactory.getValuesFromPKs(Collection<PartyContactMechanismAliasPK> pks) voidPartyContactMechanismAliasFactory.remove(Collection<PartyContactMechanismAliasPK> pks) -
Uses of PartyContactMechanismAliasPK in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return PartyContactMechanismAliasPKConstructors in com.echothree.model.data.contact.server.value with parameters of type PartyContactMechanismAliasPKModifierConstructorDescriptionPartyContactMechanismAliasValue(PartyContactMechanismAliasPK partyContactMechanismAliasPK, PartyPK partyPK, ContactMechanismPK contactMechanismPK, ContactMechanismAliasTypePK contactMechanismAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of PartyContactMechanismAliasValue -
Uses of PartyContactMechanismAliasPK in com.echothree.model.jooq.server.records.contact
Methods in com.echothree.model.jooq.server.records.contact that return PartyContactMechanismAliasPKModifier and TypeMethodDescriptionPartyContactMechanismAliases.PartyContactMechanismAlias()Getter forpartycontactmechanismaliases.pcmchal_partycontactmechanismaliasid.Methods in com.echothree.model.jooq.server.records.contact that return types with arguments of type PartyContactMechanismAliasPKModifier and TypeMethodDescriptionorg.jooq.Record1<PartyContactMechanismAliasPK> PartyContactMechanismAliases.key()Methods in com.echothree.model.jooq.server.records.contact with parameters of type PartyContactMechanismAliasPKModifier and TypeMethodDescriptionvoidPartyContactMechanismAliases.PartyContactMechanismAlias(PartyContactMechanismAliasPK value) Setter forpartycontactmechanismaliases.pcmchal_partycontactmechanismaliasid.Constructors in com.echothree.model.jooq.server.records.contact with parameters of type PartyContactMechanismAliasPKModifierConstructorDescriptionPartyContactMechanismAliases(PartyContactMechanismAliasPK PartyContactMechanismAlias, PartyPK Party, ContactMechanismPK ContactMechanism, ContactMechanismAliasTypePK ContactMechanismAliasType, String Alias, Long FromTime, Long ThruTime) Create a detached, initialised PartyContactMechanismAliases -
Uses of PartyContactMechanismAliasPK in com.echothree.model.jooq.server.tables.contact
Fields in com.echothree.model.jooq.server.tables.contact with type parameters of type PartyContactMechanismAliasPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyContactMechanismAliases, PartyContactMechanismAliasPK> PartyContactMechanismAliases.PARTY_CONTACT_MECHANISM_ALIASThe columnpartycontactmechanismaliases.pcmchal_partycontactmechanismaliasid.