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) void
AccountingControl.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) void
CampaignControl.setCampaignContentStatus
(ExecutionErrorAccumulator eea, Party party, String employeeStatusChoice, PartyPK modifiedBy) void
CampaignControl.setCampaignMediumStatus
(ExecutionErrorAccumulator eea, Party party, String employeeStatusChoice, PartyPK modifiedBy) void
CampaignControl.setCampaignSourceStatus
(ExecutionErrorAccumulator eea, Party party, String employeeStatusChoice, PartyPK modifiedBy) void
CampaignControl.setCampaignStatus
(ExecutionErrorAccumulator eea, Party party, String employeeStatusChoice, PartyPK modifiedBy) void
CampaignControl.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 TypeMethodDescriptionvoid
CampaignContentLogic.setCampaignContentStatus
(Session session, ExecutionErrorAccumulator eea, CampaignContent campaignContent, String campaignContentStatusChoice, PartyPK modifiedBy) void
CampaignMediumLogic.setCampaignMediumStatus
(Session session, ExecutionErrorAccumulator eea, CampaignMedium campaignMedium, String campaignMediumStatusChoice, PartyPK modifiedBy) void
CampaignSourceLogic.setCampaignSourceStatus
(Session session, ExecutionErrorAccumulator eea, CampaignSource campaignSource, String campaignSourceStatusChoice, PartyPK modifiedBy) void
CampaignLogic.setCampaignStatus
(Session session, ExecutionErrorAccumulator eea, Campaign campaign, String campaignStatusChoice, PartyPK modifiedBy) void
CampaignTermLogic.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) void
PartyCancellationPolicyLogic.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) void
CommentControl.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) void
ContactControl.setEmailAddressStatus
(ExecutionErrorAccumulator eea, ContactMechanism contactMechanism, String emailAddressStatusChoice, PartyPK modifiedBy) void
ContactControl.setEmailAddressVerification
(ExecutionErrorAccumulator eea, ContactMechanism contactMechanism, String emailAddressVerificationChoice, PartyPK modifiedBy) void
ContactControl.setPostalAddressStatus
(ExecutionErrorAccumulator eea, ContactMechanism contactMechanism, String postalAddressStatusChoice, PartyPK modifiedBy) void
ContactControl.setTelephoneStatus
(ExecutionErrorAccumulator eea, ContactMechanism contactMechanism, String telephoneStatusChoice, PartyPK modifiedBy) void
ContactControl.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 TypeMethodDescriptionvoid
ContactMechanismLogic.deleteContactMechanism
(ExecutionErrorAccumulator eea, ContactMechanism contactMechanism, PartyPK deletedBy) void
ContactMechanismLogic.deleteContactMechanism
(ExecutionErrorAccumulator eea, String contactMechanismName, PartyPK deletedBy) -
Uses of PartyPK in com.echothree.model.control.contactlist.server
Methods in com.echothree.model.control.contactlist.server with parameters of type PartyPKModifier and TypeMethodDescriptionContactListControl.getPartyContactListStatusChoices
(String defaultPartyContactListStatusChoice, Language language, boolean allowNullChoice, PartyContactList partyContactList, PartyPK partyPK) void
ContactListControl.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 TypeMethodDescriptionCoreControl.createBaseEncryptionKey
(ExecutionErrorAccumulator eea, BaseKey baseKey1, BaseKey baseKey2, PartyPK createdBy) CoreControl.getBaseEncryptionKeyStatusChoices
(String defaultBaseEncryptionKeyStatusChoice, Language language, boolean allowNullChoice, BaseEncryptionKey baseEncryptionKey, PartyPK partyPK) CoreControl.getEventGroupStatusChoices
(String defaultEventGroupStatusChoice, Language language, boolean allowNullChoice, EventGroup eventGroup, PartyPK partyPK) void
CoreControl.setBaseEncryptionKeyStatus
(ExecutionErrorAccumulator eea, BaseEncryptionKey baseEncryptionKey, String baseEncryptionKeyStatusChoice, PartyPK modifiedBy) void
CoreControl.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 TypeMethodDescriptionvoid
EntityAliasTypeLogic.deleteEntityAliasType
(ExecutionErrorAccumulator eea, EntityAliasType entityAliasType, PartyPK deletedByPK) void
EntityAttributeLogic.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) void
CustomerControl.setCustomerCreditStatus
(ExecutionErrorAccumulator eea, Party party, String customerCreditStatusChoice, PartyPK modifiedBy) void
CustomerControl.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 TypeMethodDescriptionvoid
CustomerLogic.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) void
EmployeeControl.setEmployeeAvailability
(ExecutionErrorAccumulator eea, Party party, String employeeAvailabilityChoice, PartyPK modifiedBy) void
EmployeeControl.setEmployeeStatus
(ExecutionErrorAccumulator eea, Party party, String employeeStatusChoice, PartyPK modifiedBy) void
EmployeeControl.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) void
LeaveLogic.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) void
InventoryControl.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) void
PurchaseInvoiceLogic.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) void
ItemControl.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 TypeMethodDescriptionvoid
ItemLogic.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) void
JobControl.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 TypeMethodDescriptionvoid
OrderTrigger.handleTrigger
(Session session, ExecutionErrorAccumulator eea, WorkflowEntityStatus workflowEntityStatus, PartyPK triggeredBy) void
OrderTypeTrigger.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 TypeMethodDescriptionvoid
NameSuffixLogic.deleteNameSuffix
(ExecutionErrorAccumulator eea, NameSuffix nameSuffix, PartyPK deletedBy) void
NameSuffixLogic.deleteNameSuffix
(ExecutionErrorAccumulator eea, String nameSuffixId, PartyPK deletedBy) void
PersonalTitleLogic.deletePersonalTitle
(ExecutionErrorAccumulator eea, PersonalTitle personalTitle, PartyPK deletedBy) void
PersonalTitleLogic.deletePersonalTitle
(ExecutionErrorAccumulator eea, String personalTitleId, PartyPK deletedBy) void
EmployeeLogic.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 TypeMethodDescriptionvoid
PartyPaymentMethodLogic.deletePartyPaymentMethod
(ExecutionErrorAccumulator eea, PartyPaymentMethod partyPaymentMethod, PartyPK deletedBy) void
PartyPaymentMethodLogic.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) void
PeriodControl.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) -
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) void
PrinterControl.setPrinterGroupJobStatus
(ExecutionErrorAccumulator eea, PrinterGroupJob printerGroupJob, String printerGroupJobStatusChoice, PartyPK modifiedBy) void
PrinterControl.setPrinterGroupStatus
(ExecutionErrorAccumulator eea, PrinterGroup printerGroup, String printerGroupStatusChoice, PartyPK modifiedBy) void
PrinterControl.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) void
PrinterGroupJobLogic.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 TypeMethodDescriptionvoid
PrinterGroupJobTrigger.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 TypeMethodDescriptionvoid
PurchaseOrderLogic.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) void
PurchaseOrderLogic.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) void
PartyReturnPolicyLogic.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 TypeMethodDescriptionvoid
SalesOrderLogic.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) void
SalesOrderBatchLogic.setSalesOrderBatchStatus
(Session session, ExecutionErrorAccumulator eea, Batch batch, String salesOrderBatchStatusChoice, PartyPK modifiedBy) void
SalesOrderLogic.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 TypeMethodDescriptionvoid
SalesOrderTrigger.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 TypeMethodDescriptionboolean
SecurityControl.partyEntitySecurityRoleExists
(PartyPK partyPK, EntityInstance entityInstancePK, SecurityRolePK securityRolePK) boolean
SecurityControl.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) void
TrackControl.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 TypeMethodDescriptionvoid
TrackLogic.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) void
TrainingControl.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 TypeMethodDescriptionvoid
PartyTrainingClassLogic.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 TypeMethodDescriptionvoid
PartyTrainingClassTrigger.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) void
UserControl.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 TypeMethodDescriptionvoid
UserVisitLogic.disassociatePartyFromUserVisit
(UserVisit userVisit, Long endTime, PartyPK disassociatedBy) Disassociate any Party from the specified UserVisit by deleting the UserSession, keep all the Preferred* properties.void
UserVisitLogic.invalidateAbandonedUserVisits
(Long abandonedTime, PartyPK invalidatedBy) void
UserVisitLogic.invalidateUserVisit
(UserVisitPK userVisitPK, PartyPK invalidatedBy) void
UserVisitLogic.invalidateUserVisit
(UserVisit userVisit, PartyPK invalidatedBy) void
UserVisitLogic.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) void
VendorControl.setVendorItemStatus
(ExecutionErrorAccumulator eea, VendorItem vendorItem, String vendorItemStatusChoice, PartyPK modifiedBy) void
VendorControl.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 TypeMethodDescriptionvoid
VendorLogic.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) void
WarehouseControl.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 TypeMethodDescriptionvoid
WishlistLogic.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) void
WorkflowControl.transitionEntityInWorkflow
(ExecutionErrorAccumulator eea, WorkflowEntityStatus workflowEntityStatus, WorkflowDestination workflowDestination, Long triggerTime, PartyPK modifiedBy) void
WorkflowControl.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 TypeMethodDescriptionboolean
WorkflowSecurityLogic.checkAddEntityToWorkflow
(ExecutionErrorAccumulator eea, WorkflowEntrance workflowEntrance, PartyPK modifiedBy) boolean
WorkflowSecurityLogic.checkTransitionEntityInWorkflow
(ExecutionErrorAccumulator eea, WorkflowDestination workflowDestination, PartyPK modifiedBy) boolean
WorkflowSecurityLogic.checkWorkflowDestinationAvailable
(WorkflowDestination workflowDestination, PartyPK partyPK) boolean
WorkflowSecurityLogic.checkWorkflowEntranceAvailable
(WorkflowEntrance workflowEntrance, PartyPK partyPK) void
WorkflowTriggerLogic.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 TypeMethodDescriptionvoid
EntityTypeTrigger.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) void
WorkRequirementControl.setWorkAssignmentStatus
(ExecutionErrorAccumulator eea, WorkAssignment workAssignment, String workAssignmentStatusChoice, PartyPK modifiedBy) void
WorkRequirementControl.setWorkRequirementStatus
(ExecutionErrorAccumulator eea, WorkRequirement workRequirement, String workRequirementStatusChoice, PartyPK modifiedBy) void
WorkRequirementControl.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 TypeMethodDescriptionvoid
WorkRequirementLogic.endWorkTime
(WorkTime workTime, Long endTime, boolean complete, PartyPK endedBy) void
WorkRequirementLogic.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 TypeMethodDescriptionvoid
GlAccountSummary.setGroupPartyPK
(PartyPK groupPartyPK) void
TransactionDetail.setGroupPartyPK
(PartyPK groupPartyPK) void
TransactionGlEntry.setGroupPartyPK
(PartyPK groupPartyPK) void
PartyGlAccount.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 balance) GlAccountSummaryFactory.create
(Session session, GlAccountPK glAccountPK, PartyPK groupPartyPK, PeriodPK periodPK, 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 postingTime, Long fromTime, Long thruTime) TransactionDetailFactory.create
(Session session, TransactionPK transactionPK, String transactionName, PartyPK groupPartyPK, TransactionGroupPK transactionGroupPK, TransactionTypePK transactionTypePK, Long postingTime, Long fromTime, Long thruTime) TransactionGlEntryFactory.create
(TransactionPK transactionPK, Integer transactionGlEntrySequence, TransactionGlEntryPK parentTransactionGlEntryPK, PartyPK groupPartyPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, CurrencyPK originalCurrencyPK, Long originalAmount, Long amount, Long fromTime, Long thruTime) TransactionGlEntryFactory.create
(Session session, TransactionPK transactionPK, Integer transactionGlEntrySequence, TransactionGlEntryPK parentTransactionGlEntryPK, PartyPK groupPartyPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, CurrencyPK originalCurrencyPK, Long originalAmount, Long amount, 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 TypeMethodDescriptionvoid
GlAccountSummaryValue.setGroupPartyPK
(PartyPK groupPartyPK) void
TransactionDetailValue.setGroupPartyPK
(PartyPK groupPartyPK) void
TransactionGlEntryValue.setGroupPartyPK
(PartyPK groupPartyPK) void
PartyGlAccountValue.setPartyPK
(PartyPK partyPK) Constructors in com.echothree.model.data.accounting.server.value with parameters of type PartyPKModifierConstructorDescriptionGlAccountSummaryValue
(GlAccountPK glAccountPK, PartyPK groupPartyPK, PeriodPK periodPK, Long balance) Creates a new instance of GlAccountSummaryValueGlAccountSummaryValue
(GlAccountSummaryPK glAccountSummaryPK, GlAccountPK glAccountPK, PartyPK groupPartyPK, PeriodPK periodPK, 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 postingTime, Long fromTime, Long thruTime) Creates a new instance of TransactionDetailValueTransactionDetailValue
(TransactionPK transactionPK, String transactionName, PartyPK groupPartyPK, TransactionGroupPK transactionGroupPK, TransactionTypePK transactionTypePK, Long postingTime, Long fromTime, Long thruTime) Creates a new instance of TransactionDetailValueTransactionGlEntryValue
(TransactionGlEntryPK transactionGlEntryPK, TransactionPK transactionPK, Integer transactionGlEntrySequence, TransactionGlEntryPK parentTransactionGlEntryPK, PartyPK groupPartyPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, CurrencyPK originalCurrencyPK, Long originalAmount, Long amount, Long fromTime, Long thruTime) Creates a new instance of TransactionGlEntryValueTransactionGlEntryValue
(TransactionPK transactionPK, Integer transactionGlEntrySequence, TransactionGlEntryPK parentTransactionGlEntryPK, PartyPK groupPartyPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, CurrencyPK originalCurrencyPK, Long originalAmount, Long amount, 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 TypeMethodDescriptionvoid
CarrierOptionDetail.setCarrierPartyPK
(PartyPK carrierPartyPK) void
CarrierServiceDetail.setCarrierPartyPK
(PartyPK carrierPartyPK) void
PartyCarrier.setCarrierPartyPK
(PartyPK carrierPartyPK) void
PartyCarrierAccountDetail.setCarrierPartyPK
(PartyPK carrierPartyPK) void
Carrier.setPartyPK
(PartyPK partyPK) void
PartyCarrier.setPartyPK
(PartyPK partyPK) void
PartyCarrierAccountDetail.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 TypeMethodDescriptionvoid
CarrierOptionDetailValue.setCarrierPartyPK
(PartyPK carrierPartyPK) void
CarrierServiceDetailValue.setCarrierPartyPK
(PartyPK carrierPartyPK) void
PartyCarrierAccountDetailValue.setCarrierPartyPK
(PartyPK carrierPartyPK) void
PartyCarrierValue.setCarrierPartyPK
(PartyPK carrierPartyPK) void
CarrierValue.setPartyPK
(PartyPK partyPK) void
PartyCarrierAccountDetailValue.setPartyPK
(PartyPK partyPK) void
PartyCarrierValue.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 TypeMethodDescriptionvoid
PartyContactMechanismAlias.setPartyPK
(PartyPK partyPK) void
PartyContactMechanismDetail.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 TypeMethodDescriptionvoid
PartyContactMechanismAliasValue.setPartyPK
(PartyPK partyPK) void
PartyContactMechanismDetailValue.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.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return PartyPKModifier and TypeMethodDescriptionPartyApplicationEditorUseDetail.getPartyPK()
PartyEntityType.getPartyPK()
Methods in com.echothree.model.data.core.server.entity with parameters of type PartyPKModifier and TypeMethodDescriptionvoid
PartyApplicationEditorUseDetail.setPartyPK
(PartyPK partyPK) void
PartyEntityType.setPartyPK
(PartyPK partyPK) -
Uses of PartyPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory with parameters of type PartyPKModifier and TypeMethodDescriptionPartyApplicationEditorUseDetailFactory.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) 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) -
Uses of PartyPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return PartyPKModifier and TypeMethodDescriptionPartyApplicationEditorUseDetailValue.getPartyPK()
PartyEntityTypeValue.getPartyPK()
Methods in com.echothree.model.data.core.server.value with parameters of type PartyPKModifier and TypeMethodDescriptionvoid
PartyApplicationEditorUseDetailValue.setPartyPK
(PartyPK partyPK) void
PartyEntityTypeValue.setPartyPK
(PartyPK partyPK) Constructors in com.echothree.model.data.core.server.value with parameters of type PartyPKModifierConstructorDescriptionPartyApplicationEditorUseDetailValue
(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 PartyApplicationEditorUseDetailValuePartyEntityTypeValue
(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 PartyEntityTypeValue -
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 TypeMethodDescriptionvoid
EmploymentDetail.setCompanyPartyPK
(PartyPK companyPartyPK) void
LeaveDetail.setCompanyPartyPK
(PartyPK companyPartyPK) void
EmploymentDetail.setPartyPK
(PartyPK partyPK) void
LeaveDetail.setPartyPK
(PartyPK partyPK) void
PartyEmployee.setPartyPK
(PartyPK partyPK) void
PartyResponsibility.setPartyPK
(PartyPK partyPK) void
PartySkill.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 TypeMethodDescriptionvoid
EmploymentDetailValue.setCompanyPartyPK
(PartyPK companyPartyPK) void
LeaveDetailValue.setCompanyPartyPK
(PartyPK companyPartyPK) void
EmploymentDetailValue.setPartyPK
(PartyPK partyPK) void
LeaveDetailValue.setPartyPK
(PartyPK partyPK) void
PartyEmployeeValue.setPartyPK
(PartyPK partyPK) void
PartyResponsibilityValue.setPartyPK
(PartyPK partyPK) void
PartySkillValue.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 TypeMethodDescriptionvoid
ForumMessageRole.setPartyPK
(PartyPK partyPK) void
ForumPartyRole.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 TypeMethodDescriptionvoid
ForumMessageRoleValue.setPartyPK
(PartyPK partyPK) void
ForumPartyRoleValue.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 TypeMethodDescriptionLotDetail.getOwnerPartyPK()
PartyInventoryLevel.getPartyPK()
InventoryLocationGroupDetail.getWarehousePartyPK()
Methods in com.echothree.model.data.inventory.server.entity with parameters of type PartyPKModifier and TypeMethodDescriptionvoid
LotDetail.setOwnerPartyPK
(PartyPK ownerPartyPK) void
PartyInventoryLevel.setPartyPK
(PartyPK partyPK) void
InventoryLocationGroupDetail.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 TypeMethodDescriptionInventoryLocationGroupDetailFactory.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) LotDetailFactory.create
(LotPK lotPK, String lotName, PartyPK ownerPartyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long quantity, CurrencyPK currencyPK, Long unitCost, Long fromTime, Long thruTime) LotDetailFactory.create
(Session session, LotPK lotPK, String lotName, PartyPK ownerPartyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long quantity, CurrencyPK currencyPK, Long unitCost, 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 TypeMethodDescriptionLotDetailValue.getOwnerPartyPK()
PartyInventoryLevelValue.getPartyPK()
InventoryLocationGroupDetailValue.getWarehousePartyPK()
Methods in com.echothree.model.data.inventory.server.value with parameters of type PartyPKModifier and TypeMethodDescriptionvoid
LotDetailValue.setOwnerPartyPK
(PartyPK ownerPartyPK) void
PartyInventoryLevelValue.setPartyPK
(PartyPK partyPK) void
InventoryLocationGroupDetailValue.setWarehousePartyPK
(PartyPK warehousePartyPK) Constructors in com.echothree.model.data.inventory.server.value with parameters of type PartyPKModifierConstructorDescriptionInventoryLocationGroupDetailValue
(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 InventoryLocationGroupDetailValueLotDetailValue
(LotDetailPK lotDetailPK, LotPK lotPK, String lotName, PartyPK ownerPartyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long quantity, CurrencyPK currencyPK, Long unitCost, Long fromTime, Long thruTime) Creates a new instance of LotDetailValueLotDetailValue
(LotPK lotPK, String lotName, PartyPK ownerPartyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long quantity, CurrencyPK currencyPK, Long unitCost, Long fromTime, Long thruTime) Creates a new instance of LotDetailValuePartyInventoryLevelValue
(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 TypeMethodDescriptionvoid
LetterSourceDetail.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 TypeMethodDescriptionvoid
LetterSourceDetailValue.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 TypeMethodDescriptionvoid
OfferDetail.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 TypeMethodDescriptionvoid
OfferDetailValue.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()
PartyCompany.getPartyPK()
PartyDepartment.getPartyPK()
PartyDetail.getPartyPK()
PartyDivision.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 TypeMethodDescriptionvoid
PartyDivision.setCompanyPartyPK
(PartyPK companyPartyPK) void
PartyDepartment.setDivisionPartyPK
(PartyPK divisionPartyPK) void
PartyRelationship.setFromPartyPK
(PartyPK fromPartyPK) void
PartyAlias.setPartyPK
(PartyPK partyPK) void
PartyCompany.setPartyPK
(PartyPK partyPK) void
PartyDepartment.setPartyPK
(PartyPK partyPK) void
PartyDetail.setPartyPK
(PartyPK partyPK) void
PartyDivision.setPartyPK
(PartyPK partyPK) void
PartyGroup.setPartyPK
(PartyPK partyPK) void
PartyStatus.setPartyPK
(PartyPK partyPK) void
Person.setPartyPK
(PartyPK partyPK) void
Profile.setPartyPK
(PartyPK partyPK) void
PartyRelationship.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) 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) 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) void
boolean
Method 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) void
PartyFactory.remove
(Session session, Collection<PartyPK> pks) void
PartyFactory.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()
PartyCompanyValue.getPartyPK()
PartyDepartmentValue.getPartyPK()
PartyDetailValue.getPartyPK()
PartyDivisionValue.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 TypeMethodDescriptionvoid
PartyDivisionValue.setCompanyPartyPK
(PartyPK companyPartyPK) void
PartyDepartmentValue.setDivisionPartyPK
(PartyPK divisionPartyPK) void
PartyRelationshipValue.setFromPartyPK
(PartyPK fromPartyPK) void
PartyAliasValue.setPartyPK
(PartyPK partyPK) void
PartyCompanyValue.setPartyPK
(PartyPK partyPK) void
PartyDepartmentValue.setPartyPK
(PartyPK partyPK) void
PartyDetailValue.setPartyPK
(PartyPK partyPK) void
PartyDivisionValue.setPartyPK
(PartyPK partyPK) void
PartyGroupValue.setPartyPK
(PartyPK partyPK) void
PartyStatusValue.setPartyPK
(PartyPK partyPK) void
PersonValue.setPartyPK
(PartyPK partyPK) void
ProfileValue.setPartyPK
(PartyPK partyPK) void
PartyRelationshipValue.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 PartyAliasValuePartyCompanyValue
(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 PartyDivisionValuePartyGroupValue
(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 TypeMethodDescriptionvoid
BillingAccountRole.setPartyPK
(PartyPK partyPK) void
PartyPaymentMethodDetail.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 TypeMethodDescriptionvoid
BillingAccountRoleValue.setPartyPK
(PartyPK partyPK) void
PartyPaymentMethodDetailValue.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 TypeMethodDescriptionvoid
PartySearchTypePreferenceDetail.setPartyPK
(PartyPK partyPK) void
Search.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 TypeMethodDescriptionvoid
PartySearchTypePreferenceDetailValue.setPartyPK
(PartyPK partyPK) void
SearchValue.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 TypeMethodDescriptionvoid
PartyEntitySecurityRole.setPartyPK
(PartyPK partyPK) void
PartySecurityRole.setPartyPK
(PartyPK partyPK) void
PartySecurityRoleTemplateUse.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 TypeMethodDescriptionvoid
PartyEntitySecurityRoleValue.setPartyPK
(PartyPK partyPK) void
PartySecurityRoleTemplateUseValue.setPartyPK
(PartyPK partyPK) void
PartySecurityRoleValue.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 TypeMethodDescriptionvoid
ShipmentDetail.setDestinationPartyPK
(PartyPK destinationPartyPK) void
ShipmentDetail.setDestinationWarehousePartyPK
(PartyPK destinationWarehousePartyPK) void
ShipmentDetail.setOriginPartyPK
(PartyPK originPartyPK) void
ShipmentDetail.setOriginWarehousePartyPK
(PartyPK originWarehousePartyPK) void
PartyFreeOnBoard.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 TypeMethodDescriptionvoid
ShipmentDetailValue.setDestinationPartyPK
(PartyPK destinationPartyPK) void
ShipmentDetailValue.setDestinationWarehousePartyPK
(PartyPK destinationWarehousePartyPK) void
ShipmentDetailValue.setOriginPartyPK
(PartyPK originPartyPK) void
ShipmentDetailValue.setOriginWarehousePartyPK
(PartyPK originWarehousePartyPK) void
PartyFreeOnBoardValue.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 TypeMethodDescriptionvoid
PartyCreditLimit.setPartyPK
(PartyPK partyPK) void
PartyTerm.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 TypeMethodDescriptionvoid
PartyCreditLimitValue.setPartyPK
(PartyPK partyPK) void
PartyTermValue.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 TypeMethodDescriptionvoid
RecoveryAnswerDetail.setPartyPK
(PartyPK partyPK) void
UserKeyDetail.setPartyPK
(PartyPK partyPK) void
UserLogin.setPartyPK
(PartyPK partyPK) void
UserLoginPassword.setPartyPK
(PartyPK partyPK) void
UserLoginStatus.setPartyPK
(PartyPK partyPK) void
UserSession.setPartyPK
(PartyPK partyPK) void
UserVisitCommand.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 TypeMethodDescriptionvoid
RecoveryAnswerDetailValue.setPartyPK
(PartyPK partyPK) void
UserKeyDetailValue.setPartyPK
(PartyPK partyPK) void
UserLoginPasswordValue.setPartyPK
(PartyPK partyPK) void
UserLoginStatusValue.setPartyPK
(PartyPK partyPK) void
UserLoginValue.setPartyPK
(PartyPK partyPK) void
UserSessionValue.setPartyPK
(PartyPK partyPK) void
UserVisitCommandValue.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 TypeMethodDescriptionvoid
Vendor.setPartyPK
(PartyPK partyPK) void
VendorItemDetail.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 TypeMethodDescriptionvoid
VendorValue.setPartyPK
(PartyPK partyPK) void
VendorItemDetailValue.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 TypeMethodDescriptionvoid
Warehouse.setPartyPK
(PartyPK partyPK) void
LocationDetail.setWarehousePartyPK
(PartyPK warehousePartyPK) void
LocationTypeDetail.setWarehousePartyPK
(PartyPK warehousePartyPK) void
WarehousePackageType.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 TypeMethodDescriptionvoid
WarehouseValue.setPartyPK
(PartyPK partyPK) void
LocationDetailValue.setWarehousePartyPK
(PartyPK warehousePartyPK) void
LocationTypeDetailValue.setWarehousePartyPK
(PartyPK warehousePartyPK) void
WarehousePackageTypeValue.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 TypeMethodDescriptionvoid
WorkAssignmentDetail.setPartyPK
(PartyPK partyPK) void
WorkTimeDetail.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 TypeMethodDescriptionvoid
WorkAssignmentDetailValue.setPartyPK
(PartyPK partyPK) void
WorkTimeDetailValue.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 PartyPK