Uses of Class
com.echothree.model.data.party.common.pk.PartyPK
Packages that use PartyPK
Package
Description
-
Uses of PartyPK in com.echothree.model.control.accounting.server.control
Methods in com.echothree.model.control.accounting.server.control with parameters of type PartyPKModifier and TypeMethodDescriptionAccountingControl.getTransactionGroupStatusChoices(String defaultTransactionGroupStatusChoice, Language language, boolean allowNullChoice, TransactionGroup transactionGroup, PartyPK partyPK) voidAccountingControl.setTransactionGroupStatus(ExecutionErrorAccumulator eea, TransactionGroup transactionGroup, String transactionGroupStatusChoice, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.campaign.server.control
Methods in com.echothree.model.control.campaign.server.control with parameters of type PartyPKModifier and TypeMethodDescriptionCampaignControl.getCampaignContentStatusChoices(String defaultCampaignContentStatusChoice, Language language, boolean allowNullChoice, CampaignContent campaignContent, PartyPK partyPK) CampaignControl.getCampaignMediumStatusChoices(String defaultCampaignMediumStatusChoice, Language language, boolean allowNullChoice, CampaignMedium campaignMedium, PartyPK partyPK) CampaignControl.getCampaignSourceStatusChoices(String defaultCampaignSourceStatusChoice, Language language, boolean allowNullChoice, CampaignSource campaignSource, PartyPK partyPK) CampaignControl.getCampaignStatusChoices(String defaultCampaignStatusChoice, Language language, boolean allowNullChoice, Campaign campaign, PartyPK partyPK) CampaignControl.getCampaignTermStatusChoices(String defaultCampaignTermStatusChoice, Language language, boolean allowNullChoice, CampaignTerm campaignTerm, PartyPK partyPK) voidCampaignControl.setCampaignContentStatus(ExecutionErrorAccumulator eea, Party party, String employeeStatusChoice, PartyPK modifiedBy) voidCampaignControl.setCampaignMediumStatus(ExecutionErrorAccumulator eea, Party party, String employeeStatusChoice, PartyPK modifiedBy) voidCampaignControl.setCampaignSourceStatus(ExecutionErrorAccumulator eea, Party party, String employeeStatusChoice, PartyPK modifiedBy) voidCampaignControl.setCampaignStatus(ExecutionErrorAccumulator eea, Party party, String employeeStatusChoice, PartyPK modifiedBy) voidCampaignControl.setCampaignTermStatus(ExecutionErrorAccumulator eea, Party party, String employeeStatusChoice, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.campaign.server.logic
Methods in com.echothree.model.control.campaign.server.logic with parameters of type PartyPKModifier and TypeMethodDescriptionvoidCampaignContentLogic.setCampaignContentStatus(Session session, ExecutionErrorAccumulator eea, CampaignContent campaignContent, String campaignContentStatusChoice, PartyPK modifiedBy) voidCampaignMediumLogic.setCampaignMediumStatus(Session session, ExecutionErrorAccumulator eea, CampaignMedium campaignMedium, String campaignMediumStatusChoice, PartyPK modifiedBy) voidCampaignSourceLogic.setCampaignSourceStatus(Session session, ExecutionErrorAccumulator eea, CampaignSource campaignSource, String campaignSourceStatusChoice, PartyPK modifiedBy) voidCampaignLogic.setCampaignStatus(Session session, ExecutionErrorAccumulator eea, Campaign campaign, String campaignStatusChoice, PartyPK modifiedBy) voidCampaignTermLogic.setCampaignTermStatus(Session session, ExecutionErrorAccumulator eea, CampaignTerm campaignTerm, String campaignTermStatusChoice, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.cancellationpolicy.server.logic
Methods in com.echothree.model.control.cancellationpolicy.server.logic with parameters of type PartyPKModifier and TypeMethodDescriptionPartyCancellationPolicyLogic.getPartyCancellationPolicyStatusChoices(String defaultOrderStatusChoice, Language language, boolean allowNullChoice, PartyCancellationPolicy partyCancellationPolicy, PartyPK partyPK) voidPartyCancellationPolicyLogic.setPartyCancellationPolicyStatus(ExecutionErrorAccumulator eea, PartyCancellationPolicy partyCancellationPolicy, String orderStatusChoice, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.comment.server.control
Methods in com.echothree.model.control.comment.server.control with parameters of type PartyPKModifier and TypeMethodDescriptionCommentControl.getCommentStatusChoices(ExecutionErrorAccumulator eea, String defaultCommentStatusChoice, Language language, boolean allowNullChoice, CommentType commentType, Comment comment, PartyPK partyPK) voidCommentControl.setCommentStatus(ExecutionErrorAccumulator eea, Comment comment, String commentStatusChoice, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.contact.server.control
Methods in com.echothree.model.control.contact.server.control with parameters of type PartyPKModifier and TypeMethodDescriptionContactControl.getEmailAddressStatusChoices(String defaultEmailAddressStatusChoice, Language language, boolean allowNullChoice, ContactMechanism contactMechanism, PartyPK partyPK) ContactControl.getEmailAddressVerificationChoices(String defaultEmailAddressVerificationChoice, Language language, boolean allowNullChoice, ContactMechanism contactMechanism, PartyPK partyPK) ContactControl.getPostalAddressStatusChoices(String defaultPostalAddressStatusChoice, Language language, boolean allowNullChoice, ContactMechanism contactMechanism, PartyPK partyPK) ContactControl.getTelephoneStatusChoices(String defaultTelephoneStatusChoice, Language language, boolean allowNullChoice, ContactMechanism contactMechanism, PartyPK partyPK) ContactControl.getWebAddressStatusChoices(String defaultWebAddressStatusChoice, Language language, boolean allowNullChoice, ContactMechanism contactMechanism, PartyPK partyPK) voidContactControl.setEmailAddressStatus(ExecutionErrorAccumulator eea, ContactMechanism contactMechanism, String emailAddressStatusChoice, PartyPK modifiedBy) voidContactControl.setEmailAddressVerification(ExecutionErrorAccumulator eea, ContactMechanism contactMechanism, String emailAddressVerificationChoice, PartyPK modifiedBy) voidContactControl.setPostalAddressStatus(ExecutionErrorAccumulator eea, ContactMechanism contactMechanism, String postalAddressStatusChoice, PartyPK modifiedBy) voidContactControl.setTelephoneStatus(ExecutionErrorAccumulator eea, ContactMechanism contactMechanism, String telephoneStatusChoice, PartyPK modifiedBy) voidContactControl.setWebAddressStatus(ExecutionErrorAccumulator eea, ContactMechanism contactMechanism, String webAddressStatusChoice, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.contact.server.logic
Methods in com.echothree.model.control.contact.server.logic with parameters of type PartyPKModifier and TypeMethodDescriptionvoidContactMechanismLogic.deleteContactMechanism(ExecutionErrorAccumulator eea, ContactMechanism contactMechanism, PartyPK deletedBy) voidContactMechanismLogic.deleteContactMechanism(ExecutionErrorAccumulator eea, String contactMechanismName, PartyPK deletedBy) -
Uses of PartyPK in com.echothree.model.control.contactlist.server.control
Methods in com.echothree.model.control.contactlist.server.control with parameters of type PartyPKModifier and TypeMethodDescriptionContactListControl.getPartyContactListStatusChoices(String defaultPartyContactListStatusChoice, Language language, boolean allowNullChoice, PartyContactList partyContactList, PartyPK partyPK) voidContactListControl.setPartyContactListStatus(ExecutionErrorAccumulator eea, PartyContactList partyContactList, String partyContactListStatusChoice, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control with parameters of type PartyPKModifier and TypeMethodDescriptionEncryptionKeyControl.createBaseEncryptionKey(ExecutionErrorAccumulator eea, BaseKey baseKey1, BaseKey baseKey2, PartyPK createdBy) EncryptionKeyControl.getBaseEncryptionKeyStatusChoices(String defaultBaseEncryptionKeyStatusChoice, Language language, boolean allowNullChoice, BaseEncryptionKey baseEncryptionKey, PartyPK partyPK) EventControl.getEventGroupStatusChoices(String defaultEventGroupStatusChoice, Language language, boolean allowNullChoice, EventGroup eventGroup, PartyPK partyPK) voidEncryptionKeyControl.setBaseEncryptionKeyStatus(ExecutionErrorAccumulator eea, BaseEncryptionKey baseEncryptionKey, String baseEncryptionKeyStatusChoice, PartyPK modifiedBy) voidEventControl.setEventGroupStatus(ExecutionErrorAccumulator eea, EventGroup eventGroup, String eventGroupStatusChoice, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.core.server.logic
Methods in com.echothree.model.control.core.server.logic with parameters of type PartyPKModifier and TypeMethodDescriptionvoidEntityAliasTypeLogic.deleteEntityAliasType(ExecutionErrorAccumulator eea, EntityAliasType entityAliasType, PartyPK deletedByPK) voidEntityAttributeLogic.deleteEntityAttribute(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, PartyPK deletedByPK) -
Uses of PartyPK in com.echothree.model.control.customer.server.control
Methods in com.echothree.model.control.customer.server.control with parameters of type PartyPKModifier and TypeMethodDescriptionCustomerControl.getCustomerCreditStatusChoices(String defaultCustomerCreditStatusChoice, Language language, boolean allowNullChoice, Party customerParty, PartyPK partyPK) CustomerControl.getCustomerStatusChoices(String defaultCustomerStatusChoice, Language language, boolean allowNullChoice, Party customerParty, PartyPK partyPK) voidCustomerControl.setCustomerCreditStatus(ExecutionErrorAccumulator eea, Party party, String customerCreditStatusChoice, PartyPK modifiedBy) voidCustomerControl.setCustomerStatus(ExecutionErrorAccumulator eea, Party party, String customerStatusChoice, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.customer.server.logic
Methods in com.echothree.model.control.customer.server.logic with parameters of type PartyPKModifier and TypeMethodDescriptionvoidCustomerLogic.setCustomerStatus(Session session, ExecutionErrorAccumulator eea, Party party, String customerStatusChoice, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.document.server.logic
Methods in com.echothree.model.control.document.server.logic with parameters of type PartyPKModifier and TypeMethodDescriptionDocumentLogic.createDocument(ExecutionErrorAccumulator ema, DocumentType documentType, MimeType mimeType, Language preferredLanguage, String description, ByteArray blob, String clob, PartyPK createdBy) DocumentLogic.createPartyDocument(ExecutionErrorAccumulator ema, Party party, DocumentType documentType, MimeType mimeType, Boolean isDefault, Integer sortOrder, Language preferredLanguage, String description, ByteArray blob, String clob, PartyPK createdBy) -
Uses of PartyPK in com.echothree.model.control.employee.server.control
Methods in com.echothree.model.control.employee.server.control with parameters of type PartyPKModifier and TypeMethodDescriptionEmployeeControl.getEmployeeAvailabilityChoices(String defaultEmployeeAvailabilityChoice, Language language, boolean allowNullChoice, Party employeeParty, PartyPK partyPK) EmployeeControl.getEmployeeStatusChoices(String defaultEmployeeStatusChoice, Language language, boolean allowNullChoice, Party employeeParty, PartyPK partyPK) EmployeeControl.getLeaveStatusChoices(String defaultLeaveStatusChoice, Language language, boolean allowNullChoice, Leave leave, PartyPK partyPK) voidEmployeeControl.setEmployeeAvailability(ExecutionErrorAccumulator eea, Party party, String employeeAvailabilityChoice, PartyPK modifiedBy) voidEmployeeControl.setEmployeeStatus(ExecutionErrorAccumulator eea, Party party, String employeeStatusChoice, PartyPK modifiedBy) voidEmployeeControl.setLeaveStatus(ExecutionErrorAccumulator eea, Leave leave, String leaveStatusChoice, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.employee.server.logic
Methods in com.echothree.model.control.employee.server.logic with parameters of type PartyPKModifier and TypeMethodDescriptionLeaveLogic.createLeave(Session session, Party party, Party companyParty, LeaveType leaveType, LeaveReason leaveReason, Long startTime, Long endTime, Long totalTime, WorkflowEntrance leaveStatus, PartyPK createdBy) voidLeaveLogic.updateLeaveFromValue(ExecutionErrorAccumulator eea, LeaveDetailValue leaveDetailValue, PartyPK updatedBy) -
Uses of PartyPK in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control with parameters of type PartyPKModifier and TypeMethodDescriptionInventoryControl.getInventoryLocationGroupStatusChoices(String defaultInventoryLocationGroupStatusChoice, Language language, InventoryLocationGroup inventoryLocationGroup, PartyPK partyPK) voidInventoryControl.setInventoryLocationGroupStatus(ExecutionErrorAccumulator eea, InventoryLocationGroup inventoryLocationGroup, String inventoryLocationGroupStatusChoice, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.invoice.server.logic
Methods in com.echothree.model.control.invoice.server.logic with parameters of type PartyPKModifier and TypeMethodDescriptionPurchaseInvoiceLogic.getPurchaseInvoiceStatusChoices(String defaultInvoiceStatusChoice, Language language, boolean allowNullChoice, Invoice invoice, PartyPK partyPK) voidPurchaseInvoiceLogic.setPurchaseInvoiceStatus(ExecutionErrorAccumulator eea, Invoice invoice, String invoiceStatusChoice, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control with parameters of type PartyPKModifier and TypeMethodDescriptionItemControl.getItemStatusChoices(String defaultItemStatusChoice, Language language, boolean allowNullChoice, Item item, PartyPK partyPK) voidItemControl.setItemStatus(ExecutionErrorAccumulator eea, Item item, String itemStatusChoice, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.item.server.logic
Methods in com.echothree.model.control.item.server.logic with parameters of type PartyPKModifier and TypeMethodDescriptionvoidItemLogic.setItemStatus(Session session, ExecutionErrorAccumulator eea, Item item, String itemStatusChoice, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.job.server.control
Methods in com.echothree.model.control.job.server.control with parameters of type PartyPKModifier and TypeMethodDescriptionJobControl.getJobStatusChoices(String defaultJobStatusChoice, Language language, boolean allowNullChoice, Job job, PartyPK partyPK) voidJobControl.setJobStatus(ExecutionErrorAccumulator eea, Job job, String jobStatusChoice, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.order.server.trigger
Methods in com.echothree.model.control.order.server.trigger with parameters of type PartyPKModifier and TypeMethodDescriptionvoidOrderTrigger.handleTrigger(Session session, ExecutionErrorAccumulator eea, WorkflowEntityStatus workflowEntityStatus, PartyPK triggeredBy) voidOrderTypeTrigger.handleTrigger(Session session, ExecutionErrorAccumulator eea, WorkflowEntityStatus workflowEntityStatus, Order order, PartyPK triggeredBy) -
Uses of PartyPK in com.echothree.model.control.party.server.control
Methods in com.echothree.model.control.party.server.control with parameters of type PartyPKModifier and TypeMethodDescriptionPartyControl.getPartyByPK(PartyPK partyPK) PartyControl.getPartyDetailValueByPKForUpdate(PartyPK partyPK) -
Uses of PartyPK in com.echothree.model.control.party.server.logic
Methods in com.echothree.model.control.party.server.logic with parameters of type PartyPKModifier and TypeMethodDescriptionvoidNameSuffixLogic.deleteNameSuffix(ExecutionErrorAccumulator eea, NameSuffix nameSuffix, PartyPK deletedBy) voidNameSuffixLogic.deleteNameSuffix(ExecutionErrorAccumulator eea, String nameSuffixId, PartyPK deletedBy) voidPersonalTitleLogic.deletePersonalTitle(ExecutionErrorAccumulator eea, PersonalTitle personalTitle, PartyPK deletedBy) voidPersonalTitleLogic.deletePersonalTitle(ExecutionErrorAccumulator eea, String personalTitleId, PartyPK deletedBy) voidEmployeeLogic.setEmployeeStatus(Session session, ExecutionErrorAccumulator eea, Party party, String employeeStatusChoice, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.payment.server.logic
Methods in com.echothree.model.control.payment.server.logic with parameters of type PartyPKModifier and TypeMethodDescriptionvoidPartyPaymentMethodLogic.deletePartyPaymentMethod(ExecutionErrorAccumulator eea, PartyPaymentMethod partyPaymentMethod, PartyPK deletedBy) voidPartyPaymentMethodLogic.deletePartyPaymentMethod(ExecutionErrorAccumulator eea, String partyPaymentMethodName, PartyPK deletedBy) -
Uses of PartyPK in com.echothree.model.control.period.server.control
Methods in com.echothree.model.control.period.server.control with parameters of type PartyPKModifier and TypeMethodDescriptionPeriodControl.getFiscalPeriodStatusChoices(String defaultFiscalPeriodStatusChoice, Language language, boolean allowNullChoice, Period period, PartyPK partyPK) voidPeriodControl.setFiscalPeriodStatus(ExecutionErrorAccumulator eea, Period period, String fiscalPeriodStatusChoice, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.period.server.logic
Methods in com.echothree.model.control.period.server.logic with parameters of type PartyPKModifier and TypeMethodDescriptionFiscalPeriodLogic.createFiscalYear(ExecutionErrorAccumulator eea, Integer year, PartyPK createdBy) PeriodLogic.createPeriod(PeriodKind periodKind, String periodName, Period parentPeriod, PeriodType periodType, Long startTime, Long endTime, PartyPK createdBy) FiscalPeriodLogic.ensurePerpetual(ExecutionErrorAccumulator eea, PartyPK createdBy) -
Uses of PartyPK in com.echothree.model.control.printer.server.control
Methods in com.echothree.model.control.printer.server.control with parameters of type PartyPKModifier and TypeMethodDescriptionPrinterControl.getPrinterGroupJobStatusChoices(String defaultPrinterGroupJobStatusChoice, Language language, PrinterGroupJob printerGroupJob, PartyPK partyPK) PrinterControl.getPrinterGroupStatusChoices(String defaultPrinterGroupStatusChoice, Language language, PrinterGroup printerGroup, PartyPK partyPK) PrinterControl.getPrinterStatusChoices(String defaultPrinterStatusChoice, Language language, Printer printer, PartyPK partyPK) voidPrinterControl.setPrinterGroupJobStatus(ExecutionErrorAccumulator eea, PrinterGroupJob printerGroupJob, String printerGroupJobStatusChoice, PartyPK modifiedBy) voidPrinterControl.setPrinterGroupStatus(ExecutionErrorAccumulator eea, PrinterGroup printerGroup, String printerGroupStatusChoice, PartyPK modifiedBy) voidPrinterControl.setPrinterStatus(ExecutionErrorAccumulator eea, Printer printer, String printerStatusChoice, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.printer.server.logic
Methods in com.echothree.model.control.printer.server.logic with parameters of type PartyPKModifier and TypeMethodDescriptionPrinterGroupJobLogic.createPrinterGroupJob(ExecutionErrorAccumulator ema, PrinterGroup printerGroup, Integer copies, Integer priority, MimeType mimeType, Language preferredLanguage, String description, ByteArray blob, String clob, PartyPK createdBy) voidPrinterGroupJobLogic.deletePrinterGroupJob(ExecutionErrorAccumulator ema, PrinterGroupJob printerGroupJob, PartyPK deletedBy) -
Uses of PartyPK in com.echothree.model.control.printer.server.trigger
Methods in com.echothree.model.control.printer.server.trigger with parameters of type PartyPKModifier and TypeMethodDescriptionvoidPrinterGroupJobTrigger.handleTrigger(Session session, ExecutionErrorAccumulator eea, WorkflowEntityStatus workflowEntityStatus, PartyPK triggeredBy) -
Uses of PartyPK in com.echothree.model.control.purchase.server.logic
Methods in com.echothree.model.control.purchase.server.logic with parameters of type PartyPKModifier and TypeMethodDescriptionvoidPurchaseOrderLogic.checkOrderAvailableForModification(Session session, ExecutionErrorAccumulator eea, Order order, PartyPK modifiedBy) Check to see if an Order is available for modification, and if it isn't, send back an error.PurchaseOrderLogic.getPurchaseOrderStatusChoices(String defaultOrderStatusChoice, Language language, boolean allowNullChoice, Order order, PartyPK partyPK) voidPurchaseOrderLogic.setPurchaseOrderStatus(Session session, ExecutionErrorAccumulator eea, Order order, String orderStatusChoice, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.returnpolicy.server.logic
Methods in com.echothree.model.control.returnpolicy.server.logic with parameters of type PartyPKModifier and TypeMethodDescriptionPartyReturnPolicyLogic.getPartyReturnPolicyStatusChoices(String defaultOrderStatusChoice, Language language, boolean allowNullChoice, PartyReturnPolicy partyReturnPolicy, PartyPK partyPK) voidPartyReturnPolicyLogic.setPartyReturnPolicyStatus(ExecutionErrorAccumulator eea, PartyReturnPolicy partyReturnPolicy, String orderStatusChoice, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.sales.server.logic
Methods in com.echothree.model.control.sales.server.logic with parameters of type PartyPKModifier and TypeMethodDescriptionvoidSalesOrderLogic.checkOrderAvailableForModification(Session session, ExecutionErrorAccumulator eea, Order order, PartyPK modifiedBy) Check to see if an Order is available for modification, and if it isn't, send back an error.SalesOrderPaymentPreferenceLogic.createSalesOrderPaymentPreference(Session session, ExecutionErrorAccumulator eea, Order order, Integer orderPaymentPreferenceSequence, PaymentMethod paymentMethod, PartyPaymentMethod partyPaymentMethod, Boolean wasPresent, Long maximumAmount, Integer sortOrder, PartyPK createdBy) Create an Order Payment Preference for a given Order.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.SalesOrderBatchLogic.getSalesOrderBatchStatusChoices(String defaultSalesOrderBatchStatusChoice, Language language, boolean allowNullChoice, Batch batch, PartyPK partyPK) SalesOrderLogic.getSalesOrderStatusChoices(String defaultOrderStatusChoice, Language language, boolean allowNullChoice, Order order, PartyPK partyPK) voidSalesOrderBatchLogic.setSalesOrderBatchStatus(Session session, ExecutionErrorAccumulator eea, Batch batch, String salesOrderBatchStatusChoice, PartyPK modifiedBy) voidSalesOrderLogic.setSalesOrderStatus(Session session, ExecutionErrorAccumulator eea, Order order, String orderStatusChoice, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.sales.server.trigger
Methods in com.echothree.model.control.sales.server.trigger with parameters of type PartyPKModifier and TypeMethodDescriptionvoidSalesOrderTrigger.handleTrigger(Session session, ExecutionErrorAccumulator eea, WorkflowEntityStatus workflowEntityStatus, Order order, PartyPK triggeredBy) -
Uses of PartyPK in com.echothree.model.control.security.server.control
Methods in com.echothree.model.control.security.server.control with parameters of type PartyPKModifier and TypeMethodDescriptionbooleanSecurityControl.partyEntitySecurityRoleExists(PartyPK partyPK, EntityInstance entityInstancePK, SecurityRolePK securityRolePK) booleanSecurityControl.partySecurityRoleExists(PartyPK partyPK, SecurityRolePK securityRolePK) -
Uses of PartyPK in com.echothree.model.control.track.server.control
Methods in com.echothree.model.control.track.server.control with parameters of type PartyPKModifier and TypeMethodDescriptionTrackControl.getTrackStatusChoices(String defaultTrackStatusChoice, Language language, boolean allowNullChoice, Track track, PartyPK partyPK) voidTrackControl.setTrackStatus(ExecutionErrorAccumulator eea, Party party, String employeeStatusChoice, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.track.server.logic
Methods in com.echothree.model.control.track.server.logic with parameters of type PartyPKModifier and TypeMethodDescriptionvoidTrackLogic.setTrackStatus(Session session, ExecutionErrorAccumulator eea, Track track, String trackStatusChoice, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.training.server.control
Methods in com.echothree.model.control.training.server.control with parameters of type PartyPKModifier and TypeMethodDescriptionTrainingControl.getPartyTrainingClassStatusChoices(String defaultPartyTrainingClassStatusChoice, Language language, boolean allowNullChoice, PartyTrainingClass partyTrainingClass, PartyPK partyPK) voidTrainingControl.setPartyTrainingClassStatus(ExecutionErrorAccumulator eea, PartyTrainingClass partyTrainingClass, String partyTrainingClassStatusChoice, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.training.server.logic
Methods in com.echothree.model.control.training.server.logic with parameters of type PartyPKModifier and TypeMethodDescriptionvoidPartyTrainingClassLogic.checkPartyTrainingClassStatus(ExecutionErrorAccumulator eea, PartyTrainingClass partyTrainingClass, PartyPK modifiedBy) Check to make sure that the Party requesting the Party Training Class is the one that its assigned to, and verify that its in a valid status for requesting the information. -
Uses of PartyPK in com.echothree.model.control.training.server.trigger
Methods in com.echothree.model.control.training.server.trigger with parameters of type PartyPKModifier and TypeMethodDescriptionvoidPartyTrainingClassTrigger.handleTrigger(Session session, ExecutionErrorAccumulator eea, WorkflowEntityStatus workflowEntityStatus, PartyPK triggeredBy) -
Uses of PartyPK in com.echothree.model.control.user.server.control
Methods in com.echothree.model.control.user.server.control that return PartyPKMethods in com.echothree.model.control.user.server.control with parameters of type PartyPKModifier and TypeMethodDescriptionUserControl.getUserVisitGroupStatusChoices(String defaultUserVisitGroupStatusChoice, Language language, boolean allowNullChoice, UserVisitGroup userVisitGroup, PartyPK partyPK) voidUserControl.setUserVisitGroupStatus(ExecutionErrorAccumulator eea, UserVisitGroup userVisitGroup, String userVisitGroupStatusChoice, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.user.server.logic
Methods in com.echothree.model.control.user.server.logic with parameters of type PartyPKModifier and TypeMethodDescriptionvoidUserVisitLogic.disassociatePartyFromUserVisit(UserVisit userVisit, Long endTime, PartyPK disassociatedBy) Disassociate any Party from the specified UserVisit by deleting the UserSession, keep all the Preferred* properties.voidUserVisitLogic.invalidateAbandonedUserVisits(Long abandonedTime, PartyPK invalidatedBy) voidUserVisitLogic.invalidateUserVisit(UserVisitPK userVisitPK, PartyPK invalidatedBy) voidUserVisitLogic.invalidateUserVisit(UserVisit userVisit, PartyPK invalidatedBy) voidUserVisitLogic.logout(UserVisitPK userVisitPK, Long endTime, PartyPK loggedOutBy) Remove any Party's specific connection to the UserVisit and its UserKey. -
Uses of PartyPK in com.echothree.model.control.vendor.server.control
Methods in com.echothree.model.control.vendor.server.control with parameters of type PartyPKModifier and TypeMethodDescriptionVendorControl.getVendorItemStatusChoices(String defaultVendorItemStatusChoice, Language language, boolean allowNullChoice, VendorItem vendorItem, PartyPK partyPK) VendorControl.getVendorStatusChoices(String defaultVendorStatusChoice, Language language, boolean allowNullChoice, Party vendorParty, PartyPK partyPK) voidVendorControl.setVendorItemStatus(ExecutionErrorAccumulator eea, VendorItem vendorItem, String vendorItemStatusChoice, PartyPK modifiedBy) voidVendorControl.setVendorStatus(ExecutionErrorAccumulator eea, Party party, String vendorStatusChoice, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.vendor.server.logic
Methods in com.echothree.model.control.vendor.server.logic with parameters of type PartyPKModifier and TypeMethodDescriptionvoidVendorLogic.setVendorStatus(Session session, ExecutionErrorAccumulator eea, Party party, String vendorStatusChoice, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.warehouse.server.control
Methods in com.echothree.model.control.warehouse.server.control with parameters of type PartyPKModifier and TypeMethodDescriptionWarehouseControl.getLocationStatusChoices(String defaultLocationStatusChoice, Language language, Location location, PartyPK partyPK) voidWarehouseControl.setLocationStatus(ExecutionErrorAccumulator eea, Location location, String locationStatusChoice, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.wishlist.server.logic
Methods in com.echothree.model.control.wishlist.server.logic with parameters of type PartyPKModifier and TypeMethodDescriptionvoidWishlistLogic.createWishlistLine(Session session, ExecutionErrorAccumulator ema, UserVisit userVisit, Party party, Source source, OfferItemPrice offerItemPrice, WishlistType wishlistType, WishlistPriority wishlistPriority, Long quantity, String comment, PartyPK createdBy) -
Uses of PartyPK in com.echothree.model.control.workflow.server.control
Methods in com.echothree.model.control.workflow.server.control with parameters of type PartyPKModifier and TypeMethodDescriptionWorkflowControl.getWorkflowDestinationChoices(BaseWorkflowChoicesBean baseWorkflowChoicesBean, String defaultWorkflowDestinationChoice, Language language, boolean allowNullChoice, WorkflowStep workflowStep, PartyPK partyPK) WorkflowControl.getWorkflowEntranceChoices(BaseWorkflowChoicesBean baseWorkflowChoicesBean, String defaultWorkflowEntranceChoice, Language language, boolean allowNullChoice, Workflow workflow, PartyPK partyPK) voidWorkflowControl.transitionEntityInWorkflow(ExecutionErrorAccumulator eea, WorkflowEntityStatus workflowEntityStatus, WorkflowDestination workflowDestination, Long triggerTime, PartyPK modifiedBy) voidWorkflowControl.transitionEntityInWorkflowUsingNames(ExecutionErrorAccumulator eea, WorkflowEntityStatus workflowEntityStatus, String workflowDestinationName, Long triggerTime, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.workflow.server.logic
Methods in com.echothree.model.control.workflow.server.logic with parameters of type PartyPKModifier and TypeMethodDescriptionbooleanWorkflowSecurityLogic.checkAddEntityToWorkflow(ExecutionErrorAccumulator eea, WorkflowEntrance workflowEntrance, PartyPK modifiedBy) booleanWorkflowSecurityLogic.checkTransitionEntityInWorkflow(ExecutionErrorAccumulator eea, WorkflowDestination workflowDestination, PartyPK modifiedBy) booleanWorkflowSecurityLogic.checkWorkflowDestinationAvailable(WorkflowDestination workflowDestination, PartyPK partyPK) booleanWorkflowSecurityLogic.checkWorkflowEntranceAvailable(WorkflowEntrance workflowEntrance, PartyPK partyPK) voidWorkflowTriggerLogic.processWorkflowTriggers(Session session, ExecutionErrorAccumulator eea, PartyPK triggeredBy) -
Uses of PartyPK in com.echothree.model.control.workflow.server.trigger
Methods in com.echothree.model.control.workflow.server.trigger with parameters of type PartyPKModifier and TypeMethodDescriptionvoidEntityTypeTrigger.handleTrigger(Session session, ExecutionErrorAccumulator eea, WorkflowEntityStatus workflowEntityStatus, PartyPK triggeredBy) -
Uses of PartyPK in com.echothree.model.control.workrequirement.server.control
Methods in com.echothree.model.control.workrequirement.server.control with parameters of type PartyPKModifier and TypeMethodDescriptionWorkRequirementControl.getWorkAssignmentStatusChoices(String defaultWorkAssignmentStatusChoice, Language language, boolean allowNullChoice, WorkAssignment workAssignment, PartyPK partyPK) WorkRequirementControl.getWorkRequirementStatusChoices(String defaultWorkRequirementStatusChoice, Language language, boolean allowNullChoice, WorkRequirement workRequirement, PartyPK partyPK) WorkRequirementControl.getWorkTimeStatusChoices(String defaultWorkTimeStatusChoice, Language language, boolean allowNullChoice, WorkTime workTime, PartyPK partyPK) voidWorkRequirementControl.setWorkAssignmentStatus(ExecutionErrorAccumulator eea, WorkAssignment workAssignment, String workAssignmentStatusChoice, PartyPK modifiedBy) voidWorkRequirementControl.setWorkRequirementStatus(ExecutionErrorAccumulator eea, WorkRequirement workRequirement, String workRequirementStatusChoice, PartyPK modifiedBy) voidWorkRequirementControl.setWorkTimeStatus(ExecutionErrorAccumulator eea, WorkTime workTime, String workTimeStatusChoice, PartyPK modifiedBy) -
Uses of PartyPK in com.echothree.model.control.workrequirement.server.logic
Methods in com.echothree.model.control.workrequirement.server.logic with parameters of type PartyPKModifier and TypeMethodDescriptionvoidWorkRequirementLogic.endWorkTime(WorkTime workTime, Long endTime, boolean complete, PartyPK endedBy) voidWorkRequirementLogic.endWorkTimesByUserVisit(UserVisit userVisit, Long endTime, PartyPK updatedBy) -
Uses of PartyPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return PartyPKModifier and TypeMethodDescriptionGlAccountSummary.getGroupPartyPK()TransactionDetail.getGroupPartyPK()TransactionGlEntry.getGroupPartyPK()PartyGlAccount.getPartyPK()Methods in com.echothree.model.data.accounting.server.entity with parameters of type PartyPKModifier and TypeMethodDescriptionvoidGlAccountSummary.setGroupPartyPK(PartyPK groupPartyPK) voidTransactionDetail.setGroupPartyPK(PartyPK groupPartyPK) voidTransactionGlEntry.setGroupPartyPK(PartyPK groupPartyPK) voidPartyGlAccount.setPartyPK(PartyPK partyPK) -
Uses of PartyPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionGlAccountSummaryFactory.create(GlAccountPK glAccountPK, PartyPK groupPartyPK, PeriodPK periodPK, Long debitTotal, Long creditTotal, Long balance) GlAccountSummaryFactory.create(Session session, GlAccountPK glAccountPK, PartyPK groupPartyPK, PeriodPK periodPK, Long debitTotal, Long creditTotal, Long balance) PartyGlAccountFactory.create(PartyPK partyPK, GlAccountPK glAccountPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyGlAccountFactory.create(Session session, PartyPK partyPK, GlAccountPK glAccountPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) TransactionDetailFactory.create(TransactionPK transactionPK, String transactionName, PartyPK groupPartyPK, TransactionGroupPK transactionGroupPK, TransactionTypePK transactionTypePK, Long fromTime, Long thruTime) TransactionDetailFactory.create(Session session, TransactionPK transactionPK, String transactionName, PartyPK groupPartyPK, TransactionGroupPK transactionGroupPK, TransactionTypePK transactionTypePK, Long fromTime, Long thruTime) TransactionGlEntryFactory.create(TransactionPK transactionPK, Integer transactionGlEntrySequence, PartyPK groupPartyPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, CurrencyPK originalCurrencyPK, Long originalDebit, Long originalCredit, Long debit, Long credit, Long fromTime, Long thruTime) TransactionGlEntryFactory.create(Session session, TransactionPK transactionPK, Integer transactionGlEntrySequence, PartyPK groupPartyPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, CurrencyPK originalCurrencyPK, Long originalDebit, Long originalCredit, Long debit, Long credit, Long fromTime, Long thruTime) -
Uses of PartyPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return PartyPKModifier and TypeMethodDescriptionGlAccountSummaryValue.getGroupPartyPK()TransactionDetailValue.getGroupPartyPK()TransactionGlEntryValue.getGroupPartyPK()PartyGlAccountValue.getPartyPK()Methods in com.echothree.model.data.accounting.server.value with parameters of type PartyPKModifier and TypeMethodDescriptionvoidGlAccountSummaryValue.setGroupPartyPK(PartyPK groupPartyPK) voidTransactionDetailValue.setGroupPartyPK(PartyPK groupPartyPK) voidTransactionGlEntryValue.setGroupPartyPK(PartyPK groupPartyPK) voidPartyGlAccountValue.setPartyPK(PartyPK partyPK) Constructors in com.echothree.model.data.accounting.server.value with parameters of type PartyPKModifierConstructorDescriptionGlAccountSummaryValue(GlAccountPK glAccountPK, PartyPK groupPartyPK, PeriodPK periodPK, Long debitTotal, Long creditTotal, Long balance) Creates a new instance of GlAccountSummaryValueGlAccountSummaryValue(GlAccountSummaryPK glAccountSummaryPK, GlAccountPK glAccountPK, PartyPK groupPartyPK, PeriodPK periodPK, Long debitTotal, Long creditTotal, Long balance) Creates a new instance of GlAccountSummaryValuePartyGlAccountValue(PartyGlAccountPK partyGlAccountPK, PartyPK partyPK, GlAccountPK glAccountPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyGlAccountValuePartyGlAccountValue(PartyPK partyPK, GlAccountPK glAccountPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyGlAccountValueTransactionDetailValue(TransactionDetailPK transactionDetailPK, TransactionPK transactionPK, String transactionName, PartyPK groupPartyPK, TransactionGroupPK transactionGroupPK, TransactionTypePK transactionTypePK, Long fromTime, Long thruTime) Creates a new instance of TransactionDetailValueTransactionDetailValue(TransactionPK transactionPK, String transactionName, PartyPK groupPartyPK, TransactionGroupPK transactionGroupPK, TransactionTypePK transactionTypePK, Long fromTime, Long thruTime) Creates a new instance of TransactionDetailValueTransactionGlEntryValue(TransactionGlEntryPK transactionGlEntryPK, TransactionPK transactionPK, Integer transactionGlEntrySequence, PartyPK groupPartyPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, CurrencyPK originalCurrencyPK, Long originalDebit, Long originalCredit, Long debit, Long credit, Long fromTime, Long thruTime) Creates a new instance of TransactionGlEntryValueTransactionGlEntryValue(TransactionPK transactionPK, Integer transactionGlEntrySequence, PartyPK groupPartyPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, CurrencyPK originalCurrencyPK, Long originalDebit, Long originalCredit, Long debit, Long credit, Long fromTime, Long thruTime) Creates a new instance of TransactionGlEntryValue -
Uses of PartyPK in com.echothree.model.data.associate.server.entity
Methods in com.echothree.model.data.associate.server.entity that return PartyPKMethods in com.echothree.model.data.associate.server.entity with parameters of type PartyPK -
Uses of PartyPK in com.echothree.model.data.associate.server.factory
Methods in com.echothree.model.data.associate.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionAssociateDetailFactory.create(AssociatePK associatePK, AssociateProgramPK associateProgramPK, String associateName, PartyPK partyPK, String description, MimeTypePK summaryMimeTypePK, String summary, Long fromTime, Long thruTime) AssociateDetailFactory.create(Session session, AssociatePK associatePK, AssociateProgramPK associateProgramPK, String associateName, PartyPK partyPK, String description, MimeTypePK summaryMimeTypePK, String summary, Long fromTime, Long thruTime) -
Uses of PartyPK in com.echothree.model.data.associate.server.value
Methods in com.echothree.model.data.associate.server.value that return PartyPKMethods in com.echothree.model.data.associate.server.value with parameters of type PartyPKConstructors in com.echothree.model.data.associate.server.value with parameters of type PartyPKModifierConstructorDescriptionAssociateDetailValue(AssociateDetailPK associateDetailPK, AssociatePK associatePK, AssociateProgramPK associateProgramPK, String associateName, PartyPK partyPK, String description, MimeTypePK summaryMimeTypePK, String summary, Long fromTime, Long thruTime) Creates a new instance of AssociateDetailValueAssociateDetailValue(AssociatePK associatePK, AssociateProgramPK associateProgramPK, String associateName, PartyPK partyPK, String description, MimeTypePK summaryMimeTypePK, String summary, Long fromTime, Long thruTime) Creates a new instance of AssociateDetailValue -
Uses of PartyPK in com.echothree.model.data.cancellationpolicy.server.entity
Methods in com.echothree.model.data.cancellationpolicy.server.entity that return PartyPKMethods in com.echothree.model.data.cancellationpolicy.server.entity with parameters of type PartyPK -
Uses of PartyPK in com.echothree.model.data.cancellationpolicy.server.factory
Methods in com.echothree.model.data.cancellationpolicy.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionPartyCancellationPolicyFactory.create(PartyPK partyPK, CancellationPolicyPK cancellationPolicyPK, Long fromTime, Long thruTime) PartyCancellationPolicyFactory.create(Session session, PartyPK partyPK, CancellationPolicyPK cancellationPolicyPK, Long fromTime, Long thruTime) -
Uses of PartyPK in com.echothree.model.data.cancellationpolicy.server.value
Methods in com.echothree.model.data.cancellationpolicy.server.value that return PartyPKMethods in com.echothree.model.data.cancellationpolicy.server.value with parameters of type PartyPKConstructors in com.echothree.model.data.cancellationpolicy.server.value with parameters of type PartyPKModifierConstructorDescriptionPartyCancellationPolicyValue(PartyCancellationPolicyPK partyCancellationPolicyPK, PartyPK partyPK, CancellationPolicyPK cancellationPolicyPK, Long fromTime, Long thruTime) Creates a new instance of PartyCancellationPolicyValuePartyCancellationPolicyValue(PartyPK partyPK, CancellationPolicyPK cancellationPolicyPK, Long fromTime, Long thruTime) Creates a new instance of PartyCancellationPolicyValue -
Uses of PartyPK in com.echothree.model.data.carrier.server.entity
Methods in com.echothree.model.data.carrier.server.entity that return PartyPKModifier and TypeMethodDescriptionCarrierOptionDetail.getCarrierPartyPK()CarrierServiceDetail.getCarrierPartyPK()PartyCarrier.getCarrierPartyPK()PartyCarrierAccountDetail.getCarrierPartyPK()Carrier.getPartyPK()PartyCarrier.getPartyPK()PartyCarrierAccountDetail.getPartyPK()Methods in com.echothree.model.data.carrier.server.entity with parameters of type PartyPKModifier and TypeMethodDescriptionvoidCarrierOptionDetail.setCarrierPartyPK(PartyPK carrierPartyPK) voidCarrierServiceDetail.setCarrierPartyPK(PartyPK carrierPartyPK) voidPartyCarrier.setCarrierPartyPK(PartyPK carrierPartyPK) voidPartyCarrierAccountDetail.setCarrierPartyPK(PartyPK carrierPartyPK) voidCarrier.setPartyPK(PartyPK partyPK) voidPartyCarrier.setPartyPK(PartyPK partyPK) voidPartyCarrierAccountDetail.setPartyPK(PartyPK partyPK) -
Uses of PartyPK in com.echothree.model.data.carrier.server.factory
Methods in com.echothree.model.data.carrier.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionCarrierFactory.create(PartyPK partyPK, String carrierName, CarrierTypePK carrierTypePK, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, String accountValidationPattern, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CarrierFactory.create(Session session, PartyPK partyPK, String carrierName, CarrierTypePK carrierTypePK, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, String accountValidationPattern, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CarrierOptionDetailFactory.create(CarrierOptionPK carrierOptionPK, PartyPK carrierPartyPK, String carrierOptionName, Boolean isRecommended, Boolean isRequired, SelectorPK recommendedGeoCodeSelectorPK, SelectorPK requiredGeoCodeSelectorPK, SelectorPK recommendedItemSelectorPK, SelectorPK requiredItemSelectorPK, SelectorPK recommendedOrderSelectorPK, SelectorPK requiredOrderSelectorPK, SelectorPK recommendedShipmentSelectorPK, SelectorPK requiredShipmentSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CarrierOptionDetailFactory.create(Session session, CarrierOptionPK carrierOptionPK, PartyPK carrierPartyPK, String carrierOptionName, Boolean isRecommended, Boolean isRequired, SelectorPK recommendedGeoCodeSelectorPK, SelectorPK requiredGeoCodeSelectorPK, SelectorPK recommendedItemSelectorPK, SelectorPK requiredItemSelectorPK, SelectorPK recommendedOrderSelectorPK, SelectorPK requiredOrderSelectorPK, SelectorPK recommendedShipmentSelectorPK, SelectorPK requiredShipmentSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CarrierServiceDetailFactory.create(CarrierServicePK carrierServicePK, PartyPK carrierPartyPK, String carrierServiceName, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CarrierServiceDetailFactory.create(Session session, CarrierServicePK carrierServicePK, PartyPK carrierPartyPK, String carrierServiceName, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyCarrierAccountDetailFactory.create(PartyCarrierAccountPK partyCarrierAccountPK, PartyPK partyPK, PartyPK carrierPartyPK, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) PartyCarrierAccountDetailFactory.create(Session session, PartyCarrierAccountPK partyCarrierAccountPK, PartyPK partyPK, PartyPK carrierPartyPK, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) PartyCarrierFactory.create(Session session, PartyPK partyPK, PartyPK carrierPartyPK, Long fromTime, Long thruTime) -
Uses of PartyPK in com.echothree.model.data.carrier.server.value
Methods in com.echothree.model.data.carrier.server.value that return PartyPKModifier and TypeMethodDescriptionCarrierOptionDetailValue.getCarrierPartyPK()CarrierServiceDetailValue.getCarrierPartyPK()PartyCarrierAccountDetailValue.getCarrierPartyPK()PartyCarrierValue.getCarrierPartyPK()CarrierValue.getPartyPK()PartyCarrierAccountDetailValue.getPartyPK()PartyCarrierValue.getPartyPK()Methods in com.echothree.model.data.carrier.server.value with parameters of type PartyPKModifier and TypeMethodDescriptionvoidCarrierOptionDetailValue.setCarrierPartyPK(PartyPK carrierPartyPK) voidCarrierServiceDetailValue.setCarrierPartyPK(PartyPK carrierPartyPK) voidPartyCarrierAccountDetailValue.setCarrierPartyPK(PartyPK carrierPartyPK) voidPartyCarrierValue.setCarrierPartyPK(PartyPK carrierPartyPK) voidCarrierValue.setPartyPK(PartyPK partyPK) voidPartyCarrierAccountDetailValue.setPartyPK(PartyPK partyPK) voidPartyCarrierValue.setPartyPK(PartyPK partyPK) Constructors in com.echothree.model.data.carrier.server.value with parameters of type PartyPKModifierConstructorDescriptionCarrierOptionDetailValue(CarrierOptionDetailPK carrierOptionDetailPK, CarrierOptionPK carrierOptionPK, PartyPK carrierPartyPK, String carrierOptionName, Boolean isRecommended, Boolean isRequired, SelectorPK recommendedGeoCodeSelectorPK, SelectorPK requiredGeoCodeSelectorPK, SelectorPK recommendedItemSelectorPK, SelectorPK requiredItemSelectorPK, SelectorPK recommendedOrderSelectorPK, SelectorPK requiredOrderSelectorPK, SelectorPK recommendedShipmentSelectorPK, SelectorPK requiredShipmentSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CarrierOptionDetailValueCarrierOptionDetailValue(CarrierOptionPK carrierOptionPK, PartyPK carrierPartyPK, String carrierOptionName, Boolean isRecommended, Boolean isRequired, SelectorPK recommendedGeoCodeSelectorPK, SelectorPK requiredGeoCodeSelectorPK, SelectorPK recommendedItemSelectorPK, SelectorPK requiredItemSelectorPK, SelectorPK recommendedOrderSelectorPK, SelectorPK requiredOrderSelectorPK, SelectorPK recommendedShipmentSelectorPK, SelectorPK requiredShipmentSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CarrierOptionDetailValueCarrierServiceDetailValue(CarrierServiceDetailPK carrierServiceDetailPK, CarrierServicePK carrierServicePK, PartyPK carrierPartyPK, String carrierServiceName, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CarrierServiceDetailValueCarrierServiceDetailValue(CarrierServicePK carrierServicePK, PartyPK carrierPartyPK, String carrierServiceName, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CarrierServiceDetailValueCarrierValue(CarrierPK carrierPK, PartyPK partyPK, String carrierName, CarrierTypePK carrierTypePK, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, String accountValidationPattern, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CarrierValueCarrierValue(PartyPK partyPK, String carrierName, CarrierTypePK carrierTypePK, SelectorPK geoCodeSelectorPK, SelectorPK itemSelectorPK, String accountValidationPattern, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CarrierValuePartyCarrierAccountDetailValue(PartyCarrierAccountDetailPK partyCarrierAccountDetailPK, PartyCarrierAccountPK partyCarrierAccountPK, PartyPK partyPK, PartyPK carrierPartyPK, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) Creates a new instance of PartyCarrierAccountDetailValuePartyCarrierAccountDetailValue(PartyCarrierAccountPK partyCarrierAccountPK, PartyPK partyPK, PartyPK carrierPartyPK, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) Creates a new instance of PartyCarrierAccountDetailValuePartyCarrierValue(PartyCarrierPK partyCarrierPK, PartyPK partyPK, PartyPK carrierPartyPK, Long fromTime, Long thruTime) Creates a new instance of PartyCarrierValuePartyCarrierValue(PartyPK partyPK, PartyPK carrierPartyPK, Long fromTime, Long thruTime) Creates a new instance of PartyCarrierValue -
Uses of PartyPK in com.echothree.model.data.communication.server.entity
Methods in com.echothree.model.data.communication.server.entity that return PartyPKMethods in com.echothree.model.data.communication.server.entity with parameters of type PartyPK -
Uses of PartyPK in com.echothree.model.data.communication.server.factory
Methods in com.echothree.model.data.communication.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionCommunicationEventRoleFactory.create(CommunicationEventPK communicationEventPK, PartyPK partyPK, CommunicationEventRoleTypePK communicationEventRoleTypePK, Long fromTime, Long thruTime) CommunicationEventRoleFactory.create(Session session, CommunicationEventPK communicationEventPK, PartyPK partyPK, CommunicationEventRoleTypePK communicationEventRoleTypePK, Long fromTime, Long thruTime) -
Uses of PartyPK in com.echothree.model.data.communication.server.value
Methods in com.echothree.model.data.communication.server.value that return PartyPKMethods in com.echothree.model.data.communication.server.value with parameters of type PartyPKConstructors in com.echothree.model.data.communication.server.value with parameters of type PartyPKModifierConstructorDescriptionCommunicationEventRoleValue(CommunicationEventPK communicationEventPK, PartyPK partyPK, CommunicationEventRoleTypePK communicationEventRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of CommunicationEventRoleValueCommunicationEventRoleValue(CommunicationEventRolePK communicationEventRolePK, CommunicationEventPK communicationEventPK, PartyPK partyPK, CommunicationEventRoleTypePK communicationEventRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of CommunicationEventRoleValue -
Uses of PartyPK in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return PartyPKModifier and TypeMethodDescriptionPartyContactMechanismAlias.getPartyPK()PartyContactMechanismDetail.getPartyPK()Methods in com.echothree.model.data.contact.server.entity with parameters of type PartyPKModifier and TypeMethodDescriptionvoidPartyContactMechanismAlias.setPartyPK(PartyPK partyPK) voidPartyContactMechanismDetail.setPartyPK(PartyPK partyPK) -
Uses of PartyPK in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionPartyContactMechanismAliasFactory.create(PartyPK partyPK, ContactMechanismPK contactMechanismPK, ContactMechanismAliasTypePK contactMechanismAliasTypePK, String alias, Long fromTime, Long thruTime) PartyContactMechanismAliasFactory.create(Session session, PartyPK partyPK, ContactMechanismPK contactMechanismPK, ContactMechanismAliasTypePK contactMechanismAliasTypePK, String alias, Long fromTime, Long thruTime) PartyContactMechanismDetailFactory.create(PartyContactMechanismPK partyContactMechanismPK, PartyPK partyPK, ContactMechanismPK contactMechanismPK, String description, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyContactMechanismDetailFactory.create(Session session, PartyContactMechanismPK partyContactMechanismPK, PartyPK partyPK, ContactMechanismPK contactMechanismPK, String description, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of PartyPK in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return PartyPKModifier and TypeMethodDescriptionPartyContactMechanismAliasValue.getPartyPK()PartyContactMechanismDetailValue.getPartyPK()Methods in com.echothree.model.data.contact.server.value with parameters of type PartyPKModifier and TypeMethodDescriptionvoidPartyContactMechanismAliasValue.setPartyPK(PartyPK partyPK) voidPartyContactMechanismDetailValue.setPartyPK(PartyPK partyPK) Constructors in com.echothree.model.data.contact.server.value with parameters of type PartyPKModifierConstructorDescriptionPartyContactMechanismAliasValue(PartyContactMechanismAliasPK partyContactMechanismAliasPK, PartyPK partyPK, ContactMechanismPK contactMechanismPK, ContactMechanismAliasTypePK contactMechanismAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of PartyContactMechanismAliasValuePartyContactMechanismAliasValue(PartyPK partyPK, ContactMechanismPK contactMechanismPK, ContactMechanismAliasTypePK contactMechanismAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of PartyContactMechanismAliasValuePartyContactMechanismDetailValue(PartyContactMechanismDetailPK partyContactMechanismDetailPK, PartyContactMechanismPK partyContactMechanismPK, PartyPK partyPK, ContactMechanismPK contactMechanismPK, String description, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyContactMechanismDetailValuePartyContactMechanismDetailValue(PartyContactMechanismPK partyContactMechanismPK, PartyPK partyPK, ContactMechanismPK contactMechanismPK, String description, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyContactMechanismDetailValue -
Uses of PartyPK in com.echothree.model.data.contactlist.server.entity
Methods in com.echothree.model.data.contactlist.server.entity that return PartyPKMethods in com.echothree.model.data.contactlist.server.entity with parameters of type PartyPK -
Uses of PartyPK in com.echothree.model.data.contactlist.server.factory
Methods in com.echothree.model.data.contactlist.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionPartyContactListDetailFactory.create(PartyContactListPK partyContactListPK, PartyPK partyPK, ContactListPK contactListPK, ContactListContactMechanismPurposePK preferredContactListContactMechanismPurposePK, Long fromTime, Long thruTime) PartyContactListDetailFactory.create(Session session, PartyContactListPK partyContactListPK, PartyPK partyPK, ContactListPK contactListPK, ContactListContactMechanismPurposePK preferredContactListContactMechanismPurposePK, Long fromTime, Long thruTime) -
Uses of PartyPK in com.echothree.model.data.contactlist.server.value
Methods in com.echothree.model.data.contactlist.server.value that return PartyPKMethods in com.echothree.model.data.contactlist.server.value with parameters of type PartyPKConstructors in com.echothree.model.data.contactlist.server.value with parameters of type PartyPKModifierConstructorDescriptionPartyContactListDetailValue(PartyContactListDetailPK partyContactListDetailPK, PartyContactListPK partyContactListPK, PartyPK partyPK, ContactListPK contactListPK, ContactListContactMechanismPurposePK preferredContactListContactMechanismPurposePK, Long fromTime, Long thruTime) Creates a new instance of PartyContactListDetailValuePartyContactListDetailValue(PartyContactListPK partyContactListPK, PartyPK partyPK, ContactListPK contactListPK, ContactListContactMechanismPurposePK preferredContactListContactMechanismPurposePK, Long fromTime, Long thruTime) Creates a new instance of PartyContactListDetailValue -
Uses of PartyPK in com.echothree.model.data.customer.server.entity
Methods in com.echothree.model.data.customer.server.entity that return PartyPKMethods in com.echothree.model.data.customer.server.entity with parameters of type PartyPK -
Uses of PartyPK in com.echothree.model.data.customer.server.factory
Methods in com.echothree.model.data.customer.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionCustomerFactory.create(PartyPK partyPK, String customerName, CustomerTypePK customerTypePK, OfferUsePK initialOfferUsePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK arGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Long fromTime, Long thruTime) CustomerFactory.create(Session session, PartyPK partyPK, String customerName, CustomerTypePK customerTypePK, OfferUsePK initialOfferUsePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK arGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Long fromTime, Long thruTime) -
Uses of PartyPK in com.echothree.model.data.customer.server.value
Methods in com.echothree.model.data.customer.server.value that return PartyPKMethods in com.echothree.model.data.customer.server.value with parameters of type PartyPKConstructors in com.echothree.model.data.customer.server.value with parameters of type PartyPKModifierConstructorDescriptionCustomerValue(CustomerPK customerPK, PartyPK partyPK, String customerName, CustomerTypePK customerTypePK, OfferUsePK initialOfferUsePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK arGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Long fromTime, Long thruTime) Creates a new instance of CustomerValueCustomerValue(PartyPK partyPK, String customerName, CustomerTypePK customerTypePK, OfferUsePK initialOfferUsePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK arGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Long fromTime, Long thruTime) Creates a new instance of CustomerValue -
Uses of PartyPK in com.echothree.model.data.document.server.entity
Methods in com.echothree.model.data.document.server.entity that return PartyPKMethods in com.echothree.model.data.document.server.entity with parameters of type PartyPK -
Uses of PartyPK in com.echothree.model.data.document.server.factory
Methods in com.echothree.model.data.document.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionPartyDocumentFactory.create(PartyPK partyPK, DocumentPK documentPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyDocumentFactory.create(Session session, PartyPK partyPK, DocumentPK documentPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of PartyPK in com.echothree.model.data.document.server.value
Methods in com.echothree.model.data.document.server.value that return PartyPKMethods in com.echothree.model.data.document.server.value with parameters of type PartyPKConstructors in com.echothree.model.data.document.server.value with parameters of type PartyPKModifierConstructorDescriptionPartyDocumentValue(PartyDocumentPK partyDocumentPK, PartyPK partyPK, DocumentPK documentPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyDocumentValuePartyDocumentValue(PartyPK partyPK, DocumentPK documentPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyDocumentValue -
Uses of PartyPK in com.echothree.model.data.employee.server.entity
Methods in com.echothree.model.data.employee.server.entity that return PartyPKModifier and TypeMethodDescriptionEmploymentDetail.getCompanyPartyPK()LeaveDetail.getCompanyPartyPK()EmploymentDetail.getPartyPK()LeaveDetail.getPartyPK()PartyEmployee.getPartyPK()PartyResponsibility.getPartyPK()PartySkill.getPartyPK()Methods in com.echothree.model.data.employee.server.entity with parameters of type PartyPKModifier and TypeMethodDescriptionvoidEmploymentDetail.setCompanyPartyPK(PartyPK companyPartyPK) voidLeaveDetail.setCompanyPartyPK(PartyPK companyPartyPK) voidEmploymentDetail.setPartyPK(PartyPK partyPK) voidLeaveDetail.setPartyPK(PartyPK partyPK) voidPartyEmployee.setPartyPK(PartyPK partyPK) voidPartyResponsibility.setPartyPK(PartyPK partyPK) voidPartySkill.setPartyPK(PartyPK partyPK) -
Uses of PartyPK in com.echothree.model.data.employee.server.factory
Methods in com.echothree.model.data.employee.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionEmploymentDetailFactory.create(EmploymentPK employmentPK, String employmentName, PartyPK partyPK, PartyPK companyPartyPK, Long startTime, Long endTime, TerminationTypePK terminationTypePK, TerminationReasonPK terminationReasonPK, Long fromTime, Long thruTime) EmploymentDetailFactory.create(Session session, EmploymentPK employmentPK, String employmentName, PartyPK partyPK, PartyPK companyPartyPK, Long startTime, Long endTime, TerminationTypePK terminationTypePK, TerminationReasonPK terminationReasonPK, Long fromTime, Long thruTime) LeaveDetailFactory.create(LeavePK leavePK, String leaveName, PartyPK partyPK, PartyPK companyPartyPK, LeaveTypePK leaveTypePK, LeaveReasonPK leaveReasonPK, Long startTime, Long endTime, Long totalTime, Long fromTime, Long thruTime) LeaveDetailFactory.create(Session session, LeavePK leavePK, String leaveName, PartyPK partyPK, PartyPK companyPartyPK, LeaveTypePK leaveTypePK, LeaveReasonPK leaveReasonPK, Long startTime, Long endTime, Long totalTime, Long fromTime, Long thruTime) PartyEmployeeFactory.create(PartyPK partyPK, String partyEmployeeName, EmployeeTypePK employeeTypePK, Long fromTime, Long thruTime) PartyEmployeeFactory.create(Session session, PartyPK partyPK, String partyEmployeeName, EmployeeTypePK employeeTypePK, Long fromTime, Long thruTime) PartyResponsibilityFactory.create(PartyPK partyPK, ResponsibilityTypePK responsibilityTypePK, Long fromTime, Long thruTime) PartyResponsibilityFactory.create(Session session, PartyPK partyPK, ResponsibilityTypePK responsibilityTypePK, Long fromTime, Long thruTime) PartySkillFactory.create(PartyPK partyPK, SkillTypePK skillTypePK, Long fromTime, Long thruTime) PartySkillFactory.create(Session session, PartyPK partyPK, SkillTypePK skillTypePK, Long fromTime, Long thruTime) -
Uses of PartyPK in com.echothree.model.data.employee.server.value
Methods in com.echothree.model.data.employee.server.value that return PartyPKModifier and TypeMethodDescriptionEmploymentDetailValue.getCompanyPartyPK()LeaveDetailValue.getCompanyPartyPK()EmploymentDetailValue.getPartyPK()LeaveDetailValue.getPartyPK()PartyEmployeeValue.getPartyPK()PartyResponsibilityValue.getPartyPK()PartySkillValue.getPartyPK()Methods in com.echothree.model.data.employee.server.value with parameters of type PartyPKModifier and TypeMethodDescriptionvoidEmploymentDetailValue.setCompanyPartyPK(PartyPK companyPartyPK) voidLeaveDetailValue.setCompanyPartyPK(PartyPK companyPartyPK) voidEmploymentDetailValue.setPartyPK(PartyPK partyPK) voidLeaveDetailValue.setPartyPK(PartyPK partyPK) voidPartyEmployeeValue.setPartyPK(PartyPK partyPK) voidPartyResponsibilityValue.setPartyPK(PartyPK partyPK) voidPartySkillValue.setPartyPK(PartyPK partyPK) Constructors in com.echothree.model.data.employee.server.value with parameters of type PartyPKModifierConstructorDescriptionEmploymentDetailValue(EmploymentDetailPK employmentDetailPK, EmploymentPK employmentPK, String employmentName, PartyPK partyPK, PartyPK companyPartyPK, Long startTime, Long endTime, TerminationTypePK terminationTypePK, TerminationReasonPK terminationReasonPK, Long fromTime, Long thruTime) Creates a new instance of EmploymentDetailValueEmploymentDetailValue(EmploymentPK employmentPK, String employmentName, PartyPK partyPK, PartyPK companyPartyPK, Long startTime, Long endTime, TerminationTypePK terminationTypePK, TerminationReasonPK terminationReasonPK, Long fromTime, Long thruTime) Creates a new instance of EmploymentDetailValueLeaveDetailValue(LeaveDetailPK leaveDetailPK, LeavePK leavePK, String leaveName, PartyPK partyPK, PartyPK companyPartyPK, LeaveTypePK leaveTypePK, LeaveReasonPK leaveReasonPK, Long startTime, Long endTime, Long totalTime, Long fromTime, Long thruTime) Creates a new instance of LeaveDetailValueLeaveDetailValue(LeavePK leavePK, String leaveName, PartyPK partyPK, PartyPK companyPartyPK, LeaveTypePK leaveTypePK, LeaveReasonPK leaveReasonPK, Long startTime, Long endTime, Long totalTime, Long fromTime, Long thruTime) Creates a new instance of LeaveDetailValuePartyEmployeeValue(PartyEmployeePK partyEmployeePK, PartyPK partyPK, String partyEmployeeName, EmployeeTypePK employeeTypePK, Long fromTime, Long thruTime) Creates a new instance of PartyEmployeeValuePartyEmployeeValue(PartyPK partyPK, String partyEmployeeName, EmployeeTypePK employeeTypePK, Long fromTime, Long thruTime) Creates a new instance of PartyEmployeeValuePartyResponsibilityValue(PartyResponsibilityPK partyResponsibilityPK, PartyPK partyPK, ResponsibilityTypePK responsibilityTypePK, Long fromTime, Long thruTime) Creates a new instance of PartyResponsibilityValuePartyResponsibilityValue(PartyPK partyPK, ResponsibilityTypePK responsibilityTypePK, Long fromTime, Long thruTime) Creates a new instance of PartyResponsibilityValuePartySkillValue(PartySkillPK partySkillPK, PartyPK partyPK, SkillTypePK skillTypePK, Long fromTime, Long thruTime) Creates a new instance of PartySkillValuePartySkillValue(PartyPK partyPK, SkillTypePK skillTypePK, Long fromTime, Long thruTime) Creates a new instance of PartySkillValue -
Uses of PartyPK in com.echothree.model.data.financial.server.entity
Methods in com.echothree.model.data.financial.server.entity that return PartyPKMethods in com.echothree.model.data.financial.server.entity with parameters of type PartyPK -
Uses of PartyPK in com.echothree.model.data.financial.server.factory
Methods in com.echothree.model.data.financial.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionFinancialAccountRoleFactory.create(FinancialAccountPK financialAccountPK, PartyPK partyPK, FinancialAccountRoleTypePK financialAccountRoleTypePK, Long fromTime, Long thruTime) FinancialAccountRoleFactory.create(Session session, FinancialAccountPK financialAccountPK, PartyPK partyPK, FinancialAccountRoleTypePK financialAccountRoleTypePK, Long fromTime, Long thruTime) -
Uses of PartyPK in com.echothree.model.data.financial.server.value
Methods in com.echothree.model.data.financial.server.value that return PartyPKMethods in com.echothree.model.data.financial.server.value with parameters of type PartyPKConstructors in com.echothree.model.data.financial.server.value with parameters of type PartyPKModifierConstructorDescriptionFinancialAccountRoleValue(FinancialAccountPK financialAccountPK, PartyPK partyPK, FinancialAccountRoleTypePK financialAccountRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of FinancialAccountRoleValueFinancialAccountRoleValue(FinancialAccountRolePK financialAccountRolePK, FinancialAccountPK financialAccountPK, PartyPK partyPK, FinancialAccountRoleTypePK financialAccountRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of FinancialAccountRoleValue -
Uses of PartyPK in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return PartyPKMethods in com.echothree.model.data.forum.server.entity with parameters of type PartyPKModifier and TypeMethodDescriptionvoidForumMessageRole.setPartyPK(PartyPK partyPK) voidForumPartyRole.setPartyPK(PartyPK partyPK) -
Uses of PartyPK in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionForumMessageRoleFactory.create(ForumMessagePK forumMessagePK, ForumRoleTypePK forumRoleTypePK, PartyPK partyPK, Long fromTime, Long thruTime) ForumMessageRoleFactory.create(Session session, ForumMessagePK forumMessagePK, ForumRoleTypePK forumRoleTypePK, PartyPK partyPK, Long fromTime, Long thruTime) ForumPartyRoleFactory.create(ForumPK forumPK, PartyPK partyPK, ForumRoleTypePK forumRoleTypePK, Long fromTime, Long thruTime) ForumPartyRoleFactory.create(Session session, ForumPK forumPK, PartyPK partyPK, ForumRoleTypePK forumRoleTypePK, Long fromTime, Long thruTime) -
Uses of PartyPK in com.echothree.model.data.forum.server.value
Methods in com.echothree.model.data.forum.server.value that return PartyPKModifier and TypeMethodDescriptionForumMessageRoleValue.getPartyPK()ForumPartyRoleValue.getPartyPK()Methods in com.echothree.model.data.forum.server.value with parameters of type PartyPKModifier and TypeMethodDescriptionvoidForumMessageRoleValue.setPartyPK(PartyPK partyPK) voidForumPartyRoleValue.setPartyPK(PartyPK partyPK) Constructors in com.echothree.model.data.forum.server.value with parameters of type PartyPKModifierConstructorDescriptionForumMessageRoleValue(ForumMessagePK forumMessagePK, ForumRoleTypePK forumRoleTypePK, PartyPK partyPK, Long fromTime, Long thruTime) Creates a new instance of ForumMessageRoleValueForumMessageRoleValue(ForumMessageRolePK forumMessageRolePK, ForumMessagePK forumMessagePK, ForumRoleTypePK forumRoleTypePK, PartyPK partyPK, Long fromTime, Long thruTime) Creates a new instance of ForumMessageRoleValueForumPartyRoleValue(ForumPartyRolePK forumPartyRolePK, ForumPK forumPK, PartyPK partyPK, ForumRoleTypePK forumRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of ForumPartyRoleValueForumPartyRoleValue(ForumPK forumPK, PartyPK partyPK, ForumRoleTypePK forumRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of ForumPartyRoleValue -
Uses of PartyPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return PartyPKModifier and TypeMethodDescriptionInventoryLocationAssignment.getOwnerPartyPK()PartyInventoryLevel.getPartyPK()InventoryLocationGroupDetail.getWarehousePartyPK()Methods in com.echothree.model.data.inventory.server.entity with parameters of type PartyPKModifier and TypeMethodDescriptionvoidInventoryLocationAssignment.setOwnerPartyPK(PartyPK ownerPartyPK) voidPartyInventoryLevel.setPartyPK(PartyPK partyPK) voidInventoryLocationGroupDetail.setWarehousePartyPK(PartyPK warehousePartyPK) -
Uses of PartyPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionInventoryLocationAssignmentFactory.create(LocationPK locationPK, PartyPK ownerPartyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long fromTime, Long thruTime) InventoryLocationAssignmentFactory.create(Session session, LocationPK locationPK, PartyPK ownerPartyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long fromTime, Long thruTime) InventoryLocationGroupDetailFactory.create(InventoryLocationGroupPK inventoryLocationGroupPK, PartyPK warehousePartyPK, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) InventoryLocationGroupDetailFactory.create(Session session, InventoryLocationGroupPK inventoryLocationGroupPK, PartyPK warehousePartyPK, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyInventoryLevelFactory.create(PartyPK partyPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, Long minimumInventory, Long maximumInventory, Long reorderQuantity, Long fromTime, Long thruTime) PartyInventoryLevelFactory.create(Session session, PartyPK partyPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, Long minimumInventory, Long maximumInventory, Long reorderQuantity, Long fromTime, Long thruTime) -
Uses of PartyPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return PartyPKModifier and TypeMethodDescriptionInventoryLocationAssignmentValue.getOwnerPartyPK()PartyInventoryLevelValue.getPartyPK()InventoryLocationGroupDetailValue.getWarehousePartyPK()Methods in com.echothree.model.data.inventory.server.value with parameters of type PartyPKModifier and TypeMethodDescriptionvoidInventoryLocationAssignmentValue.setOwnerPartyPK(PartyPK ownerPartyPK) voidPartyInventoryLevelValue.setPartyPK(PartyPK partyPK) voidInventoryLocationGroupDetailValue.setWarehousePartyPK(PartyPK warehousePartyPK) Constructors in com.echothree.model.data.inventory.server.value with parameters of type PartyPKModifierConstructorDescriptionInventoryLocationAssignmentValue(InventoryLocationAssignmentPK inventoryLocationAssignmentPK, LocationPK locationPK, PartyPK ownerPartyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationAssignmentValueInventoryLocationAssignmentValue(LocationPK locationPK, PartyPK ownerPartyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationAssignmentValueInventoryLocationGroupDetailValue(InventoryLocationGroupDetailPK inventoryLocationGroupDetailPK, InventoryLocationGroupPK inventoryLocationGroupPK, PartyPK warehousePartyPK, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationGroupDetailValueInventoryLocationGroupDetailValue(InventoryLocationGroupPK inventoryLocationGroupPK, PartyPK warehousePartyPK, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationGroupDetailValuePartyInventoryLevelValue(PartyInventoryLevelPK partyInventoryLevelPK, PartyPK partyPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, Long minimumInventory, Long maximumInventory, Long reorderQuantity, Long fromTime, Long thruTime) Creates a new instance of PartyInventoryLevelValuePartyInventoryLevelValue(PartyPK partyPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, Long minimumInventory, Long maximumInventory, Long reorderQuantity, Long fromTime, Long thruTime) Creates a new instance of PartyInventoryLevelValue -
Uses of PartyPK in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return PartyPKMethods in com.echothree.model.data.invoice.server.entity with parameters of type PartyPK -
Uses of PartyPK in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionInvoiceRoleFactory.create(InvoicePK invoicePK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, InvoiceRoleTypePK invoiceRoleTypePK, Long fromTime, Long thruTime) InvoiceRoleFactory.create(Session session, InvoicePK invoicePK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, InvoiceRoleTypePK invoiceRoleTypePK, Long fromTime, Long thruTime) -
Uses of PartyPK in com.echothree.model.data.invoice.server.value
Methods in com.echothree.model.data.invoice.server.value that return PartyPKMethods in com.echothree.model.data.invoice.server.value with parameters of type PartyPKConstructors in com.echothree.model.data.invoice.server.value with parameters of type PartyPKModifierConstructorDescriptionInvoiceRoleValue(InvoicePK invoicePK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, InvoiceRoleTypePK invoiceRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of InvoiceRoleValueInvoiceRoleValue(InvoiceRolePK invoiceRolePK, InvoicePK invoicePK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, InvoiceRoleTypePK invoiceRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of InvoiceRoleValue -
Uses of PartyPK in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return PartyPKMethods in com.echothree.model.data.item.server.entity with parameters of type PartyPK -
Uses of PartyPK in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionItemDetailFactory.create(ItemPK itemPK, String itemName, ItemTypePK itemTypePK, ItemUseTypePK itemUseTypePK, ItemCategoryPK itemCategoryPK, ItemAccountingCategoryPK itemAccountingCategoryPK, ItemPurchasingCategoryPK itemPurchasingCategoryPK, PartyPK companyPartyPK, ItemDeliveryTypePK itemDeliveryTypePK, ItemInventoryTypePK itemInventoryTypePK, Boolean inventorySerialized, SequencePK serialNumberSequencePK, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKindPK unitOfMeasureKindPK, ItemPriceTypePK itemPriceTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, StylePathPK stylePathPK, Long fromTime, Long thruTime) ItemDetailFactory.create(Session session, ItemPK itemPK, String itemName, ItemTypePK itemTypePK, ItemUseTypePK itemUseTypePK, ItemCategoryPK itemCategoryPK, ItemAccountingCategoryPK itemAccountingCategoryPK, ItemPurchasingCategoryPK itemPurchasingCategoryPK, PartyPK companyPartyPK, ItemDeliveryTypePK itemDeliveryTypePK, ItemInventoryTypePK itemInventoryTypePK, Boolean inventorySerialized, SequencePK serialNumberSequencePK, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKindPK unitOfMeasureKindPK, ItemPriceTypePK itemPriceTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, StylePathPK stylePathPK, Long fromTime, Long thruTime) -
Uses of PartyPK in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return PartyPKMethods in com.echothree.model.data.item.server.value with parameters of type PartyPKConstructors in com.echothree.model.data.item.server.value with parameters of type PartyPKModifierConstructorDescriptionItemDetailValue(ItemDetailPK itemDetailPK, ItemPK itemPK, String itemName, ItemTypePK itemTypePK, ItemUseTypePK itemUseTypePK, ItemCategoryPK itemCategoryPK, ItemAccountingCategoryPK itemAccountingCategoryPK, ItemPurchasingCategoryPK itemPurchasingCategoryPK, PartyPK companyPartyPK, ItemDeliveryTypePK itemDeliveryTypePK, ItemInventoryTypePK itemInventoryTypePK, Boolean inventorySerialized, SequencePK serialNumberSequencePK, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKindPK unitOfMeasureKindPK, ItemPriceTypePK itemPriceTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, StylePathPK stylePathPK, Long fromTime, Long thruTime) Creates a new instance of ItemDetailValueItemDetailValue(ItemPK itemPK, String itemName, ItemTypePK itemTypePK, ItemUseTypePK itemUseTypePK, ItemCategoryPK itemCategoryPK, ItemAccountingCategoryPK itemAccountingCategoryPK, ItemPurchasingCategoryPK itemPurchasingCategoryPK, PartyPK companyPartyPK, ItemDeliveryTypePK itemDeliveryTypePK, ItemInventoryTypePK itemInventoryTypePK, Boolean inventorySerialized, SequencePK serialNumberSequencePK, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKindPK unitOfMeasureKindPK, ItemPriceTypePK itemPriceTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, StylePathPK stylePathPK, Long fromTime, Long thruTime) Creates a new instance of ItemDetailValue -
Uses of PartyPK in com.echothree.model.data.job.server.entity
Methods in com.echothree.model.data.job.server.entity that return PartyPKMethods in com.echothree.model.data.job.server.entity with parameters of type PartyPK -
Uses of PartyPK in com.echothree.model.data.job.server.factory
Methods in com.echothree.model.data.job.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionJobDetailFactory.create(JobPK jobPK, String jobName, PartyPK runAsPartyPK, Integer sortOrder, Long fromTime, Long thruTime) JobDetailFactory.create(Session session, JobPK jobPK, String jobName, PartyPK runAsPartyPK, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of PartyPK in com.echothree.model.data.job.server.value
Methods in com.echothree.model.data.job.server.value that return PartyPKMethods in com.echothree.model.data.job.server.value with parameters of type PartyPKConstructors in com.echothree.model.data.job.server.value with parameters of type PartyPKModifierConstructorDescriptionJobDetailValue(JobDetailPK jobDetailPK, JobPK jobPK, String jobName, PartyPK runAsPartyPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of JobDetailValueJobDetailValue(JobPK jobPK, String jobName, PartyPK runAsPartyPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of JobDetailValue -
Uses of PartyPK in com.echothree.model.data.letter.server.entity
Methods in com.echothree.model.data.letter.server.entity that return PartyPKMethods in com.echothree.model.data.letter.server.entity with parameters of type PartyPKModifier and TypeMethodDescriptionvoidLetterSourceDetail.setCompanyPartyPK(PartyPK companyPartyPK) -
Uses of PartyPK in com.echothree.model.data.letter.server.factory
Methods in com.echothree.model.data.letter.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionLetterSourceDetailFactory.create(LetterSourcePK letterSourcePK, String letterSourceName, PartyPK companyPartyPK, PartyContactMechanismPK emailAddressPartyContactMechanismPK, PartyContactMechanismPK postalAddressPartyContactMechanismPK, PartyContactMechanismPK letterSourcePartyContactMechanismPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) LetterSourceDetailFactory.create(Session session, LetterSourcePK letterSourcePK, String letterSourceName, PartyPK companyPartyPK, PartyContactMechanismPK emailAddressPartyContactMechanismPK, PartyContactMechanismPK postalAddressPartyContactMechanismPK, PartyContactMechanismPK letterSourcePartyContactMechanismPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of PartyPK in com.echothree.model.data.letter.server.value
Methods in com.echothree.model.data.letter.server.value that return PartyPKMethods in com.echothree.model.data.letter.server.value with parameters of type PartyPKModifier and TypeMethodDescriptionvoidLetterSourceDetailValue.setCompanyPartyPK(PartyPK companyPartyPK) Constructors in com.echothree.model.data.letter.server.value with parameters of type PartyPKModifierConstructorDescriptionLetterSourceDetailValue(LetterSourceDetailPK letterSourceDetailPK, LetterSourcePK letterSourcePK, String letterSourceName, PartyPK companyPartyPK, PartyContactMechanismPK emailAddressPartyContactMechanismPK, PartyContactMechanismPK postalAddressPartyContactMechanismPK, PartyContactMechanismPK letterSourcePartyContactMechanismPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of LetterSourceDetailValueLetterSourceDetailValue(LetterSourcePK letterSourcePK, String letterSourceName, PartyPK companyPartyPK, PartyContactMechanismPK emailAddressPartyContactMechanismPK, PartyContactMechanismPK postalAddressPartyContactMechanismPK, PartyContactMechanismPK letterSourcePartyContactMechanismPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of LetterSourceDetailValue -
Uses of PartyPK in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return PartyPKMethods in com.echothree.model.data.offer.server.entity with parameters of type PartyPKModifier and TypeMethodDescriptionvoidOfferDetail.setDepartmentPartyPK(PartyPK departmentPartyPK) -
Uses of PartyPK in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionOfferDetailFactory.create(OfferPK offerPK, String offerName, SequencePK salesOrderSequencePK, PartyPK departmentPartyPK, SelectorPK offerItemSelectorPK, FilterPK offerItemPriceFilterPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) OfferDetailFactory.create(Session session, OfferPK offerPK, String offerName, SequencePK salesOrderSequencePK, PartyPK departmentPartyPK, SelectorPK offerItemSelectorPK, FilterPK offerItemPriceFilterPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of PartyPK in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return PartyPKMethods in com.echothree.model.data.offer.server.value with parameters of type PartyPKModifier and TypeMethodDescriptionvoidOfferDetailValue.setDepartmentPartyPK(PartyPK departmentPartyPK) Constructors in com.echothree.model.data.offer.server.value with parameters of type PartyPKModifierConstructorDescriptionOfferDetailValue(OfferDetailPK offerDetailPK, OfferPK offerPK, String offerName, SequencePK salesOrderSequencePK, PartyPK departmentPartyPK, SelectorPK offerItemSelectorPK, FilterPK offerItemPriceFilterPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of OfferDetailValueOfferDetailValue(OfferPK offerPK, String offerName, SequencePK salesOrderSequencePK, PartyPK departmentPartyPK, SelectorPK offerItemSelectorPK, FilterPK offerItemPriceFilterPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of OfferDetailValue -
Uses of PartyPK in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return PartyPKMethods in com.echothree.model.data.order.server.entity with parameters of type PartyPK -
Uses of PartyPK in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory with parameters of type PartyPK -
Uses of PartyPK in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return PartyPKMethods in com.echothree.model.data.order.server.value with parameters of type PartyPKConstructors in com.echothree.model.data.order.server.value with parameters of type PartyPKModifierConstructorDescriptionOrderRoleValue(OrderPK orderPK, PartyPK partyPK, OrderRoleTypePK orderRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of OrderRoleValueOrderRoleValue(OrderRolePK orderRolePK, OrderPK orderPK, PartyPK partyPK, OrderRoleTypePK orderRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of OrderRoleValue -
Uses of PartyPK in com.echothree.model.data.party.server.entity
Methods in com.echothree.model.data.party.server.entity that return PartyPKModifier and TypeMethodDescriptionPartyDivision.getCompanyPartyPK()PartyDepartment.getDivisionPartyPK()PartyRelationship.getFromPartyPK()PartyAlias.getPartyPK()PartyApplicationEditorUseDetail.getPartyPK()PartyCompany.getPartyPK()PartyDepartment.getPartyPK()PartyDetail.getPartyPK()PartyDivision.getPartyPK()PartyEntityType.getPartyPK()PartyGroup.getPartyPK()PartyStatus.getPartyPK()Person.getPartyPK()Profile.getPartyPK()Party.getPrimaryKey()PartyRelationship.getToPartyPK()Methods in com.echothree.model.data.party.server.entity with parameters of type PartyPKModifier and TypeMethodDescriptionvoidPartyDivision.setCompanyPartyPK(PartyPK companyPartyPK) voidPartyDepartment.setDivisionPartyPK(PartyPK divisionPartyPK) voidPartyRelationship.setFromPartyPK(PartyPK fromPartyPK) voidPartyAlias.setPartyPK(PartyPK partyPK) voidPartyApplicationEditorUseDetail.setPartyPK(PartyPK partyPK) voidPartyCompany.setPartyPK(PartyPK partyPK) voidPartyDepartment.setPartyPK(PartyPK partyPK) voidPartyDetail.setPartyPK(PartyPK partyPK) voidPartyDivision.setPartyPK(PartyPK partyPK) voidPartyEntityType.setPartyPK(PartyPK partyPK) voidPartyGroup.setPartyPK(PartyPK partyPK) voidPartyStatus.setPartyPK(PartyPK partyPK) voidPerson.setPartyPK(PartyPK partyPK) voidProfile.setPartyPK(PartyPK partyPK) voidPartyRelationship.setToPartyPK(PartyPK toPartyPK) -
Uses of PartyPK in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return PartyPKModifier and TypeMethodDescriptionPartyFactory.getNextPK()PartyFactory.getPKFromQuery(PreparedStatement ps, Object... params) PartyFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type PartyPKModifier and TypeMethodDescriptionPartyFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PartyFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PartyFactory.getPKsFromResultSetAsList(ResultSet rs) PartyFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionPartyAliasFactory.create(PartyPK partyPK, PartyAliasTypePK partyAliasTypePK, String alias, Long fromTime, Long thruTime) PartyAliasFactory.create(Session session, PartyPK partyPK, PartyAliasTypePK partyAliasTypePK, String alias, Long fromTime, Long thruTime) PartyApplicationEditorUseDetailFactory.create(PartyApplicationEditorUsePK partyApplicationEditorUsePK, PartyPK partyPK, ApplicationEditorUsePK applicationEditorUsePK, ApplicationEditorPK applicationEditorPK, Integer preferredHeight, Integer preferredWidth, Long fromTime, Long thruTime) PartyApplicationEditorUseDetailFactory.create(Session session, PartyApplicationEditorUsePK partyApplicationEditorUsePK, PartyPK partyPK, ApplicationEditorUsePK applicationEditorUsePK, ApplicationEditorPK applicationEditorPK, Integer preferredHeight, Integer preferredWidth, Long fromTime, Long thruTime) PartyCompanyFactory.create(PartyPK partyPK, String partyCompanyName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyCompanyFactory.create(Session session, PartyPK partyPK, String partyCompanyName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyDepartmentFactory.create(PartyPK partyPK, PartyPK divisionPartyPK, String partyDepartmentName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyDepartmentFactory.create(Session session, PartyPK partyPK, PartyPK divisionPartyPK, String partyDepartmentName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyDetailFactory.create(PartyPK partyPK, String partyName, PartyTypePK partyTypePK, LanguagePK preferredLanguagePK, CurrencyPK preferredCurrencyPK, TimeZonePK preferredTimeZonePK, DateTimeFormatPK preferredDateTimeFormatPK, Long fromTime, Long thruTime) PartyDetailFactory.create(Session session, PartyPK partyPK, String partyName, PartyTypePK partyTypePK, LanguagePK preferredLanguagePK, CurrencyPK preferredCurrencyPK, TimeZonePK preferredTimeZonePK, DateTimeFormatPK preferredDateTimeFormatPK, Long fromTime, Long thruTime) PartyDivisionFactory.create(PartyPK partyPK, PartyPK companyPartyPK, String partyDivisionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyDivisionFactory.create(Session session, PartyPK partyPK, PartyPK companyPartyPK, String partyDivisionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyEntityTypeFactory.create(PartyPK partyPK, EntityTypePK entityTypePK, Boolean confirmDelete, Long fromTime, Long thruTime) PartyEntityTypeFactory.create(Session session, PartyPK partyPK, EntityTypePK entityTypePK, Boolean confirmDelete, Long fromTime, Long thruTime) PartyGroupFactory.create(Session session, PartyPK partyPK, String name, Long fromTime, Long thruTime) PartyRelationshipFactory.create(PartyRelationshipTypePK partyRelationshipTypePK, PartyPK fromPartyPK, RoleTypePK fromRoleTypePK, PartyPK toPartyPK, RoleTypePK toRoleTypePK, Long fromTime, Long thruTime) PartyRelationshipFactory.create(Session session, PartyRelationshipTypePK partyRelationshipTypePK, PartyPK fromPartyPK, RoleTypePK fromRoleTypePK, PartyPK toPartyPK, RoleTypePK toRoleTypePK, 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) ProfileFactory.create(PartyPK partyPK, String nickname, IconPK iconPK, String pronunciation, GenderPK genderPK, String pronouns, Integer birthday, BirthdayFormatPK birthdayFormatPK, String occupation, String hobbies, String location, MimeTypePK bioMimeTypePK, String bio, MimeTypePK signatureMimeTypePK, String signature, Long fromTime, Long thruTime) ProfileFactory.create(Session session, PartyPK partyPK, String nickname, IconPK iconPK, String pronunciation, GenderPK genderPK, String pronouns, Integer birthday, BirthdayFormatPK birthdayFormatPK, String occupation, String hobbies, String location, MimeTypePK bioMimeTypePK, String bio, MimeTypePK signatureMimeTypePK, String signature, Long fromTime, Long thruTime) PartyFactory.getEntityFromCache(Session session, PartyPK pk) PartyFactory.getEntityFromPK(EntityPermission entityPermission, PartyPK pk) PartyFactory.getEntityFromPK(Session session, EntityPermission entityPermission, PartyPK pk) PartyFactory.getValueFromPK(Session session, PartyPK pk) voidbooleanMethod parameters in com.echothree.model.data.party.server.factory with type arguments of type PartyPKModifier and TypeMethodDescriptionPartyFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyPK> pks) PartyFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PartyPK> pks) PartyFactory.getValuesFromPKs(Session session, Collection<PartyPK> pks) voidPartyFactory.remove(Session session, Collection<PartyPK> pks) voidPartyFactory.remove(Collection<PartyPK> pks) -
Uses of PartyPK in com.echothree.model.data.party.server.value
Methods in com.echothree.model.data.party.server.value that return PartyPKModifier and TypeMethodDescriptionPartyDivisionValue.getCompanyPartyPK()PartyDepartmentValue.getDivisionPartyPK()PartyRelationshipValue.getFromPartyPK()PartyAliasValue.getPartyPK()PartyApplicationEditorUseDetailValue.getPartyPK()PartyCompanyValue.getPartyPK()PartyDepartmentValue.getPartyPK()PartyDetailValue.getPartyPK()PartyDivisionValue.getPartyPK()PartyEntityTypeValue.getPartyPK()PartyGroupValue.getPartyPK()PartyStatusValue.getPartyPK()PersonValue.getPartyPK()ProfileValue.getPartyPK()PartyValue.getPrimaryKey()PartyRelationshipValue.getToPartyPK()Methods in com.echothree.model.data.party.server.value with parameters of type PartyPKModifier and TypeMethodDescriptionvoidPartyDivisionValue.setCompanyPartyPK(PartyPK companyPartyPK) voidPartyDepartmentValue.setDivisionPartyPK(PartyPK divisionPartyPK) voidPartyRelationshipValue.setFromPartyPK(PartyPK fromPartyPK) voidPartyAliasValue.setPartyPK(PartyPK partyPK) voidPartyApplicationEditorUseDetailValue.setPartyPK(PartyPK partyPK) voidPartyCompanyValue.setPartyPK(PartyPK partyPK) voidPartyDepartmentValue.setPartyPK(PartyPK partyPK) voidPartyDetailValue.setPartyPK(PartyPK partyPK) voidPartyDivisionValue.setPartyPK(PartyPK partyPK) voidPartyEntityTypeValue.setPartyPK(PartyPK partyPK) voidPartyGroupValue.setPartyPK(PartyPK partyPK) voidPartyStatusValue.setPartyPK(PartyPK partyPK) voidPersonValue.setPartyPK(PartyPK partyPK) voidProfileValue.setPartyPK(PartyPK partyPK) voidPartyRelationshipValue.setToPartyPK(PartyPK toPartyPK) Constructors in com.echothree.model.data.party.server.value with parameters of type PartyPKModifierConstructorDescriptionPartyAliasValue(PartyAliasPK partyAliasPK, PartyPK partyPK, PartyAliasTypePK partyAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of PartyAliasValuePartyAliasValue(PartyPK partyPK, PartyAliasTypePK partyAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of PartyAliasValuePartyApplicationEditorUseDetailValue(PartyApplicationEditorUseDetailPK partyApplicationEditorUseDetailPK, PartyApplicationEditorUsePK partyApplicationEditorUsePK, PartyPK partyPK, ApplicationEditorUsePK applicationEditorUsePK, ApplicationEditorPK applicationEditorPK, Integer preferredHeight, Integer preferredWidth, Long fromTime, Long thruTime) Creates a new instance of PartyApplicationEditorUseDetailValuePartyApplicationEditorUseDetailValue(PartyApplicationEditorUsePK partyApplicationEditorUsePK, PartyPK partyPK, ApplicationEditorUsePK applicationEditorUsePK, ApplicationEditorPK applicationEditorPK, Integer preferredHeight, Integer preferredWidth, Long fromTime, Long thruTime) Creates a new instance of PartyApplicationEditorUseDetailValuePartyCompanyValue(PartyCompanyPK partyCompanyPK, PartyPK partyPK, String partyCompanyName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyCompanyValuePartyCompanyValue(PartyPK partyPK, String partyCompanyName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyCompanyValuePartyDepartmentValue(PartyDepartmentPK partyDepartmentPK, PartyPK partyPK, PartyPK divisionPartyPK, String partyDepartmentName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyDepartmentValuePartyDepartmentValue(PartyPK partyPK, PartyPK divisionPartyPK, String partyDepartmentName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyDepartmentValuePartyDetailValue(PartyDetailPK partyDetailPK, PartyPK partyPK, String partyName, PartyTypePK partyTypePK, LanguagePK preferredLanguagePK, CurrencyPK preferredCurrencyPK, TimeZonePK preferredTimeZonePK, DateTimeFormatPK preferredDateTimeFormatPK, Long fromTime, Long thruTime) Creates a new instance of PartyDetailValuePartyDetailValue(PartyPK partyPK, String partyName, PartyTypePK partyTypePK, LanguagePK preferredLanguagePK, CurrencyPK preferredCurrencyPK, TimeZonePK preferredTimeZonePK, DateTimeFormatPK preferredDateTimeFormatPK, Long fromTime, Long thruTime) Creates a new instance of PartyDetailValuePartyDivisionValue(PartyDivisionPK partyDivisionPK, PartyPK partyPK, PartyPK companyPartyPK, String partyDivisionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyDivisionValuePartyDivisionValue(PartyPK partyPK, PartyPK companyPartyPK, String partyDivisionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyDivisionValuePartyEntityTypeValue(PartyEntityTypePK partyEntityTypePK, PartyPK partyPK, EntityTypePK entityTypePK, Boolean confirmDelete, Long fromTime, Long thruTime) Creates a new instance of PartyEntityTypeValuePartyEntityTypeValue(PartyPK partyPK, EntityTypePK entityTypePK, Boolean confirmDelete, Long fromTime, Long thruTime) Creates a new instance of PartyEntityTypeValuePartyGroupValue(PartyGroupPK partyGroupPK, PartyPK partyPK, String name, Long fromTime, Long thruTime) Creates a new instance of PartyGroupValuePartyGroupValue(PartyPK partyPK, String name, Long fromTime, Long thruTime) Creates a new instance of PartyGroupValuePartyRelationshipValue(PartyRelationshipPK partyRelationshipPK, PartyRelationshipTypePK partyRelationshipTypePK, PartyPK fromPartyPK, RoleTypePK fromRoleTypePK, PartyPK toPartyPK, RoleTypePK toRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of PartyRelationshipValuePartyRelationshipValue(PartyRelationshipTypePK partyRelationshipTypePK, PartyPK fromPartyPK, RoleTypePK fromRoleTypePK, PartyPK toPartyPK, RoleTypePK toRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of PartyRelationshipValuePartyStatusValue(PartyPK partyPK, Integer partyCachedSearchSequence) Creates a new instance of PartyStatusValuePartyStatusValue(PartyStatusPK partyStatusPK, PartyPK partyPK, Integer partyCachedSearchSequence) Creates a new instance of PartyStatusValuePartyValue(PartyPK partyPK, PartyDetailPK activeDetailPK, PartyDetailPK lastDetailPK) Creates a new instance of PartyValuePersonValue(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 PersonValueProfileValue(PartyPK partyPK, String nickname, IconPK iconPK, String pronunciation, GenderPK genderPK, String pronouns, Integer birthday, BirthdayFormatPK birthdayFormatPK, String occupation, String hobbies, String location, MimeTypePK bioMimeTypePK, String bio, MimeTypePK signatureMimeTypePK, String signature, Long fromTime, Long thruTime) Creates a new instance of ProfileValueProfileValue(ProfilePK profilePK, PartyPK partyPK, String nickname, IconPK iconPK, String pronunciation, GenderPK genderPK, String pronouns, Integer birthday, BirthdayFormatPK birthdayFormatPK, String occupation, String hobbies, String location, MimeTypePK bioMimeTypePK, String bio, MimeTypePK signatureMimeTypePK, String signature, Long fromTime, Long thruTime) Creates a new instance of ProfileValue -
Uses of PartyPK in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return PartyPKModifier and TypeMethodDescriptionBillingAccountRole.getPartyPK()PartyPaymentMethodDetail.getPartyPK()Methods in com.echothree.model.data.payment.server.entity with parameters of type PartyPKModifier and TypeMethodDescriptionvoidBillingAccountRole.setPartyPK(PartyPK partyPK) voidPartyPaymentMethodDetail.setPartyPK(PartyPK partyPK) -
Uses of PartyPK in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionBillingAccountRoleFactory.create(BillingAccountPK billingAccountPK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, BillingAccountRoleTypePK billingAccountRoleTypePK, Long fromTime, Long thruTime) BillingAccountRoleFactory.create(Session session, BillingAccountPK billingAccountPK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, BillingAccountRoleTypePK billingAccountRoleTypePK, Long fromTime, Long thruTime) PartyPaymentMethodDetailFactory.create(PartyPaymentMethodPK partyPaymentMethodPK, String partyPaymentMethodName, PartyPK partyPK, String description, PaymentMethodPK paymentMethodPK, Boolean deleteWhenUnused, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyPaymentMethodDetailFactory.create(Session session, PartyPaymentMethodPK partyPaymentMethodPK, String partyPaymentMethodName, PartyPK partyPK, String description, PaymentMethodPK paymentMethodPK, Boolean deleteWhenUnused, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of PartyPK in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return PartyPKModifier and TypeMethodDescriptionBillingAccountRoleValue.getPartyPK()PartyPaymentMethodDetailValue.getPartyPK()Methods in com.echothree.model.data.payment.server.value with parameters of type PartyPKModifier and TypeMethodDescriptionvoidBillingAccountRoleValue.setPartyPK(PartyPK partyPK) voidPartyPaymentMethodDetailValue.setPartyPK(PartyPK partyPK) Constructors in com.echothree.model.data.payment.server.value with parameters of type PartyPKModifierConstructorDescriptionBillingAccountRoleValue(BillingAccountPK billingAccountPK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, BillingAccountRoleTypePK billingAccountRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of BillingAccountRoleValueBillingAccountRoleValue(BillingAccountRolePK billingAccountRolePK, BillingAccountPK billingAccountPK, PartyPK partyPK, PartyContactMechanismPK partyContactMechanismPK, BillingAccountRoleTypePK billingAccountRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of BillingAccountRoleValuePartyPaymentMethodDetailValue(PartyPaymentMethodDetailPK partyPaymentMethodDetailPK, PartyPaymentMethodPK partyPaymentMethodPK, String partyPaymentMethodName, PartyPK partyPK, String description, PaymentMethodPK paymentMethodPK, Boolean deleteWhenUnused, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyPaymentMethodDetailValuePartyPaymentMethodDetailValue(PartyPaymentMethodPK partyPaymentMethodPK, String partyPaymentMethodName, PartyPK partyPK, String description, PaymentMethodPK paymentMethodPK, Boolean deleteWhenUnused, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyPaymentMethodDetailValue -
Uses of PartyPK in com.echothree.model.data.printer.server.entity
Methods in com.echothree.model.data.printer.server.entity that return PartyPKMethods in com.echothree.model.data.printer.server.entity with parameters of type PartyPK -
Uses of PartyPK in com.echothree.model.data.printer.server.factory
Methods in com.echothree.model.data.printer.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionPartyPrinterGroupUseFactory.create(PartyPK partyPK, PrinterGroupUseTypePK printerGroupUseTypePK, PrinterGroupPK printerGroupPK, Long fromTime, Long thruTime) PartyPrinterGroupUseFactory.create(Session session, PartyPK partyPK, PrinterGroupUseTypePK printerGroupUseTypePK, PrinterGroupPK printerGroupPK, Long fromTime, Long thruTime) -
Uses of PartyPK in com.echothree.model.data.printer.server.value
Methods in com.echothree.model.data.printer.server.value that return PartyPKMethods in com.echothree.model.data.printer.server.value with parameters of type PartyPKConstructors in com.echothree.model.data.printer.server.value with parameters of type PartyPKModifierConstructorDescriptionPartyPrinterGroupUseValue(PartyPK partyPK, PrinterGroupUseTypePK printerGroupUseTypePK, PrinterGroupPK printerGroupPK, Long fromTime, Long thruTime) Creates a new instance of PartyPrinterGroupUseValuePartyPrinterGroupUseValue(PartyPrinterGroupUsePK partyPrinterGroupUsePK, PartyPK partyPK, PrinterGroupUseTypePK printerGroupUseTypePK, PrinterGroupPK printerGroupPK, Long fromTime, Long thruTime) Creates a new instance of PartyPrinterGroupUseValue -
Uses of PartyPK in com.echothree.model.data.returnpolicy.server.entity
Methods in com.echothree.model.data.returnpolicy.server.entity that return PartyPKMethods in com.echothree.model.data.returnpolicy.server.entity with parameters of type PartyPK -
Uses of PartyPK in com.echothree.model.data.returnpolicy.server.factory
Methods in com.echothree.model.data.returnpolicy.server.factory with parameters of type PartyPK -
Uses of PartyPK in com.echothree.model.data.returnpolicy.server.value
Methods in com.echothree.model.data.returnpolicy.server.value that return PartyPKMethods in com.echothree.model.data.returnpolicy.server.value with parameters of type PartyPKConstructors in com.echothree.model.data.returnpolicy.server.value with parameters of type PartyPKModifierConstructorDescriptionPartyReturnPolicyValue(PartyPK partyPK, ReturnPolicyPK returnPolicyPK, Long fromTime, Long thruTime) Creates a new instance of PartyReturnPolicyValuePartyReturnPolicyValue(PartyReturnPolicyPK partyReturnPolicyPK, PartyPK partyPK, ReturnPolicyPK returnPolicyPK, Long fromTime, Long thruTime) Creates a new instance of PartyReturnPolicyValue -
Uses of PartyPK in com.echothree.model.data.scale.server.entity
Methods in com.echothree.model.data.scale.server.entity that return PartyPKMethods in com.echothree.model.data.scale.server.entity with parameters of type PartyPK -
Uses of PartyPK in com.echothree.model.data.scale.server.factory
Methods in com.echothree.model.data.scale.server.factory with parameters of type PartyPK -
Uses of PartyPK in com.echothree.model.data.scale.server.value
Methods in com.echothree.model.data.scale.server.value that return PartyPKMethods in com.echothree.model.data.scale.server.value with parameters of type PartyPKConstructors in com.echothree.model.data.scale.server.value with parameters of type PartyPKModifierConstructorDescriptionPartyScaleUseValue(PartyPK partyPK, ScaleUseTypePK scaleUseTypePK, ScalePK scalePK, Long fromTime, Long thruTime) Creates a new instance of PartyScaleUseValuePartyScaleUseValue(PartyScaleUsePK partyScaleUsePK, PartyPK partyPK, ScaleUseTypePK scaleUseTypePK, ScalePK scalePK, Long fromTime, Long thruTime) Creates a new instance of PartyScaleUseValue -
Uses of PartyPK in com.echothree.model.data.search.server.entity
Methods in com.echothree.model.data.search.server.entity that return PartyPKModifier and TypeMethodDescriptionPartySearchTypePreferenceDetail.getPartyPK()Search.getPartyPK()Methods in com.echothree.model.data.search.server.entity with parameters of type PartyPKModifier and TypeMethodDescriptionvoidPartySearchTypePreferenceDetail.setPartyPK(PartyPK partyPK) voidSearch.setPartyPK(PartyPK partyPK) -
Uses of PartyPK in com.echothree.model.data.search.server.factory
Methods in com.echothree.model.data.search.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionPartySearchTypePreferenceDetailFactory.create(PartySearchTypePreferencePK partySearchTypePreferencePK, PartyPK partyPK, SearchTypePK searchTypePK, SearchDefaultOperatorPK searchDefaultOperatorPK, SearchSortOrderPK searchSortOrderPK, SearchSortDirectionPK searchSortDirectionPK, Long fromTime, Long thruTime) PartySearchTypePreferenceDetailFactory.create(Session session, PartySearchTypePreferencePK partySearchTypePreferencePK, PartyPK partyPK, SearchTypePK searchTypePK, SearchDefaultOperatorPK searchDefaultOperatorPK, SearchSortOrderPK searchSortOrderPK, SearchSortDirectionPK searchSortDirectionPK, Long fromTime, Long thruTime) SearchFactory.create(PartyPK partyPK, Boolean partyVerified, SearchTypePK searchTypePK, Long executedTime, SearchUseTypePK searchUseTypePK, CachedSearchPK cachedSearchPK, Long fromTime, Long thruTime) SearchFactory.create(Session session, PartyPK partyPK, Boolean partyVerified, SearchTypePK searchTypePK, Long executedTime, SearchUseTypePK searchUseTypePK, CachedSearchPK cachedSearchPK, Long fromTime, Long thruTime) -
Uses of PartyPK in com.echothree.model.data.search.server.value
Methods in com.echothree.model.data.search.server.value that return PartyPKModifier and TypeMethodDescriptionPartySearchTypePreferenceDetailValue.getPartyPK()SearchValue.getPartyPK()Methods in com.echothree.model.data.search.server.value with parameters of type PartyPKModifier and TypeMethodDescriptionvoidPartySearchTypePreferenceDetailValue.setPartyPK(PartyPK partyPK) voidSearchValue.setPartyPK(PartyPK partyPK) Constructors in com.echothree.model.data.search.server.value with parameters of type PartyPKModifierConstructorDescriptionPartySearchTypePreferenceDetailValue(PartySearchTypePreferenceDetailPK partySearchTypePreferenceDetailPK, PartySearchTypePreferencePK partySearchTypePreferencePK, PartyPK partyPK, SearchTypePK searchTypePK, SearchDefaultOperatorPK searchDefaultOperatorPK, SearchSortOrderPK searchSortOrderPK, SearchSortDirectionPK searchSortDirectionPK, Long fromTime, Long thruTime) Creates a new instance of PartySearchTypePreferenceDetailValuePartySearchTypePreferenceDetailValue(PartySearchTypePreferencePK partySearchTypePreferencePK, PartyPK partyPK, SearchTypePK searchTypePK, SearchDefaultOperatorPK searchDefaultOperatorPK, SearchSortOrderPK searchSortOrderPK, SearchSortDirectionPK searchSortDirectionPK, Long fromTime, Long thruTime) Creates a new instance of PartySearchTypePreferenceDetailValueSearchValue(PartyPK partyPK, Boolean partyVerified, SearchTypePK searchTypePK, Long executedTime, SearchUseTypePK searchUseTypePK, CachedSearchPK cachedSearchPK, Long fromTime, Long thruTime) Creates a new instance of SearchValueSearchValue(SearchPK searchPK, PartyPK partyPK, Boolean partyVerified, SearchTypePK searchTypePK, Long executedTime, SearchUseTypePK searchUseTypePK, CachedSearchPK cachedSearchPK, Long fromTime, Long thruTime) Creates a new instance of SearchValue -
Uses of PartyPK in com.echothree.model.data.security.server.entity
Methods in com.echothree.model.data.security.server.entity that return PartyPKModifier and TypeMethodDescriptionPartyEntitySecurityRole.getPartyPK()PartySecurityRole.getPartyPK()PartySecurityRoleTemplateUse.getPartyPK()Methods in com.echothree.model.data.security.server.entity with parameters of type PartyPKModifier and TypeMethodDescriptionvoidPartyEntitySecurityRole.setPartyPK(PartyPK partyPK) voidPartySecurityRole.setPartyPK(PartyPK partyPK) voidPartySecurityRoleTemplateUse.setPartyPK(PartyPK partyPK) -
Uses of PartyPK in com.echothree.model.data.security.server.factory
Methods in com.echothree.model.data.security.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionPartyEntitySecurityRoleFactory.create(PartyPK partyPK, EntityInstancePK entityInstancePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) PartyEntitySecurityRoleFactory.create(Session session, PartyPK partyPK, EntityInstancePK entityInstancePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) PartySecurityRoleFactory.create(PartyPK partyPK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) PartySecurityRoleFactory.create(Session session, PartyPK partyPK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) PartySecurityRoleTemplateUseFactory.create(PartyPK partyPK, PartySecurityRoleTemplatePK partySecurityRoleTemplatePK, Long fromTime, Long thruTime) PartySecurityRoleTemplateUseFactory.create(Session session, PartyPK partyPK, PartySecurityRoleTemplatePK partySecurityRoleTemplatePK, Long fromTime, Long thruTime) -
Uses of PartyPK in com.echothree.model.data.security.server.value
Methods in com.echothree.model.data.security.server.value that return PartyPKModifier and TypeMethodDescriptionPartyEntitySecurityRoleValue.getPartyPK()PartySecurityRoleTemplateUseValue.getPartyPK()PartySecurityRoleValue.getPartyPK()Methods in com.echothree.model.data.security.server.value with parameters of type PartyPKModifier and TypeMethodDescriptionvoidPartyEntitySecurityRoleValue.setPartyPK(PartyPK partyPK) voidPartySecurityRoleTemplateUseValue.setPartyPK(PartyPK partyPK) voidPartySecurityRoleValue.setPartyPK(PartyPK partyPK) Constructors in com.echothree.model.data.security.server.value with parameters of type PartyPKModifierConstructorDescriptionPartyEntitySecurityRoleValue(PartyPK partyPK, EntityInstancePK entityInstancePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) Creates a new instance of PartyEntitySecurityRoleValuePartyEntitySecurityRoleValue(PartyEntitySecurityRolePK partyEntitySecurityRolePK, PartyPK partyPK, EntityInstancePK entityInstancePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) Creates a new instance of PartyEntitySecurityRoleValuePartySecurityRoleTemplateUseValue(PartyPK partyPK, PartySecurityRoleTemplatePK partySecurityRoleTemplatePK, Long fromTime, Long thruTime) Creates a new instance of PartySecurityRoleTemplateUseValuePartySecurityRoleTemplateUseValue(PartySecurityRoleTemplateUsePK partySecurityRoleTemplateUsePK, PartyPK partyPK, PartySecurityRoleTemplatePK partySecurityRoleTemplatePK, Long fromTime, Long thruTime) Creates a new instance of PartySecurityRoleTemplateUseValuePartySecurityRoleValue(PartyPK partyPK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) Creates a new instance of PartySecurityRoleValuePartySecurityRoleValue(PartySecurityRolePK partySecurityRolePK, PartyPK partyPK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) Creates a new instance of PartySecurityRoleValue -
Uses of PartyPK in com.echothree.model.data.selector.server.entity
Methods in com.echothree.model.data.selector.server.entity that return PartyPKMethods in com.echothree.model.data.selector.server.entity with parameters of type PartyPK -
Uses of PartyPK in com.echothree.model.data.selector.server.factory
Methods in com.echothree.model.data.selector.server.factory with parameters of type PartyPK -
Uses of PartyPK in com.echothree.model.data.selector.server.value
Methods in com.echothree.model.data.selector.server.value that return PartyPKMethods in com.echothree.model.data.selector.server.value with parameters of type PartyPKConstructors in com.echothree.model.data.selector.server.value with parameters of type PartyPKModifierConstructorDescriptionSelectorPartyValue(SelectorPartyPK selectorDetailPK, SelectorPK selectorPK, PartyPK partyPK, Long fromTime, Long thruTime) Creates a new instance of SelectorPartyValueSelectorPartyValue(SelectorPK selectorPK, PartyPK partyPK, Long fromTime, Long thruTime) Creates a new instance of SelectorPartyValue -
Uses of PartyPK in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return PartyPKModifier and TypeMethodDescriptionShipmentDetail.getDestinationPartyPK()ShipmentDetail.getDestinationWarehousePartyPK()ShipmentDetail.getOriginPartyPK()ShipmentDetail.getOriginWarehousePartyPK()PartyFreeOnBoard.getPartyPK()Methods in com.echothree.model.data.shipment.server.entity with parameters of type PartyPKModifier and TypeMethodDescriptionvoidShipmentDetail.setDestinationPartyPK(PartyPK destinationPartyPK) voidShipmentDetail.setDestinationWarehousePartyPK(PartyPK destinationWarehousePartyPK) voidShipmentDetail.setOriginPartyPK(PartyPK originPartyPK) voidShipmentDetail.setOriginWarehousePartyPK(PartyPK originWarehousePartyPK) voidPartyFreeOnBoard.setPartyPK(PartyPK partyPK) -
Uses of PartyPK in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionPartyFreeOnBoardFactory.create(PartyPK partyPK, FreeOnBoardPK freeOnBoardPK, Long fromTime, Long thruTime) PartyFreeOnBoardFactory.create(Session session, PartyPK partyPK, FreeOnBoardPK freeOnBoardPK, Long fromTime, Long thruTime) ShipmentDetailFactory.create(ShipmentPK shipmentPK, ShipmentTypePK shipmentTypePK, String shipmentName, PartyPK originPartyPK, PartyPK originWarehousePartyPK, PartyContactMechanismPK originPartyContactMechanismPK, PartyPK destinationPartyPK, PartyPK destinationWarehousePartyPK, PartyContactMechanismPK destinationPartyContactMechanismPK, ShippingMethodPK shippingMethodPK, Long fromTime, Long thruTime) ShipmentDetailFactory.create(Session session, ShipmentPK shipmentPK, ShipmentTypePK shipmentTypePK, String shipmentName, PartyPK originPartyPK, PartyPK originWarehousePartyPK, PartyContactMechanismPK originPartyContactMechanismPK, PartyPK destinationPartyPK, PartyPK destinationWarehousePartyPK, PartyContactMechanismPK destinationPartyContactMechanismPK, ShippingMethodPK shippingMethodPK, Long fromTime, Long thruTime) -
Uses of PartyPK in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return PartyPKModifier and TypeMethodDescriptionShipmentDetailValue.getDestinationPartyPK()ShipmentDetailValue.getDestinationWarehousePartyPK()ShipmentDetailValue.getOriginPartyPK()ShipmentDetailValue.getOriginWarehousePartyPK()PartyFreeOnBoardValue.getPartyPK()Methods in com.echothree.model.data.shipment.server.value with parameters of type PartyPKModifier and TypeMethodDescriptionvoidShipmentDetailValue.setDestinationPartyPK(PartyPK destinationPartyPK) voidShipmentDetailValue.setDestinationWarehousePartyPK(PartyPK destinationWarehousePartyPK) voidShipmentDetailValue.setOriginPartyPK(PartyPK originPartyPK) voidShipmentDetailValue.setOriginWarehousePartyPK(PartyPK originWarehousePartyPK) voidPartyFreeOnBoardValue.setPartyPK(PartyPK partyPK) Constructors in com.echothree.model.data.shipment.server.value with parameters of type PartyPKModifierConstructorDescriptionPartyFreeOnBoardValue(PartyPK partyPK, FreeOnBoardPK freeOnBoardPK, Long fromTime, Long thruTime) Creates a new instance of PartyFreeOnBoardValuePartyFreeOnBoardValue(PartyFreeOnBoardPK partyFreeOnBoardPK, PartyPK partyPK, FreeOnBoardPK freeOnBoardPK, Long fromTime, Long thruTime) Creates a new instance of PartyFreeOnBoardValueShipmentDetailValue(ShipmentDetailPK shipmentDetailPK, ShipmentPK shipmentPK, ShipmentTypePK shipmentTypePK, String shipmentName, PartyPK originPartyPK, PartyPK originWarehousePartyPK, PartyContactMechanismPK originPartyContactMechanismPK, PartyPK destinationPartyPK, PartyPK destinationWarehousePartyPK, PartyContactMechanismPK destinationPartyContactMechanismPK, ShippingMethodPK shippingMethodPK, Long fromTime, Long thruTime) Creates a new instance of ShipmentDetailValueShipmentDetailValue(ShipmentPK shipmentPK, ShipmentTypePK shipmentTypePK, String shipmentName, PartyPK originPartyPK, PartyPK originWarehousePartyPK, PartyContactMechanismPK originPartyContactMechanismPK, PartyPK destinationPartyPK, PartyPK destinationWarehousePartyPK, PartyContactMechanismPK destinationPartyContactMechanismPK, ShippingMethodPK shippingMethodPK, Long fromTime, Long thruTime) Creates a new instance of ShipmentDetailValue -
Uses of PartyPK in com.echothree.model.data.subscription.server.entity
Methods in com.echothree.model.data.subscription.server.entity that return PartyPKMethods in com.echothree.model.data.subscription.server.entity with parameters of type PartyPK -
Uses of PartyPK in com.echothree.model.data.subscription.server.factory
Methods in com.echothree.model.data.subscription.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionSubscriptionDetailFactory.create(SubscriptionPK subscriptionPK, String subscriptionName, SubscriptionTypePK subscriptionTypePK, PartyPK partyPK, Long startTime, Long endTime, Long fromTime, Long thruTime) SubscriptionDetailFactory.create(Session session, SubscriptionPK subscriptionPK, String subscriptionName, SubscriptionTypePK subscriptionTypePK, PartyPK partyPK, Long startTime, Long endTime, Long fromTime, Long thruTime) -
Uses of PartyPK in com.echothree.model.data.subscription.server.value
Methods in com.echothree.model.data.subscription.server.value that return PartyPKMethods in com.echothree.model.data.subscription.server.value with parameters of type PartyPKConstructors in com.echothree.model.data.subscription.server.value with parameters of type PartyPKModifierConstructorDescriptionSubscriptionDetailValue(SubscriptionDetailPK subscriptionDetailPK, SubscriptionPK subscriptionPK, String subscriptionName, SubscriptionTypePK subscriptionTypePK, PartyPK partyPK, Long startTime, Long endTime, Long fromTime, Long thruTime) Creates a new instance of SubscriptionDetailValueSubscriptionDetailValue(SubscriptionPK subscriptionPK, String subscriptionName, SubscriptionTypePK subscriptionTypePK, PartyPK partyPK, Long startTime, Long endTime, Long fromTime, Long thruTime) Creates a new instance of SubscriptionDetailValue -
Uses of PartyPK in com.echothree.model.data.term.server.entity
Methods in com.echothree.model.data.term.server.entity that return PartyPKMethods in com.echothree.model.data.term.server.entity with parameters of type PartyPKModifier and TypeMethodDescriptionvoidPartyCreditLimit.setPartyPK(PartyPK partyPK) voidPartyTerm.setPartyPK(PartyPK partyPK) -
Uses of PartyPK in com.echothree.model.data.term.server.factory
Methods in com.echothree.model.data.term.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionPartyCreditLimitFactory.create(PartyPK partyPK, CurrencyPK currencyPK, Long creditLimit, Long potentialCreditLimit, Long fromTime, Long thruTime) PartyCreditLimitFactory.create(Session session, PartyPK partyPK, CurrencyPK currencyPK, Long creditLimit, Long potentialCreditLimit, Long fromTime, Long thruTime) PartyTermFactory.create(PartyPK partyPK, TermPK termPK, Boolean taxable, Long fromTime, Long thruTime) PartyTermFactory.create(Session session, PartyPK partyPK, TermPK termPK, Boolean taxable, Long fromTime, Long thruTime) -
Uses of PartyPK in com.echothree.model.data.term.server.value
Methods in com.echothree.model.data.term.server.value that return PartyPKMethods in com.echothree.model.data.term.server.value with parameters of type PartyPKModifier and TypeMethodDescriptionvoidPartyCreditLimitValue.setPartyPK(PartyPK partyPK) voidPartyTermValue.setPartyPK(PartyPK partyPK) Constructors in com.echothree.model.data.term.server.value with parameters of type PartyPKModifierConstructorDescriptionPartyCreditLimitValue(PartyPK partyPK, CurrencyPK currencyPK, Long creditLimit, Long potentialCreditLimit, Long fromTime, Long thruTime) Creates a new instance of PartyCreditLimitValuePartyCreditLimitValue(PartyCreditLimitPK partyCreditLimitPK, PartyPK partyPK, CurrencyPK currencyPK, Long creditLimit, Long potentialCreditLimit, Long fromTime, Long thruTime) Creates a new instance of PartyCreditLimitValueCreates a new instance of PartyTermValuePartyTermValue(PartyTermPK partyTermPK, PartyPK partyPK, TermPK termPK, Boolean taxable, Long fromTime, Long thruTime) Creates a new instance of PartyTermValue -
Uses of PartyPK in com.echothree.model.data.training.server.entity
Methods in com.echothree.model.data.training.server.entity that return PartyPKMethods in com.echothree.model.data.training.server.entity with parameters of type PartyPK -
Uses of PartyPK in com.echothree.model.data.training.server.factory
Methods in com.echothree.model.data.training.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionPartyTrainingClassDetailFactory.create(PartyTrainingClassPK partyTrainingClassPK, String partyTrainingClassName, PartyPK partyPK, TrainingClassPK trainingClassPK, Long completedTime, Long validUntilTime, Long fromTime, Long thruTime) PartyTrainingClassDetailFactory.create(Session session, PartyTrainingClassPK partyTrainingClassPK, String partyTrainingClassName, PartyPK partyPK, TrainingClassPK trainingClassPK, Long completedTime, Long validUntilTime, Long fromTime, Long thruTime) -
Uses of PartyPK in com.echothree.model.data.training.server.value
Methods in com.echothree.model.data.training.server.value that return PartyPKMethods in com.echothree.model.data.training.server.value with parameters of type PartyPKConstructors in com.echothree.model.data.training.server.value with parameters of type PartyPKModifierConstructorDescriptionPartyTrainingClassDetailValue(PartyTrainingClassDetailPK partyTrainingClassDetailPK, PartyTrainingClassPK partyTrainingClassPK, String partyTrainingClassName, PartyPK partyPK, TrainingClassPK trainingClassPK, Long completedTime, Long validUntilTime, Long fromTime, Long thruTime) Creates a new instance of PartyTrainingClassDetailValuePartyTrainingClassDetailValue(PartyTrainingClassPK partyTrainingClassPK, String partyTrainingClassName, PartyPK partyPK, TrainingClassPK trainingClassPK, Long completedTime, Long validUntilTime, Long fromTime, Long thruTime) Creates a new instance of PartyTrainingClassDetailValue -
Uses of PartyPK in com.echothree.model.data.user.server.entity
Methods in com.echothree.model.data.user.server.entity that return PartyPKModifier and TypeMethodDescriptionRecoveryAnswerDetail.getPartyPK()UserKeyDetail.getPartyPK()UserLogin.getPartyPK()UserLoginPassword.getPartyPK()UserLoginStatus.getPartyPK()UserSession.getPartyPK()UserVisitCommand.getPartyPK()Methods in com.echothree.model.data.user.server.entity with parameters of type PartyPKModifier and TypeMethodDescriptionvoidRecoveryAnswerDetail.setPartyPK(PartyPK partyPK) voidUserKeyDetail.setPartyPK(PartyPK partyPK) voidUserLogin.setPartyPK(PartyPK partyPK) voidUserLoginPassword.setPartyPK(PartyPK partyPK) voidUserLoginStatus.setPartyPK(PartyPK partyPK) voidUserSession.setPartyPK(PartyPK partyPK) voidUserVisitCommand.setPartyPK(PartyPK partyPK) -
Uses of PartyPK in com.echothree.model.data.user.server.factory
Methods in com.echothree.model.data.user.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionRecoveryAnswerDetailFactory.create(RecoveryAnswerPK recoveryAnswerPK, PartyPK partyPK, RecoveryQuestionPK recoveryQuestionPK, String answer, Long fromTime, Long thruTime) RecoveryAnswerDetailFactory.create(Session session, RecoveryAnswerPK recoveryAnswerPK, PartyPK partyPK, RecoveryQuestionPK recoveryQuestionPK, String answer, Long fromTime, Long thruTime) UserKeyDetailFactory.create(UserKeyPK userKeyPK, String userKeyName, PartyPK partyPK, PartyRelationshipPK partyRelationshipPK, Long fromTime, Long thruTime) UserKeyDetailFactory.create(Session session, UserKeyPK userKeyPK, String userKeyName, PartyPK partyPK, PartyRelationshipPK partyRelationshipPK, Long fromTime, Long thruTime) UserLoginFactory.create(Session session, PartyPK partyPK, String username, Long fromTime, Long thruTime) UserLoginPasswordFactory.create(PartyPK partyPK, UserLoginPasswordTypePK userLoginPasswordTypePK, Long fromTime, Long thruTime) UserLoginPasswordFactory.create(Session session, PartyPK partyPK, UserLoginPasswordTypePK userLoginPasswordTypePK, Long fromTime, Long thruTime) UserLoginStatusFactory.create(PartyPK partyPK, Long lastLoginTime, Integer failureCount, Long firstFailureTime, Long lastFailureTime, Integer expiredCount, Boolean forceChange) UserLoginStatusFactory.create(Session session, PartyPK partyPK, Long lastLoginTime, Integer failureCount, Long firstFailureTime, Long lastFailureTime, Integer expiredCount, Boolean forceChange) UserSessionFactory.create(UserVisitPK userVisitPK, PartyPK partyPK, PartyRelationshipPK partyRelationshipPK, Long identityVerifiedTime, Long fromTime, Long thruTime) UserSessionFactory.create(Session session, UserVisitPK userVisitPK, PartyPK partyPK, PartyRelationshipPK partyRelationshipPK, Long identityVerifiedTime, Long fromTime, Long thruTime) UserVisitCommandFactory.create(UserVisitPK userVisitPK, Integer userVisitCommandSequence, PartyPK partyPK, CommandPK commandPK, Long startTime, Long endTime, Boolean hadSecurityErrors, Boolean hadValidationErrors, Boolean hadExecutionErrors) UserVisitCommandFactory.create(Session session, UserVisitPK userVisitPK, Integer userVisitCommandSequence, PartyPK partyPK, CommandPK commandPK, Long startTime, Long endTime, Boolean hadSecurityErrors, Boolean hadValidationErrors, Boolean hadExecutionErrors) -
Uses of PartyPK in com.echothree.model.data.user.server.value
Methods in com.echothree.model.data.user.server.value that return PartyPKModifier and TypeMethodDescriptionRecoveryAnswerDetailValue.getPartyPK()UserKeyDetailValue.getPartyPK()UserLoginPasswordValue.getPartyPK()UserLoginStatusValue.getPartyPK()UserLoginValue.getPartyPK()UserSessionValue.getPartyPK()UserVisitCommandValue.getPartyPK()Methods in com.echothree.model.data.user.server.value with parameters of type PartyPKModifier and TypeMethodDescriptionvoidRecoveryAnswerDetailValue.setPartyPK(PartyPK partyPK) voidUserKeyDetailValue.setPartyPK(PartyPK partyPK) voidUserLoginPasswordValue.setPartyPK(PartyPK partyPK) voidUserLoginStatusValue.setPartyPK(PartyPK partyPK) voidUserLoginValue.setPartyPK(PartyPK partyPK) voidUserSessionValue.setPartyPK(PartyPK partyPK) voidUserVisitCommandValue.setPartyPK(PartyPK partyPK) Constructors in com.echothree.model.data.user.server.value with parameters of type PartyPKModifierConstructorDescriptionRecoveryAnswerDetailValue(RecoveryAnswerDetailPK recoveryAnswerDetailPK, RecoveryAnswerPK recoveryAnswerPK, PartyPK partyPK, RecoveryQuestionPK recoveryQuestionPK, String answer, Long fromTime, Long thruTime) Creates a new instance of RecoveryAnswerDetailValueRecoveryAnswerDetailValue(RecoveryAnswerPK recoveryAnswerPK, PartyPK partyPK, RecoveryQuestionPK recoveryQuestionPK, String answer, Long fromTime, Long thruTime) Creates a new instance of RecoveryAnswerDetailValueUserKeyDetailValue(UserKeyDetailPK userKeyDetailPK, UserKeyPK userKeyPK, String userKeyName, PartyPK partyPK, PartyRelationshipPK partyRelationshipPK, Long fromTime, Long thruTime) Creates a new instance of UserKeyDetailValueUserKeyDetailValue(UserKeyPK userKeyPK, String userKeyName, PartyPK partyPK, PartyRelationshipPK partyRelationshipPK, Long fromTime, Long thruTime) Creates a new instance of UserKeyDetailValueUserLoginPasswordValue(PartyPK partyPK, UserLoginPasswordTypePK userLoginPasswordTypePK, Long fromTime, Long thruTime) Creates a new instance of UserLoginPasswordValueUserLoginPasswordValue(UserLoginPasswordPK userLoginPasswordPK, PartyPK partyPK, UserLoginPasswordTypePK userLoginPasswordTypePK, Long fromTime, Long thruTime) Creates a new instance of UserLoginPasswordValueUserLoginStatusValue(PartyPK partyPK, Long lastLoginTime, Integer failureCount, Long firstFailureTime, Long lastFailureTime, Integer expiredCount, Boolean forceChange) Creates a new instance of UserLoginStatusValueUserLoginStatusValue(UserLoginStatusPK userLoginStatusPK, PartyPK partyPK, Long lastLoginTime, Integer failureCount, Long firstFailureTime, Long lastFailureTime, Integer expiredCount, Boolean forceChange) Creates a new instance of UserLoginStatusValueUserLoginValue(PartyPK partyPK, String username, Long fromTime, Long thruTime) Creates a new instance of UserLoginValueUserLoginValue(UserLoginPK userLoginPK, PartyPK partyPK, String username, Long fromTime, Long thruTime) Creates a new instance of UserLoginValueUserSessionValue(UserSessionPK userSessionPK, UserVisitPK userVisitPK, PartyPK partyPK, PartyRelationshipPK partyRelationshipPK, Long identityVerifiedTime, Long fromTime, Long thruTime) Creates a new instance of UserSessionValueUserSessionValue(UserVisitPK userVisitPK, PartyPK partyPK, PartyRelationshipPK partyRelationshipPK, Long identityVerifiedTime, Long fromTime, Long thruTime) Creates a new instance of UserSessionValueUserVisitCommandValue(UserVisitCommandPK userVisitCommandPK, UserVisitPK userVisitPK, Integer userVisitCommandSequence, PartyPK partyPK, CommandPK commandPK, Long startTime, Long endTime, Boolean hadSecurityErrors, Boolean hadValidationErrors, Boolean hadExecutionErrors) Creates a new instance of UserVisitCommandValueUserVisitCommandValue(UserVisitPK userVisitPK, Integer userVisitCommandSequence, PartyPK partyPK, CommandPK commandPK, Long startTime, Long endTime, Boolean hadSecurityErrors, Boolean hadValidationErrors, Boolean hadExecutionErrors) Creates a new instance of UserVisitCommandValue -
Uses of PartyPK in com.echothree.model.data.vendor.server.entity
Methods in com.echothree.model.data.vendor.server.entity that return PartyPKMethods in com.echothree.model.data.vendor.server.entity with parameters of type PartyPKModifier and TypeMethodDescriptionvoidVendor.setPartyPK(PartyPK partyPK) voidVendorItemDetail.setVendorPartyPK(PartyPK vendorPartyPK) -
Uses of PartyPK in com.echothree.model.data.vendor.server.factory
Methods in com.echothree.model.data.vendor.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionVendorFactory.create(PartyPK partyPK, String vendorName, VendorTypePK vendorTypePK, Integer minimumPurchaseOrderLines, Integer maximumPurchaseOrderLines, Long minimumPurchaseOrderAmount, Long maximumPurchaseOrderAmount, Boolean useItemPurchasingCategories, ItemAliasTypePK defaultItemAliasTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK apGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, SelectorPK vendorItemSelectorPK, FilterPK vendorItemCostFilterPK, Long fromTime, Long thruTime) VendorFactory.create(Session session, PartyPK partyPK, String vendorName, VendorTypePK vendorTypePK, Integer minimumPurchaseOrderLines, Integer maximumPurchaseOrderLines, Long minimumPurchaseOrderAmount, Long maximumPurchaseOrderAmount, Boolean useItemPurchasingCategories, ItemAliasTypePK defaultItemAliasTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK apGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, SelectorPK vendorItemSelectorPK, FilterPK vendorItemCostFilterPK, Long fromTime, Long thruTime) VendorItemDetailFactory.create(VendorItemPK vendorItemPK, ItemPK itemPK, PartyPK vendorPartyPK, String vendorItemName, String description, Integer priority, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Long fromTime, Long thruTime) VendorItemDetailFactory.create(Session session, VendorItemPK vendorItemPK, ItemPK itemPK, PartyPK vendorPartyPK, String vendorItemName, String description, Integer priority, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Long fromTime, Long thruTime) -
Uses of PartyPK in com.echothree.model.data.vendor.server.value
Methods in com.echothree.model.data.vendor.server.value that return PartyPKModifier and TypeMethodDescriptionVendorValue.getPartyPK()VendorItemDetailValue.getVendorPartyPK()Methods in com.echothree.model.data.vendor.server.value with parameters of type PartyPKModifier and TypeMethodDescriptionvoidVendorValue.setPartyPK(PartyPK partyPK) voidVendorItemDetailValue.setVendorPartyPK(PartyPK vendorPartyPK) Constructors in com.echothree.model.data.vendor.server.value with parameters of type PartyPKModifierConstructorDescriptionVendorItemDetailValue(VendorItemDetailPK vendorItemDetailPK, VendorItemPK vendorItemPK, ItemPK itemPK, PartyPK vendorPartyPK, String vendorItemName, String description, Integer priority, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Long fromTime, Long thruTime) Creates a new instance of VendorItemDetailValueVendorItemDetailValue(VendorItemPK vendorItemPK, ItemPK itemPK, PartyPK vendorPartyPK, String vendorItemName, String description, Integer priority, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Long fromTime, Long thruTime) Creates a new instance of VendorItemDetailValueVendorValue(PartyPK partyPK, String vendorName, VendorTypePK vendorTypePK, Integer minimumPurchaseOrderLines, Integer maximumPurchaseOrderLines, Long minimumPurchaseOrderAmount, Long maximumPurchaseOrderAmount, Boolean useItemPurchasingCategories, ItemAliasTypePK defaultItemAliasTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK apGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, SelectorPK vendorItemSelectorPK, FilterPK vendorItemCostFilterPK, Long fromTime, Long thruTime) Creates a new instance of VendorValueVendorValue(VendorPK vendorPK, PartyPK partyPK, String vendorName, VendorTypePK vendorTypePK, Integer minimumPurchaseOrderLines, Integer maximumPurchaseOrderLines, Long minimumPurchaseOrderAmount, Long maximumPurchaseOrderAmount, Boolean useItemPurchasingCategories, ItemAliasTypePK defaultItemAliasTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK apGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, SelectorPK vendorItemSelectorPK, FilterPK vendorItemCostFilterPK, Long fromTime, Long thruTime) Creates a new instance of VendorValue -
Uses of PartyPK in com.echothree.model.data.warehouse.server.entity
Methods in com.echothree.model.data.warehouse.server.entity that return PartyPKModifier and TypeMethodDescriptionWarehouse.getPartyPK()LocationDetail.getWarehousePartyPK()LocationTypeDetail.getWarehousePartyPK()WarehousePackageType.getWarehousePartyPK()Methods in com.echothree.model.data.warehouse.server.entity with parameters of type PartyPKModifier and TypeMethodDescriptionvoidWarehouse.setPartyPK(PartyPK partyPK) voidLocationDetail.setWarehousePartyPK(PartyPK warehousePartyPK) voidLocationTypeDetail.setWarehousePartyPK(PartyPK warehousePartyPK) voidWarehousePackageType.setWarehousePartyPK(PartyPK warehousePartyPK) -
Uses of PartyPK in com.echothree.model.data.warehouse.server.factory
Methods in com.echothree.model.data.warehouse.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionLocationDetailFactory.create(LocationPK locationPK, PartyPK warehousePartyPK, String locationName, LocationTypePK locationTypePK, LocationUseTypePK locationUseTypePK, Integer velocity, InventoryLocationGroupPK inventoryLocationGroupPK, Long fromTime, Long thruTime) LocationDetailFactory.create(Session session, LocationPK locationPK, PartyPK warehousePartyPK, String locationName, LocationTypePK locationTypePK, LocationUseTypePK locationUseTypePK, Integer velocity, InventoryLocationGroupPK inventoryLocationGroupPK, Long fromTime, Long thruTime) LocationTypeDetailFactory.create(LocationTypePK locationTypePK, PartyPK warehousePartyPK, String locationTypeName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) LocationTypeDetailFactory.create(Session session, LocationTypePK locationTypePK, PartyPK warehousePartyPK, String locationTypeName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) WarehouseFactory.create(PartyPK partyPK, String warehouseName, WarehouseTypePK warehouseTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) WarehouseFactory.create(Session session, PartyPK partyPK, String warehouseName, WarehouseTypePK warehouseTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) WarehousePackageTypeFactory.create(PartyPK warehousePartyPK, PackageTypePK packageTypePK, Long fromTime, Long thruTime) WarehousePackageTypeFactory.create(Session session, PartyPK warehousePartyPK, PackageTypePK packageTypePK, Long fromTime, Long thruTime) -
Uses of PartyPK in com.echothree.model.data.warehouse.server.value
Methods in com.echothree.model.data.warehouse.server.value that return PartyPKModifier and TypeMethodDescriptionWarehouseValue.getPartyPK()LocationDetailValue.getWarehousePartyPK()LocationTypeDetailValue.getWarehousePartyPK()WarehousePackageTypeValue.getWarehousePartyPK()Methods in com.echothree.model.data.warehouse.server.value with parameters of type PartyPKModifier and TypeMethodDescriptionvoidWarehouseValue.setPartyPK(PartyPK partyPK) voidLocationDetailValue.setWarehousePartyPK(PartyPK warehousePartyPK) voidLocationTypeDetailValue.setWarehousePartyPK(PartyPK warehousePartyPK) voidWarehousePackageTypeValue.setWarehousePartyPK(PartyPK warehousePartyPK) Constructors in com.echothree.model.data.warehouse.server.value with parameters of type PartyPKModifierConstructorDescriptionLocationDetailValue(LocationDetailPK locationDetailPK, LocationPK locationPK, PartyPK warehousePartyPK, String locationName, LocationTypePK locationTypePK, LocationUseTypePK locationUseTypePK, Integer velocity, InventoryLocationGroupPK inventoryLocationGroupPK, Long fromTime, Long thruTime) Creates a new instance of LocationDetailValueLocationDetailValue(LocationPK locationPK, PartyPK warehousePartyPK, String locationName, LocationTypePK locationTypePK, LocationUseTypePK locationUseTypePK, Integer velocity, InventoryLocationGroupPK inventoryLocationGroupPK, Long fromTime, Long thruTime) Creates a new instance of LocationDetailValueLocationTypeDetailValue(LocationTypeDetailPK locationTypeDetailPK, LocationTypePK locationTypePK, PartyPK warehousePartyPK, String locationTypeName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of LocationTypeDetailValueLocationTypeDetailValue(LocationTypePK locationTypePK, PartyPK warehousePartyPK, String locationTypeName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of LocationTypeDetailValueWarehousePackageTypeValue(PartyPK warehousePartyPK, PackageTypePK packageTypePK, Long fromTime, Long thruTime) Creates a new instance of WarehousePackageTypeValueWarehousePackageTypeValue(WarehousePackageTypePK warehousePackageTyPK, PartyPK warehousePartyPK, PackageTypePK packageTypePK, Long fromTime, Long thruTime) Creates a new instance of WarehousePackageTypeValueWarehouseValue(PartyPK partyPK, String warehouseName, WarehouseTypePK warehouseTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of WarehouseValueWarehouseValue(WarehousePK warehousePK, PartyPK partyPK, String warehouseName, WarehouseTypePK warehouseTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of WarehouseValue -
Uses of PartyPK in com.echothree.model.data.workrequirement.server.entity
Methods in com.echothree.model.data.workrequirement.server.entity that return PartyPKMethods in com.echothree.model.data.workrequirement.server.entity with parameters of type PartyPKModifier and TypeMethodDescriptionvoidWorkAssignmentDetail.setPartyPK(PartyPK partyPK) voidWorkTimeDetail.setPartyPK(PartyPK partyPK) -
Uses of PartyPK in com.echothree.model.data.workrequirement.server.factory
Methods in com.echothree.model.data.workrequirement.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionWorkAssignmentDetailFactory.create(WorkAssignmentPK workAssignmentPK, WorkRequirementPK workRequirementPK, Integer workAssignmentSequence, PartyPK partyPK, Long startTime, Long endTime, Long fromTime, Long thruTime) WorkAssignmentDetailFactory.create(Session session, WorkAssignmentPK workAssignmentPK, WorkRequirementPK workRequirementPK, Integer workAssignmentSequence, PartyPK partyPK, Long startTime, Long endTime, Long fromTime, Long thruTime) WorkTimeDetailFactory.create(WorkTimePK workTimePK, WorkRequirementPK workRequirementPK, Integer workTimeSequence, PartyPK partyPK, Long startTime, Long endTime, Long fromTime, Long thruTime) WorkTimeDetailFactory.create(Session session, WorkTimePK workTimePK, WorkRequirementPK workRequirementPK, Integer workTimeSequence, PartyPK partyPK, Long startTime, Long endTime, Long fromTime, Long thruTime) -
Uses of PartyPK in com.echothree.model.data.workrequirement.server.value
Methods in com.echothree.model.data.workrequirement.server.value that return PartyPKModifier and TypeMethodDescriptionWorkAssignmentDetailValue.getPartyPK()WorkTimeDetailValue.getPartyPK()Methods in com.echothree.model.data.workrequirement.server.value with parameters of type PartyPKModifier and TypeMethodDescriptionvoidWorkAssignmentDetailValue.setPartyPK(PartyPK partyPK) voidWorkTimeDetailValue.setPartyPK(PartyPK partyPK) Constructors in com.echothree.model.data.workrequirement.server.value with parameters of type PartyPKModifierConstructorDescriptionWorkAssignmentDetailValue(WorkAssignmentDetailPK workAssignmentDetailPK, WorkAssignmentPK workAssignmentPK, WorkRequirementPK workRequirementPK, Integer workAssignmentSequence, PartyPK partyPK, Long startTime, Long endTime, Long fromTime, Long thruTime) Creates a new instance of WorkAssignmentDetailValueWorkAssignmentDetailValue(WorkAssignmentPK workAssignmentPK, WorkRequirementPK workRequirementPK, Integer workAssignmentSequence, PartyPK partyPK, Long startTime, Long endTime, Long fromTime, Long thruTime) Creates a new instance of WorkAssignmentDetailValueWorkTimeDetailValue(WorkTimeDetailPK workTimeDetailPK, WorkTimePK workTimePK, WorkRequirementPK workRequirementPK, Integer workTimeSequence, PartyPK partyPK, Long startTime, Long endTime, Long fromTime, Long thruTime) Creates a new instance of WorkTimeDetailValueWorkTimeDetailValue(WorkTimePK workTimePK, WorkRequirementPK workRequirementPK, Integer workTimeSequence, PartyPK partyPK, Long startTime, Long endTime, Long fromTime, Long thruTime) Creates a new instance of WorkTimeDetailValue -
Uses of PartyPK in com.echothree.util.server.control
Methods in com.echothree.util.server.control that return PartyPK -
Uses of PartyPK in com.echothree.util.server.persistence
Methods in com.echothree.util.server.persistence with parameters of type PartyPKModifier and TypeMethodDescriptionEncryptionUtils.changeBaseKeys(ExecutionErrorAccumulator eea, BaseKeys oldBaseKeys, PartyPK changedBy) EncryptionUtils.generateBaseKeys(ExecutionErrorAccumulator eea, PartyPK createdBy) -
Uses of PartyPK in com.echothree.util.server.transfer
Methods in com.echothree.util.server.transfer that return PartyPKModifier and TypeMethodDescriptionprotected PartyPKBaseTransferCache.getPartyPK(UserVisit userVisit)