Uses of Class
com.echothree.model.data.party.common.pk.NameSuffixPK
Packages that use NameSuffixPK
Package
Description
-
Uses of NameSuffixPK in com.echothree.model.control.party.server.control
Methods in com.echothree.model.control.party.server.control that return NameSuffixPKMethods in com.echothree.model.control.party.server.control with parameters of type NameSuffixPKModifier and TypeMethodDescriptionPartyControl.getNameSuffixDetailValueByPKForUpdate(NameSuffixPK nameSuffixPK) booleanPartyControl.validNameSuffixPK(NameSuffixPK nameSuffixPK) -
Uses of NameSuffixPK in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return NameSuffixPKMethods in com.echothree.model.data.contact.server.entity with parameters of type NameSuffixPKModifier and TypeMethodDescriptionvoidContactPostalAddress.setNameSuffixPK(NameSuffixPK nameSuffixPK) -
Uses of NameSuffixPK in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory with parameters of type NameSuffixPKModifier and TypeMethodDescriptionContactPostalAddressFactory.create(ContactMechanismPK contactMechanismPK, PersonalTitlePK personalTitlePK, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffixPK nameSuffixPK, String companyName, String attention, String address1, String address2, String address3, String city, GeoCodePK cityGeoCodePK, GeoCodePK countyGeoCodePK, String state, GeoCodePK stateGeoCodePK, String postalCode, GeoCodePK postalCodeGeoCodePK, GeoCodePK countryGeoCodePK, Boolean isCommercial, Long fromTime, Long thruTime) -
Uses of NameSuffixPK in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return NameSuffixPKMethods in com.echothree.model.data.contact.server.value with parameters of type NameSuffixPKModifier and TypeMethodDescriptionvoidContactPostalAddressValue.setNameSuffixPK(NameSuffixPK nameSuffixPK) Constructors in com.echothree.model.data.contact.server.value with parameters of type NameSuffixPKModifierConstructorDescriptionContactPostalAddressValue(ContactMechanismPK contactMechanismPK, PersonalTitlePK personalTitlePK, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffixPK nameSuffixPK, String companyName, String attention, String address1, String address2, String address3, String city, GeoCodePK cityGeoCodePK, GeoCodePK countyGeoCodePK, String state, GeoCodePK stateGeoCodePK, String postalCode, GeoCodePK postalCodeGeoCodePK, GeoCodePK countryGeoCodePK, Boolean isCommercial, Long fromTime, Long thruTime) Creates a new instance of ContactPostalAddressValueContactPostalAddressValue(ContactPostalAddressPK contactPostalAddressPK, ContactMechanismPK contactMechanismPK, PersonalTitlePK personalTitlePK, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffixPK nameSuffixPK, String companyName, String attention, String address1, String address2, String address3, String city, GeoCodePK cityGeoCodePK, GeoCodePK countyGeoCodePK, String state, GeoCodePK stateGeoCodePK, String postalCode, GeoCodePK postalCodeGeoCodePK, GeoCodePK countryGeoCodePK, Boolean isCommercial, Long fromTime, Long thruTime) Creates a new instance of ContactPostalAddressValue -
Uses of NameSuffixPK in com.echothree.model.data.party.server.entity
Methods in com.echothree.model.data.party.server.entity that return NameSuffixPKModifier and TypeMethodDescriptionNameSuffixDetail.getNameSuffixPK()Person.getNameSuffixPK()NameSuffix.getPrimaryKey()Methods in com.echothree.model.data.party.server.entity with parameters of type NameSuffixPKModifier and TypeMethodDescriptionvoidNameSuffixDetail.setNameSuffixPK(NameSuffixPK nameSuffixPK) voidPerson.setNameSuffixPK(NameSuffixPK nameSuffixPK) -
Uses of NameSuffixPK in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return NameSuffixPKModifier and TypeMethodDescriptionNameSuffixFactory.getNextPK()NameSuffixFactory.getPKFromQuery(PreparedStatement ps, Object... params) NameSuffixFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type NameSuffixPKModifier and TypeMethodDescriptionNameSuffixFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) NameSuffixFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) NameSuffixFactory.getPKsFromResultSetAsList(ResultSet rs) NameSuffixFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type NameSuffixPKModifier and TypeMethodDescriptionNameSuffixDetailFactory.create(NameSuffixPK nameSuffixPK, String description, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PersonFactory.create(PartyPK partyPK, PersonalTitlePK personalTitlePK, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffixPK nameSuffixPK, Long fromTime, Long thruTime) NameSuffixFactory.getEntityFromCache(NameSuffixPK pk) NameSuffixFactory.getEntityFromPK(EntityPermission entityPermission, NameSuffixPK pk) NameSuffixFactory.getValueFromPK(NameSuffixPK pk) voidNameSuffixFactory.remove(NameSuffixPK pk) booleanNameSuffixFactory.validPK(NameSuffixPK pk) Method parameters in com.echothree.model.data.party.server.factory with type arguments of type NameSuffixPKModifier and TypeMethodDescriptionNameSuffixFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<NameSuffixPK> pks) NameSuffixFactory.getValuesFromPKs(Collection<NameSuffixPK> pks) voidNameSuffixFactory.remove(Collection<NameSuffixPK> pks) -
Uses of NameSuffixPK in com.echothree.model.data.party.server.value
Methods in com.echothree.model.data.party.server.value that return NameSuffixPKModifier and TypeMethodDescriptionNameSuffixDetailValue.getNameSuffixPK()PersonValue.getNameSuffixPK()NameSuffixValue.getPrimaryKey()Methods in com.echothree.model.data.party.server.value with parameters of type NameSuffixPKModifier and TypeMethodDescriptionvoidNameSuffixDetailValue.setNameSuffixPK(NameSuffixPK nameSuffixPK) voidPersonValue.setNameSuffixPK(NameSuffixPK nameSuffixPK) Constructors in com.echothree.model.data.party.server.value with parameters of type NameSuffixPKModifierConstructorDescriptionNameSuffixDetailValue(NameSuffixDetailPK nameSuffixDetailPK, NameSuffixPK nameSuffixPK, String description, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of NameSuffixDetailValueNameSuffixDetailValue(NameSuffixPK nameSuffixPK, String description, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of NameSuffixDetailValueNameSuffixValue(NameSuffixPK nameSuffixPK, NameSuffixDetailPK activeDetailPK, NameSuffixDetailPK lastDetailPK) Creates a new instance of NameSuffixValuePersonValue(PartyPK partyPK, PersonalTitlePK personalTitlePK, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffixPK nameSuffixPK, Long fromTime, Long thruTime) Creates a new instance of PersonValuePersonValue(PersonPK personPK, PartyPK partyPK, PersonalTitlePK personalTitlePK, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffixPK nameSuffixPK, Long fromTime, Long thruTime) Creates a new instance of PersonValue -
Uses of NameSuffixPK in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return NameSuffixPKMethods in com.echothree.model.data.payment.server.entity with parameters of type NameSuffixPKModifier and TypeMethodDescriptionvoidPartyPaymentMethodCreditCard.setNameSuffixPK(NameSuffixPK nameSuffixPK) -
Uses of NameSuffixPK in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory with parameters of type NameSuffixPKModifier and TypeMethodDescriptionPartyPaymentMethodCreditCardFactory.create(PartyPaymentMethodPK partyPaymentMethodPK, String number, Integer expirationMonth, Integer expirationYear, PersonalTitlePK personalTitlePK, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffixPK nameSuffixPK, String name, PartyContactMechanismPK billingPartyContactMechanismPK, String issuerName, PartyContactMechanismPK issuerPartyContactMechanismPK, Long fromTime, Long thruTime) -
Uses of NameSuffixPK in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return NameSuffixPKMethods in com.echothree.model.data.payment.server.value with parameters of type NameSuffixPKModifier and TypeMethodDescriptionvoidPartyPaymentMethodCreditCardValue.setNameSuffixPK(NameSuffixPK nameSuffixPK) Constructors in com.echothree.model.data.payment.server.value with parameters of type NameSuffixPKModifierConstructorDescriptionPartyPaymentMethodCreditCardValue(PartyPaymentMethodCreditCardPK partyPaymentMethodCreditCardPK, PartyPaymentMethodPK partyPaymentMethodPK, String number, Integer expirationMonth, Integer expirationYear, PersonalTitlePK personalTitlePK, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffixPK nameSuffixPK, String name, PartyContactMechanismPK billingPartyContactMechanismPK, String issuerName, PartyContactMechanismPK issuerPartyContactMechanismPK, Long fromTime, Long thruTime) Creates a new instance of PartyPaymentMethodCreditCardValuePartyPaymentMethodCreditCardValue(PartyPaymentMethodPK partyPaymentMethodPK, String number, Integer expirationMonth, Integer expirationYear, PersonalTitlePK personalTitlePK, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffixPK nameSuffixPK, String name, PartyContactMechanismPK billingPartyContactMechanismPK, String issuerName, PartyContactMechanismPK issuerPartyContactMechanismPK, Long fromTime, Long thruTime) Creates a new instance of PartyPaymentMethodCreditCardValue -
Uses of NameSuffixPK in com.echothree.model.jooq.server.records.contact
Methods in com.echothree.model.jooq.server.records.contact that return NameSuffixPKModifier and TypeMethodDescriptionContactPostalAddresses.NameSuffix()Getter forcontactpostaladdresses.ctpa_nsfx_namesuffixid.Methods in com.echothree.model.jooq.server.records.contact with parameters of type NameSuffixPKModifier and TypeMethodDescriptionvoidContactPostalAddresses.NameSuffix(NameSuffixPK value) Setter forcontactpostaladdresses.ctpa_nsfx_namesuffixid.Constructors in com.echothree.model.jooq.server.records.contact with parameters of type NameSuffixPKModifierConstructorDescriptionContactPostalAddresses(ContactPostalAddressPK ContactPostalAddress, ContactMechanismPK ContactMechanism, PersonalTitlePK PersonalTitle, String FirstName, String FirstNameSdx, String MiddleName, String MiddleNameSdx, String LastName, String LastNameSdx, NameSuffixPK NameSuffix, String CompanyName, String Attention, String Address1, String Address2, String Address3, String City, GeoCodePK CityGeoCode, GeoCodePK CountyGeoCode, String State, GeoCodePK StateGeoCode, String PostalCode, GeoCodePK PostalCodeGeoCode, GeoCodePK CountryGeoCode, Boolean IsCommercial, Long FromTime, Long ThruTime) Create a detached, initialised ContactPostalAddresses -
Uses of NameSuffixPK in com.echothree.model.jooq.server.records.party
Methods in com.echothree.model.jooq.server.records.party that return NameSuffixPKModifier and TypeMethodDescriptionNameSuffixDetails.NameSuffix()Getter fornamesuffixdetails.nsfxd_nsfx_namesuffixid.NameSuffixes.NameSuffix()Getter fornamesuffixes.nsfx_namesuffixid.People.NameSuffix()Getter forpeople.peop_nsfx_namesuffixid.Methods in com.echothree.model.jooq.server.records.party that return types with arguments of type NameSuffixPKMethods in com.echothree.model.jooq.server.records.party with parameters of type NameSuffixPKModifier and TypeMethodDescriptionvoidNameSuffixDetails.NameSuffix(NameSuffixPK value) Setter fornamesuffixdetails.nsfxd_nsfx_namesuffixid.voidNameSuffixes.NameSuffix(NameSuffixPK value) Setter fornamesuffixes.nsfx_namesuffixid.voidPeople.NameSuffix(NameSuffixPK value) Setter forpeople.peop_nsfx_namesuffixid.Constructors in com.echothree.model.jooq.server.records.party with parameters of type NameSuffixPKModifierConstructorDescriptionNameSuffixDetails(NameSuffixDetailPK NameSuffixDetail, NameSuffixPK NameSuffix, String Description, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised NameSuffixDetailsNameSuffixes(NameSuffixPK NameSuffix, NameSuffixDetailPK ActiveDetail, NameSuffixDetailPK LastDetail) Create a detached, initialised NameSuffixesPeople(PersonPK Person, PartyPK Party, PersonalTitlePK PersonalTitle, String FirstName, String FirstNameSdx, String MiddleName, String MiddleNameSdx, String LastName, String LastNameSdx, NameSuffixPK NameSuffix, Long FromTime, Long ThruTime) Create a detached, initialised People -
Uses of NameSuffixPK in com.echothree.model.jooq.server.records.payment
Methods in com.echothree.model.jooq.server.records.payment that return NameSuffixPKModifier and TypeMethodDescriptionPartyPaymentMethodCreditCards.NameSuffix()Getter forpartypaymentmethodcreditcards.parpmcc_nsfx_namesuffixid.Methods in com.echothree.model.jooq.server.records.payment with parameters of type NameSuffixPKModifier and TypeMethodDescriptionvoidPartyPaymentMethodCreditCards.NameSuffix(NameSuffixPK value) Setter forpartypaymentmethodcreditcards.parpmcc_nsfx_namesuffixid.Constructors in com.echothree.model.jooq.server.records.payment with parameters of type NameSuffixPKModifierConstructorDescriptionPartyPaymentMethodCreditCards(PartyPaymentMethodCreditCardPK PartyPaymentMethodCreditCard, PartyPaymentMethodPK PartyPaymentMethod, String Number, Integer ExpirationMonth, Integer ExpirationYear, PersonalTitlePK PersonalTitle, String FirstName, String FirstNameSdx, String MiddleName, String MiddleNameSdx, String LastName, String LastNameSdx, NameSuffixPK NameSuffix, String Name, PartyContactMechanismPK BillingPartyContactMechanism, String IssuerName, PartyContactMechanismPK IssuerPartyContactMechanism, Long FromTime, Long ThruTime) Create a detached, initialised PartyPaymentMethodCreditCards -
Uses of NameSuffixPK in com.echothree.model.jooq.server.tables.contact
Fields in com.echothree.model.jooq.server.tables.contact with type parameters of type NameSuffixPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContactPostalAddresses, NameSuffixPK> ContactPostalAddresses.NAME_SUFFIXThe columncontactpostaladdresses.ctpa_nsfx_namesuffixid. -
Uses of NameSuffixPK in com.echothree.model.jooq.server.tables.party
Fields in com.echothree.model.jooq.server.tables.party with type parameters of type NameSuffixPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<NameSuffixDetails, NameSuffixPK> NameSuffixDetails.NAME_SUFFIXThe columnnamesuffixdetails.nsfxd_nsfx_namesuffixid.final org.jooq.TableField<NameSuffixes, NameSuffixPK> NameSuffixes.NAME_SUFFIXThe columnnamesuffixes.nsfx_namesuffixid.final org.jooq.TableField<People, NameSuffixPK> People.NAME_SUFFIXThe columnpeople.peop_nsfx_namesuffixid. -
Uses of NameSuffixPK in com.echothree.model.jooq.server.tables.payment
Fields in com.echothree.model.jooq.server.tables.payment with type parameters of type NameSuffixPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyPaymentMethodCreditCards, NameSuffixPK> PartyPaymentMethodCreditCards.NAME_SUFFIXThe columnpartypaymentmethodcreditcards.parpmcc_nsfx_namesuffixid.