Uses of Class
com.echothree.model.data.contact.server.entity.PartyContactMechanism
Packages that use PartyContactMechanism
Package
Description
-
Uses of PartyContactMechanism in com.echothree.control.user.contact.server.command
Methods in com.echothree.control.user.contact.server.command that return PartyContactMechanismModifier and TypeMethodDescriptionEditContactEmailAddressCommand.getEntity(EditContactEmailAddressResult result) EditContactPostalAddressCommand.getEntity(EditContactPostalAddressResult result) EditContactTelephoneCommand.getEntity(EditContactTelephoneResult result) EditContactWebAddressCommand.getEntity(EditContactWebAddressResult result) Methods in com.echothree.control.user.contact.server.command with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionvoidEditContactEmailAddressCommand.canUpdate(PartyContactMechanism partyContactMechanism) voidEditContactPostalAddressCommand.canUpdate(PartyContactMechanism partyContactMechanism) voidEditContactTelephoneCommand.canUpdate(PartyContactMechanism partyContactMechanism) voidEditContactEmailAddressCommand.doLock(ContactEmailAddressEdit edit, PartyContactMechanism partyContactMechanism) voidEditContactPostalAddressCommand.doLock(ContactPostalAddressEdit edit, PartyContactMechanism partyContactMechanism) voidEditContactTelephoneCommand.doLock(ContactTelephoneEdit edit, PartyContactMechanism partyContactMechanism) voidEditContactWebAddressCommand.doLock(ContactWebAddressEdit edit, PartyContactMechanism partyContactMechanism) voidEditContactEmailAddressCommand.doUpdate(PartyContactMechanism partyContactMechanism) voidEditContactPostalAddressCommand.doUpdate(PartyContactMechanism partyContactMechanism) voidEditContactTelephoneCommand.doUpdate(PartyContactMechanism partyContactMechanism) voidEditContactWebAddressCommand.doUpdate(PartyContactMechanism partyContactMechanism) voidEditContactEmailAddressCommand.fillInResult(EditContactEmailAddressResult result, PartyContactMechanism partyContactMechanism) voidEditContactPostalAddressCommand.fillInResult(EditContactPostalAddressResult result, PartyContactMechanism partyContactMechanism) voidEditContactTelephoneCommand.fillInResult(EditContactTelephoneResult result, PartyContactMechanism partyContactMechanism) voidEditContactWebAddressCommand.fillInResult(EditContactWebAddressResult result, PartyContactMechanism partyContactMechanism) EditContactEmailAddressCommand.getLockEntity(PartyContactMechanism partyContactMechanism) EditContactPostalAddressCommand.getLockEntity(PartyContactMechanism partyContactMechanism) EditContactTelephoneCommand.getLockEntity(PartyContactMechanism partyContactMechanism) EditContactWebAddressCommand.getLockEntity(PartyContactMechanism partyContactMechanism) -
Uses of PartyContactMechanism in com.echothree.control.user.letter.server.command
Methods in com.echothree.control.user.letter.server.command that return PartyContactMechanismModifier and TypeMethodDescriptionLetterSourceCommandUtil.getEmailAddressContactMechanism(ExecutionErrorAccumulator eea, LetterSourceEdit edit, ContactControl contactControl, Party companyParty) LetterSourceCommandUtil.getLetterSourceContactMechanism(ExecutionErrorAccumulator eea, LetterSourceEdit edit, ContactControl contactControl, Party companyParty) LetterSourceCommandUtil.getPostalAddressContactMechanism(ExecutionErrorAccumulator eea, LetterSourceEdit edit, ContactControl contactControl, Party companyParty) -
Uses of PartyContactMechanism in com.echothree.model.control.associate.server.control
Methods in com.echothree.model.control.associate.server.control with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionAssociateControl.createAssociatePartyContactMechanism(Associate associate, String associatePartyContactMechanismName, PartyContactMechanism partyContactMechanism, Boolean isDefault, Integer sortOrder, BasePK createdBy) voidAssociateControl.deleteAssociatePartyContactMechanismsByPartyContactMechanism(PartyContactMechanism partyContactMechanism, BasePK deletedBy) AssociateControl.getAssociatePartyContactMechanismsByPartyContactMechanism(PartyContactMechanism partyContactMechanism) AssociateControl.getAssociatePartyContactMechanismsByPartyContactMechanismForUpdate(PartyContactMechanism partyContactMechanism) AssociateControl.getAssociatePartyContactMechanismTransfersByPartyContactMechanism(PartyContactMechanism partyContactMechanism, UserVisit userVisit) -
Uses of PartyContactMechanism in com.echothree.model.control.communication.server.control
Methods in com.echothree.model.control.communication.server.control with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionCommunicationControl.createCommunicationEvent(CommunicationEventType communicationEventType, CommunicationSource communicationSource, CommunicationEventPurpose communicationEventPurpose, CommunicationEvent originalCommunicationEvent, CommunicationEvent parentCommunicationEvent, PartyContactMechanism partyContactMechanism, Document document, BasePK createdBy) CommunicationControl.createCommunicationEvent(String communicationEventName, CommunicationEventType communicationEventType, CommunicationSource communicationSource, CommunicationEventPurpose communicationEventPurpose, CommunicationEvent originalCommunicationEvent, CommunicationEvent parentCommunicationEvent, PartyContactMechanism partyContactMechanism, Document document, BasePK createdBy) voidCommunicationControl.deleteCommunicationEventsByPartyContactMechanism(PartyContactMechanism partyContactMechanism, BasePK deletedBy) -
Uses of PartyContactMechanism in com.echothree.model.control.contact.server.control
Methods in com.echothree.model.control.contact.server.control that return PartyContactMechanismModifier and TypeMethodDescriptionContactControl.createPartyContactMechanism(Party party, ContactMechanism contactMechanism, String description, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContactControl.getDefaultPartyContactMechanism(Party party) ContactControl.getDefaultPartyContactMechanismForUpdate(Party party) ContactControl.getPartyContactMechanism(Party party, ContactMechanism contactMechanism) ContactControl.getPartyContactMechanism(Party party, ContactMechanism contactMechanism, EntityPermission entityPermission) ContactControl.getPartyContactMechanismByContactMechanismName(ExecutionErrorAccumulator eea, Party party, String contactMechanismName) ContactControl.getPartyContactMechanismByEmailAddress(Party party, String emailAddress) ContactControl.getPartyContactMechanismByInet4Address(Party party, Integer inet4Address) ContactControl.getPartyContactMechanismForUpdate(Party party, ContactMechanism contactMechanism) Methods in com.echothree.model.control.contact.server.control that return types with arguments of type PartyContactMechanismModifier and TypeMethodDescriptionContactControl.getPartyContactMechanismsByContactMechanism(ContactMechanism contactMechanism) ContactControl.getPartyContactMechanismsByContactMechanismForUpdate(ContactMechanism contactMechanism) ContactControl.getPartyContactMechanismsByEmailAddress(String emailAddress) ContactControl.getPartyContactMechanismsByParty(Party party) ContactControl.getPartyContactMechanismsByPartyAndContactMechanismType(Party party, ContactMechanismType contactMechanismType) ContactControl.getPartyContactMechanismsByPartyAndContactMechanismTypeForUpdate(Party party, ContactMechanismType contactMechanismType) ContactControl.getPartyContactMechanismsByPartyForUpdate(Party party) Methods in com.echothree.model.control.contact.server.control with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionlongContactControl.countPartyContactMechanismPurposesByPartyContactMechanism(PartyContactMechanism partyContactMechanism) longContactControl.countPartyContactMechanismRelationshipsByFromPartyContactMechanism(PartyContactMechanism fromPartyContactMechanism) longContactControl.countPartyContactMechanismRelationshipsByToPartyContactMechanism(PartyContactMechanism toPartyContactMechanism) ContactControl.createPartyContactMechanismPurpose(PartyContactMechanism partyContactMechanism, ContactMechanismPurpose contactMechanismPurpose, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContactControl.createPartyContactMechanismRelationship(PartyContactMechanism fromPartyContactMechanism, PartyContactMechanism toPartyContactMechanism, BasePK createdBy) voidContactControl.deletePartyContactMechanism(PartyContactMechanism partyContactMechanism, BasePK deletedBy) voidContactControl.deletePartyContactMechanismPurposesByPartyContactMechanism(PartyContactMechanism partyContactMechanism, BasePK deletedBy) voidContactControl.deletePartyContactMechanismRelationshipsByFromPartyContactMechanism(PartyContactMechanism fromPartyContactMechanism, BasePK deletedBy) voidContactControl.deletePartyContactMechanismRelationshipsByPartyContactMechanism(PartyContactMechanism partyContactMechanism, BasePK deletedBy) voidContactControl.deletePartyContactMechanismRelationshipsByToPartyContactMechanism(PartyContactMechanism toPartyContactMechanism, BasePK deletedBy) ContactControl.getDefaultPartyContactMechanismPurpose(PartyContactMechanism partyContactMechanism, ContactMechanismPurpose contactMechanismPurpose) ContactControl.getDefaultPartyContactMechanismPurposeDetailValueForUpdate(PartyContactMechanism partyContactMechanism, ContactMechanismPurpose contactMechanismPurpose) ContactControl.getDefaultPartyContactMechanismPurposeForUpdate(PartyContactMechanism partyContactMechanism, ContactMechanismPurpose contactMechanismPurpose) ContactControl.getPartyContactMechanismDetailValueForUpdate(PartyContactMechanism partyContactMechanism) ContactControl.getPartyContactMechanismPurpose(PartyContactMechanism partyContactMechanism, ContactMechanismPurpose contactMechanismPurpose) ContactControl.getPartyContactMechanismPurposeDetailValueForUpdate(PartyContactMechanism partyContactMechanism, ContactMechanismPurpose contactMechanismPurpose) ContactControl.getPartyContactMechanismPurposeForUpdate(PartyContactMechanism partyContactMechanism, ContactMechanismPurpose contactMechanismPurpose) ContactControl.getPartyContactMechanismPurposesByPartyContactMechanism(PartyContactMechanism partyContactMechanism) ContactControl.getPartyContactMechanismPurposesByPartyContactMechanismForUpdate(PartyContactMechanism partyContactMechanism) ContactControl.getPartyContactMechanismPurposesForUpdate(PartyContactMechanism partyContactMechanism, ContactMechanismPurpose contactMechanismPurpose) ContactControl.getPartyContactMechanismPurposeTransfersByPartyContactMechanism(UserVisit userVisit, PartyContactMechanism partyContactMechanism) ContactControl.getPartyContactMechanismRelationship(PartyContactMechanism fromPartyContactMechanism, PartyContactMechanism toPartyContactMechanism) ContactControl.getPartyContactMechanismRelationship(PartyContactMechanism fromPartyContactMechanism, PartyContactMechanism toPartyContactMechanism, EntityPermission entityPermission) ContactControl.getPartyContactMechanismRelationshipForUpdate(PartyContactMechanism fromPartyContactMechanism, PartyContactMechanism toPartyContactMechanism) ContactControl.getPartyContactMechanismRelationshipsByFromPartyContactMechanism(PartyContactMechanism fromPartyContactMechanism) ContactControl.getPartyContactMechanismRelationshipsByFromPartyContactMechanism(PartyContactMechanism fromPartyContactMechanism, EntityPermission entityPermission) ContactControl.getPartyContactMechanismRelationshipsByFromPartyContactMechanismForUpdate(PartyContactMechanism fromPartyContactMechanism) ContactControl.getPartyContactMechanismRelationshipsByToPartyContactMechanism(PartyContactMechanism toPartyContactMechanism) ContactControl.getPartyContactMechanismRelationshipsByToPartyContactMechanism(PartyContactMechanism toPartyContactMechanism, EntityPermission entityPermission) ContactControl.getPartyContactMechanismRelationshipsByToPartyContactMechanismForUpdate(PartyContactMechanism toPartyContactMechanism) ContactControl.getPartyContactMechanismRelationshipTransfersByFromPartyContactMechanism(UserVisit userVisit, PartyContactMechanism fromPartyContactMechanism) ContactControl.getPartyContactMechanismRelationshipTransfersByToPartyContactMechanism(UserVisit userVisit, PartyContactMechanism toPartyContactMechanism) ContactControl.getPartyContactMechanismTransfer(UserVisit userVisit, PartyContactMechanism partyContactMechanism) booleanContactControl.partyContactMechanismRelationshipExists(PartyContactMechanism fromPartyContactMechanism, PartyContactMechanism toPartyContactMechanism) -
Uses of PartyContactMechanism in com.echothree.model.control.contact.server.graphql
Constructors in com.echothree.model.control.contact.server.graphql with parameters of type PartyContactMechanismModifierConstructorDescriptionPartyContactMechanismObject(PartyContactMechanism partyContactMechanism) -
Uses of PartyContactMechanism in com.echothree.model.control.contact.server.logic
Methods in com.echothree.model.control.contact.server.logic that return PartyContactMechanismModifier and TypeMethodDescriptionContactEmailAddressLogic.createContactEmailAddress(Party party, String emailAddress, Boolean allowSolicitation, String description, String contactMechanismPurposeName, BasePK createdBy) PartyContactMechanismLogic.getPartyContactMechanism(ExecutionErrorAccumulator eea, Party party, ContactMechanism contactMechanism) PartyContactMechanismLogic.getPartyContactMechanism(ExecutionErrorAccumulator eea, Party party, ContactMechanism contactMechanism, EntityPermission entityPermission) PartyContactMechanismLogic.getPartyContactMechanismForUpdate(ExecutionErrorAccumulator eea, Party party, ContactMechanism contactMechanism) -
Uses of PartyContactMechanism in com.echothree.model.control.contact.server.transfer
Methods in com.echothree.model.control.contact.server.transfer with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionPartyContactMechanismTransferCache.getPartyContactMechanismTransfer(UserVisit userVisit, PartyContactMechanism partyContactMechanism) -
Uses of PartyContactMechanism in com.echothree.model.control.financial.server.control
Methods in com.echothree.model.control.financial.server.control with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionFinancialControl.createFinancialAccountRole(FinancialAccount financialAccount, Party party, PartyContactMechanism partyContactMechanism, FinancialAccountRoleType financialAccountRoleType, BasePK createdBy) FinancialControl.createFinancialAccountRoleUsingNames(FinancialAccount financialAccount, Party party, PartyContactMechanism partyContactMechanism, String financialAccountRoleTypeName, BasePK createdBy) -
Uses of PartyContactMechanism in com.echothree.model.control.invoice.server.control
Methods in com.echothree.model.control.invoice.server.control with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionInvoiceControl.createInvoiceRole(Invoice invoice, Party party, PartyContactMechanism partyContactMechanism, InvoiceRoleType invoiceRoleType, BasePK createdBy) InvoiceControl.createInvoiceRoleUsingNames(Invoice invoice, Party party, PartyContactMechanism partyContactMechanism, String invoiceRoleTypeName, BasePK createdBy) voidInvoiceControl.deleteInvoiceRolesByPartyContactMechanism(PartyContactMechanism partyContactMechanism, BasePK deletedBy) InvoiceControl.getInvoiceRolesByPartyContactMechanism(PartyContactMechanism partyContactMechanism) InvoiceControl.getInvoiceRolesByPartyContactMechanismForUpdate(PartyContactMechanism partyContactMechanism) -
Uses of PartyContactMechanism in com.echothree.model.control.invoice.server.logic
Methods in com.echothree.model.control.invoice.server.logic with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionInvoiceLogic.createInvoice(Session session, ExecutionErrorAccumulator eea, String invoiceTypeName, Party billFrom, PartyContactMechanism billFromPartyContactMechanism, Party billTo, PartyContactMechanism billToPartyContactMechanism, Currency currency, GlAccount glAccount, Term term, FreeOnBoard freeOnBoard, String reference, String description, Long invoicedTime, Long dueTime, Long paidTime, BasePK createdBy) PurchaseInvoiceLogic.createInvoice(Session session, ExecutionErrorAccumulator eea, Party billFrom, PartyContactMechanism billFromPartyContactMechanism, Party billTo, PartyContactMechanism billToPartyContactMechanism, Currency currency, Term term, FreeOnBoard freeOnBoard, String reference, String description, Long invoicedTime, Long dueTime, Long paidTime, String workflowEntranceName, BasePK createdBy) -
Uses of PartyContactMechanism in com.echothree.model.control.letter.server.control
Methods in com.echothree.model.control.letter.server.control with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionLetterControl.createLetterSource(String letterSourceName, Party companyParty, PartyContactMechanism emailAddressPartyContactMechanism, PartyContactMechanism postalAddressPartyContactMechanism, PartyContactMechanism letterSourcePartyContactMechanism, Boolean isDefault, Integer sortOrder, BasePK createdBy) voidLetterControl.deleteLetterSourcesByEmailAddressPartyContactMechanism(PartyContactMechanism emailAddressPartyContactMechanism, BasePK deletedBy) voidLetterControl.deleteLetterSourcesByLetterSourcePartyContactMechanism(PartyContactMechanism letterSourcePartyContactMechanism, BasePK deletedBy) voidLetterControl.deleteLetterSourcesByPartyContactMechanism(PartyContactMechanism partyContactMechanism, BasePK deletedBy) voidLetterControl.deleteLetterSourcesByPostalAddressPartyContactMechanism(PartyContactMechanism postalAddressPartyContactMechanism, BasePK deletedBy) LetterControl.getLetterSourcesByEmailAddressPartyContactMechanism(PartyContactMechanism emailAddressPartyContactMechanism) LetterControl.getLetterSourcesByEmailAddressPartyContactMechanismForUpdate(PartyContactMechanism emailAddressPartyContactMechanism) LetterControl.getLetterSourcesByLetterSourcePartyContactMechanism(PartyContactMechanism letterSourcePartyContactMechanism) LetterControl.getLetterSourcesByLetterSourcePartyContactMechanismForUpdate(PartyContactMechanism letterSourcePartyContactMechanism) LetterControl.getLetterSourcesByPostalAddressPartyContactMechanism(PartyContactMechanism postalAddressPartyContactMechanism) LetterControl.getLetterSourcesByPostalAddressPartyContactMechanismForUpdate(PartyContactMechanism postalAddressPartyContactMechanism) -
Uses of PartyContactMechanism in com.echothree.model.control.order.server.control
Methods in com.echothree.model.control.order.server.control with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionOrderShipmentGroupControl.createOrderShipmentGroup(Order order, Integer orderShipmentGroupSequence, ItemDeliveryType itemDeliveryType, Boolean isDefault, PartyContactMechanism partyContactMechanism, ShippingMethod shippingMethod, Boolean holdUntilComplete, BasePK createdBy) voidOrderShipmentGroupControl.deleteOrderShipmentGroupsByPartyContactMechanism(PartyContactMechanism partyContactMechanism, BasePK deletedBy) -
Uses of PartyContactMechanism in com.echothree.model.control.order.server.logic
Methods in com.echothree.model.control.order.server.logic with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionBaseOrderShipmentGroupLogic.createOrderShipmentGroup(ExecutionErrorAccumulator eea, Order order, Integer orderShipmentGroupSequence, ItemDeliveryType itemDeliveryType, Boolean isDefault, PartyContactMechanism partyContactMechanism, ShippingMethod shippingMethod, Boolean holdUntilComplete, BasePK createdBy) -
Uses of PartyContactMechanism in com.echothree.model.control.payment.server.control
Methods in com.echothree.model.control.payment.server.control with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionlongPartyPaymentMethodControl.countPartyPaymentMethodCreditCardsByBillingPartyContactMechanism(PartyContactMechanism billingPartyContactMechanism) longPartyPaymentMethodControl.countPartyPaymentMethodCreditCardsByIssuerPartyContactMechanism(PartyContactMechanism issuerPartyContactMechanism) BillingControl.createBillingAccountRole(BillingAccount billingAccount, Party party, PartyContactMechanism partyContactMechanism, BillingAccountRoleType billingAccountRoleType, BasePK createdBy) BillingControl.createBillingAccountRoleUsingNames(BillingAccount billingAccount, Party party, PartyContactMechanism partyContactMechanism, String billingAccountRoleTypeName, BasePK createdBy) 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) voidBillingControl.deleteBillingAccountRolesByPartyContactMechanism(PartyContactMechanism partyContactMechanism, BasePK deletedBy) voidPartyPaymentMethodControl.deletePartyPaymentMethodCreditCardsByBillingPartyContactMechanism(PartyContactMechanism billingPartyContactMechanism, BasePK deletedBy) voidPartyPaymentMethodControl.deletePartyPaymentMethodCreditCardsByIssuerPartyContactMechanism(PartyContactMechanism issuerPartyContactMechanism, BasePK deletedBy) voidPartyPaymentMethodControl.deletePartyPaymentMethodCreditCardsByPartyContactMechanism(PartyContactMechanism partyContactMechanism, BasePK deletedBy) BillingControl.getBillingAccountRolesByPartyContactMechanism(PartyContactMechanism partyContactMechanism) BillingControl.getBillingAccountRolesByPartyContactMechanismForUpdate(PartyContactMechanism partyContactMechanism) PartyPaymentMethodControl.getPartyPaymentMethodCreditCardsByBillingPartyContactMechanism(PartyContactMechanism billingPartyContactMechanism) PartyPaymentMethodControl.getPartyPaymentMethodCreditCardsByBillingPartyContactMechanismForUpdate(PartyContactMechanism billingPartyContactMechanism) PartyPaymentMethodControl.getPartyPaymentMethodCreditCardsByIssuerPartyContactMechanism(PartyContactMechanism issuerPartyContactMechanism) PartyPaymentMethodControl.getPartyPaymentMethodCreditCardsByIssuerPartyContactMechanismForUpdate(PartyContactMechanism issuerPartyContactMechanism) -
Uses of PartyContactMechanism in com.echothree.model.control.payment.server.logic
Methods in com.echothree.model.control.payment.server.logic with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionBillingAccountLogic.getBillingAccount(ExecutionErrorAccumulator ema, Party billFrom, PartyContactMechanism billFromPartyContactMechanism, Party billTo, PartyContactMechanism billToPartyContactMechanism, Currency currency, String reference, String description, BasePK createdBy) -
Uses of PartyContactMechanism in com.echothree.model.control.sales.server.logic
Methods in com.echothree.model.control.sales.server.logic with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionSalesOrderLineLogic.createSalesOrderLine(Session session, ExecutionErrorAccumulator eea, UserVisit userVisit, Order order, OrderShipmentGroup orderShipmentGroup, Integer orderShipmentGroupSequence, Integer orderLineSequence, OrderLine parentOrderLine, PartyContactMechanism partyContactMechanism, ShippingMethod shippingMethod, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long quantity, Long unitAmount, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, Source source, AssociateReferral associateReferral, Party createdByParty) Create a new Sales Order Line using appropriate defaults for Optional values when possible.SalesOrderShipmentGroupLogic.createSalesOrderShipmentGroup(Session session, ExecutionErrorAccumulator eea, Order order, Integer orderShipmentGroupSequence, ItemDeliveryType itemDeliveryType, Boolean isDefault, PartyContactMechanism partyContactMechanism, ShippingMethod shippingMethod, Boolean holdUntilComplete, PartyPK createdBy) Create a new Order Shipment Group for a given Order. -
Uses of PartyContactMechanism in com.echothree.model.control.shipment.server.control
Methods in com.echothree.model.control.shipment.server.control with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionvoidShipmentControl.deleteShipmentsByPartyContactMechanism(PartyContactMechanism partyContactMechanism, BasePK deletedBy) -
Uses of PartyContactMechanism in com.echothree.model.data.associate.server.entity
Methods in com.echothree.model.data.associate.server.entity that return PartyContactMechanismModifier and TypeMethodDescriptionAssociatePartyContactMechanismDetail.getPartyContactMechanism()AssociatePartyContactMechanismDetail.getPartyContactMechanism(EntityPermission entityPermission) AssociatePartyContactMechanismDetail.getPartyContactMechanism(Session session) AssociatePartyContactMechanismDetail.getPartyContactMechanism(Session session, EntityPermission entityPermission) AssociatePartyContactMechanismDetail.getPartyContactMechanismForUpdate()AssociatePartyContactMechanismDetail.getPartyContactMechanismForUpdate(Session session) Methods in com.echothree.model.data.associate.server.entity with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionvoidAssociatePartyContactMechanismDetail.setPartyContactMechanism(PartyContactMechanism entity) -
Uses of PartyContactMechanism in com.echothree.model.data.associate.server.factory
Methods in com.echothree.model.data.associate.server.factory with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionAssociatePartyContactMechanismDetailFactory.create(AssociatePartyContactMechanism associatePartyContactMechanism, Associate associate, String associatePartyContactMechanismName, PartyContactMechanism partyContactMechanism, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) AssociatePartyContactMechanismDetailFactory.create(Session session, AssociatePartyContactMechanism associatePartyContactMechanism, Associate associate, String associatePartyContactMechanismName, PartyContactMechanism partyContactMechanism, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of PartyContactMechanism in com.echothree.model.data.communication.server.entity
Methods in com.echothree.model.data.communication.server.entity that return PartyContactMechanismModifier and TypeMethodDescriptionCommunicationEventDetail.getPartyContactMechanism()CommunicationEventDetail.getPartyContactMechanism(EntityPermission entityPermission) CommunicationEventDetail.getPartyContactMechanism(Session session) CommunicationEventDetail.getPartyContactMechanism(Session session, EntityPermission entityPermission) CommunicationEventDetail.getPartyContactMechanismForUpdate()CommunicationEventDetail.getPartyContactMechanismForUpdate(Session session) Methods in com.echothree.model.data.communication.server.entity with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionvoidCommunicationEventDetail.setPartyContactMechanism(PartyContactMechanism entity) -
Uses of PartyContactMechanism in com.echothree.model.data.communication.server.factory
Methods in com.echothree.model.data.communication.server.factory with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionCommunicationEventDetailFactory.create(CommunicationEvent communicationEvent, String communicationEventName, CommunicationEventType communicationEventType, CommunicationSource communicationSource, CommunicationEventPurpose communicationEventPurpose, CommunicationEvent originalCommunicationEvent, CommunicationEvent parentCommunicationEvent, PartyContactMechanism partyContactMechanism, Document document, Long fromTime, Long thruTime) CommunicationEventDetailFactory.create(Session session, CommunicationEvent communicationEvent, String communicationEventName, CommunicationEventType communicationEventType, CommunicationSource communicationSource, CommunicationEventPurpose communicationEventPurpose, CommunicationEvent originalCommunicationEvent, CommunicationEvent parentCommunicationEvent, PartyContactMechanism partyContactMechanism, Document document, Long fromTime, Long thruTime) -
Uses of PartyContactMechanism in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return PartyContactMechanismModifier and TypeMethodDescriptionPartyContactMechanismRelationship.getFromPartyContactMechanism()PartyContactMechanismRelationship.getFromPartyContactMechanism(EntityPermission entityPermission) PartyContactMechanismRelationship.getFromPartyContactMechanism(Session session) PartyContactMechanismRelationship.getFromPartyContactMechanism(Session session, EntityPermission entityPermission) PartyContactMechanismRelationship.getFromPartyContactMechanismForUpdate()PartyContactMechanismRelationship.getFromPartyContactMechanismForUpdate(Session session) PartyContactMechanismDetail.getPartyContactMechanism()PartyContactMechanismDetail.getPartyContactMechanism(EntityPermission entityPermission) PartyContactMechanismDetail.getPartyContactMechanism(Session session) PartyContactMechanismDetail.getPartyContactMechanism(Session session, EntityPermission entityPermission) PartyContactMechanismPurposeDetail.getPartyContactMechanism()PartyContactMechanismPurposeDetail.getPartyContactMechanism(EntityPermission entityPermission) PartyContactMechanismPurposeDetail.getPartyContactMechanism(Session session) PartyContactMechanismPurposeDetail.getPartyContactMechanism(Session session, EntityPermission entityPermission) PartyContactMechanismDetail.getPartyContactMechanismForUpdate()PartyContactMechanismDetail.getPartyContactMechanismForUpdate(Session session) PartyContactMechanismPurposeDetail.getPartyContactMechanismForUpdate()PartyContactMechanismPurposeDetail.getPartyContactMechanismForUpdate(Session session) PartyContactMechanismRelationship.getToPartyContactMechanism()PartyContactMechanismRelationship.getToPartyContactMechanism(EntityPermission entityPermission) PartyContactMechanismRelationship.getToPartyContactMechanism(Session session) PartyContactMechanismRelationship.getToPartyContactMechanism(Session session, EntityPermission entityPermission) PartyContactMechanismRelationship.getToPartyContactMechanismForUpdate()PartyContactMechanismRelationship.getToPartyContactMechanismForUpdate(Session session) Methods in com.echothree.model.data.contact.server.entity with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionvoidPartyContactMechanismRelationship.setFromPartyContactMechanism(PartyContactMechanism entity) voidPartyContactMechanismDetail.setPartyContactMechanism(PartyContactMechanism entity) voidPartyContactMechanismPurposeDetail.setPartyContactMechanism(PartyContactMechanism entity) voidPartyContactMechanismRelationship.setToPartyContactMechanism(PartyContactMechanism entity) -
Uses of PartyContactMechanism in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory that return PartyContactMechanismModifier and TypeMethodDescriptionPartyContactMechanismFactory.create()PartyContactMechanismFactory.create(PartyContactMechanismDetailPK activeDetailPK, PartyContactMechanismDetailPK lastDetailPK) PartyContactMechanismFactory.create(PartyContactMechanismDetail activeDetail, PartyContactMechanismDetail lastDetail) PartyContactMechanismFactory.create(Session session, PartyContactMechanismDetailPK activeDetailPK, PartyContactMechanismDetailPK lastDetailPK) PartyContactMechanismFactory.create(Session session, PartyContactMechanismDetail activeDetail, PartyContactMechanismDetail lastDetail) PartyContactMechanismFactory.getEntityFromCache(Session session, PartyContactMechanismPK pk) PartyContactMechanismFactory.getEntityFromPK(EntityPermission entityPermission, PartyContactMechanismPK pk) PartyContactMechanismFactory.getEntityFromPK(Session session, EntityPermission entityPermission, PartyContactMechanismPK pk) PartyContactMechanismFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) PartyContactMechanismFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyContactMechanismFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyContactMechanismFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyContactMechanismFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyContactMechanismFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyContactMechanismFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyContactMechanismFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) PartyContactMechanismFactory.getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) PartyContactMechanismFactory.getEntityFromValue(EntityPermission entityPermission, PartyContactMechanismValue value) PartyContactMechanismFactory.getEntityFromValue(Session session, EntityPermission entityPermission, PartyContactMechanismValue value) Methods in com.echothree.model.data.contact.server.factory that return types with arguments of type PartyContactMechanismModifier and TypeMethodDescriptionPartyContactMechanismFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyContactMechanismPK> pks) PartyContactMechanismFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PartyContactMechanismPK> pks) PartyContactMechanismFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) PartyContactMechanismFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyContactMechanismFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyContactMechanismFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyContactMechanismFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyContactMechanismFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyContactMechanismFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyContactMechanismFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) PartyContactMechanismFactory.getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.contact.server.factory with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionPartyContactMechanismDetailFactory.create(PartyContactMechanism partyContactMechanism, Party party, ContactMechanism contactMechanism, String description, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyContactMechanismDetailFactory.create(Session session, PartyContactMechanism partyContactMechanism, Party party, ContactMechanism contactMechanism, String description, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyContactMechanismPurposeDetailFactory.create(PartyContactMechanismPurpose partyContactMechanismPurpose, PartyContactMechanism partyContactMechanism, ContactMechanismPurpose contactMechanismPurpose, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyContactMechanismPurposeDetailFactory.create(Session session, PartyContactMechanismPurpose partyContactMechanismPurpose, PartyContactMechanism partyContactMechanism, ContactMechanismPurpose contactMechanismPurpose, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyContactMechanismRelationshipFactory.create(PartyContactMechanism fromPartyContactMechanism, PartyContactMechanism toPartyContactMechanism, Long fromTime, Long thruTime) PartyContactMechanismRelationshipFactory.create(Session session, PartyContactMechanism fromPartyContactMechanism, PartyContactMechanism toPartyContactMechanism, Long fromTime, Long thruTime) voidPartyContactMechanismFactory.remove(Session session, PartyContactMechanism entity) voidPartyContactMechanismFactory.store(Session session, PartyContactMechanism entity) Method parameters in com.echothree.model.data.contact.server.factory with type arguments of type PartyContactMechanismModifier and TypeMethodDescriptionvoidPartyContactMechanismFactory.store(Session session, Collection<PartyContactMechanism> entities) voidPartyContactMechanismFactory.store(Collection<PartyContactMechanism> entities) -
Uses of PartyContactMechanism in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return PartyContactMechanismModifier and TypeMethodDescriptionInvoiceRole.getPartyContactMechanism()InvoiceRole.getPartyContactMechanism(EntityPermission entityPermission) InvoiceRole.getPartyContactMechanism(Session session) InvoiceRole.getPartyContactMechanism(Session session, EntityPermission entityPermission) InvoiceRole.getPartyContactMechanismForUpdate()InvoiceRole.getPartyContactMechanismForUpdate(Session session) Methods in com.echothree.model.data.invoice.server.entity with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionvoidInvoiceRole.setPartyContactMechanism(PartyContactMechanism entity) -
Uses of PartyContactMechanism in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionInvoiceRoleFactory.create(Invoice invoice, Party party, PartyContactMechanism partyContactMechanism, InvoiceRoleType invoiceRoleType, Long fromTime, Long thruTime) InvoiceRoleFactory.create(Session session, Invoice invoice, Party party, PartyContactMechanism partyContactMechanism, InvoiceRoleType invoiceRoleType, Long fromTime, Long thruTime) -
Uses of PartyContactMechanism in com.echothree.model.data.letter.server.entity
Methods in com.echothree.model.data.letter.server.entity that return PartyContactMechanismModifier and TypeMethodDescriptionLetterSourceDetail.getEmailAddressPartyContactMechanism()LetterSourceDetail.getEmailAddressPartyContactMechanism(EntityPermission entityPermission) LetterSourceDetail.getEmailAddressPartyContactMechanism(Session session) LetterSourceDetail.getEmailAddressPartyContactMechanism(Session session, EntityPermission entityPermission) LetterSourceDetail.getEmailAddressPartyContactMechanismForUpdate()LetterSourceDetail.getEmailAddressPartyContactMechanismForUpdate(Session session) LetterSourceDetail.getLetterSourcePartyContactMechanism()LetterSourceDetail.getLetterSourcePartyContactMechanism(EntityPermission entityPermission) LetterSourceDetail.getLetterSourcePartyContactMechanism(Session session) LetterSourceDetail.getLetterSourcePartyContactMechanism(Session session, EntityPermission entityPermission) LetterSourceDetail.getLetterSourcePartyContactMechanismForUpdate()LetterSourceDetail.getLetterSourcePartyContactMechanismForUpdate(Session session) LetterSourceDetail.getPostalAddressPartyContactMechanism()LetterSourceDetail.getPostalAddressPartyContactMechanism(EntityPermission entityPermission) LetterSourceDetail.getPostalAddressPartyContactMechanism(Session session) LetterSourceDetail.getPostalAddressPartyContactMechanism(Session session, EntityPermission entityPermission) LetterSourceDetail.getPostalAddressPartyContactMechanismForUpdate()LetterSourceDetail.getPostalAddressPartyContactMechanismForUpdate(Session session) Methods in com.echothree.model.data.letter.server.entity with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionvoidLetterSourceDetail.setEmailAddressPartyContactMechanism(PartyContactMechanism entity) voidLetterSourceDetail.setLetterSourcePartyContactMechanism(PartyContactMechanism entity) voidLetterSourceDetail.setPostalAddressPartyContactMechanism(PartyContactMechanism entity) -
Uses of PartyContactMechanism in com.echothree.model.data.letter.server.factory
Methods in com.echothree.model.data.letter.server.factory with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionLetterSourceDetailFactory.create(LetterSource letterSource, String letterSourceName, Party companyParty, PartyContactMechanism emailAddressPartyContactMechanism, PartyContactMechanism postalAddressPartyContactMechanism, PartyContactMechanism letterSourcePartyContactMechanism, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) LetterSourceDetailFactory.create(Session session, LetterSource letterSource, String letterSourceName, Party companyParty, PartyContactMechanism emailAddressPartyContactMechanism, PartyContactMechanism postalAddressPartyContactMechanism, PartyContactMechanism letterSourcePartyContactMechanism, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of PartyContactMechanism in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return PartyContactMechanismModifier and TypeMethodDescriptionOrderShipmentGroupDetail.getPartyContactMechanism()OrderShipmentGroupDetail.getPartyContactMechanism(EntityPermission entityPermission) OrderShipmentGroupDetail.getPartyContactMechanism(Session session) OrderShipmentGroupDetail.getPartyContactMechanism(Session session, EntityPermission entityPermission) OrderShipmentGroupDetail.getPartyContactMechanismForUpdate()OrderShipmentGroupDetail.getPartyContactMechanismForUpdate(Session session) Methods in com.echothree.model.data.order.server.entity with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionvoidOrderShipmentGroupDetail.setPartyContactMechanism(PartyContactMechanism entity) -
Uses of PartyContactMechanism in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionOrderShipmentGroupDetailFactory.create(OrderShipmentGroup orderShipmentGroup, Order order, Integer orderShipmentGroupSequence, ItemDeliveryType itemDeliveryType, Boolean isDefault, PartyContactMechanism partyContactMechanism, ShippingMethod shippingMethod, Boolean holdUntilComplete, Long fromTime, Long thruTime) OrderShipmentGroupDetailFactory.create(Session session, OrderShipmentGroup orderShipmentGroup, Order order, Integer orderShipmentGroupSequence, ItemDeliveryType itemDeliveryType, Boolean isDefault, PartyContactMechanism partyContactMechanism, ShippingMethod shippingMethod, Boolean holdUntilComplete, Long fromTime, Long thruTime) -
Uses of PartyContactMechanism in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return PartyContactMechanismModifier and TypeMethodDescriptionPartyPaymentMethodCreditCard.getBillingPartyContactMechanism()PartyPaymentMethodCreditCard.getBillingPartyContactMechanism(EntityPermission entityPermission) PartyPaymentMethodCreditCard.getBillingPartyContactMechanism(Session session) PartyPaymentMethodCreditCard.getBillingPartyContactMechanism(Session session, EntityPermission entityPermission) PartyPaymentMethodCreditCard.getBillingPartyContactMechanismForUpdate()PartyPaymentMethodCreditCard.getBillingPartyContactMechanismForUpdate(Session session) PartyPaymentMethodCreditCard.getIssuerPartyContactMechanism()PartyPaymentMethodCreditCard.getIssuerPartyContactMechanism(EntityPermission entityPermission) PartyPaymentMethodCreditCard.getIssuerPartyContactMechanism(Session session) PartyPaymentMethodCreditCard.getIssuerPartyContactMechanism(Session session, EntityPermission entityPermission) PartyPaymentMethodCreditCard.getIssuerPartyContactMechanismForUpdate()PartyPaymentMethodCreditCard.getIssuerPartyContactMechanismForUpdate(Session session) BillingAccountRole.getPartyContactMechanism()BillingAccountRole.getPartyContactMechanism(EntityPermission entityPermission) BillingAccountRole.getPartyContactMechanism(Session session) BillingAccountRole.getPartyContactMechanism(Session session, EntityPermission entityPermission) BillingAccountRole.getPartyContactMechanismForUpdate()BillingAccountRole.getPartyContactMechanismForUpdate(Session session) Methods in com.echothree.model.data.payment.server.entity with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionvoidPartyPaymentMethodCreditCard.setBillingPartyContactMechanism(PartyContactMechanism entity) voidPartyPaymentMethodCreditCard.setIssuerPartyContactMechanism(PartyContactMechanism entity) voidBillingAccountRole.setPartyContactMechanism(PartyContactMechanism entity) -
Uses of PartyContactMechanism in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionBillingAccountRoleFactory.create(BillingAccount billingAccount, Party party, PartyContactMechanism partyContactMechanism, BillingAccountRoleType billingAccountRoleType, Long fromTime, Long thruTime) BillingAccountRoleFactory.create(Session session, BillingAccount billingAccount, Party party, PartyContactMechanism partyContactMechanism, BillingAccountRoleType billingAccountRoleType, Long fromTime, Long thruTime) PartyPaymentMethodCreditCardFactory.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) PartyPaymentMethodCreditCardFactory.create(Session session, 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) -
Uses of PartyContactMechanism in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return PartyContactMechanismModifier and TypeMethodDescriptionShipmentDetail.getDestinationPartyContactMechanism()ShipmentDetail.getDestinationPartyContactMechanism(EntityPermission entityPermission) ShipmentDetail.getDestinationPartyContactMechanism(Session session) ShipmentDetail.getDestinationPartyContactMechanism(Session session, EntityPermission entityPermission) ShipmentDetail.getDestinationPartyContactMechanismForUpdate()ShipmentDetail.getDestinationPartyContactMechanismForUpdate(Session session) ShipmentDetail.getOriginPartyContactMechanism()ShipmentDetail.getOriginPartyContactMechanism(EntityPermission entityPermission) ShipmentDetail.getOriginPartyContactMechanism(Session session) ShipmentDetail.getOriginPartyContactMechanism(Session session, EntityPermission entityPermission) ShipmentDetail.getOriginPartyContactMechanismForUpdate()ShipmentDetail.getOriginPartyContactMechanismForUpdate(Session session) Methods in com.echothree.model.data.shipment.server.entity with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionvoidShipmentDetail.setDestinationPartyContactMechanism(PartyContactMechanism entity) voidShipmentDetail.setOriginPartyContactMechanism(PartyContactMechanism entity) -
Uses of PartyContactMechanism in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory with parameters of type PartyContactMechanismModifier and TypeMethodDescriptionShipmentDetailFactory.create(Shipment shipment, ShipmentType shipmentType, String shipmentName, Party originParty, Party originWarehouseParty, PartyContactMechanism originPartyContactMechanism, Party destinationParty, Party destinationWarehouseParty, PartyContactMechanism destinationPartyContactMechanism, ShippingMethod shippingMethod, Long fromTime, Long thruTime) ShipmentDetailFactory.create(Session session, Shipment shipment, ShipmentType shipmentType, String shipmentName, Party originParty, Party originWarehouseParty, PartyContactMechanism originPartyContactMechanism, Party destinationParty, Party destinationWarehouseParty, PartyContactMechanism destinationPartyContactMechanism, ShippingMethod shippingMethod, Long fromTime, Long thruTime)