Uses of Class
com.echothree.model.data.associate.common.pk.AssociatePartyContactMechanismPK
Packages that use AssociatePartyContactMechanismPK
Package
Description
-
Uses of AssociatePartyContactMechanismPK in com.echothree.model.data.associate.server.entity
Methods in com.echothree.model.data.associate.server.entity that return AssociatePartyContactMechanismPKModifier and TypeMethodDescriptionAssociatePartyContactMechanismDetail.getAssociatePartyContactMechanismPK()AssociateReferralDetail.getAssociatePartyContactMechanismPK()AssociatePartyContactMechanism.getPrimaryKey()Methods in com.echothree.model.data.associate.server.entity with parameters of type AssociatePartyContactMechanismPKModifier and TypeMethodDescriptionvoidAssociatePartyContactMechanismDetail.setAssociatePartyContactMechanismPK(AssociatePartyContactMechanismPK associatePartyContactMechanismPK) voidAssociateReferralDetail.setAssociatePartyContactMechanismPK(AssociatePartyContactMechanismPK associatePartyContactMechanismPK) -
Uses of AssociatePartyContactMechanismPK in com.echothree.model.data.associate.server.factory
Methods in com.echothree.model.data.associate.server.factory that return AssociatePartyContactMechanismPKModifier and TypeMethodDescriptionAssociatePartyContactMechanismFactory.getNextPK()AssociatePartyContactMechanismFactory.getPKFromQuery(PreparedStatement ps, Object... params) AssociatePartyContactMechanismFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.associate.server.factory that return types with arguments of type AssociatePartyContactMechanismPKModifier and TypeMethodDescriptionAssociatePartyContactMechanismFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) AssociatePartyContactMechanismFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) AssociatePartyContactMechanismFactory.getPKsFromResultSetAsList(ResultSet rs) AssociatePartyContactMechanismFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.associate.server.factory with parameters of type AssociatePartyContactMechanismPKModifier and TypeMethodDescriptionAssociatePartyContactMechanismDetailFactory.create(AssociatePartyContactMechanismPK associatePartyContactMechanismPK, AssociatePK associatePK, String associatePartyContactMechanismName, PartyContactMechanismPK partyContactMechanismPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) AssociateReferralDetailFactory.create(AssociateReferralPK associateReferralPK, String associateReferralName, AssociatePK associatePK, AssociatePartyContactMechanismPK associatePartyContactMechanismPK, EntityInstancePK targetEntityInstancePK, Long associateReferralTime, Long fromTime, Long thruTime) AssociatePartyContactMechanismFactory.getEntityFromCache(AssociatePartyContactMechanismPK pk) AssociatePartyContactMechanismFactory.getEntityFromPK(EntityPermission entityPermission, AssociatePartyContactMechanismPK pk) AssociatePartyContactMechanismFactory.getValueFromPK(AssociatePartyContactMechanismPK pk) voidAssociatePartyContactMechanismFactory.remove(AssociatePartyContactMechanismPK pk) booleanAssociatePartyContactMechanismFactory.validPK(AssociatePartyContactMechanismPK pk) Method parameters in com.echothree.model.data.associate.server.factory with type arguments of type AssociatePartyContactMechanismPKModifier and TypeMethodDescriptionAssociatePartyContactMechanismFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<AssociatePartyContactMechanismPK> pks) AssociatePartyContactMechanismFactory.getValuesFromPKs(Collection<AssociatePartyContactMechanismPK> pks) voidAssociatePartyContactMechanismFactory.remove(Collection<AssociatePartyContactMechanismPK> pks) -
Uses of AssociatePartyContactMechanismPK in com.echothree.model.data.associate.server.value
Methods in com.echothree.model.data.associate.server.value that return AssociatePartyContactMechanismPKModifier and TypeMethodDescriptionAssociatePartyContactMechanismDetailValue.getAssociatePartyContactMechanismPK()AssociateReferralDetailValue.getAssociatePartyContactMechanismPK()AssociatePartyContactMechanismValue.getPrimaryKey()Methods in com.echothree.model.data.associate.server.value with parameters of type AssociatePartyContactMechanismPKModifier and TypeMethodDescriptionvoidAssociatePartyContactMechanismDetailValue.setAssociatePartyContactMechanismPK(AssociatePartyContactMechanismPK associatePartyContactMechanismPK) voidAssociateReferralDetailValue.setAssociatePartyContactMechanismPK(AssociatePartyContactMechanismPK associatePartyContactMechanismPK) Constructors in com.echothree.model.data.associate.server.value with parameters of type AssociatePartyContactMechanismPKModifierConstructorDescriptionAssociatePartyContactMechanismDetailValue(AssociatePartyContactMechanismDetailPK associatePartyContactMechanismDetailPK, AssociatePartyContactMechanismPK associatePartyContactMechanismPK, AssociatePK associatePK, String associatePartyContactMechanismName, PartyContactMechanismPK partyContactMechanismPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of AssociatePartyContactMechanismDetailValueAssociatePartyContactMechanismDetailValue(AssociatePartyContactMechanismPK associatePartyContactMechanismPK, AssociatePK associatePK, String associatePartyContactMechanismName, PartyContactMechanismPK partyContactMechanismPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of AssociatePartyContactMechanismDetailValueAssociatePartyContactMechanismValue(AssociatePartyContactMechanismPK associatePartyContactMechanismPK, AssociatePartyContactMechanismDetailPK activeDetailPK, AssociatePartyContactMechanismDetailPK lastDetailPK) Creates a new instance of AssociatePartyContactMechanismValueAssociateReferralDetailValue(AssociateReferralDetailPK associateReferralDetailPK, AssociateReferralPK associateReferralPK, String associateReferralName, AssociatePK associatePK, AssociatePartyContactMechanismPK associatePartyContactMechanismPK, EntityInstancePK targetEntityInstancePK, Long associateReferralTime, Long fromTime, Long thruTime) Creates a new instance of AssociateReferralDetailValueAssociateReferralDetailValue(AssociateReferralPK associateReferralPK, String associateReferralName, AssociatePK associatePK, AssociatePartyContactMechanismPK associatePartyContactMechanismPK, EntityInstancePK targetEntityInstancePK, Long associateReferralTime, Long fromTime, Long thruTime) Creates a new instance of AssociateReferralDetailValue -
Uses of AssociatePartyContactMechanismPK in com.echothree.model.jooq.server.records.associate
Methods in com.echothree.model.jooq.server.records.associate that return AssociatePartyContactMechanismPKModifier and TypeMethodDescriptionAssociatePartyContactMechanismDetails.AssociatePartyContactMechanism()Getter forassociatepartycontactmechanismdetails.ascpcmdt_ascpcm_associatepartycontactmechanismid.AssociatePartyContactMechanisms.AssociatePartyContactMechanism()Getter forassociatepartycontactmechanisms.ascpcm_associatepartycontactmechanismid.AssociateReferralDetails.AssociatePartyContactMechanism()Getter forassociatereferraldetails.ascrfrdt_ascpcm_associatepartycontactmechanismid.Methods in com.echothree.model.jooq.server.records.associate that return types with arguments of type AssociatePartyContactMechanismPKModifier and TypeMethodDescriptionorg.jooq.Record1<AssociatePartyContactMechanismPK> AssociatePartyContactMechanisms.key()Methods in com.echothree.model.jooq.server.records.associate with parameters of type AssociatePartyContactMechanismPKModifier and TypeMethodDescriptionvoidAssociatePartyContactMechanismDetails.AssociatePartyContactMechanism(AssociatePartyContactMechanismPK value) Setter forassociatepartycontactmechanismdetails.ascpcmdt_ascpcm_associatepartycontactmechanismid.voidAssociatePartyContactMechanisms.AssociatePartyContactMechanism(AssociatePartyContactMechanismPK value) Setter forassociatepartycontactmechanisms.ascpcm_associatepartycontactmechanismid.voidAssociateReferralDetails.AssociatePartyContactMechanism(AssociatePartyContactMechanismPK value) Setter forassociatereferraldetails.ascrfrdt_ascpcm_associatepartycontactmechanismid.Constructors in com.echothree.model.jooq.server.records.associate with parameters of type AssociatePartyContactMechanismPKModifierConstructorDescriptionAssociatePartyContactMechanismDetails(AssociatePartyContactMechanismDetailPK AssociatePartyContactMechanismDetail, AssociatePartyContactMechanismPK AssociatePartyContactMechanism, AssociatePK Associate, String AssociatePartyContactMechanismName, PartyContactMechanismPK PartyContactMechanism, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised AssociatePartyContactMechanismDetailsAssociatePartyContactMechanisms(AssociatePartyContactMechanismPK AssociatePartyContactMechanism, AssociatePartyContactMechanismDetailPK ActiveDetail, AssociatePartyContactMechanismDetailPK LastDetail) Create a detached, initialised AssociatePartyContactMechanismsAssociateReferralDetails(AssociateReferralDetailPK AssociateReferralDetail, AssociateReferralPK AssociateReferral, String AssociateReferralName, AssociatePK Associate, AssociatePartyContactMechanismPK AssociatePartyContactMechanism, EntityInstancePK TargetEntityInstance, Long AssociateReferralTime, Long FromTime, Long ThruTime) Create a detached, initialised AssociateReferralDetails -
Uses of AssociatePartyContactMechanismPK in com.echothree.model.jooq.server.tables.associate
Fields in com.echothree.model.jooq.server.tables.associate with type parameters of type AssociatePartyContactMechanismPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<AssociatePartyContactMechanismDetails, AssociatePartyContactMechanismPK> AssociatePartyContactMechanismDetails.ASSOCIATE_PARTY_CONTACT_MECHANISMThe columnassociatepartycontactmechanismdetails.ascpcmdt_ascpcm_associatepartycontactmechanismid.final org.jooq.TableField<AssociatePartyContactMechanisms, AssociatePartyContactMechanismPK> AssociatePartyContactMechanisms.ASSOCIATE_PARTY_CONTACT_MECHANISMThe columnassociatepartycontactmechanisms.ascpcm_associatepartycontactmechanismid.final org.jooq.TableField<AssociateReferralDetails, AssociatePartyContactMechanismPK> AssociateReferralDetails.ASSOCIATE_PARTY_CONTACT_MECHANISMThe columnassociatereferraldetails.ascrfrdt_ascpcm_associatepartycontactmechanismid.