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) boolean
PartyControl.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 TypeMethodDescriptionvoid
ContactPostalAddress.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) ContactPostalAddressFactory.create
(Session session, 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 TypeMethodDescriptionvoid
ContactPostalAddressValue.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 TypeMethodDescriptionvoid
NameSuffixDetail.setNameSuffixPK
(NameSuffixPK nameSuffixPK) void
Person.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) NameSuffixDetailFactory.create
(Session session, 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) PersonFactory.create
(Session session, PartyPK partyPK, PersonalTitlePK personalTitlePK, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffixPK nameSuffixPK, Long fromTime, Long thruTime) NameSuffixFactory.getEntityFromCache
(Session session, NameSuffixPK pk) NameSuffixFactory.getEntityFromPK
(EntityPermission entityPermission, NameSuffixPK pk) NameSuffixFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, NameSuffixPK pk) NameSuffixFactory.getValueFromPK
(Session session, NameSuffixPK pk) void
NameSuffixFactory.remove
(Session session, NameSuffixPK pk) boolean
NameSuffixFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<NameSuffixPK> pks) NameSuffixFactory.getValuesFromPKs
(Session session, Collection<NameSuffixPK> pks) void
NameSuffixFactory.remove
(Session session, Collection<NameSuffixPK> pks) void
NameSuffixFactory.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 TypeMethodDescriptionvoid
NameSuffixDetailValue.setNameSuffixPK
(NameSuffixPK nameSuffixPK) void
PersonValue.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 TypeMethodDescriptionvoid
PartyPaymentMethodCreditCard.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) PartyPaymentMethodCreditCardFactory.create
(Session session, 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 TypeMethodDescriptionvoid
PartyPaymentMethodCreditCardValue.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