Uses of Class
com.echothree.model.data.party.server.entity.NameSuffix
Packages that use NameSuffix
Package
Description
-
Uses of NameSuffix in com.echothree.control.user.party.server.command
Methods in com.echothree.control.user.party.server.command that return types with arguments of type NameSuffixModifier and TypeMethodDescriptionprotected Collection<NameSuffix> GetNameSuffixesCommand.getEntities()Method parameters in com.echothree.control.user.party.server.command with type arguments of type NameSuffixModifier and TypeMethodDescriptionprotected BaseResultGetNameSuffixesCommand.getResult(Collection<NameSuffix> entities) -
Uses of NameSuffix in com.echothree.model.control.contact.server.control
Methods in com.echothree.model.control.contact.server.control with parameters of type NameSuffixModifier and TypeMethodDescriptionlongContactControl.countContactPostalAddressesByNameSuffix(NameSuffix nameSuffix) ContactControl.createContactPostalAddress(ContactMechanism contactMechanism, PersonalTitle personalTitle, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffix nameSuffix, String companyName, String attention, String address1, String address2, String address3, String city, GeoCode cityGeoCode, GeoCode countyGeoCode, String state, GeoCode stateGeoCode, String postalCode, GeoCode postalCodeGeoCode, GeoCode countryGeoCode, Boolean isCommercial, BasePK createdBy) -
Uses of NameSuffix in com.echothree.model.control.party.server.control
Methods in com.echothree.model.control.party.server.control that return NameSuffixModifier and TypeMethodDescriptionPartyControl.convertNameSuffixIdToEntity(String nameSuffixId, EntityPermission entityPermission) PartyControl.createNameSuffix(String description, Boolean isDefault, Integer sortOrder, BasePK createdBy) PartyControl.getDefaultNameSuffix()PartyControl.getDefaultNameSuffixForUpdate()PartyControl.getNameSuffixByEntityInstance(EntityInstance entityInstance) PartyControl.getNameSuffixByEntityInstance(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.NameSuffixPartyControl.getNameSuffixByEntityInstanceForUpdate(EntityInstance entityInstance) Methods in com.echothree.model.control.party.server.control that return types with arguments of type NameSuffixModifier and TypeMethodDescriptionPartyControl.getNameSuffixes()PartyControl.getNameSuffixesForUpdate()Methods in com.echothree.model.control.party.server.control with parameters of type NameSuffixModifier and TypeMethodDescriptionlongPartyControl.countPeopleByNameSuffix(NameSuffix nameSuffix) PartyControl.createPerson(Party party, PersonalTitle personalTitle, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffix nameSuffix, BasePK createdBy) voidPartyControl.deleteNameSuffix(NameSuffix nameSuffix, BasePK deletedBy) PartyControl.getNameSuffixTransfer(UserVisit userVisit, NameSuffix nameSuffix) Method parameters in com.echothree.model.control.party.server.control with type arguments of type NameSuffixModifier and TypeMethodDescriptionPartyControl.getNameSuffixTransfers(UserVisit userVisit, Collection<NameSuffix> nameSuffixes) -
Uses of NameSuffix in com.echothree.model.control.party.server.graphql
Constructors in com.echothree.model.control.party.server.graphql with parameters of type NameSuffix -
Uses of NameSuffix in com.echothree.model.control.party.server.logic
Methods in com.echothree.model.control.party.server.logic that return NameSuffixModifier and TypeMethodDescriptionNameSuffixLogic.getNameSuffixById(ExecutionErrorAccumulator eea, String nameSuffixId) NameSuffixLogic.getNameSuffixByIdForUpdate(ExecutionErrorAccumulator eea, String nameSuffixId) Methods in com.echothree.model.control.party.server.logic with parameters of type NameSuffixModifier and TypeMethodDescriptionvoidNameSuffixLogic.deleteNameSuffix(ExecutionErrorAccumulator eea, NameSuffix nameSuffix, PartyPK deletedBy) -
Uses of NameSuffix in com.echothree.model.control.party.server.transfer
Methods in com.echothree.model.control.party.server.transfer with parameters of type NameSuffixModifier and TypeMethodDescriptionNameSuffixTransferCache.getTransfer(UserVisit userVisit, NameSuffix nameSuffix) -
Uses of NameSuffix in com.echothree.model.control.payment.server.control
Methods in com.echothree.model.control.payment.server.control with parameters of type NameSuffixModifier and TypeMethodDescriptionlongPartyPaymentMethodControl.countPartyPaymentMethodCreditCardsByNameSuffix(NameSuffix nameSuffix) PartyPaymentMethodControl.createPartyPaymentMethodCreditCard(PartyPaymentMethod partyPaymentMethod, String number, Integer expirationMonth, Integer expirationYear, PersonalTitle personalTitle, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffix nameSuffix, String name, PartyContactMechanism billingPartyContactMechanism, String issuerName, PartyContactMechanism issuerPartyContactMechanism, BasePK createdBy) -
Uses of NameSuffix in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return NameSuffixModifier and TypeMethodDescriptionContactPostalAddress.getNameSuffix()ContactPostalAddress.getNameSuffix(EntityPermission entityPermission) ContactPostalAddress.getNameSuffixForUpdate()Methods in com.echothree.model.data.contact.server.entity with parameters of type NameSuffix -
Uses of NameSuffix in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory with parameters of type NameSuffixModifier and TypeMethodDescriptionContactPostalAddressFactory.create(ContactMechanism contactMechanism, PersonalTitle personalTitle, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffix nameSuffix, String companyName, String attention, String address1, String address2, String address3, String city, GeoCode cityGeoCode, GeoCode countyGeoCode, String state, GeoCode stateGeoCode, String postalCode, GeoCode postalCodeGeoCode, GeoCode countryGeoCode, Boolean isCommercial, Long fromTime, Long thruTime) -
Uses of NameSuffix in com.echothree.model.data.party.server.entity
Methods in com.echothree.model.data.party.server.entity that return NameSuffixModifier and TypeMethodDescriptionNameSuffixDetail.getNameSuffix()NameSuffixDetail.getNameSuffix(EntityPermission entityPermission) Person.getNameSuffix()Person.getNameSuffix(EntityPermission entityPermission) NameSuffixDetail.getNameSuffixForUpdate()Person.getNameSuffixForUpdate()Methods in com.echothree.model.data.party.server.entity with parameters of type NameSuffixModifier and TypeMethodDescriptionvoidNameSuffixDetail.setNameSuffix(NameSuffix entity) voidPerson.setNameSuffix(NameSuffix entity) -
Uses of NameSuffix in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return NameSuffixModifier and TypeMethodDescriptionNameSuffixFactory.create()NameSuffixFactory.create(NameSuffixDetailPK activeDetailPK, NameSuffixDetailPK lastDetailPK) NameSuffixFactory.create(NameSuffixDetail activeDetail, NameSuffixDetail lastDetail) NameSuffixFactory.getEntityFromCache(NameSuffixPK pk) NameSuffixFactory.getEntityFromPK(EntityPermission entityPermission, NameSuffixPK pk) NameSuffixFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) NameSuffixFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) NameSuffixFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) NameSuffixFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) NameSuffixFactory.getEntityFromValue(EntityPermission entityPermission, NameSuffixValue value) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type NameSuffixModifier and TypeMethodDescriptionNameSuffixFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<NameSuffixPK> pks) NameSuffixFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) NameSuffixFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) NameSuffixFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) NameSuffixFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type NameSuffixModifier and TypeMethodDescriptionNameSuffixDetailFactory.create(NameSuffix nameSuffix, String description, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PersonFactory.create(Party party, PersonalTitle personalTitle, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffix nameSuffix, Long fromTime, Long thruTime) voidNameSuffixFactory.remove(NameSuffix entity) voidNameSuffixFactory.store(NameSuffix entity) Method parameters in com.echothree.model.data.party.server.factory with type arguments of type NameSuffix -
Uses of NameSuffix in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return NameSuffixModifier and TypeMethodDescriptionPartyPaymentMethodCreditCard.getNameSuffix()PartyPaymentMethodCreditCard.getNameSuffix(EntityPermission entityPermission) PartyPaymentMethodCreditCard.getNameSuffixForUpdate()Methods in com.echothree.model.data.payment.server.entity with parameters of type NameSuffixModifier and TypeMethodDescriptionvoidPartyPaymentMethodCreditCard.setNameSuffix(NameSuffix entity) -
Uses of NameSuffix in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory with parameters of type NameSuffixModifier and TypeMethodDescriptionPartyPaymentMethodCreditCardFactory.create(PartyPaymentMethod partyPaymentMethod, String number, Integer expirationMonth, Integer expirationYear, PersonalTitle personalTitle, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffix nameSuffix, String name, PartyContactMechanism billingPartyContactMechanism, String issuerName, PartyContactMechanism issuerPartyContactMechanism, Long fromTime, Long thruTime)