Uses of Class
com.echothree.model.data.party.server.entity.Party
Packages that use Party
Package
Description
-
Uses of Party in com.echothree.control.user.authentication.server.command
Methods in com.echothree.control.user.authentication.server.command with parameters of type PartyModifier and TypeMethodDescriptionprotected voidBaseLoginCommand.addRemoteInet4AddressToParty(Party party, Integer remoteInet4Address) protected UserLoginPasswordStringBaseLoginCommand.checkPassword(String password, Party party, String userLoginPasswordTypeName, boolean deleteOnSuccess) protected booleanBaseLoginCommand.checkPasswords(UserLoginStatus userLoginStatus, String password, Party party, boolean doStatusChecks) protected voidBaseLoginCommand.successfulLogin(UserLoginStatus userLoginStatus, Party party, PartyRelationship partyRelationship, Integer remoteInet4Address) -
Uses of Party in com.echothree.control.user.customer.server.command
Methods in com.echothree.control.user.customer.server.command that return PartyModifier and TypeMethodDescriptionEditCustomerCommand.getEntity(EditCustomerResult result) EditCustomerCommand.getLockEntity(Party party) Methods in com.echothree.control.user.customer.server.command with parameters of type PartyModifier and TypeMethodDescriptionvoidvoidEditCustomerCommand.doLock(CustomerEdit edit, Party party) voidvoidEditCustomerCommand.fillInResult(EditCustomerResult result, Party party) EditCustomerCommand.getLockEntity(Party party) -
Uses of Party in com.echothree.control.user.inventory.server.command
Methods in com.echothree.control.user.inventory.server.command that return PartyModifier and TypeMethodDescriptionprotected PartyBasePartyInventoryLevelCommand.getParty(PartyInventoryLevelSpec spec) protected Partyprotected PartyEditPartyInventoryLevelCommand.getParty(PartyInventoryLevelSpec spec) protected PartyMethods in com.echothree.control.user.inventory.server.command with parameters of type PartyModifier and TypeMethodDescriptionprotected StringBasePartyInventoryLevelCommand.getPartyTypeName(Party party) protected StringEditPartyInventoryLevelCommand.getPartyTypeName(Party party) -
Uses of Party in com.echothree.control.user.letter.server.command
Methods in com.echothree.control.user.letter.server.command with parameters of type PartyModifier and TypeMethodDescriptionLetterSourceCommandUtil.getEmailAddressContactMechanism(ExecutionErrorAccumulator eea, LetterSourceEdit edit, ContactControl contactControl, Party companyParty) LetterSourceCommandUtil.getLetterSourceContactMechanism(ExecutionErrorAccumulator eea, LetterSourceEdit edit, ContactControl contactControl, Party companyParty) LetterSourceCommandUtil.getPostalAddressContactMechanism(ExecutionErrorAccumulator eea, LetterSourceEdit edit, ContactControl contactControl, Party companyParty) -
Uses of Party in com.echothree.control.user.party.server.command
Methods in com.echothree.control.user.party.server.command that return PartyModifier and TypeMethodDescriptionEditEmployeeCommand.getEntity(EditEmployeeResult result) protected PartyGetPartyCommand.getEntity()EditEmployeeCommand.getLockEntity(Party party) EditPartyEntityTypeCommand.getLockEntity(PartyEntityType partyEntityType) EditProfileCommand.getLockEntity(Profile profile) Methods in com.echothree.control.user.party.server.command that return types with arguments of type PartyMethods in com.echothree.control.user.party.server.command with parameters of type PartyModifier and TypeMethodDescriptionvoidvoidEditEmployeeCommand.doLock(EmployeeEdit edit, Party party) voidvoidEditEmployeeCommand.fillInResult(EditEmployeeResult result, Party party) EditEmployeeCommand.getLockEntity(Party party) protected BaseResultMethod parameters in com.echothree.control.user.party.server.command with type arguments of type PartyModifier and TypeMethodDescriptionprotected BaseResultGetPartiesCommand.getResult(Collection<Party> entities) -
Uses of Party in com.echothree.control.user.printer.server.command
Methods in com.echothree.control.user.printer.server.command that return PartyModifier and TypeMethodDescriptionEditPartyPrinterGroupUseCommand.getLockEntity(PartyPrinterGroupUse partyPrinterGroupUse) -
Uses of Party in com.echothree.control.user.scale.server.command
Methods in com.echothree.control.user.scale.server.command that return PartyModifier and TypeMethodDescriptionEditPartyScaleUseCommand.getLockEntity(PartyScaleUse partyScaleUse) -
Uses of Party in com.echothree.control.user.search.server.command
Methods in com.echothree.control.user.search.server.command with parameters of type PartyModifier and TypeMethodDescriptionprotected voidBaseSearchCommand.updatePartySearchTypePreferences(SearchControl searchControl, SearchType searchType, PartySearchTypePreference partySearchTypePreference, SearchDefaultOperator searchDefaultOperator, SearchSortOrder searchSortOrder, SearchSortDirection searchSortDirection, Party party) -
Uses of Party in com.echothree.control.user.user.server.command
Methods in com.echothree.control.user.user.server.command that return Party -
Uses of Party in com.echothree.control.user.vendor.server.command
Methods in com.echothree.control.user.vendor.server.command that return PartyModifier and TypeMethodDescriptionEditVendorCommand.getEntity(EditVendorResult result) EditVendorCommand.getLockEntity(Party party) Methods in com.echothree.control.user.vendor.server.command with parameters of type PartyModifier and TypeMethodDescriptionvoidvoidEditVendorCommand.doLock(VendorEdit edit, Party party) voidvoidEditVendorCommand.fillInResult(EditVendorResult result, Party party) EditVendorCommand.getLockEntity(Party party) -
Uses of Party in com.echothree.control.user.warehouse.server.command
Methods in com.echothree.control.user.warehouse.server.command that return PartyModifier and TypeMethodDescriptionEditWarehouseCommand.getEntity(EditWarehouseResult result) EditWarehouseCommand.getLockEntity(Party party) Methods in com.echothree.control.user.warehouse.server.command with parameters of type PartyModifier and TypeMethodDescriptionvoidvoidEditWarehouseCommand.doLock(WarehouseEdit edit, Party party) voidvoidEditWarehouseCommand.fillInResult(EditWarehouseResult result, Party party) EditWarehouseCommand.getLockEntity(Party party) -
Uses of Party in com.echothree.model.control.accounting.server.control
Methods in com.echothree.model.control.accounting.server.control with parameters of type PartyModifier and TypeMethodDescriptionlongAccountingControl.countTransactionsByTransactionGroup(Party groupParty) AccountingControl.createGlAccountSummary(GlAccount glAccount, Party groupParty, Period period, Long debitTotal, Long creditTotal, Long balance) AccountingControl.createTransaction(Party groupParty, TransactionGroup transactionGroup, TransactionType transactionType, BasePK createdBy) AccountingControl.createTransaction(Party groupParty, TransactionType transactionType, BasePK createdBy) AccountingControl.createTransaction(String transactionName, Party groupParty, TransactionGroup transactionGroup, TransactionType transactionType, BasePK createdBy) AccountingControl.createTransactionGlEntry(Transaction transaction, Integer transactionGlEntrySequence, Party groupParty, TransactionGlAccountCategory transactionGlAccountCategory, GlAccount glAccount, Currency originalCurrency, Long originalDebit, Long originalCredit, Long debit, Long credit, BasePK createdBy) AccountingControl.getGlAccountSummary(GlAccount glAccount, Party groupParty, Period period) AccountingControl.getGlAccountSummaryForUpdate(GlAccount glAccount, Party groupParty, Period period) -
Uses of Party in com.echothree.model.control.accounting.server.logic
Methods in com.echothree.model.control.accounting.server.logic with parameters of type PartyModifier and TypeMethodDescriptionTransactionLogic.createTransaction(Session session, Party groupParty, TransactionType transactionType, Long transactionTime, BasePK createdBy) TransactionLogic.createTransactionGlEntry(Transaction transaction, Party groupParty, TransactionGlAccountCategory transactionGlAccountCategory, GlAccount glAccount, Currency originalCurrency, Long originalDebit, Long originalCredit, BasePK createdBy) TransactionLogic.createTransactionGlEntryUsingNames(Transaction transaction, Party groupParty, String transactionGlAccountCategoryName, GlAccount glAccount, Currency originalCurrency, Long originalDebit, Long originalCredit, BasePK createdBy) TransactionLogic.createTransactionUsingNames(Session session, Party groupParty, String transactionTypeName, Long transactionTime, BasePK createdBy) -
Uses of Party in com.echothree.model.control.associate.server.control
Methods in com.echothree.model.control.associate.server.control with parameters of type PartyModifier and TypeMethodDescriptionAssociateControl.createAssociate(AssociateProgram associateProgram, String associateName, Party party, String description, MimeType summaryMimeType, String summary, BasePK createdBy) -
Uses of Party in com.echothree.model.control.campaign.server.control
Methods in com.echothree.model.control.campaign.server.control with parameters of type PartyModifier and TypeMethodDescriptionvoidCampaignControl.setCampaignContentStatus(ExecutionErrorAccumulator eea, Party party, String employeeStatusChoice, PartyPK modifiedBy) voidCampaignControl.setCampaignMediumStatus(ExecutionErrorAccumulator eea, Party party, String employeeStatusChoice, PartyPK modifiedBy) voidCampaignControl.setCampaignSourceStatus(ExecutionErrorAccumulator eea, Party party, String employeeStatusChoice, PartyPK modifiedBy) voidCampaignControl.setCampaignStatus(ExecutionErrorAccumulator eea, Party party, String employeeStatusChoice, PartyPK modifiedBy) voidCampaignControl.setCampaignTermStatus(ExecutionErrorAccumulator eea, Party party, String employeeStatusChoice, PartyPK modifiedBy) -
Uses of Party in com.echothree.model.control.cancellationpolicy.server.control
Methods in com.echothree.model.control.cancellationpolicy.server.control with parameters of type PartyModifier and TypeMethodDescriptionlongCancellationPolicyControl.countPartyCancellationPoliciesByParty(Party party) longCancellationPolicyControl.countPartyCancellationPoliciesByPartyAndCancellationPolicy(Party party, CancellationPolicy cancellationPolicy) CancellationPolicyControl.createPartyCancellationPolicy(Party party, CancellationPolicy cancellationPolicy, BasePK createdBy) voidCancellationPolicyControl.deletePartyCancellationPoliciesByParty(Party party, BasePK deletedBy) CancellationPolicyControl.getPartyCancellationPoliciesByParty(Party party) CancellationPolicyControl.getPartyCancellationPoliciesByPartyForUpdate(Party party) CancellationPolicyControl.getPartyCancellationPolicy(Party party, CancellationPolicy cancellationPolicy) CancellationPolicyControl.getPartyCancellationPolicyForUpdate(Party party, CancellationPolicy cancellationPolicy) CancellationPolicyControl.getPartyCancellationPolicyTransfersByParty(UserVisit userVisit, Party party) -
Uses of Party in com.echothree.model.control.cancellationpolicy.server.logic
Methods in com.echothree.model.control.cancellationpolicy.server.logic with parameters of type PartyModifier and TypeMethodDescriptionPartyCancellationPolicyLogic.createPartyCancellationPolicy(Party party, CancellationPolicy cancellationPolicy, BasePK createdBy) -
Uses of Party in com.echothree.model.control.carrier.server.control
Methods in com.echothree.model.control.carrier.server.control with parameters of type PartyModifier and TypeMethodDescriptionlongCarrierControl.countPartyCarriersByParty(Party party) CarrierControl.createCarrier(Party party, String carrierName, CarrierType carrierType, Selector geoCodeSelector, Selector itemSelector, String accountValidationPattern, Boolean isDefault, Integer sortOrder, BasePK createdBy) CarrierControl.createCarrierOption(Party carrierParty, String carrierOptionName, Boolean isRecommended, Boolean isRequired, Selector recommendedGeoCodeSelector, Selector requiredGeoCodeSelector, Selector recommendedItemSelector, Selector requiredItemSelector, Selector recommendedOrderSelector, Selector requiredOrderSelector, Selector recommendedShipmentSelector, Selector requiredShipmentSelector, Boolean isDefault, Integer sortOrder, BasePK createdBy) CarrierControl.createCarrierService(Party carrierParty, String carrierServiceName, Selector geoCodeSelector, Selector itemSelector, Boolean isDefault, Integer sortOrder, BasePK createdBy) CarrierControl.createPartyCarrier(Party party, Party carrierParty, BasePK createdBy) CarrierControl.createPartyCarrierAccount(Party party, Party carrierParty, String account, Boolean alwaysUseThirdPartyBilling, BasePK createdBy) voidCarrierControl.deleteCarrierOptionsByCarrierParty(Party carrierParty, BasePK deletedBy) voidCarrierControl.deleteCarrierServicesByCarrierParty(Party carrierParty, BasePK deletedBy) voidCarrierControl.deletePartyCarrierAccountsByCarrierParty(Party carrierParty, BasePK deletedBy) voidCarrierControl.deletePartyCarrierAccountsByParty(Party party, BasePK deletedBy) voidCarrierControl.deletePartyCarriersByCarrierParty(Party carrierParty, BasePK deletedBy) voidCarrierControl.deletePartyCarriersByParty(Party party, BasePK deletedBy) CarrierControl.getCarrier(Party party) CarrierControl.getCarrierForUpdate(Party party) CarrierControl.getCarrierOptionByName(Party carrierParty, String carrierOptionName) CarrierControl.getCarrierOptionByNameForUpdate(Party carrierParty, String carrierOptionName) CarrierControl.getCarrierOptionChoices(String defaultCarrierOptionChoice, Language language, boolean allowNullChoice, Party carrierParty) CarrierControl.getCarrierOptionDetailValueByNameForUpdate(Party carrierParty, String carrierOptionName) CarrierControl.getCarrierOptions(Party carrierParty) CarrierControl.getCarrierOptionsForUpdate(Party carrierParty) CarrierControl.getCarrierOptionTransfers(UserVisit userVisit, Party carrierParty) CarrierControl.getCarrierServiceByName(Party carrierParty, String carrierServiceName) CarrierControl.getCarrierServiceByNameForUpdate(Party carrierParty, String carrierServiceName) CarrierControl.getCarrierServiceChoices(String defaultCarrierServiceChoice, Language language, boolean allowNullChoice, Party carrierParty) CarrierControl.getCarrierServiceDetailValueByNameForUpdate(Party carrierParty, String carrierServiceName) CarrierControl.getCarrierServices(Party carrierParty) CarrierControl.getCarrierServicesForUpdate(Party carrierParty) CarrierControl.getCarrierServiceTransfers(UserVisit userVisit, Party carrierParty) CarrierControl.getCarrierTransfer(UserVisit userVisit, Party party) CarrierControl.getCarrierValueUpdate(Party party) CarrierControl.getDefaultCarrierOption(Party carrierParty) CarrierControl.getDefaultCarrierOptionDetailValueForUpdate(Party carrierParty) CarrierControl.getDefaultCarrierOptionForUpdate(Party carrierParty) CarrierControl.getDefaultCarrierService(Party carrierParty) CarrierControl.getDefaultCarrierServiceDetailValueForUpdate(Party carrierParty) CarrierControl.getDefaultCarrierServiceForUpdate(Party carrierParty) CarrierControl.getPartyCarrier(Party party, Party carrierParty) CarrierControl.getPartyCarrierAccount(Party party, Party carrierParty) CarrierControl.getPartyCarrierAccountDetailValueForUpdate(Party party, Party carrierParty) CarrierControl.getPartyCarrierAccountForUpdate(Party party, Party carrierParty) CarrierControl.getPartyCarrierAccountsByCarrierParty(Party carrierParty) CarrierControl.getPartyCarrierAccountsByCarrierPartyForUpdate(Party carrierParty) CarrierControl.getPartyCarrierAccountsByParty(Party party) CarrierControl.getPartyCarrierAccountsByPartyForUpdate(Party party) CarrierControl.getPartyCarrierAccountTransfersByCarrierParty(UserVisit userVisit, Party carrierParty) CarrierControl.getPartyCarrierAccountTransfersByParty(UserVisit userVisit, Party party) CarrierControl.getPartyCarrierForUpdate(Party party, Party carrierParty) CarrierControl.getPartyCarriersByCarrierParty(Party carrierParty) CarrierControl.getPartyCarriersByCarrierPartyForUpdate(Party carrierParty) CarrierControl.getPartyCarriersByParty(Party party) CarrierControl.getPartyCarriersByPartyForUpdate(Party party) CarrierControl.getPartyCarrierTransfersByCarrierParty(UserVisit userVisit, Party carrierParty) CarrierControl.getPartyCarrierTransfersByParty(UserVisit userVisit, Party party) -
Uses of Party in com.echothree.model.control.carrier.server.transfer
Methods in com.echothree.model.control.carrier.server.transfer with parameters of type PartyModifier and TypeMethodDescriptionCarrierTransferCache.getCarrierTransfer(UserVisit userVisit, Party party) -
Uses of Party in com.echothree.model.control.chain.server.logic
Methods in com.echothree.model.control.chain.server.logic with parameters of type PartyModifier and TypeMethodDescriptionprotected ChainInstanceBaseChainLogic.createChainInstance(ExecutionErrorAccumulator eea, ChainType chainType, Party party, BasePK createdBy) protected ChainInstanceBaseChainLogic.createChainInstance(ExecutionErrorAccumulator eea, String chainKindName, String chainTypeName, Party party, BasePK createdBy) protected ChainBaseChainLogic.getChain(ExecutionErrorAccumulator eea, ChainType chainType, Party party) -
Uses of Party in com.echothree.model.control.communication.server.control
Methods in com.echothree.model.control.communication.server.control with parameters of type PartyModifier and TypeMethodDescriptionlongCommunicationControl.countCommunicationEventsByParty(Party party) CommunicationControl.createCommunicationEventRole(CommunicationEvent communicationEvent, Party party, CommunicationEventRoleType communicationEventRoleType, BasePK createdBy) CommunicationControl.getCommunicationEventRole(CommunicationEvent communicationEvent, Party party, CommunicationEventRoleType communicationEventRoleType) CommunicationControl.getCommunicationEventRole(Party party, CommunicationEventRoleType communicationEventRoleType) CommunicationControl.getCommunicationEventRoleForUpdate(CommunicationEvent communicationEvent, Party party, CommunicationEventRoleType communicationEventRoleType) CommunicationControl.getCommunicationEventRoleForUpdate(Party party, CommunicationEventRoleType communicationEventRoleType) CommunicationControl.getCommunicationEventsByParty(Party party) CommunicationControl.getCommunicationEventsByPartyForUpdate(Party party) CommunicationControl.getCommunicationEventTransfersByParty(UserVisit userVisit, Party party) -
Uses of Party in com.echothree.model.control.contact.server.control
Methods in com.echothree.model.control.contact.server.control with parameters of type PartyModifier and TypeMethodDescriptionlongContactControl.countPartyContactMechanismsByParty(Party party) ContactControl.createPartyContactMechanism(Party party, ContactMechanism contactMechanism, String description, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContactControl.createPartyContactMechanismAlias(Party party, ContactMechanism contactMechanism, ContactMechanismAliasType contactMechanismAliasType, String alias, BasePK createdBy) voidContactControl.deletePartyContactMechanismAliasesByParty(Party party, BasePK deletedBy) voidContactControl.deletePartyContactMechanismsByParty(Party party, BasePK deletedBy) ContactControl.getContactMechanismChoicesByParty(Party party, String defaultContactMechanismChoice, Language language, boolean allowNullChoice) ContactControl.getContactMechanismChoicesByPartyAndContactMechanismType(Party party, ContactMechanismType contactMechanismType, String defaultContactMechanismChoice, Language language, boolean allowNullChoice) ContactControl.getContactMechanismTransfersByParty(UserVisit userVisit, Party party) ContactControl.getDefaultPartyContactMechanism(Party party) ContactControl.getDefaultPartyContactMechanismDetailValueForUpdate(Party party) ContactControl.getDefaultPartyContactMechanismForUpdate(Party party) ContactControl.getDefaultPartyContactMechanismPurpose(Party party, ContactMechanismPurpose contactMechanismPurpose) ContactControl.getDefaultPartyContactMechanismPurposeDetailValueForUpdate(Party party, ContactMechanismPurpose contactMechanismPurpose) ContactControl.getDefaultPartyContactMechanismPurposeForUpdate(Party party, ContactMechanismPurpose contactMechanismPurpose) ContactControl.getDefaultPartyContactMechanismPurposeUsingNames(Party party, String contactMechanismPurposeName) ContactControl.getPartyContactMechanism(Party party, ContactMechanism contactMechanism) ContactControl.getPartyContactMechanism(Party party, ContactMechanism contactMechanism, EntityPermission entityPermission) ContactControl.getPartyContactMechanismAliasByAlias(Party party, ContactMechanismAliasType contactMechanismAliasType, String alias) ContactControl.getPartyContactMechanismAliasByAliasForUpdate(Party party, ContactMechanismAliasType contactMechanismAliasType, String alias) ContactControl.getPartyContactMechanismAliasByPartyForUpdate(Party party) ContactControl.getPartyContactMechanismAliasesByParty(Party party) ContactControl.getPartyContactMechanismByContactMechanismName(ExecutionErrorAccumulator eea, Party party, String contactMechanismName) ContactControl.getPartyContactMechanismByEmailAddress(Party party, String emailAddress) ContactControl.getPartyContactMechanismByInet4Address(Party party, Integer inet4Address) ContactControl.getPartyContactMechanismDetailValueForUpdate(Party party, ContactMechanism contactMechanism) ContactControl.getPartyContactMechanismForUpdate(Party party, ContactMechanism contactMechanism) ContactControl.getPartyContactMechanismPurposesByContactMechanismPurposeAndParty(ContactMechanismPurpose contactMechanismPurpose, Party party) ContactControl.getPartyContactMechanismPurposesByContactMechanismPurposeAndPartyForUpdate(ContactMechanismPurpose contactMechanismPurpose, Party party) ContactControl.getPartyContactMechanismsByParty(Party party) ContactControl.getPartyContactMechanismsByPartyAndContactMechanismType(Party party, ContactMechanismType contactMechanismType) ContactControl.getPartyContactMechanismsByPartyAndContactMechanismTypeForUpdate(Party party, ContactMechanismType contactMechanismType) ContactControl.getPartyContactMechanismsByPartyForUpdate(Party party) ContactControl.getPartyContactMechanismTransfersByParty(UserVisit userVisit, Party party) -
Uses of Party in com.echothree.model.control.contact.server.logic
Methods in com.echothree.model.control.contact.server.logic with parameters of type PartyModifier and TypeMethodDescriptionContactEmailAddressLogic.createContactEmailAddress(Party party, String emailAddress, Boolean allowSolicitation, String description, String contactMechanismPurposeName, BasePK createdBy) PartyContactMechanismLogic.getPartyContactMechanism(ExecutionErrorAccumulator eea, Party party, ContactMechanism contactMechanism) PartyContactMechanismLogic.getPartyContactMechanism(ExecutionErrorAccumulator eea, Party party, ContactMechanism contactMechanism, EntityPermission entityPermission) PartyContactMechanismLogic.getPartyContactMechanismForUpdate(ExecutionErrorAccumulator eea, Party party, ContactMechanism contactMechanism) -
Uses of Party in com.echothree.model.control.contactlist.server.control
Methods in com.echothree.model.control.contactlist.server.control with parameters of type PartyModifier and TypeMethodDescriptionContactListControl.createPartyContactList(Party party, ContactList contactList, ContactListContactMechanismPurpose preferredContactListContactMechanismPurpose, BasePK createdBy) voidContactListControl.deletePartyContactListsByParty(Party party, BasePK deletedBy) ContactListControl.getPartyContactList(Party party, ContactList contactList) ContactListControl.getPartyContactListDetailValueForUpdate(Party party, ContactList contactList) ContactListControl.getPartyContactListForUpdate(Party party, ContactList contactList) ContactListControl.getPartyContactListsByParty(Party party) ContactListControl.getPartyContactListsByPartyForUpdate(Party party) ContactListControl.getPartyContactListTransfersByParty(UserVisit userVisit, Party party) -
Uses of Party in com.echothree.model.control.contactlist.server.logic
Methods in com.echothree.model.control.contactlist.server.logic with parameters of type PartyModifier and TypeMethodDescriptionvoidContactListLogic.addContactListToParty(ExecutionErrorAccumulator eea, Party party, ContactList contactList, ContactListContactMechanismPurpose preferredContactListContactMechanismPurpose, BasePK createdBy) ContactListChainLogic.createContactListConfirmationChainInstance(ExecutionErrorAccumulator eea, Party party, PartyContactList partyContactList, BasePK createdBy) ContactListChainLogic.createContactListSubscribeChainInstance(ExecutionErrorAccumulator eea, Party party, PartyContactList partyContactList, BasePK createdBy) ContactListChainLogic.createContactListUnsubscribeChainInstance(ExecutionErrorAccumulator eea, Party party, PartyContactList partyContactList, BasePK createdBy) booleanContactListLogic.isPartyOnContactList(Party party, ContactList contactList) voidContactListLogic.setupInitialContactLists(ExecutionErrorAccumulator eea, Party party, BasePK createdBy) -
Uses of Party in com.echothree.model.control.customer.server.control
Methods in com.echothree.model.control.customer.server.control with parameters of type PartyModifier and TypeMethodDescriptionCustomerControl.createCustomer(Party party, CustomerType customerType, OfferUse initialOfferUse, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, GlAccount arGlAccount, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, BasePK createdBy) CustomerControl.getCustomer(Party party) CustomerControl.getCustomer(Party party, EntityPermission entityPermission) CustomerControl.getCustomerCreditStatusChoices(String defaultCustomerCreditStatusChoice, Language language, boolean allowNullChoice, Party customerParty, PartyPK partyPK) CustomerControl.getCustomerForUpdate(Party party) CustomerControl.getCustomerStatusChoices(String defaultCustomerStatusChoice, Language language, boolean allowNullChoice, Party customerParty, PartyPK partyPK) CustomerControl.getCustomerTransfer(UserVisit userVisit, Party party) voidCustomerControl.setCustomerCreditStatus(ExecutionErrorAccumulator eea, Party party, String customerCreditStatusChoice, PartyPK modifiedBy) voidCustomerControl.setCustomerStatus(ExecutionErrorAccumulator eea, Party party, String customerStatusChoice, PartyPK modifiedBy) -
Uses of Party in com.echothree.model.control.customer.server.graphql
Methods in com.echothree.model.control.customer.server.graphql with parameters of type PartyModifier and TypeMethodDescriptionstatic booleanCustomerSecurityUtils.getHasCustomerAccess(graphql.schema.DataFetchingEnvironment env, Party party) Constructors in com.echothree.model.control.customer.server.graphql with parameters of type Party -
Uses of Party in com.echothree.model.control.customer.server.indexer
Methods in com.echothree.model.control.customer.server.indexer with parameters of type PartyModifier and TypeMethodDescriptionprotected voidCustomerIndexer.addPartyFieldsToDocument(Party party, String entityName, org.apache.lucene.document.Document document) protected StringCustomerIndexer.getEntityNameFromParty(Party party) -
Uses of Party in com.echothree.model.control.customer.server.logic
Methods in com.echothree.model.control.customer.server.logic with parameters of type PartyModifier and TypeMethodDescriptionvoidCustomerLogic.setCustomerStatus(Session session, ExecutionErrorAccumulator eea, Party party, String customerStatusChoice, PartyPK modifiedBy) -
Uses of Party in com.echothree.model.control.customer.server.transfer
Methods in com.echothree.model.control.customer.server.transfer with parameters of type PartyModifier and TypeMethodDescriptionCustomerTransferCache.getTransfer(UserVisit userVisit, Party party) -
Uses of Party in com.echothree.model.control.document.server.control
Methods in com.echothree.model.control.document.server.control with parameters of type PartyModifier and TypeMethodDescriptionlongDocumentControl.countPartyDocumentsByPartyAndDocumentType(Party party, DocumentType documentType) DocumentControl.createPartyDocument(Party party, Document document, Boolean isDefault, Integer sortOrder, BasePK createdBy) voidDocumentControl.deletePartyDocumentsByParty(Party party, BasePK deletedBy) DocumentControl.getDefaultPartyDocument(Party party, DocumentType documentType) DocumentControl.getDefaultPartyDocumentForUpdate(Party party, DocumentType documentType) DocumentControl.getDefaultPartyDocumentValueForUpdate(Party party, DocumentType documentType) DocumentControl.getPartyDocumentChoices(String defaultDocumentChoice, Language language, boolean allowNullChoice, Party party, DocumentType documentType) DocumentControl.getPartyDocumentsByParty(Party party) DocumentControl.getPartyDocumentsByPartyAndDocumentType(Party party, DocumentType documentType) DocumentControl.getPartyDocumentsByPartyAndDocumentTypeForUpdate(Party party, DocumentType documentType) DocumentControl.getPartyDocumentsByPartyForUpdate(Party party) DocumentControl.getPartyDocumentTransfersByParty(UserVisit userVisit, Party party) -
Uses of Party in com.echothree.model.control.document.server.logic
Methods in com.echothree.model.control.document.server.logic with parameters of type PartyModifier and TypeMethodDescriptionDocumentLogic.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 Party in com.echothree.model.control.employee.server.control
Methods in com.echothree.model.control.employee.server.control with parameters of type PartyModifier and TypeMethodDescriptionlongEmployeeControl.countEmploymentsByCompanyParty(Party companyParty) longEmployeeControl.countEmploymentsByParty(Party party) longEmployeeControl.countLeavesByCompanyParty(Party companyParty) longEmployeeControl.countLeavesByParty(Party party) EmployeeControl.createEmployment(Party party, Party companyParty, Long startTime, Long endTime, TerminationType terminationType, TerminationReason terminationReason, BasePK createdBy) EmployeeControl.createEmployment(String employmentName, Party party, Party companyParty, Long startTime, Long endTime, TerminationType terminationType, TerminationReason terminationReason, BasePK createdBy) EmployeeControl.createLeave(Party party, Party companyParty, LeaveType leaveType, LeaveReason leaveReason, Long startTime, Long endTime, Long totalTime, BasePK createdBy) EmployeeControl.createLeave(String leaveName, Party party, Party companyParty, LeaveType leaveType, LeaveReason leaveReason, Long startTime, Long endTime, Long totalTime, BasePK createdBy) EmployeeControl.createPartyEmployee(Party party, String partyEmployeeName, EmployeeType employeeType, BasePK createdBy) EmployeeControl.createPartyResponsibility(Party party, ResponsibilityType responsibilityType, BasePK createdBy) EmployeeControl.createPartySkill(Party party, SkillType skillType, BasePK createdBy) voidEmployeeControl.deleteEmploymentsByParty(Party party, BasePK deletedBy) voidEmployeeControl.deleteLeavesByParty(Party party, BasePK deletedBy) voidEmployeeControl.deletePartyEmployeeByParty(Party party, BasePK deletedBy) voidEmployeeControl.deletePartyResponsibilityByParty(Party party, BasePK deletedBy) voidEmployeeControl.deletePartySkillByParty(Party party, BasePK deletedBy) EmployeeControl.getEmployeeAvailabilityChoices(String defaultEmployeeAvailabilityChoice, Language language, boolean allowNullChoice, Party employeeParty, PartyPK partyPK) EmployeeControl.getEmployeeStatusChoices(String defaultEmployeeStatusChoice, Language language, boolean allowNullChoice, Party employeeParty, PartyPK partyPK) EmployeeControl.getEmployeeTransfer(UserVisit userVisit, Party party) EmployeeControl.getEmploymentsByCompanyParty(Party companyParty) EmployeeControl.getEmploymentsByCompanyPartyForUpdate(Party companyParty) EmployeeControl.getEmploymentsByParty(Party party) EmployeeControl.getEmploymentsByPartyForUpdate(Party party) EmployeeControl.getEmploymentTransfersByParty(UserVisit userVisit, Party party) EmployeeControl.getLeavesByCompanyParty(Party companyParty) EmployeeControl.getLeavesByCompanyPartyForUpdate(Party companyParty) EmployeeControl.getLeavesByParty(Party party) EmployeeControl.getLeavesByPartyForUpdate(Party party) EmployeeControl.getLeaveTransfersByParty(UserVisit userVisit, Party party) EmployeeControl.getPartyEmployee(Party party) EmployeeControl.getPartyEmployeeForUpdate(Party party) EmployeeControl.getPartyResponsibilitiesByParty(Party party) EmployeeControl.getPartyResponsibilitiesByPartyForUpdate(Party party) EmployeeControl.getPartyResponsibility(Party party, ResponsibilityType responsibilityType) EmployeeControl.getPartyResponsibilityForUpdate(Party party, ResponsibilityType responsibilityType) EmployeeControl.getPartyResponsibilityTransfer(UserVisit userVisit, Party party, ResponsibilityType responsibilityType) EmployeeControl.getPartyResponsibilityTransfersByParty(UserVisit userVisit, Party party) EmployeeControl.getPartyResponsibilityValueForUpdate(Party party, ResponsibilityType responsibilityType) EmployeeControl.getPartySkill(Party party, SkillType skillType) EmployeeControl.getPartySkillForUpdate(Party party, SkillType skillType) EmployeeControl.getPartySkillsByParty(Party party) EmployeeControl.getPartySkillsByPartyForUpdate(Party party) EmployeeControl.getPartySkillTransfer(UserVisit userVisit, Party party, SkillType skillType) EmployeeControl.getPartySkillTransfersByParty(UserVisit userVisit, Party party) EmployeeControl.getPartySkillValueForUpdate(Party party, SkillType skillType) voidEmployeeControl.setEmployeeAvailability(ExecutionErrorAccumulator eea, Party party, String employeeAvailabilityChoice, PartyPK modifiedBy) voidEmployeeControl.setEmployeeStatus(ExecutionErrorAccumulator eea, Party party, String employeeStatusChoice, PartyPK modifiedBy) -
Uses of Party in com.echothree.model.control.employee.server.graphql
Constructors in com.echothree.model.control.employee.server.graphql with parameters of type Party -
Uses of Party in com.echothree.model.control.employee.server.indexer
Methods in com.echothree.model.control.employee.server.indexer with parameters of type PartyModifier and TypeMethodDescriptionprotected StringEmployeeIndexer.getEntityNameFromParty(Party party) -
Uses of Party in com.echothree.model.control.employee.server.logic
Methods in com.echothree.model.control.employee.server.logic with parameters of type PartyModifier and TypeMethodDescriptionLeaveLogic.createLeave(Session session, Party party, Party companyParty, LeaveType leaveType, LeaveReason leaveReason, Long startTime, Long endTime, Long totalTime, WorkflowEntrance leaveStatus, PartyPK createdBy) -
Uses of Party in com.echothree.model.control.employee.server.search
Methods in com.echothree.model.control.employee.server.search that return PartyModifier and TypeMethodDescriptionLeaveSearchEvaluator.getCompanyParty()Returns the companyParty.LeaveSearchEvaluator.getParty()Returns the party.Methods in com.echothree.model.control.employee.server.search with parameters of type PartyModifier and TypeMethodDescriptionLeaveSearchEvaluator.getEntityInstancePKHolderByCompanyParty(Party companyParty) LeaveSearchEvaluator.getEntityInstancePKHolderByParty(Party party) voidLeaveSearchEvaluator.setCompanyParty(Party companyParty) Sets the companyParty.voidSets the party. -
Uses of Party in com.echothree.model.control.employee.server.transfer
Methods in com.echothree.model.control.employee.server.transfer with parameters of type PartyModifier and TypeMethodDescriptionEmployeeTransferCache.getTransfer(UserVisit userVisit, Party party) -
Uses of Party in com.echothree.model.control.financial.server.control
Methods in com.echothree.model.control.financial.server.control with parameters of type PartyModifier and TypeMethodDescriptionFinancialControl.createFinancialAccountRole(FinancialAccount financialAccount, Party party, PartyContactMechanism partyContactMechanism, FinancialAccountRoleType financialAccountRoleType, BasePK createdBy) FinancialControl.createFinancialAccountRoleUsingNames(FinancialAccount financialAccount, Party party, PartyContactMechanism partyContactMechanism, String financialAccountRoleTypeName, BasePK createdBy) FinancialControl.getFinancialAccountRoleForUpdate(FinancialAccount financialAccount, Party party, FinancialAccountRoleType financialAccountRoleType) FinancialControl.getFinancialAccountRoleValueForUpdate(FinancialAccount financialAccount, Party party, FinancialAccountRoleType financialAccountRoleType) -
Uses of Party in com.echothree.model.control.forum.server.control
Methods in com.echothree.model.control.forum.server.control with parameters of type PartyModifier and TypeMethodDescriptionForumControl.createForumMessageRole(ForumMessage forumMessage, ForumRoleType forumRoleType, Party party, BasePK createdBy) ForumControl.createForumPartyRole(Forum forum, Party party, ForumRoleType forumRoleType, BasePK createdBy) ForumControl.getForumMessageRole(ForumMessage forumMessage, ForumRoleType forumRoleType, Party party) ForumControl.getForumMessageRoleForUpdate(ForumMessage forumMessage, ForumRoleType forumRoleType, Party party) ForumControl.getForumPartyRole(Forum forum, Party party, ForumRoleType forumRoleType) ForumControl.getForumPartyRoleForUpdate(Forum forum, Party party, ForumRoleType forumRoleType) ForumControl.getForumPartyRolesByParty(Party party) ForumControl.getForumPartyRolesByPartyForUpdate(Party party) booleanForumControl.hasForumPartyRole(Forum forum, Party party, ForumRoleType forumRoleType) -
Uses of Party in com.echothree.model.control.forum.server.logic
Methods in com.echothree.model.control.forum.server.logic with parameters of type PartyModifier and TypeMethodDescriptionbooleanForumLogic.isForumRoleTypePermitted(ExecutionErrorAccumulator eea, ForumMessage forumMessage, Party party, ForumRoleType forumRoleType) booleanForumLogic.isForumRoleTypePermitted(ExecutionErrorAccumulator eea, ForumMessage forumMessage, Party party, String forumRoleTypeName) booleanForumLogic.isForumRoleTypePermitted(ExecutionErrorAccumulator eea, Forum forum, Party party, ForumRoleType forumRoleType) booleanForumLogic.isForumRoleTypePermitted(ExecutionErrorAccumulator eea, Forum forum, Party party, String forumRoleTypeName) booleanForumLogic.isForumRoleTypePermitted(ExecutionErrorAccumulator eea, ForumThread forumThread, Party party, ForumRoleType forumRoleType) booleanForumLogic.isForumRoleTypePermitted(ExecutionErrorAccumulator eea, ForumThread forumThread, Party party, String forumRoleTypeName) -
Uses of Party in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control with parameters of type PartyModifier and TypeMethodDescriptionInventoryControl.createInventoryLocationGroup(Party warehouseParty, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, BasePK createdBy) InventoryControl.createPartyInventoryLevel(Party party, Item item, InventoryCondition inventoryCondition, Long minimumInventory, Long maximumInventory, Long reorderQuantity, BasePK createdBy) voidInventoryControl.deleteInventoryLocationGroupsByWarehouseParty(Party warehouseParty, BasePK deletedBy) voidInventoryControl.deletePartyInventoryLevelsByParty(Party party, BasePK deletedBy) InventoryControl.getDefaultInventoryLocationGroup(Party warehouseParty) InventoryControl.getDefaultInventoryLocationGroupDetailValueForUpdate(Party warehouseParty) InventoryControl.getDefaultInventoryLocationGroupForUpdate(Party warehouseParty) InventoryControl.getInventoryLocationGroupByName(Party warehouseParty, String inventoryLocationGroupName) InventoryControl.getInventoryLocationGroupByNameForUpdate(Party warehouseParty, String inventoryLocationGroupName) InventoryControl.getInventoryLocationGroupChoicesByWarehouseParty(String defaultInventoryLocationGroupChoice, Language language, boolean allowNullChoice, Party warehouseParty) InventoryControl.getInventoryLocationGroupDetailValueByNameForUpdate(Party warehouseParty, String inventoryLocationGroupName) InventoryControl.getInventoryLocationGroupsByWarehouseParty(Party warehouseParty) InventoryControl.getInventoryLocationGroupsByWarehousePartyForUpdate(Party warehouseParty) InventoryControl.getInventoryLocationGroupTransfersByWarehouseParty(UserVisit userVisit, Party warehouseParty) InventoryControl.getPartyInventoryLevel(Party party, Item item, InventoryCondition inventoryCondition) InventoryControl.getPartyInventoryLevelForUpdate(Party party, Item item, InventoryCondition inventoryCondition) InventoryControl.getPartyInventoryLevelsByParty(Party party) InventoryControl.getPartyInventoryLevelsByPartyForUpdate(Party party) InventoryControl.getPartyInventoryLevelTransfersByParty(UserVisit userVisit, Party party) InventoryControl.getPartyInventoryLevelValueForUpdate(Party party, Item item, InventoryCondition inventoryCondition) -
Uses of Party in com.echothree.model.control.invoice.server.control
Methods in com.echothree.model.control.invoice.server.control with parameters of type PartyModifier and TypeMethodDescriptionlongInvoiceControl.countInvoicesByInvoiceFrom(Party invoiceFrom) longInvoiceControl.countInvoicesByInvoiceFromAndReference(Party invoiceFrom, String reference) longInvoiceControl.countInvoicesByInvoiceTo(Party invoiceTo) InvoiceControl.createInvoiceRole(Invoice invoice, Party party, PartyContactMechanism partyContactMechanism, InvoiceRoleType invoiceRoleType, BasePK createdBy) InvoiceControl.createInvoiceRoleUsingNames(Invoice invoice, Party party, PartyContactMechanism partyContactMechanism, String invoiceRoleTypeName, BasePK createdBy) InvoiceControl.getInvoiceRoleForUpdate(Invoice invoice, Party party, InvoiceRoleType invoiceRoleType) InvoiceControl.getInvoiceRoleValueForUpdate(Invoice invoice, Party party, InvoiceRoleType invoiceRoleType) InvoiceControl.getInvoicesByInvoiceFrom(Party invoiceFrom) InvoiceControl.getInvoicesByInvoiceFromForUpdate(Party invoiceFrom) InvoiceControl.getInvoicesByInvoiceTo(Party invoiceTo) InvoiceControl.getInvoicesByInvoiceToForUpdate(Party invoiceTo) InvoiceControl.getInvoiceTransfersByInvoiceFrom(UserVisit userVisit, Party invoiceFrom) InvoiceControl.getInvoiceTransfersByInvoiceTo(UserVisit userVisit, Party invoiceTo) -
Uses of Party in com.echothree.model.control.invoice.server.logic
Methods in com.echothree.model.control.invoice.server.logic with parameters of type PartyModifier and TypeMethodDescriptionInvoiceLogic.createInvoice(Session session, ExecutionErrorAccumulator eea, String invoiceTypeName, Party billFrom, PartyContactMechanism billFromPartyContactMechanism, Party billTo, PartyContactMechanism billToPartyContactMechanism, Currency currency, GlAccount glAccount, Term term, FreeOnBoard freeOnBoard, String reference, String description, Long invoicedTime, Long dueTime, Long paidTime, BasePK createdBy) PurchaseInvoiceLogic.createInvoice(Session session, ExecutionErrorAccumulator eea, Party billFrom, PartyContactMechanism billFromPartyContactMechanism, Party billTo, PartyContactMechanism billToPartyContactMechanism, Currency currency, Term term, FreeOnBoard freeOnBoard, String reference, String description, Long invoicedTime, Long dueTime, Long paidTime, String workflowEntranceName, BasePK createdBy) InvoiceLogic.getInvoiceFreeOnBoard(ExecutionErrorAccumulator eea, Party billFrom, FreeOnBoard freeOnBoard) InvoiceLogic.getInvoiceTerm(ExecutionErrorAccumulator eea, Party billFrom, Term term) protected voidPurchaseInvoiceLogic.validateReference(ExecutionErrorAccumulator eea, Party billFrom, String reference, Vendor vendor) -
Uses of Party in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control with parameters of type PartyModifier and TypeMethodDescriptionlongItemControl.countItemsByCompanyParty(Party companyParty) ItemControl.createItem(String itemName, ItemType itemType, ItemUseType itemUseType, ItemCategory itemCategory, ItemAccountingCategory itemAccountingCategory, ItemPurchasingCategory itemPurchasingCategory, Party companyParty, ItemDeliveryType itemDeliveryType, ItemInventoryType itemInventoryType, Boolean inventorySerialized, Sequence serialNumberSequence, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKind unitOfMeasureKind, ItemPriceType itemPriceType, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, StylePath stylePath, BasePK createdBy) ItemControl.getItemsByCompanyParty(Party companyParty) ItemControl.getItemsByCompanyPartyForUpdate(Party companyParty) -
Uses of Party in com.echothree.model.control.item.server.logic
Methods in com.echothree.model.control.item.server.logic with parameters of type PartyModifier and TypeMethodDescriptionItemLogic.createItem(ExecutionErrorAccumulator eea, String itemName, ItemType itemType, ItemUseType itemUseType, ItemCategory itemCategory, ItemAccountingCategory itemAccountingCategory, ItemPurchasingCategory itemPurchasingCategory, Party companyParty, ItemDeliveryType itemDeliveryType, ItemInventoryType itemInventoryType, Boolean inventorySerialized, Sequence serialNumberSequence, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKind unitOfMeasureKind, ItemPriceType itemPriceType, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, StylePath stylePath, BasePK createdBy) ItemDescriptionLogic.getBestParent(ItemDescriptionType itemDescriptionType, Item item, Party party) ItemDescriptionLogic.getBestParentUsingNames(ExecutionErrorAccumulator eea, String itemDescriptionTypeName, Item item, Party party) ItemDescriptionLogic.getBestStringUsingNames(ExecutionErrorAccumulator eea, String itemDescriptionTypeName, Item item, Party party) -
Uses of Party in com.echothree.model.control.job.server.control
Methods in com.echothree.model.control.job.server.control with parameters of type Party -
Uses of Party in com.echothree.model.control.letter.server.control
Methods in com.echothree.model.control.letter.server.control with parameters of type PartyModifier and TypeMethodDescriptionLetterControl.createLetterSource(String letterSourceName, Party companyParty, PartyContactMechanism emailAddressPartyContactMechanism, PartyContactMechanism postalAddressPartyContactMechanism, PartyContactMechanism letterSourcePartyContactMechanism, Boolean isDefault, Integer sortOrder, BasePK createdBy) -
Uses of Party in com.echothree.model.control.offer.server.control
Methods in com.echothree.model.control.offer.server.control with parameters of type PartyModifier and TypeMethodDescriptionlongOfferControl.countOffersByDepartmentParty(Party departmentParty) OfferControl.createOffer(String offerName, Sequence salesOrderSequence, Party departmentParty, Selector offerItemSelector, Filter offerItemPriceFilter, Boolean isDefault, Integer sortOrder, BasePK createdBy) Use the function in OfferLogic instead.OfferControl.getOffersByDepartmentParty(Party departmentParty) -
Uses of Party in com.echothree.model.control.offer.server.logic
Methods in com.echothree.model.control.offer.server.logic with parameters of type PartyModifier and TypeMethodDescriptionOfferLogic.createOffer(ExecutionErrorAccumulator eea, String offerName, Sequence salesOrderSequence, Party departmentParty, Selector offerItemSelector, Filter offerItemPriceFilter, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) -
Uses of Party in com.echothree.model.control.order.server.control
Methods in com.echothree.model.control.order.server.control with parameters of type PartyModifier and TypeMethodDescriptionlongOrderControl.countOrdersByBillToAndReference(Party billToParty, String reference) OrderRoleControl.createOrderRole(Order order, Party party, OrderRoleType orderRoleType, BasePK createdBy) OrderRoleControl.createOrderRoleUsingNames(Order order, Party party, String orderRoleTypeName, BasePK createdBy) -
Uses of Party in com.echothree.model.control.party.server.control
Methods in com.echothree.model.control.party.server.control that return PartyModifier and TypeMethodDescriptionPartyControl.createParty(String partyName, PartyType partyType, Language preferredLanguage, Currency preferredCurrency, TimeZone preferredTimeZone, DateTimeFormat preferredDateTimeFormat, BasePK createdBy) PartyControl.getPartyByAlias(PartyAliasType partyAliasType, String alias) PartyControl.getPartyByAliasForUpdate(PartyAliasType partyAliasType, String alias) PartyControl.getPartyByEntityInstance(EntityInstance entityInstance) PartyControl.getPartyByEntityInstance(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.PartyPartyControl.getPartyByEntityInstanceForUpdate(EntityInstance entityInstance) PartyControl.getPartyByName(String partyName) PartyControl.getPartyByName(String partyName, EntityPermission entityPermission) PartyControl.getPartyByNameForUpdate(String partyName) PartyControl.getPartyByPK(PartyPK partyPK) Methods in com.echothree.model.control.party.server.control that return types with arguments of type PartyModifier and TypeMethodDescriptionPartyControl.getParties()PartyControl.getPartiesByPartyType(PartyType partyType) Methods in com.echothree.model.control.party.server.control with parameters of type PartyModifier and TypeMethodDescriptionlongPartyControl.countPartyAliasesByParty(Party party) longPartyControl.countPartyDepartments(Party divisionParty) longPartyControl.countPartyDivisions(Party companyParty) longPartyControl.countPartyRelationships(PartyRelationshipType partyRelationshipType, Party fromParty, RoleType fromRoleType, Party toParty, RoleType toRoleType) PartyControl.createPartyAlias(Party party, PartyAliasType partyAliasType, String alias, BasePK createdBy) PartyApplicationEditorUseControl.createPartyApplicationEditorUse(Party party, ApplicationEditorUse applicationEditorUse, ApplicationEditor applicationEditor, Integer preferredHeight, Integer preferredWidth, BasePK createdBy) PartyControl.createPartyCompany(Party party, String partyCompanyName, Boolean isDefault, Integer sortOrder, BasePK createdBy) PartyControl.createPartyDepartment(Party party, Party divisionParty, String partyDepartmentName, Boolean isDefault, Integer sortOrder, BasePK createdBy) PartyControl.createPartyDivision(Party party, Party companyParty, String partyDivisionName, Boolean isDefault, Integer sortOrder, BasePK createdBy) PartyEntityTypeControl.createPartyEntityType(Party party, EntityType entityType, Boolean confirmDelete, BasePK createdBy) PartyControl.createPartyGroup(Party party, String name, BasePK createdBy) PartyControl.createPartyRelationship(PartyRelationshipType partyRelationshipType, Party fromParty, RoleType fromRoleType, Party toParty, RoleType toRoleType, BasePK createdBy) PartyControl.createPartyStatus(Party party) PartyControl.createPerson(Party party, PersonalTitle personalTitle, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffix nameSuffix, BasePK createdBy) PartyControl.createProfile(Party party, String nickname, Icon icon, String pronunciation, Gender gender, String pronouns, Integer birthday, BirthdayFormat birthdayFormat, String occupation, String hobbies, String location, MimeType bioMimeType, String bio, MimeType signatureMimeType, String signature, BasePK createdBy) voidPartyControl.deleteParty(Party party, BasePK deletedBy) voidPartyControl.deletePartyAliasesByParty(Party party, BasePK deletedBy) voidPartyApplicationEditorUseControl.deletePartyApplicationEditorUsesByParty(Party party, BasePK deletedBy) voidPartyEntityTypeControl.deletePartyEntityTypesByParty(Party party, BasePK deletedBy) voidPartyControl.deletePartyGroupByParty(Party party, BasePK deletedBy) voidPartyControl.deletePartyRelationshipsByParty(Party party, BasePK deletedBy) voidPartyControl.deletePersonByParty(Party party, BasePK deletedBy) voidPartyControl.deleteProfileByParty(Party party, BasePK deletedBy) PartyControl.getBestPartyDescription(Party party, Language language) PartyControl.getCompanyTransfer(UserVisit userVisit, Party party) PartyControl.getDefaultPartyDepartment(Party divisionParty) PartyControl.getDefaultPartyDepartmentForUpdate(Party divisionParty) PartyControl.getDefaultPartyDepartmentValueForUpdate(Party divisionParty) PartyControl.getDefaultPartyDivision(Party companyParty) PartyControl.getDefaultPartyDivisionForUpdate(Party companyParty) PartyControl.getDefaultPartyDivisionValueForUpdate(Party companyParty) PartyControl.getDepartmentChoices(Party divisionParty, String defaultDepartmentChoice, boolean allowNullChoice) PartyControl.getDepartmentsByDivision(Party divisionParty) PartyControl.getDepartmentsByDivisionForUpdate(Party divisionParty) PartyControl.getDepartmentTransfer(UserVisit userVisit, Party party) PartyControl.getDepartmentTransfersByDivision(UserVisit userVisit, Party divisionParty) PartyControl.getDivisionChoices(Party companyParty, String defaultDivisionChoice, boolean allowNullChoice) PartyControl.getDivisionsByCompany(Party companyParty) PartyControl.getDivisionsByCompanyForUpdate(Party companyParty) PartyControl.getDivisionTransfer(UserVisit userVisit, Party party) PartyControl.getDivisionTransfersByCompany(UserVisit userVisit, Party companyParty) PartyControl.getPartyAlias(Party party, PartyAliasType partyAliasType) PartyControl.getPartyAliasesByParty(Party party) PartyControl.getPartyAliasesByPartyForUpdate(Party party) PartyControl.getPartyAliasForUpdate(Party party, PartyAliasType partyAliasType) PartyControl.getPartyAliasTransfersByParty(UserVisit userVisit, Party party) PartyControl.getPartyAliasValueForUpdate(Party party, PartyAliasType partyAliasType) PartyApplicationEditorUseControl.getPartyApplicationEditorUse(Party party, ApplicationEditorUse applicationEditorUse) PartyApplicationEditorUseControl.getPartyApplicationEditorUseDetailValueForUpdate(Party party, ApplicationEditorUse applicationEditorUse) PartyApplicationEditorUseControl.getPartyApplicationEditorUseForUpdate(Party party, ApplicationEditorUse applicationEditorUse) PartyApplicationEditorUseControl.getPartyApplicationEditorUsesByParty(Party party) PartyApplicationEditorUseControl.getPartyApplicationEditorUsesByPartyForUpdate(Party party) PartyApplicationEditorUseControl.getPartyApplicationEditorUseTransfersByParty(UserVisit userVisit, Party party) PartyControl.getPartyCompany(Party party) PartyControl.getPartyCompanyForUpdate(Party party) PartyControl.getPartyCompanyValueForUpdate(Party party) PartyControl.getPartyDepartment(Party party) PartyControl.getPartyDepartmentByName(Party divisionParty, String partyDepartmentName) PartyControl.getPartyDepartmentByNameForUpdate(Party divisionParty, String partyDepartmentName) PartyControl.getPartyDepartmentForUpdate(Party party) PartyControl.getPartyDepartmentValueByNameForUpdate(Party divisionParty, String partyDepartmentName) PartyControl.getPartyDepartmentValueForUpdate(Party party) PartyControl.getPartyDetailValueForUpdate(Party party) PartyControl.getPartyDivision(Party party) PartyControl.getPartyDivisionByName(Party companyParty, String partyDivisionName) PartyControl.getPartyDivisionByNameForUpdate(Party companyParty, String partyDivisionName) PartyControl.getPartyDivisionForUpdate(Party party) PartyControl.getPartyDivisionValueByNameForUpdate(Party companyParty, String partyDivisionName) PartyControl.getPartyDivisionValueForUpdate(Party party) PartyEntityTypeControl.getPartyEntityType(Party party, EntityType entityType) PartyEntityTypeControl.getPartyEntityTypeForUpdate(Party party, EntityType entityType) PartyEntityTypeControl.getPartyEntityTypesByParty(Party party) PartyEntityTypeControl.getPartyEntityTypesByPartyForUpdate(Party party) PartyEntityTypeControl.getPartyEntityTypeTransfersByParty(UserVisit userVisit, Party party) PartyEntityTypeControl.getPartyEntityTypeValueForUpdate(Party party, EntityType entityType) PartyControl.getPartyGroup(Party party) PartyControl.getPartyGroupForUpdate(Party party) PartyControl.getPartyGroupValueForUpdate(Party party) PartyControl.getPartyRelationship(PartyRelationshipType partyRelationshipType, Party fromParty, RoleType fromRoleType, Party toParty, RoleType toRoleType) PartyControl.getPartyRelationship(PartyRelationshipType partyRelationshipType, Party fromParty, RoleType fromRoleType, Party toParty, RoleType toRoleType, EntityPermission entityPermission) PartyControl.getPartyRelationshipForUpdate(PartyRelationshipType partyRelationshipType, Party fromParty, RoleType fromRoleType, Party toParty, RoleType toRoleType) PartyControl.getPartyRelationshipsByFromParty(Party fromParty) PartyControl.getPartyRelationshipsByFromPartyForUpdate(Party fromParty) PartyControl.getPartyRelationshipsByFromRelationship(PartyRelationshipType partyRelationshipType, Party fromParty, RoleType fromRoleType) PartyControl.getPartyRelationshipsByFromRelationshipForUpdate(PartyRelationshipType partyRelationshipType, Party fromParty, RoleType fromRoleType) PartyControl.getPartyRelationshipsByToParty(Party toParty) PartyControl.getPartyRelationshipsByToPartyForUpdate(Party toParty) PartyControl.getPartyRelationshipsByToRelationship(PartyRelationshipType partyRelationshipType, Party toParty, RoleType toRoleType) PartyControl.getPartyRelationshipsByToRelationshipForUpdate(PartyRelationshipType partyRelationshipType, Party toParty, RoleType toRoleType) PartyControl.getPartyRelationshipTransfersByFromParty(UserVisit userVisit, Party fromParty) PartyControl.getPartyRelationshipTransfersByFromRelationship(UserVisit userVisit, PartyRelationshipType partyRelationshipType, Party fromParty, RoleType fromRoleType) PartyControl.getPartyRelationshipTransfersByToParty(UserVisit userVisit, Party toParty) PartyControl.getPartyRelationshipTransfersByToRelationship(UserVisit userVisit, PartyRelationshipType partyRelationshipType, Party toParty, RoleType toRoleType) PartyControl.getPartyStatus(Party party) PartyControl.getPartyStatusForUpdate(Party party) PartyControl.getPartyTransfer(UserVisit userVisit, Party party) PartyControl.getPerson(Party party, EntityPermission entityPermission) PartyControl.getPersonForUpdate(Party party) PartyControl.getPersonValueForUpdate(Party party) PartyControl.getPreferredCurrency(Party party) PartyControl.getPreferredDateTimeFormat(Party party) PartyControl.getPreferredLanguage(Party party) PartyControl.getPreferredTimeZone(Party party) PartyControl.getProfile(Party party) PartyControl.getProfileForUpdate(Party party) PartyControl.getProfileValueForUpdate(Party party) voidPartyControl.removePartyStatusByParty(Party party) Method parameters in com.echothree.model.control.party.server.control with type arguments of type PartyModifier and TypeMethodDescriptionPartyControl.getPartyTransfers(UserVisit userVisit, Collection<Party> parties) -
Uses of Party in com.echothree.model.control.party.server.graphql
Fields in com.echothree.model.control.party.server.graphql declared as PartyMethods in com.echothree.model.control.party.server.graphql with parameters of type PartyModifier and TypeMethodDescriptionstatic booleanPartySecurityUtils.getHasPartyAccess(graphql.schema.DataFetchingEnvironment env, Party targetParty) static booleanPartySecurityUtils.getHasPartyAliasAccess(graphql.schema.DataFetchingEnvironment env, Party targetParty) static booleanPartySecurityUtils.getHasPartyAliasesAccess(graphql.schema.DataFetchingEnvironment env, Party targetParty) Constructors in com.echothree.model.control.party.server.graphql with parameters of type PartyModifierConstructorDescriptionprotectedBasePartyObject(Party party) CompanyObject(Party party) DepartmentObject(Party party) DivisionObject(Party party) PartyObject(Party party) -
Uses of Party in com.echothree.model.control.party.server.indexer
Methods in com.echothree.model.control.party.server.indexer that return PartyModifier and TypeMethodDescriptionprotected PartyPartyIndexer.getEntity(EntityInstance entityInstance) Methods in com.echothree.model.control.party.server.indexer with parameters of type PartyModifier and TypeMethodDescriptionprotected voidPartyIndexer.addPartyFieldsToDocument(Party party, String entityName, org.apache.lucene.document.Document document) protected org.apache.lucene.document.DocumentPartyIndexer.convertToDocument(EntityInstance entityInstance, Party party) protected abstract StringPartyIndexer.getEntityNameFromParty(Party party) All PartyTypes have their own EntityName in addition to the partyName. -
Uses of Party in com.echothree.model.control.party.server.logic
Methods in com.echothree.model.control.party.server.logic that return PartyModifier and TypeMethodDescriptionPartyLogic.getPartyByName(ExecutionErrorAccumulator eea, String partyName) PartyLogic.getPartyByName(ExecutionErrorAccumulator eea, String partyName, UniversalEntitySpec universalEntitySpec) PartyLogic.getPartyByName(ExecutionErrorAccumulator eea, String partyName, EntityPermission entityPermission) PartyLogic.getPartyByName(ExecutionErrorAccumulator eea, String partyName, String... partyTypeNames) PartyLogic.getPartyByNameForUpdate(ExecutionErrorAccumulator eea, String partyName) PartyLogic.getPartyFromEntityInstance(EntityInstance entityInstance) Assume that the entityInstance passed to this function is an ECHO_THREE.Party.Methods in com.echothree.model.control.party.server.logic with parameters of type PartyModifier and TypeMethodDescriptionPartyRelationshipLogic.addEmployeeToCompany(ExecutionErrorAccumulator eea, Party companyParty, Party employeeParty, BasePK createdBy) PartyRelationshipLogic.addEmployeeToDepartment(ExecutionErrorAccumulator eea, Party departmentParty, Party employeeParty, BasePK createdBy) PartyRelationshipLogic.addEmployeeToDivision(ExecutionErrorAccumulator eea, Party divisionParty, Party employeeParty, BasePK createdBy) PartyLogic.checkPartyType(ExecutionErrorAccumulator eea, Party party, String... partyTypeNames) PasswordStringPolicyLogic.checkStringPassword(Session session, UserVisit userVisit, ExecutionErrorAccumulator ema, Party party, UserLoginPassword ulp, UserLoginPasswordStringValue ulpsv, String password) voidLockoutPolicyLogic.checkUserLogin(Session session, ExecutionErrorAccumulator ema, Party party, UserLoginStatus userLoginStatus) protected ChainInstancePartyChainLogic.createPartyChainInstance(ExecutionErrorAccumulator eea, String chainTypeName, Party party, boolean resetChainIfRunning, BasePK createdBy) PartyChainLogic.createPartyCreditLimitChangedChainInstance(ExecutionErrorAccumulator eea, Party party, BasePK createdBy) PartyChainLogic.createPartyCreditStatusChangedChainInstance(ExecutionErrorAccumulator eea, Party party, BasePK createdBy) PartyChainLogic.createPartyPasswordRecoveryChainInstance(ExecutionErrorAccumulator eea, Party party, BasePK createdBy) PartyRelationshipLogic.createPartyRelationship(ExecutionErrorAccumulator eea, PartyRelationshipType partyRelationshipType, Party fromParty, RoleType fromRoleType, Party toParty, RoleType toRoleType, BasePK createdBy) PartyChainLogic.createPartyTermChangedChainInstance(ExecutionErrorAccumulator eea, Party party, BasePK createdBy) PartyChainLogic.createPartyWelcomeChainInstance(ExecutionErrorAccumulator eea, Party party, BasePK createdBy) voidPartyRelationshipLogic.deletePartyRelationship(ExecutionErrorAccumulator eea, PartyRelationshipType partyRelationshipType, Party fromParty, RoleType fromRoleType, Party toParty, RoleType toRoleType, BasePK deletedBy) DepartmentLogic.getPartyDepartmentByName(ExecutionErrorAccumulator eea, Party divisionParty, String departmentName, String partyName, UniversalEntitySpec universalEntitySpec, boolean required) DivisionLogic.getPartyDivisionByName(ExecutionErrorAccumulator eea, Party companyParty, String divisionName, String partyName, UniversalEntitySpec universalEntitySpec, boolean required) booleanPartyRelationshipLogic.isEmployeeOfCompany(ExecutionErrorAccumulator eea, Party company, Party employee) booleanPartyRelationshipLogic.isEmployeeOfDepartment(ExecutionErrorAccumulator eea, Party department, Party employee) booleanPartyRelationshipLogic.isEmployeeOfDivision(ExecutionErrorAccumulator eea, Party division, Party employee) booleanPartyLogic.isPartyType(Party party, String... partyTypeNames) voidPartyRelationshipLogic.removeEmployeeFromCompany(ExecutionErrorAccumulator eea, Party companyParty, Party employeeParty, BasePK deletedBy) voidPartyRelationshipLogic.removeEmployeeFromCompanysDivisions(ExecutionErrorAccumulator eea, Party companyParty, Party employeeParty, BasePK deletedBy) voidPartyRelationshipLogic.removeEmployeeFromDepartment(ExecutionErrorAccumulator eea, Party departmentParty, Party employeeParty, BasePK deletedBy) voidPartyRelationshipLogic.removeEmployeeFromDivision(ExecutionErrorAccumulator eea, Party divisionParty, Party employeeParty, BasePK deletedBy) voidPartyRelationshipLogic.removeEmployeeFromDivisionsDepartments(ExecutionErrorAccumulator eea, Party divisionParty, Party employeeParty, BasePK deletedBy) voidEmployeeLogic.setEmployeeStatus(Session session, ExecutionErrorAccumulator eea, Party party, String employeeStatusChoice, PartyPK modifiedBy) -
Uses of Party in com.echothree.model.control.party.server.transfer
Methods in com.echothree.model.control.party.server.transfer with parameters of type PartyModifier and TypeMethodDescriptionCompanyTransferCache.getTransfer(UserVisit userVisit, Party party) DepartmentTransferCache.getTransfer(UserVisit userVisit, Party party) DivisionTransferCache.getTransfer(UserVisit userVisit, Party party) PartyTransferCache.getTransfer(UserVisit userVisit, Party party) -
Uses of Party in com.echothree.model.control.payment.server.control
Methods in com.echothree.model.control.payment.server.control with parameters of type PartyModifier and TypeMethodDescriptionBillingControl.createBillingAccount(Party billFrom, Currency currency, String reference, String description, BasePK createdBy) BillingControl.createBillingAccountRole(BillingAccount billingAccount, Party party, PartyContactMechanism partyContactMechanism, BillingAccountRoleType billingAccountRoleType, BasePK createdBy) BillingControl.createBillingAccountRoleUsingNames(BillingAccount billingAccount, Party party, PartyContactMechanism partyContactMechanism, String billingAccountRoleTypeName, BasePK createdBy) PartyPaymentMethodControl.createPartyPaymentMethod(Party party, String description, PaymentMethod paymentMethod, Boolean deleteWhenUnused, Boolean isDefault, Integer sortOrder, BasePK createdBy) PartyPaymentMethodControl.createPartyPaymentMethod(String partyPaymentMethodName, Party party, String description, PaymentMethod paymentMethod, Boolean deleteWhenUnused, Boolean isDefault, Integer sortOrder, BasePK createdBy) voidPartyPaymentMethodControl.deletePartyPaymentMethodsByParty(Party party, BasePK deletedBy) BillingControl.getBillingAccount(Party billFrom, Party billTo, Currency currency) BillingControl.getBillingAccountForUpdate(Party billFrom, Party billTo, Currency currency) BillingControl.getBillingAccountsByBillFrom(Party billFrom) BillingControl.getBillingAccountsByBillFromForUpdate(Party billFrom) BillingControl.getBillingAccountsByBillTo(Party billTo) BillingControl.getBillingAccountsByBillToForUpdate(Party billTo) BillingControl.getBillingAccountTransfersByBillFrom(UserVisit userVisit, Party billFrom) BillingControl.getBillingAccountTransfersByBillTo(UserVisit userVisit, Party billTo) PartyPaymentMethodControl.getDefaultPartyPaymentMethod(Party party) PartyPaymentMethodControl.getDefaultPartyPaymentMethodDetailValueForUpdate(Party party) PartyPaymentMethodControl.getDefaultPartyPaymentMethodForUpdate(Party party) PartyPaymentMethodControl.getPartyPaymentMethodChoices(String defaultPartyPaymentMethodChoice, Language language, boolean allowNullChoice, Party party) PartyPaymentMethodControl.getPartyPaymentMethodsByParty(Party party) PartyPaymentMethodControl.getPartyPaymentMethodsByPartyForUpdate(Party party) PartyPaymentMethodControl.getPartyPaymentMethodTransfersByParty(UserVisit userVisit, Party party) -
Uses of Party in com.echothree.model.control.payment.server.logic
Methods in com.echothree.model.control.payment.server.logic with parameters of type PartyModifier and TypeMethodDescriptionvoidPartyPaymentMethodLogic.checkBillingContactMechanism(ExecutionErrorAccumulator ema, Party party, PartyPaymentMethodEdit ppme, PaymentMethodCreditCard paymentMethodCreditCard) voidPartyPaymentMethodLogic.checkCreditCard(Session session, ExecutionErrorAccumulator ema, Party party, PaymentMethod paymentMethod, PartyPaymentMethodEdit ppme) voidPartyPaymentMethodLogic.checkExpirationDate(Session session, ExecutionErrorAccumulator ema, Party party, PartyPaymentMethodEdit ppme, PaymentMethodCreditCard paymentMethodCreditCard) voidPartyPaymentMethodLogic.checkIssuer(ExecutionErrorAccumulator ema, Party party, PartyPaymentMethodEdit ppme, PaymentMethodCreditCard paymentMethodCreditCard) voidPartyPaymentMethodLogic.checkPartyPaymentMethod(Session session, UserVisit userVisit, ExecutionErrorAccumulator ema, Party party, PaymentMethod paymentMethod, PartyPaymentMethodEdit ppme) voidPartyPaymentMethodLogic.checkPartyType(ExecutionErrorAccumulator ema, Party party) voidPartyPaymentMethodLogic.checkPaymentMethodType(Session session, ExecutionErrorAccumulator ema, Party party, PaymentMethod paymentMethod, PartyPaymentMethodEdit ppme) BillingAccountLogic.getBillingAccount(ExecutionErrorAccumulator ema, Party billFrom, PartyContactMechanism billFromPartyContactMechanism, Party billTo, PartyContactMechanism billToPartyContactMechanism, Currency currency, String reference, String description, BasePK createdBy) -
Uses of Party in com.echothree.model.control.printer.server.control
Methods in com.echothree.model.control.printer.server.control with parameters of type PartyModifier and TypeMethodDescriptionPrinterControl.createPartyPrinterGroupUse(Party party, PrinterGroupUseType printerGroupUseType, PrinterGroup printerGroup, BasePK createdBy) voidPrinterControl.deletePartyPrinterGroupUsesByParty(Party party, BasePK deletedBy) PrinterControl.getPartyPrinterGroupUse(Party party, PrinterGroupUseType printerGroupUseType) PrinterControl.getPartyPrinterGroupUseForUpdate(Party party, PrinterGroupUseType printerGroupUseType) PrinterControl.getPartyPrinterGroupUsesByParty(Party party) PrinterControl.getPartyPrinterGroupUsesByPartyForUpdate(Party party) PrinterControl.getPartyPrinterGroupUseTransfersByParty(UserVisit userVisit, Party party) PrinterControl.getPartyPrinterGroupUseUsingNames(Party party, String printerGroupUseTypeName) PrinterControl.getPartyPrinterGroupUseValueForUpdate(Party party, PrinterGroupUseType printerGroupUseType) -
Uses of Party in com.echothree.model.control.printer.server.logic
Methods in com.echothree.model.control.printer.server.logic with parameters of type PartyModifier and TypeMethodDescriptionPartyPrinterGroupUseLogic.getPartyPrinterGroupUse(ExecutionErrorAccumulator ema, Party party, PrinterGroupUseType printerGroupUseType, BasePK createdBy) PartyPrinterGroupUseLogic.getPartyPrinterGroupUseUsingNames(ExecutionErrorAccumulator ema, Party party, String printerGroupUseTypeName, BasePK createdBy) -
Uses of Party in com.echothree.model.control.purchase.server.logic
Methods in com.echothree.model.control.purchase.server.logic that return PartyModifier and TypeMethodDescriptionPurchaseOrderLogic.getOrderBillToParty(Order order) Find the BILL_TO Party for a given Order.PurchaseOrderLogic.getOrderShipToParty(Order order, boolean billToFallback, BasePK createdBy) Attempt to find a SHIP_TO Party for the Order.Methods in com.echothree.model.control.purchase.server.logic with parameters of type PartyModifier and TypeMethodDescriptionPurchaseOrderLogic.createPurchaseOrder(Session session, ExecutionErrorAccumulator eea, UserVisit userVisit, Party vendorParty, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, String reference, Term term, FreeOnBoard freeOnBoard, String workflowEntranceName, Party createdByParty) Create a new Purchase Order using appropriate defaults where possible for Optional parameters.PurchaseOrderLogic.createPurchaseOrder(Session session, ExecutionErrorAccumulator eea, UserVisit userVisit, String vendorName, String termName, String strHoldUntilComplete, String strAllowBackorders, String strAllowSubstitutions, String strAllowCombiningShipments, String reference, String freeOnBoardName, String workflowEntranceName, Party createdByParty) PurchaseOrderLogic.getVendorTypeFromParty(Party party) Find the VendorType for a given Party. -
Uses of Party in com.echothree.model.control.returnpolicy.server.control
Methods in com.echothree.model.control.returnpolicy.server.control with parameters of type PartyModifier and TypeMethodDescriptionlongReturnPolicyControl.countPartyReturnPoliciesByParty(Party party) longReturnPolicyControl.countPartyReturnPoliciesByPartyAndReturnPolicy(Party party, ReturnPolicy returnPolicy) ReturnPolicyControl.createPartyReturnPolicy(Party party, ReturnPolicy returnPolicy, BasePK createdBy) voidReturnPolicyControl.deletePartyReturnPoliciesByParty(Party party, BasePK deletedBy) ReturnPolicyControl.getPartyReturnPoliciesByParty(Party party) ReturnPolicyControl.getPartyReturnPoliciesByPartyForUpdate(Party party) ReturnPolicyControl.getPartyReturnPolicy(Party party, ReturnPolicy returnPolicy) ReturnPolicyControl.getPartyReturnPolicyForUpdate(Party party, ReturnPolicy returnPolicy) ReturnPolicyControl.getPartyReturnPolicyTransfersByParty(UserVisit userVisit, Party party) -
Uses of Party in com.echothree.model.control.returnpolicy.server.logic
Methods in com.echothree.model.control.returnpolicy.server.logic with parameters of type PartyModifier and TypeMethodDescriptionPartyReturnPolicyLogic.createPartyReturnPolicy(Party party, ReturnPolicy returnPolicy, BasePK createdBy) -
Uses of Party in com.echothree.model.control.sales.server.logic
Methods in com.echothree.model.control.sales.server.logic that return PartyModifier and TypeMethodDescriptionSalesOrderLogic.getOrderBillToParty(Order order) Find the BILL_TO Party for a given Order.SalesOrderLogic.getOrderShipToParty(Order order, boolean billToFallback, BasePK createdBy) Attempt to find a SHIP_TO Party for the Order.Methods in com.echothree.model.control.sales.server.logic with parameters of type PartyModifier and TypeMethodDescriptionSalesOrderLineLogic.createOrderLine(Session session, ExecutionErrorAccumulator eea, UserVisit userVisit, String orderName, String itemName, String inventoryConditionName, String cancellationPolicyName, String returnPolicyName, String unitOfMeasureTypeName, String sourceName, String strOrderLineSequence, String strQuantity, String strUnitAmount, String description, String strTaxable, Party createdByParty) SalesOrderLogic.createSalesOrder(Session session, ExecutionErrorAccumulator eea, UserVisit userVisit, Batch batch, Source source, Party billToParty, OrderPriority orderPriority, Currency currency, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, String reference, Term term, FreeOnBoard freeOnBoard, Boolean taxable, String workflowEntranceName, Party createdByParty) Create a new Sales Order given a set of parameters.SalesOrderLogic.createSalesOrder(Session session, ExecutionErrorAccumulator eea, UserVisit userVisit, String batchName, String sourceName, String billToPartyName, String orderPriorityName, String currencyIsoName, String termName, String strHoldUntilComplete, String strAllowBackorders, String strAllowSubstitutions, String strAllowCombiningShipments, String reference, String freeOnBoardName, String strTaxable, String workflowEntranceName, Party createdByParty) SalesOrderLineLogic.createSalesOrderLine(Session session, ExecutionErrorAccumulator eea, UserVisit userVisit, Order order, OrderShipmentGroup orderShipmentGroup, Integer orderShipmentGroupSequence, Integer orderLineSequence, OrderLine parentOrderLine, PartyContactMechanism partyContactMechanism, ShippingMethod shippingMethod, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long quantity, Long unitAmount, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, Source source, AssociateReferral associateReferral, Party createdByParty) Create a new Sales Order Line using appropriate defaults for Optional values when possible.SalesOrderLogic.getCustomerTypeFromParty(Party party) Find the BILL_TO Party for a given Order. -
Uses of Party in com.echothree.model.control.scale.server.control
Methods in com.echothree.model.control.scale.server.control with parameters of type PartyModifier and TypeMethodDescriptionScaleControl.createPartyScaleUse(Party party, ScaleUseType scaleUseType, Scale scale, BasePK createdBy) voidScaleControl.deletePartyScaleUsesByParty(Party party, BasePK deletedBy) ScaleControl.getPartyScaleUse(Party party, ScaleUseType scaleUseType) ScaleControl.getPartyScaleUseForUpdate(Party party, ScaleUseType scaleUseType) ScaleControl.getPartyScaleUsesByParty(Party party) ScaleControl.getPartyScaleUsesByPartyForUpdate(Party party) ScaleControl.getPartyScaleUseTransfersByParty(UserVisit userVisit, Party party) ScaleControl.getPartyScaleUseUsingNames(Party party, String scaleUseTypeName) ScaleControl.getPartyScaleUseValueForUpdate(Party party, ScaleUseType scaleUseType) -
Uses of Party in com.echothree.model.control.scale.server.logic
Methods in com.echothree.model.control.scale.server.logic with parameters of type PartyModifier and TypeMethodDescriptionPartyScaleUseLogic.getPartyScaleUse(ExecutionErrorAccumulator ema, Party party, ScaleUseType scaleUseType, BasePK createdBy) PartyScaleUseLogic.getPartyScaleUseUsingNames(ExecutionErrorAccumulator ema, Party party, String scaleUseTypeName, BasePK createdBy) -
Uses of Party in com.echothree.model.control.search.server.control
Methods in com.echothree.model.control.search.server.control with parameters of type PartyModifier and TypeMethodDescriptionSearchControl.createPartySearchTypePreference(Party party, SearchType searchType, SearchDefaultOperator searchDefaultOperator, SearchSortOrder searchSortOrder, SearchSortDirection searchSortDirection, BasePK createdBy) SearchControl.createSearch(Party party, Boolean partyVerified, SearchType searchType, Long executedTime, SearchUseType searchUseType, CachedSearch cachedSearch, BasePK createdBy) voidSearchControl.deletePartySearchTypePreferencesByParty(Party party, BasePK deletedBy) voidSearchControl.deleteSearchesByParty(Party party, BasePK deletedBy) SearchControl.getPartySearchTypePreference(Party party, SearchType searchType) SearchControl.getPartySearchTypePreferenceDetailValueForUpdate(Party party, SearchType searchType) SearchControl.getPartySearchTypePreferenceForUpdate(Party party, SearchType searchType) SearchControl.getPartySearchTypePreferencesByPartyForUpdate(Party party) SearchControl.getSearchesByParty(Party party) SearchControl.getSearchesByPartyForUpdate(Party party) -
Uses of Party in com.echothree.model.control.search.server.graphql
Constructors in com.echothree.model.control.search.server.graphql with parameters of type PartyModifierConstructorDescriptionCustomerResultObject(Party party) EmployeeResultObject(Party party) VendorResultObject(Party party) -
Uses of Party in com.echothree.model.control.security.server.control
Methods in com.echothree.model.control.security.server.control with parameters of type PartyModifier and TypeMethodDescriptionSecurityControl.createPartyEntitySecurityRole(Party party, EntityInstance entityInstance, SecurityRole securityRole, BasePK createdBy) SecurityControl.createPartySecurityRole(Party party, SecurityRole securityRole, BasePK createdBy) SecurityControl.createPartySecurityRoleTemplateUse(Party party, PartySecurityRoleTemplate partySecurityRoleTemplate, BasePK createdBy) voidSecurityControl.deletePartyEntitySecurityRolesByParty(Party party, BasePK deletedBy) voidSecurityControl.deletePartySecurityRoleTemplateUseByParty(Party party, BasePK deletedBy) SecurityControl.getPartyEntitySecurityRole(Party party, EntityInstance entityInstance, SecurityRole securityRole) SecurityControl.getPartyEntitySecurityRoleForUpdate(Party party, EntityInstance entityInstance, SecurityRole securityRole) SecurityControl.getPartyEntitySecurityRolesByParty(Party party) SecurityControl.getPartyEntitySecurityRolesByPartyForUpdate(Party party) SecurityControl.getPartySecurityRole(Party party, SecurityRole securityRole) SecurityControl.getPartySecurityRoleForUpdate(Party party, SecurityRole securityRole) SecurityControl.getPartySecurityRoles(Party party) SecurityControl.getPartySecurityRolesForUpdate(Party party) SecurityControl.getPartySecurityRoleTemplateUse(Party party) SecurityControl.getPartySecurityRoleTemplateUseForUpdate(Party party) SecurityControl.getPartySecurityRoleTemplateUseValueForUpdate(Party party) -
Uses of Party in com.echothree.model.control.security.server.logic
Methods in com.echothree.model.control.security.server.logic with parameters of type PartyModifier and TypeMethodDescriptionbooleanSecurityRoleLogic.hasSecurityRole(Party party, SecurityRole securityRole) booleanSecurityRoleLogic.hasSecurityRoleUsingNames(ExecutionErrorAccumulator eea, Party party, String securityRoleGroupName, String securityRoleName) -
Uses of Party in com.echothree.model.control.selector.server.control
Methods in com.echothree.model.control.selector.server.control with parameters of type PartyModifier and TypeMethodDescriptionSelectorControl.createSelectorParty(Selector selector, Party party, BasePK createdBy) SelectorControl.getSelectorParty(Selector selector, Party party) SelectorControl.getSelectorPartyForUpdate(Selector selector, Party party) SelectorControl.getSelectorPartyValueForUpdate(Selector selector, Party party) -
Uses of Party in com.echothree.model.control.selector.server.evaluator
Methods in com.echothree.model.control.selector.server.evaluator with parameters of type PartyModifier and TypeMethodDescriptionprotected BooleanBasePartySelectorEvaluator.isPartySelected(CachedSelector cachedSelector, EntityInstance entityInstance, Party party) protected BooleanBasePartySelectorEvaluator.isPartySelected(CachedSelector cachedSelector, Party party) -
Uses of Party in com.echothree.model.control.shipment.server.control
Methods in com.echothree.model.control.shipment.server.control with parameters of type PartyModifier and TypeMethodDescriptionPartyFreeOnBoardControl.createPartyFreeOnBoard(Party party, FreeOnBoard freeOnBoard, BasePK createdBy) voidPartyFreeOnBoardControl.deletePartyFreeOnBoardByParty(Party party, BasePK deletedBy) PartyFreeOnBoardControl.getPartyFreeOnBoard(Party party) PartyFreeOnBoardControl.getPartyFreeOnBoardForUpdate(Party party) PartyFreeOnBoardControl.getPartyFreeOnBoardTransfer(UserVisit userVisit, Party party) PartyFreeOnBoardControl.getPartyFreeOnBoardValueForUpdate(Party party) -
Uses of Party in com.echothree.model.control.shipment.server.logic
Methods in com.echothree.model.control.shipment.server.logic with parameters of type PartyModifier and TypeMethodDescriptionPartyFreeOnBoardLogic.getPartyFreeOnBoard(ExecutionErrorAccumulator eea, Party party) -
Uses of Party in com.echothree.model.control.subscription.server.control
Methods in com.echothree.model.control.subscription.server.control with parameters of type PartyModifier and TypeMethodDescriptionSubscriptionControl.createSubscription(SubscriptionType subscriptionType, Party party, Long startTime, Long endTime, BasePK createdBy) SubscriptionControl.getSubscription(SubscriptionType subscriptionType, Party party) SubscriptionControl.getSubscriptionForUpdate(SubscriptionType subscriptionType, Party party) SubscriptionControl.getSubscriptionsByParty(Party party) SubscriptionControl.getSubscriptionsByPartyForUpdate(Party party) SubscriptionControl.getSubscriptionTransfersByParty(UserVisit userVisit, Party party) -
Uses of Party in com.echothree.model.control.subscription.server.logic
Methods in com.echothree.model.control.subscription.server.logic with parameters of type PartyModifier and TypeMethodDescriptionSubscriptionLogic.createSubscription(ExecutionErrorAccumulator eea, Session session, SubscriptionType subscriptionType, Party party, Long endTime, BasePK createdBy) -
Uses of Party in com.echothree.model.control.term.server.control
Methods in com.echothree.model.control.term.server.control with parameters of type PartyModifier and TypeMethodDescriptionTermControl.createPartyCreditLimit(Party party, Currency currency, Long creditLimit, Long potentialCreditLimit, BasePK createdBy) TermControl.createPartyTerm(Party party, Term term, Boolean taxable, BasePK createdBy) voidTermControl.deletePartyCreditLimitsByParty(Party party, BasePK deletedBy) voidTermControl.deletePartyTermByParty(Party party, BasePK deletedBy) TermControl.getPartyCreditLimit(Party party, Currency currency) TermControl.getPartyCreditLimitForUpdate(Party party, Currency currency) TermControl.getPartyCreditLimitsByParty(Party party) TermControl.getPartyCreditLimitsByPartyForUpdate(Party party) TermControl.getPartyCreditLimitTransfersByParty(UserVisit userVisit, Party party) TermControl.getPartyCreditLimitValueForUpdate(Party party, Currency currency) TermControl.getPartyTerm(Party party) TermControl.getPartyTermForUpdate(Party party) TermControl.getPartyTermTransfer(UserVisit userVisit, Party party) TermControl.getPartyTermValueForUpdate(Party party) -
Uses of Party in com.echothree.model.control.term.server.logic
Methods in com.echothree.model.control.term.server.logic with parameters of type PartyModifier and TypeMethodDescriptionTermLogic.getPartyTerm(ExecutionErrorAccumulator eea, Party party) -
Uses of Party in com.echothree.model.control.track.server.control
Methods in com.echothree.model.control.track.server.control with parameters of type PartyModifier and TypeMethodDescriptionvoidTrackControl.setTrackStatus(ExecutionErrorAccumulator eea, Party party, String employeeStatusChoice, PartyPK modifiedBy) -
Uses of Party in com.echothree.model.control.training.server.control
Methods in com.echothree.model.control.training.server.control with parameters of type PartyModifier and TypeMethodDescriptionlongTrainingControl.countPartyTrainingClasses(Party party, TrainingClass trainingClass, WorkflowStep workflowStep) longTrainingControl.countPartyTrainingClassesUsingNames(Party party, TrainingClass trainingClass, String workflowStepName) TrainingControl.createPartyTrainingClass(Party party, TrainingClass trainingClass, Long completedTime, Long validUntilTime, BasePK createdBy) TrainingControl.createPartyTrainingClass(String partyTrainingClassName, Party party, TrainingClass trainingClass, Long completedTime, Long validUntilTime, BasePK createdBy) voidTrainingControl.deletePartyTrainingClassByParty(Party party, BasePK deletedBy) TrainingControl.getPartyTrainingClassesByParty(Party party) TrainingControl.getPartyTrainingClassesByPartyForUpdate(Party party) TrainingControl.getPartyTrainingClassesByStatus(Party party, TrainingClass trainingClass, String workflowStepName) TrainingControl.getPartyTrainingClassesByStatuses(Party party, TrainingClass trainingClass, String... workflowStepNames) TrainingControl.getPartyTrainingClassesByStatusesForUpdate(Party party, TrainingClass trainingClass, String... workflowStepNames) TrainingControl.getPartyTrainingClassesByStatusForUpdate(Party party, TrainingClass trainingClass, String workflowStepName) TrainingControl.getPartyTrainingClassTransfersByParty(UserVisit userVisit, Party party) -
Uses of Party in com.echothree.model.control.training.server.logic
Methods in com.echothree.model.control.training.server.logic that return PartyMethods in com.echothree.model.control.training.server.logic with parameters of type PartyModifier and TypeMethodDescriptionPartyTrainingClassLogic.preparePartyTrainingClass(ExecutionErrorAccumulator eea, Party party, TrainingClass trainingClass, Long completedTime, Long validUntilTime) void -
Uses of Party in com.echothree.model.control.user.server.control
Methods in com.echothree.model.control.user.server.control that return PartyModifier and TypeMethodDescriptionUserControl.getPartyFromUserVisit(UserVisit userVisit) UserControl.getPartyFromUserVisitPK(UserVisitPK userVisitPK) Methods in com.echothree.model.control.user.server.control with parameters of type PartyModifier and TypeMethodDescriptionUserControl.associatePartyToUserVisit(UserVisit userVisit, Party party, PartyRelationship partyRelationship, Long identityVerifiedTime) Associate a Party with a UserVisit, copy all Preferred* properties to the UserVisit.longUserControl.countUserLoginPasswords(Party party, UserLoginPasswordType userLoginPasswordType) UserControl.createRecoveryAnswer(Party party, RecoveryQuestion recoveryQuestion, String answer, BasePK createdBy) UserControl.createUserLogin(Party party, String username, BasePK createdBy) UserControl.createUserLoginPassword(Party party, UserLoginPasswordType userLoginPasswordType, BasePK createdBy) UserControl.createUserLoginStatus(Party party) UserControl.createUserSession(UserVisit userVisit, Party party, PartyRelationship partyRelationship, Long identityVerifiedTime) Use associatePartyToUserVisit to associate a Party with a UserVisit, rather than using this function directly.UserControl.createUserVisitCommand(UserVisit userVisit, Integer userVisitCommandSequence, Party party, Command command, Long startTime, Long endTime, Boolean hadSecurityErrors, Boolean hadValidationErrors, Boolean hadExecutionErrors) voidUserControl.deleteRecoveryAnswerByParty(Party party, BasePK deletedBy) voidUserControl.deleteUserLoginByParty(Party party, BasePK deletedBy) voidUserControl.deleteUserLoginPasswordsByParty(Party party, BasePK deletedBy) UserControl.getPreferredCurrencyFromParty(Party party) UserControl.getPreferredDateTimeFormatFromParty(Party party) UserControl.getPreferredLanguageFromParty(Party party) UserControl.getPreferredTimeZoneFromParty(Party party) UserControl.getRecoveryAnswer(Party party) UserControl.getRecoveryAnswerForUpdate(Party party) UserControl.getRecoveryAnswerTransfer(UserVisit userVisit, Party party) UserControl.getRecoveryAnswerValueForUpdate(Party party) UserControl.getUserKeysByParty(Party party) UserControl.getUserKeysByPartyForUpdate(Party party) UserControl.getUserLogin(Party party) UserControl.getUserLoginForUpdate(Party party) UserControl.getUserLoginPassword(Party party, UserLoginPasswordType userLoginPasswordType) UserControl.getUserLoginPasswordForUpdate(Party party, UserLoginPasswordType userLoginPasswordType) UserControl.getUserLoginPasswordsByParty(Party party) UserControl.getUserLoginPasswordsByPartyForUpdate(Party party) UserControl.getUserLoginPasswordTransfersByParty(UserVisit userVisit, Party party) UserControl.getUserLoginStatus(Party party) UserControl.getUserLoginStatusForUpdate(Party party) UserControl.getUserLoginTransfer(UserVisit userVisit, Party party) UserControl.getUserLoginValueForUpdate(Party party) UserControl.getUserSessionsByParty(Party party) UserControl.getUserSessionsByPartyForUpdate(Party party) voidUserControl.removeUserLoginStatusByParty(Party party) -
Uses of Party in com.echothree.model.control.user.server.logic
Methods in com.echothree.model.control.user.server.logic with parameters of type PartyModifier and TypeMethodDescriptionvoidUserKeyLogic.clearUserKeysByParty(Party party) Sets the Party and PartyRelationship to null when a UserKey contains the specified Party.voidUserSessionLogic.deleteUserSessionsByParty(Party party) Sets the Party and PartyRelationship to null when a UserSession contains the specified Party. -
Uses of Party in com.echothree.model.control.vendor.server.control
Methods in com.echothree.model.control.vendor.server.control with parameters of type PartyModifier and TypeMethodDescriptionlongVendorControl.countVendorItemsByVendorParty(Party vendorParty) VendorControl.createVendor(Party party, String vendorName, VendorType vendorType, Integer minimumPurchaseOrderLines, Integer maximumPurchaseOrderLines, Long minimumPurchaseOrderAmount, Long maximumPurchaseOrderAmount, Boolean useItemPurchasingCategories, ItemAliasType defaultItemAliasType, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, GlAccount apGlAccount, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Selector vendorItemSelector, Filter vendorItemCostFilter, BasePK createdBy) VendorControl.createVendorItem(Item item, Party vendorParty, String vendorItemName, String description, Integer priority, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, BasePK createdBy) voidVendorControl.deleteVendorItemsByVendorParty(Party vendorParty, BasePK deletedBy) VendorControl.getVendor(Party party, EntityPermission entityPermission) VendorControl.getVendorForUpdate(Party party) VendorControl.getVendorItemByVendorPartyAndVendorItemName(Party vendorParty, String vendorItemName) VendorControl.getVendorItemByVendorPartyAndVendorItemName(Party vendorParty, String vendorItemName, EntityPermission entityPermission) VendorControl.getVendorItemByVendorPartyAndVendorItemNameForUpdate(Party vendorParty, String vendorItemName) VendorControl.getVendorItemDetailValueByVendorPartyAndVendorItemNameForUpdate(Party vendorParty, String vendorItemName) VendorControl.getVendorItemsByVendorParty(Party vendorParty) VendorControl.getVendorItemsByVendorPartyForUpdate(Party vendorParty) VendorControl.getVendorItemTransfersByVendorParty(UserVisit userVisit, Party vendorParty) VendorControl.getVendorStatusChoices(String defaultVendorStatusChoice, Language language, boolean allowNullChoice, Party vendorParty, PartyPK partyPK) VendorControl.getVendorTransfer(UserVisit userVisit, Party party) voidVendorControl.setVendorStatus(ExecutionErrorAccumulator eea, Party party, String vendorStatusChoice, PartyPK modifiedBy) -
Uses of Party in com.echothree.model.control.vendor.server.graphql
Methods in com.echothree.model.control.vendor.server.graphql with parameters of type PartyModifier and TypeMethodDescriptionstatic booleanVendorSecurityUtils.getHasVendorAccess(graphql.schema.DataFetchingEnvironment env, Party party) Constructors in com.echothree.model.control.vendor.server.graphql with parameters of type Party -
Uses of Party in com.echothree.model.control.vendor.server.indexer
Methods in com.echothree.model.control.vendor.server.indexer with parameters of type PartyModifier and TypeMethodDescriptionprotected voidVendorIndexer.addPartyFieldsToDocument(Party party, String entityName, org.apache.lucene.document.Document document) protected StringVendorIndexer.getEntityNameFromParty(Party party) -
Uses of Party in com.echothree.model.control.vendor.server.logic
Methods in com.echothree.model.control.vendor.server.logic with parameters of type PartyModifier and TypeMethodDescriptionVendorLogic.createVendor(ExecutionErrorAccumulator eea, Party party, String vendorName, VendorType vendorType, Integer minimumPurchaseOrderLines, Integer maximumPurchaseOrderLines, Long minimumPurchaseOrderAmount, Long maximumPurchaseOrderAmount, Boolean useItemPurchasingCategories, ItemAliasType defaultItemAliasType, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, GlAccount apGlAccount, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Selector vendorItemSelector, Filter vendorItemCostFilter, BasePK createdBy) voidVendorLogic.setVendorStatus(Session session, ExecutionErrorAccumulator eea, Party party, String vendorStatusChoice, PartyPK modifiedBy) -
Uses of Party in com.echothree.model.control.vendor.server.transfer
Methods in com.echothree.model.control.vendor.server.transfer with parameters of type PartyModifier and TypeMethodDescriptionVendorTransferCache.getTransfer(UserVisit userVisit, Party party) -
Uses of Party in com.echothree.model.control.warehouse.server.control
Methods in com.echothree.model.control.warehouse.server.control with parameters of type PartyModifier and TypeMethodDescriptionlongWarehouseControl.countLocationsByLocationUseType(Party warehouseParty, LocationUseType locationUseType) longWarehouseControl.countLocationsByWarehouseParty(Party warehouseParty) WarehouseControl.createLocation(Party warehouseParty, String locationName, LocationType locationType, LocationUseType locationUseType, Integer velocity, InventoryLocationGroup inventoryLocationGroup, BasePK createdBy) WarehouseControl.createLocationType(Party warehouseParty, String locationTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) WarehouseControl.createWarehouse(Party party, String warehouseName, WarehouseType warehouseType, Boolean isDefault, Integer sortOrder, BasePK createdBy) voidWarehouseControl.deleteLocationsByWarehouseParty(Party warehouseParty, BasePK deletedBy) voidWarehouseControl.deleteLocationTypesByWarehouseParty(Party warehouseParty, BasePK deletedBy) WarehouseControl.getDefaultLocationType(Party warehouseParty) WarehouseControl.getDefaultLocationTypeDetailValueForUpdate(Party warehouseParty) WarehouseControl.getDefaultLocationTypeForUpdate(Party warehouseParty) WarehouseControl.getLocationByName(Party warehouseParty, String locationName) WarehouseControl.getLocationByNameForUpdate(Party warehouseParty, String locationName) WarehouseControl.getLocationChoicesByWarehouseParty(String defaultLocationChoice, Language language, Party warehouseParty) WarehouseControl.getLocationDetailValueByNameForUpdate(Party warehouseParty, String locationName) WarehouseControl.getLocationsByWarehouseParty(Party warehouseParty) WarehouseControl.getLocationsByWarehousePartyForUpdate(Party warehouseParty) WarehouseControl.getLocationTransfersByWarehouseParty(UserVisit userVisit, Party warehouseParty) WarehouseControl.getLocationTypeByName(Party warehouseParty, String locationTypeName) WarehouseControl.getLocationTypeByNameForUpdate(Party warehouseParty, String locationTypeName) WarehouseControl.getLocationTypeChoicesByWarehouseParty(String defaultLocationTypeChoice, Language language, boolean allowNullChoice, Party warehouseParty) WarehouseControl.getLocationTypeDetailValueByNameForUpdate(Party warehouseParty, String locationTypeName) WarehouseControl.getLocationTypesByWarehouseParty(Party warehouseParty) WarehouseControl.getLocationTypesByWarehousePartyForUpdate(Party warehouseParty) WarehouseControl.getLocationTypeTransfersByWarehouseParty(UserVisit userVisit, Party warehouseParty) WarehouseControl.getWarehouse(Party party) WarehouseControl.getWarehouse(Party party, EntityPermission entityPermission) WarehouseControl.getWarehouseForUpdate(Party party) WarehouseControl.getWarehouseTransfer(UserVisit userVisit, Party party) WarehouseControl.getWarehouseValueUpdate(Party party) -
Uses of Party in com.echothree.model.control.warehouse.server.graphql
Constructors in com.echothree.model.control.warehouse.server.graphql with parameters of type Party -
Uses of Party in com.echothree.model.control.warehouse.server.indexer
Methods in com.echothree.model.control.warehouse.server.indexer with parameters of type PartyModifier and TypeMethodDescriptionprotected voidWarehouseIndexer.addPartyFieldsToDocument(Party party, String entityName, org.apache.lucene.document.Document document) protected StringWarehouseIndexer.getEntityNameFromParty(Party party) -
Uses of Party in com.echothree.model.control.warehouse.server.transfer
Methods in com.echothree.model.control.warehouse.server.transfer with parameters of type PartyModifier and TypeMethodDescriptionWarehouseTransferCache.getWarehouseTransfer(UserVisit userVisit, Party party) -
Uses of Party in com.echothree.model.control.wishlist.server.control
Methods in com.echothree.model.control.wishlist.server.control with parameters of type PartyModifier and TypeMethodDescriptionWishlistControl.getWishlist(Party companyParty, Party party, WishlistType wishlistType, Currency currency) WishlistControl.getWishlistForUpdate(Party companyParty, Party party, WishlistType wishlistType, Currency currency) WishlistControl.getWishlists(Party companyParty, Party party) WishlistControl.getWishlistsForUpdate(Party companyParty, Party party) WishlistControl.getWishlistTransfers(UserVisit userVisit, Party companyParty, Party party) -
Uses of Party in com.echothree.model.control.wishlist.server.logic
Methods in com.echothree.model.control.wishlist.server.logic with parameters of type PartyModifier and TypeMethodDescriptionvoidWishlistLogic.createWishlistLine(Session session, ExecutionErrorAccumulator ema, UserVisit userVisit, Party party, Source source, OfferItemPrice offerItemPrice, WishlistType wishlistType, WishlistPriority wishlistPriority, Long quantity, String comment, PartyPK createdBy) -
Uses of Party in com.echothree.model.control.workrequirement.server.control
Methods in com.echothree.model.control.workrequirement.server.control with parameters of type PartyModifier and TypeMethodDescriptionlongWorkRequirementControl.countWorkAssignmentsByParty(Party party) WorkRequirementControl.createWorkAssignment(WorkRequirement workRequirement, Party party, Long startTime, Long endTime, BasePK createdBy) WorkRequirementControl.createWorkAssignment(WorkRequirement workRequirement, Integer workAssignmentSequence, Party party, Long startTime, Long endTime, BasePK createdBy) WorkRequirementControl.createWorkTime(WorkRequirement workRequirement, Party party, Long startTime, Long endTime, BasePK createdBy) WorkRequirementControl.createWorkTime(WorkRequirement workRequirement, Integer workTimeSequence, Party party, Long startTime, Long endTime, BasePK createdBy) voidWorkRequirementControl.deleteWorkAssignmentsByParty(Party party, BasePK deletedBy) voidWorkRequirementControl.deleteWorkTimesByParty(Party party, BasePK deletedBy) WorkRequirementControl.getWorkAssignmentsByParty(Party party) WorkRequirementControl.getWorkAssignmentsByPartyForUpdate(Party party) WorkRequirementControl.getWorkAssignmentTransfersByParty(UserVisit userVisit, Party party) WorkRequirementControl.getWorkTimesByParty(Party party) WorkRequirementControl.getWorkTimesByPartyForUpdate(Party party) -
Uses of Party in com.echothree.model.control.workrequirement.server.logic
Methods in com.echothree.model.control.workrequirement.server.logic with parameters of type PartyModifier and TypeMethodDescriptionWorkRequirementLogic.createWorkAssignment(WorkRequirement workRequirement, Party party, Long startTime, Long endTime, String workflowEntranceName, BasePK createdBy) WorkRequirementLogic.createWorkRequirement(Session session, WorkEffort workEffort, WorkRequirementScope workRequirementScope, Party assignedParty, Long assignedEndTime, Long requiredTime, BasePK createdBy) WorkRequirementLogic.createWorkRequirementUsingNames(Session session, WorkEffort workEffort, String workRequirementTypeName, Party assignedParty, Long assignedEndTime, Long requiredTime, BasePK createdBy) WorkRequirementLogic.createWorkTime(UserVisit userVisit, WorkRequirement workRequirement, Party party, Long startTime, Long endTime, boolean complete, BasePK createdBy) -
Uses of Party in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return PartyModifier and TypeMethodDescriptionGlAccountSummary.getGroupParty()GlAccountSummary.getGroupParty(EntityPermission entityPermission) GlAccountSummary.getGroupParty(Session session) GlAccountSummary.getGroupParty(Session session, EntityPermission entityPermission) TransactionDetail.getGroupParty()TransactionDetail.getGroupParty(EntityPermission entityPermission) TransactionDetail.getGroupParty(Session session) TransactionDetail.getGroupParty(Session session, EntityPermission entityPermission) TransactionGlEntry.getGroupParty()TransactionGlEntry.getGroupParty(EntityPermission entityPermission) TransactionGlEntry.getGroupParty(Session session) TransactionGlEntry.getGroupParty(Session session, EntityPermission entityPermission) GlAccountSummary.getGroupPartyForUpdate()GlAccountSummary.getGroupPartyForUpdate(Session session) TransactionDetail.getGroupPartyForUpdate()TransactionDetail.getGroupPartyForUpdate(Session session) TransactionGlEntry.getGroupPartyForUpdate()TransactionGlEntry.getGroupPartyForUpdate(Session session) PartyGlAccount.getParty()PartyGlAccount.getParty(EntityPermission entityPermission) PartyGlAccount.getParty(Session session, EntityPermission entityPermission) PartyGlAccount.getPartyForUpdate()PartyGlAccount.getPartyForUpdate(Session session) Methods in com.echothree.model.data.accounting.server.entity with parameters of type PartyModifier and TypeMethodDescriptionvoidGlAccountSummary.setGroupParty(Party entity) voidTransactionDetail.setGroupParty(Party entity) voidTransactionGlEntry.setGroupParty(Party entity) void -
Uses of Party in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory with parameters of type PartyModifier and TypeMethodDescriptionGlAccountSummaryFactory.create(GlAccount glAccount, Party groupParty, Period period, Long debitTotal, Long creditTotal, Long balance) GlAccountSummaryFactory.create(Session session, GlAccount glAccount, Party groupParty, Period period, Long debitTotal, Long creditTotal, Long balance) PartyGlAccountFactory.create(Party party, GlAccount glAccount, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyGlAccountFactory.create(Session session, Party party, GlAccount glAccount, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) TransactionDetailFactory.create(Transaction transaction, String transactionName, Party groupParty, TransactionGroup transactionGroup, TransactionType transactionType, Long fromTime, Long thruTime) TransactionDetailFactory.create(Session session, Transaction transaction, String transactionName, Party groupParty, TransactionGroup transactionGroup, TransactionType transactionType, Long fromTime, Long thruTime) TransactionGlEntryFactory.create(Transaction transaction, Integer transactionGlEntrySequence, Party groupParty, TransactionGlAccountCategory transactionGlAccountCategory, GlAccount glAccount, Currency originalCurrency, Long originalDebit, Long originalCredit, Long debit, Long credit, Long fromTime, Long thruTime) TransactionGlEntryFactory.create(Session session, Transaction transaction, Integer transactionGlEntrySequence, Party groupParty, TransactionGlAccountCategory transactionGlAccountCategory, GlAccount glAccount, Currency originalCurrency, Long originalDebit, Long originalCredit, Long debit, Long credit, Long fromTime, Long thruTime) -
Uses of Party in com.echothree.model.data.associate.server.entity
Methods in com.echothree.model.data.associate.server.entity that return PartyModifier and TypeMethodDescriptionAssociateDetail.getParty()AssociateDetail.getParty(EntityPermission entityPermission) AssociateDetail.getParty(Session session, EntityPermission entityPermission) AssociateDetail.getPartyForUpdate()AssociateDetail.getPartyForUpdate(Session session) Methods in com.echothree.model.data.associate.server.entity with parameters of type Party -
Uses of Party in com.echothree.model.data.associate.server.factory
Methods in com.echothree.model.data.associate.server.factory with parameters of type PartyModifier and TypeMethodDescriptionAssociateDetailFactory.create(Associate associate, AssociateProgram associateProgram, String associateName, Party party, String description, MimeType summaryMimeType, String summary, Long fromTime, Long thruTime) AssociateDetailFactory.create(Session session, Associate associate, AssociateProgram associateProgram, String associateName, Party party, String description, MimeType summaryMimeType, String summary, Long fromTime, Long thruTime) -
Uses of Party in com.echothree.model.data.cancellationpolicy.server.entity
Methods in com.echothree.model.data.cancellationpolicy.server.entity that return PartyModifier and TypeMethodDescriptionPartyCancellationPolicy.getParty()PartyCancellationPolicy.getParty(EntityPermission entityPermission) PartyCancellationPolicy.getParty(Session session, EntityPermission entityPermission) PartyCancellationPolicy.getPartyForUpdate()PartyCancellationPolicy.getPartyForUpdate(Session session) Methods in com.echothree.model.data.cancellationpolicy.server.entity with parameters of type Party -
Uses of Party in com.echothree.model.data.cancellationpolicy.server.factory
Methods in com.echothree.model.data.cancellationpolicy.server.factory with parameters of type Party -
Uses of Party in com.echothree.model.data.carrier.server.entity
Methods in com.echothree.model.data.carrier.server.entity that return PartyModifier and TypeMethodDescriptionCarrierOptionDetail.getCarrierParty()CarrierOptionDetail.getCarrierParty(EntityPermission entityPermission) CarrierOptionDetail.getCarrierParty(Session session) CarrierOptionDetail.getCarrierParty(Session session, EntityPermission entityPermission) CarrierServiceDetail.getCarrierParty()CarrierServiceDetail.getCarrierParty(EntityPermission entityPermission) CarrierServiceDetail.getCarrierParty(Session session) CarrierServiceDetail.getCarrierParty(Session session, EntityPermission entityPermission) PartyCarrier.getCarrierParty()PartyCarrier.getCarrierParty(EntityPermission entityPermission) PartyCarrier.getCarrierParty(Session session) PartyCarrier.getCarrierParty(Session session, EntityPermission entityPermission) PartyCarrierAccountDetail.getCarrierParty()PartyCarrierAccountDetail.getCarrierParty(EntityPermission entityPermission) PartyCarrierAccountDetail.getCarrierParty(Session session) PartyCarrierAccountDetail.getCarrierParty(Session session, EntityPermission entityPermission) CarrierOptionDetail.getCarrierPartyForUpdate()CarrierOptionDetail.getCarrierPartyForUpdate(Session session) CarrierServiceDetail.getCarrierPartyForUpdate()CarrierServiceDetail.getCarrierPartyForUpdate(Session session) PartyCarrier.getCarrierPartyForUpdate()PartyCarrier.getCarrierPartyForUpdate(Session session) PartyCarrierAccountDetail.getCarrierPartyForUpdate()PartyCarrierAccountDetail.getCarrierPartyForUpdate(Session session) Carrier.getParty()Carrier.getParty(EntityPermission entityPermission) Carrier.getParty(Session session, EntityPermission entityPermission) PartyCarrier.getParty()PartyCarrier.getParty(EntityPermission entityPermission) PartyCarrier.getParty(Session session, EntityPermission entityPermission) PartyCarrierAccountDetail.getParty()PartyCarrierAccountDetail.getParty(EntityPermission entityPermission) PartyCarrierAccountDetail.getParty(Session session, EntityPermission entityPermission) Carrier.getPartyForUpdate()Carrier.getPartyForUpdate(Session session) PartyCarrier.getPartyForUpdate()PartyCarrier.getPartyForUpdate(Session session) PartyCarrierAccountDetail.getPartyForUpdate()PartyCarrierAccountDetail.getPartyForUpdate(Session session) Methods in com.echothree.model.data.carrier.server.entity with parameters of type PartyModifier and TypeMethodDescriptionvoidCarrierOptionDetail.setCarrierParty(Party entity) voidCarrierServiceDetail.setCarrierParty(Party entity) voidPartyCarrier.setCarrierParty(Party entity) voidPartyCarrierAccountDetail.setCarrierParty(Party entity) voidvoidvoid -
Uses of Party in com.echothree.model.data.carrier.server.factory
Methods in com.echothree.model.data.carrier.server.factory with parameters of type PartyModifier and TypeMethodDescriptionCarrierFactory.create(Party party, String carrierName, CarrierType carrierType, Selector geoCodeSelector, Selector itemSelector, String accountValidationPattern, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CarrierFactory.create(Session session, Party party, String carrierName, CarrierType carrierType, Selector geoCodeSelector, Selector itemSelector, String accountValidationPattern, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CarrierOptionDetailFactory.create(CarrierOption carrierOption, Party carrierParty, String carrierOptionName, Boolean isRecommended, Boolean isRequired, Selector recommendedGeoCodeSelector, Selector requiredGeoCodeSelector, Selector recommendedItemSelector, Selector requiredItemSelector, Selector recommendedOrderSelector, Selector requiredOrderSelector, Selector recommendedShipmentSelector, Selector requiredShipmentSelector, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CarrierOptionDetailFactory.create(Session session, CarrierOption carrierOption, Party carrierParty, String carrierOptionName, Boolean isRecommended, Boolean isRequired, Selector recommendedGeoCodeSelector, Selector requiredGeoCodeSelector, Selector recommendedItemSelector, Selector requiredItemSelector, Selector recommendedOrderSelector, Selector requiredOrderSelector, Selector recommendedShipmentSelector, Selector requiredShipmentSelector, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CarrierServiceDetailFactory.create(CarrierService carrierService, Party carrierParty, String carrierServiceName, Selector geoCodeSelector, Selector itemSelector, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CarrierServiceDetailFactory.create(Session session, CarrierService carrierService, Party carrierParty, String carrierServiceName, Selector geoCodeSelector, Selector itemSelector, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyCarrierAccountDetailFactory.create(PartyCarrierAccount partyCarrierAccount, Party party, Party carrierParty, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) PartyCarrierAccountDetailFactory.create(Session session, PartyCarrierAccount partyCarrierAccount, Party party, Party carrierParty, String account, Boolean alwaysUseThirdPartyBilling, Long fromTime, Long thruTime) PartyCarrierFactory.create(Session session, Party party, Party carrierParty, Long fromTime, Long thruTime) -
Uses of Party in com.echothree.model.data.communication.server.entity
Methods in com.echothree.model.data.communication.server.entity that return PartyModifier and TypeMethodDescriptionCommunicationEventRole.getParty()CommunicationEventRole.getParty(EntityPermission entityPermission) CommunicationEventRole.getParty(Session session, EntityPermission entityPermission) CommunicationEventRole.getPartyForUpdate()CommunicationEventRole.getPartyForUpdate(Session session) Methods in com.echothree.model.data.communication.server.entity with parameters of type Party -
Uses of Party in com.echothree.model.data.communication.server.factory
Methods in com.echothree.model.data.communication.server.factory with parameters of type PartyModifier and TypeMethodDescriptionCommunicationEventRoleFactory.create(CommunicationEvent communicationEvent, Party party, CommunicationEventRoleType communicationEventRoleType, Long fromTime, Long thruTime) CommunicationEventRoleFactory.create(Session session, CommunicationEvent communicationEvent, Party party, CommunicationEventRoleType communicationEventRoleType, Long fromTime, Long thruTime) -
Uses of Party in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return PartyModifier and TypeMethodDescriptionPartyContactMechanismAlias.getParty()PartyContactMechanismAlias.getParty(EntityPermission entityPermission) PartyContactMechanismAlias.getParty(Session session, EntityPermission entityPermission) PartyContactMechanismDetail.getParty()PartyContactMechanismDetail.getParty(EntityPermission entityPermission) PartyContactMechanismDetail.getParty(Session session, EntityPermission entityPermission) PartyContactMechanismAlias.getPartyForUpdate()PartyContactMechanismAlias.getPartyForUpdate(Session session) PartyContactMechanismDetail.getPartyForUpdate()PartyContactMechanismDetail.getPartyForUpdate(Session session) Methods in com.echothree.model.data.contact.server.entity with parameters of type Party -
Uses of Party in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory with parameters of type PartyModifier and TypeMethodDescriptionPartyContactMechanismAliasFactory.create(Party party, ContactMechanism contactMechanism, ContactMechanismAliasType contactMechanismAliasType, String alias, Long fromTime, Long thruTime) PartyContactMechanismAliasFactory.create(Session session, Party party, ContactMechanism contactMechanism, ContactMechanismAliasType contactMechanismAliasType, String alias, Long fromTime, Long thruTime) PartyContactMechanismDetailFactory.create(PartyContactMechanism partyContactMechanism, Party party, ContactMechanism contactMechanism, String description, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyContactMechanismDetailFactory.create(Session session, PartyContactMechanism partyContactMechanism, Party party, ContactMechanism contactMechanism, String description, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of Party in com.echothree.model.data.contactlist.server.entity
Methods in com.echothree.model.data.contactlist.server.entity that return PartyModifier and TypeMethodDescriptionPartyContactListDetail.getParty()PartyContactListDetail.getParty(EntityPermission entityPermission) PartyContactListDetail.getParty(Session session, EntityPermission entityPermission) PartyContactListDetail.getPartyForUpdate()PartyContactListDetail.getPartyForUpdate(Session session) Methods in com.echothree.model.data.contactlist.server.entity with parameters of type Party -
Uses of Party in com.echothree.model.data.contactlist.server.factory
Methods in com.echothree.model.data.contactlist.server.factory with parameters of type PartyModifier and TypeMethodDescriptionPartyContactListDetailFactory.create(PartyContactList partyContactList, Party party, ContactList contactList, ContactListContactMechanismPurpose preferredContactListContactMechanismPurpose, Long fromTime, Long thruTime) PartyContactListDetailFactory.create(Session session, PartyContactList partyContactList, Party party, ContactList contactList, ContactListContactMechanismPurpose preferredContactListContactMechanismPurpose, Long fromTime, Long thruTime) -
Uses of Party in com.echothree.model.data.customer.server.entity
Methods in com.echothree.model.data.customer.server.entity that return PartyModifier and TypeMethodDescriptionCustomer.getParty()Customer.getParty(EntityPermission entityPermission) Customer.getParty(Session session, EntityPermission entityPermission) Customer.getPartyForUpdate()Customer.getPartyForUpdate(Session session) Methods in com.echothree.model.data.customer.server.entity with parameters of type Party -
Uses of Party in com.echothree.model.data.customer.server.factory
Methods in com.echothree.model.data.customer.server.factory with parameters of type PartyModifier and TypeMethodDescriptionCustomerFactory.create(Party party, String customerName, CustomerType customerType, OfferUse initialOfferUse, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, GlAccount arGlAccount, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Long fromTime, Long thruTime) CustomerFactory.create(Session session, Party party, String customerName, CustomerType customerType, OfferUse initialOfferUse, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, GlAccount arGlAccount, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Long fromTime, Long thruTime) -
Uses of Party in com.echothree.model.data.document.server.entity
Methods in com.echothree.model.data.document.server.entity that return PartyModifier and TypeMethodDescriptionPartyDocument.getParty()PartyDocument.getParty(EntityPermission entityPermission) PartyDocument.getParty(Session session, EntityPermission entityPermission) PartyDocument.getPartyForUpdate()PartyDocument.getPartyForUpdate(Session session) Methods in com.echothree.model.data.document.server.entity with parameters of type Party -
Uses of Party in com.echothree.model.data.document.server.factory
Methods in com.echothree.model.data.document.server.factory with parameters of type PartyModifier and TypeMethodDescriptionPartyDocumentFactory.create(Party party, Document document, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyDocumentFactory.create(Session session, Party party, Document document, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of Party in com.echothree.model.data.employee.server.entity
Methods in com.echothree.model.data.employee.server.entity that return PartyModifier and TypeMethodDescriptionEmploymentDetail.getCompanyParty()EmploymentDetail.getCompanyParty(EntityPermission entityPermission) EmploymentDetail.getCompanyParty(Session session) EmploymentDetail.getCompanyParty(Session session, EntityPermission entityPermission) LeaveDetail.getCompanyParty()LeaveDetail.getCompanyParty(EntityPermission entityPermission) LeaveDetail.getCompanyParty(Session session) LeaveDetail.getCompanyParty(Session session, EntityPermission entityPermission) EmploymentDetail.getCompanyPartyForUpdate()EmploymentDetail.getCompanyPartyForUpdate(Session session) LeaveDetail.getCompanyPartyForUpdate()LeaveDetail.getCompanyPartyForUpdate(Session session) EmploymentDetail.getParty()EmploymentDetail.getParty(EntityPermission entityPermission) EmploymentDetail.getParty(Session session, EntityPermission entityPermission) LeaveDetail.getParty()LeaveDetail.getParty(EntityPermission entityPermission) LeaveDetail.getParty(Session session, EntityPermission entityPermission) PartyEmployee.getParty()PartyEmployee.getParty(EntityPermission entityPermission) PartyEmployee.getParty(Session session, EntityPermission entityPermission) PartyResponsibility.getParty()PartyResponsibility.getParty(EntityPermission entityPermission) PartyResponsibility.getParty(Session session, EntityPermission entityPermission) PartySkill.getParty()PartySkill.getParty(EntityPermission entityPermission) PartySkill.getParty(Session session, EntityPermission entityPermission) EmploymentDetail.getPartyForUpdate()EmploymentDetail.getPartyForUpdate(Session session) LeaveDetail.getPartyForUpdate()LeaveDetail.getPartyForUpdate(Session session) PartyEmployee.getPartyForUpdate()PartyEmployee.getPartyForUpdate(Session session) PartyResponsibility.getPartyForUpdate()PartyResponsibility.getPartyForUpdate(Session session) PartySkill.getPartyForUpdate()PartySkill.getPartyForUpdate(Session session) Methods in com.echothree.model.data.employee.server.entity with parameters of type PartyModifier and TypeMethodDescriptionvoidEmploymentDetail.setCompanyParty(Party entity) voidLeaveDetail.setCompanyParty(Party entity) voidvoidvoidvoidvoid -
Uses of Party in com.echothree.model.data.employee.server.factory
Methods in com.echothree.model.data.employee.server.factory with parameters of type PartyModifier and TypeMethodDescriptionEmploymentDetailFactory.create(Employment employment, String employmentName, Party party, Party companyParty, Long startTime, Long endTime, TerminationType terminationType, TerminationReason terminationReason, Long fromTime, Long thruTime) EmploymentDetailFactory.create(Session session, Employment employment, String employmentName, Party party, Party companyParty, Long startTime, Long endTime, TerminationType terminationType, TerminationReason terminationReason, Long fromTime, Long thruTime) LeaveDetailFactory.create(Leave leave, String leaveName, Party party, Party companyParty, LeaveType leaveType, LeaveReason leaveReason, Long startTime, Long endTime, Long totalTime, Long fromTime, Long thruTime) LeaveDetailFactory.create(Session session, Leave leave, String leaveName, Party party, Party companyParty, LeaveType leaveType, LeaveReason leaveReason, Long startTime, Long endTime, Long totalTime, Long fromTime, Long thruTime) PartyEmployeeFactory.create(Party party, String partyEmployeeName, EmployeeType employeeType, Long fromTime, Long thruTime) PartyEmployeeFactory.create(Session session, Party party, String partyEmployeeName, EmployeeType employeeType, Long fromTime, Long thruTime) PartyResponsibilityFactory.create(Party party, ResponsibilityType responsibilityType, Long fromTime, Long thruTime) PartyResponsibilityFactory.create(Session session, Party party, ResponsibilityType responsibilityType, Long fromTime, Long thruTime) PartySkillFactory.create(Session session, Party party, SkillType skillType, Long fromTime, Long thruTime) -
Uses of Party in com.echothree.model.data.financial.server.entity
Methods in com.echothree.model.data.financial.server.entity that return PartyModifier and TypeMethodDescriptionFinancialAccountRole.getParty()FinancialAccountRole.getParty(EntityPermission entityPermission) FinancialAccountRole.getParty(Session session, EntityPermission entityPermission) FinancialAccountRole.getPartyForUpdate()FinancialAccountRole.getPartyForUpdate(Session session) Methods in com.echothree.model.data.financial.server.entity with parameters of type Party -
Uses of Party in com.echothree.model.data.financial.server.factory
Methods in com.echothree.model.data.financial.server.factory with parameters of type PartyModifier and TypeMethodDescriptionFinancialAccountRoleFactory.create(FinancialAccount financialAccount, Party party, FinancialAccountRoleType financialAccountRoleType, Long fromTime, Long thruTime) FinancialAccountRoleFactory.create(Session session, FinancialAccount financialAccount, Party party, FinancialAccountRoleType financialAccountRoleType, Long fromTime, Long thruTime) -
Uses of Party in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return PartyModifier and TypeMethodDescriptionForumMessageRole.getParty()ForumMessageRole.getParty(EntityPermission entityPermission) ForumMessageRole.getParty(Session session, EntityPermission entityPermission) ForumPartyRole.getParty()ForumPartyRole.getParty(EntityPermission entityPermission) ForumPartyRole.getParty(Session session, EntityPermission entityPermission) ForumMessageRole.getPartyForUpdate()ForumMessageRole.getPartyForUpdate(Session session) ForumPartyRole.getPartyForUpdate()ForumPartyRole.getPartyForUpdate(Session session) Methods in com.echothree.model.data.forum.server.entity with parameters of type Party -
Uses of Party in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory with parameters of type PartyModifier and TypeMethodDescriptionForumMessageRoleFactory.create(ForumMessage forumMessage, ForumRoleType forumRoleType, Party party, Long fromTime, Long thruTime) ForumMessageRoleFactory.create(Session session, ForumMessage forumMessage, ForumRoleType forumRoleType, Party party, Long fromTime, Long thruTime) ForumPartyRoleFactory.create(Forum forum, Party party, ForumRoleType forumRoleType, Long fromTime, Long thruTime) ForumPartyRoleFactory.create(Session session, Forum forum, Party party, ForumRoleType forumRoleType, Long fromTime, Long thruTime) -
Uses of Party in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return PartyModifier and TypeMethodDescriptionInventoryLocationAssignment.getOwnerParty()InventoryLocationAssignment.getOwnerParty(EntityPermission entityPermission) InventoryLocationAssignment.getOwnerParty(Session session) InventoryLocationAssignment.getOwnerParty(Session session, EntityPermission entityPermission) InventoryLocationAssignment.getOwnerPartyForUpdate()InventoryLocationAssignment.getOwnerPartyForUpdate(Session session) PartyInventoryLevel.getParty()PartyInventoryLevel.getParty(EntityPermission entityPermission) PartyInventoryLevel.getParty(Session session, EntityPermission entityPermission) PartyInventoryLevel.getPartyForUpdate()PartyInventoryLevel.getPartyForUpdate(Session session) InventoryLocationGroupDetail.getWarehouseParty()InventoryLocationGroupDetail.getWarehouseParty(EntityPermission entityPermission) InventoryLocationGroupDetail.getWarehouseParty(Session session) InventoryLocationGroupDetail.getWarehouseParty(Session session, EntityPermission entityPermission) InventoryLocationGroupDetail.getWarehousePartyForUpdate()InventoryLocationGroupDetail.getWarehousePartyForUpdate(Session session) Methods in com.echothree.model.data.inventory.server.entity with parameters of type PartyModifier and TypeMethodDescriptionvoidInventoryLocationAssignment.setOwnerParty(Party entity) voidvoidInventoryLocationGroupDetail.setWarehouseParty(Party entity) -
Uses of Party in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory with parameters of type PartyModifier and TypeMethodDescriptionInventoryLocationAssignmentFactory.create(Location location, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, Long fromTime, Long thruTime) InventoryLocationAssignmentFactory.create(Session session, Location location, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, Long fromTime, Long thruTime) InventoryLocationGroupDetailFactory.create(InventoryLocationGroup inventoryLocationGroup, Party warehouseParty, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) InventoryLocationGroupDetailFactory.create(Session session, InventoryLocationGroup inventoryLocationGroup, Party warehouseParty, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyInventoryLevelFactory.create(Party party, Item item, InventoryCondition inventoryCondition, Long minimumInventory, Long maximumInventory, Long reorderQuantity, Long fromTime, Long thruTime) PartyInventoryLevelFactory.create(Session session, Party party, Item item, InventoryCondition inventoryCondition, Long minimumInventory, Long maximumInventory, Long reorderQuantity, Long fromTime, Long thruTime) -
Uses of Party in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return PartyModifier and TypeMethodDescriptionInvoiceRole.getParty()InvoiceRole.getParty(EntityPermission entityPermission) InvoiceRole.getParty(Session session, EntityPermission entityPermission) InvoiceRole.getPartyForUpdate()InvoiceRole.getPartyForUpdate(Session session) Methods in com.echothree.model.data.invoice.server.entity with parameters of type Party -
Uses of Party in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory with parameters of type PartyModifier and TypeMethodDescriptionInvoiceRoleFactory.create(Invoice invoice, Party party, PartyContactMechanism partyContactMechanism, InvoiceRoleType invoiceRoleType, Long fromTime, Long thruTime) InvoiceRoleFactory.create(Session session, Invoice invoice, Party party, PartyContactMechanism partyContactMechanism, InvoiceRoleType invoiceRoleType, Long fromTime, Long thruTime) -
Uses of Party in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return PartyModifier and TypeMethodDescriptionItemDetail.getCompanyParty()ItemDetail.getCompanyParty(EntityPermission entityPermission) ItemDetail.getCompanyParty(Session session) ItemDetail.getCompanyParty(Session session, EntityPermission entityPermission) ItemDetail.getCompanyPartyForUpdate()ItemDetail.getCompanyPartyForUpdate(Session session) Methods in com.echothree.model.data.item.server.entity with parameters of type Party -
Uses of Party in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory with parameters of type PartyModifier and TypeMethodDescriptionItemDetailFactory.create(Item item, String itemName, ItemType itemType, ItemUseType itemUseType, ItemCategory itemCategory, ItemAccountingCategory itemAccountingCategory, ItemPurchasingCategory itemPurchasingCategory, Party companyParty, ItemDeliveryType itemDeliveryType, ItemInventoryType itemInventoryType, Boolean inventorySerialized, Sequence serialNumberSequence, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKind unitOfMeasureKind, ItemPriceType itemPriceType, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, StylePath stylePath, Long fromTime, Long thruTime) ItemDetailFactory.create(Session session, Item item, String itemName, ItemType itemType, ItemUseType itemUseType, ItemCategory itemCategory, ItemAccountingCategory itemAccountingCategory, ItemPurchasingCategory itemPurchasingCategory, Party companyParty, ItemDeliveryType itemDeliveryType, ItemInventoryType itemInventoryType, Boolean inventorySerialized, Sequence serialNumberSequence, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKind unitOfMeasureKind, ItemPriceType itemPriceType, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, StylePath stylePath, Long fromTime, Long thruTime) -
Uses of Party in com.echothree.model.data.job.server.entity
Methods in com.echothree.model.data.job.server.entity that return PartyModifier and TypeMethodDescriptionJobDetail.getRunAsParty()JobDetail.getRunAsParty(EntityPermission entityPermission) JobDetail.getRunAsParty(Session session) JobDetail.getRunAsParty(Session session, EntityPermission entityPermission) JobDetail.getRunAsPartyForUpdate()JobDetail.getRunAsPartyForUpdate(Session session) Methods in com.echothree.model.data.job.server.entity with parameters of type Party -
Uses of Party in com.echothree.model.data.job.server.factory
Methods in com.echothree.model.data.job.server.factory with parameters of type Party -
Uses of Party in com.echothree.model.data.letter.server.entity
Methods in com.echothree.model.data.letter.server.entity that return PartyModifier and TypeMethodDescriptionLetterSourceDetail.getCompanyParty()LetterSourceDetail.getCompanyParty(EntityPermission entityPermission) LetterSourceDetail.getCompanyParty(Session session) LetterSourceDetail.getCompanyParty(Session session, EntityPermission entityPermission) LetterSourceDetail.getCompanyPartyForUpdate()LetterSourceDetail.getCompanyPartyForUpdate(Session session) Methods in com.echothree.model.data.letter.server.entity with parameters of type Party -
Uses of Party in com.echothree.model.data.letter.server.factory
Methods in com.echothree.model.data.letter.server.factory with parameters of type PartyModifier and TypeMethodDescriptionLetterSourceDetailFactory.create(LetterSource letterSource, String letterSourceName, Party companyParty, PartyContactMechanism emailAddressPartyContactMechanism, PartyContactMechanism postalAddressPartyContactMechanism, PartyContactMechanism letterSourcePartyContactMechanism, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) LetterSourceDetailFactory.create(Session session, LetterSource letterSource, String letterSourceName, Party companyParty, PartyContactMechanism emailAddressPartyContactMechanism, PartyContactMechanism postalAddressPartyContactMechanism, PartyContactMechanism letterSourcePartyContactMechanism, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of Party in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return PartyModifier and TypeMethodDescriptionOfferDetail.getDepartmentParty()OfferDetail.getDepartmentParty(EntityPermission entityPermission) OfferDetail.getDepartmentParty(Session session) OfferDetail.getDepartmentParty(Session session, EntityPermission entityPermission) OfferDetail.getDepartmentPartyForUpdate()OfferDetail.getDepartmentPartyForUpdate(Session session) Methods in com.echothree.model.data.offer.server.entity with parameters of type Party -
Uses of Party in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory with parameters of type PartyModifier and TypeMethodDescriptionOfferDetailFactory.create(Offer offer, String offerName, Sequence salesOrderSequence, Party departmentParty, Selector offerItemSelector, Filter offerItemPriceFilter, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) OfferDetailFactory.create(Session session, Offer offer, String offerName, Sequence salesOrderSequence, Party departmentParty, Selector offerItemSelector, Filter offerItemPriceFilter, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of Party in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return PartyModifier and TypeMethodDescriptionOrderRole.getParty()OrderRole.getParty(EntityPermission entityPermission) OrderRole.getParty(Session session, EntityPermission entityPermission) OrderRole.getPartyForUpdate()OrderRole.getPartyForUpdate(Session session) Methods in com.echothree.model.data.order.server.entity with parameters of type Party -
Uses of Party in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory with parameters of type Party -
Uses of Party in com.echothree.model.data.party.server.entity
Methods in com.echothree.model.data.party.server.entity that return PartyModifier and TypeMethodDescriptionPartyDivision.getCompanyParty()PartyDivision.getCompanyParty(EntityPermission entityPermission) PartyDivision.getCompanyParty(Session session) PartyDivision.getCompanyParty(Session session, EntityPermission entityPermission) PartyDivision.getCompanyPartyForUpdate()PartyDivision.getCompanyPartyForUpdate(Session session) PartyDepartment.getDivisionParty()PartyDepartment.getDivisionParty(EntityPermission entityPermission) PartyDepartment.getDivisionParty(Session session) PartyDepartment.getDivisionParty(Session session, EntityPermission entityPermission) PartyDepartment.getDivisionPartyForUpdate()PartyDepartment.getDivisionPartyForUpdate(Session session) PartyRelationship.getFromParty()PartyRelationship.getFromParty(EntityPermission entityPermission) PartyRelationship.getFromParty(Session session) PartyRelationship.getFromParty(Session session, EntityPermission entityPermission) PartyRelationship.getFromPartyForUpdate()PartyRelationship.getFromPartyForUpdate(Session session) PartyAlias.getParty()PartyAlias.getParty(EntityPermission entityPermission) PartyAlias.getParty(Session session, EntityPermission entityPermission) PartyApplicationEditorUseDetail.getParty()PartyApplicationEditorUseDetail.getParty(EntityPermission entityPermission) PartyApplicationEditorUseDetail.getParty(Session session, EntityPermission entityPermission) PartyCompany.getParty()PartyCompany.getParty(EntityPermission entityPermission) PartyCompany.getParty(Session session, EntityPermission entityPermission) PartyDepartment.getParty()PartyDepartment.getParty(EntityPermission entityPermission) PartyDepartment.getParty(Session session, EntityPermission entityPermission) PartyDetail.getParty()PartyDetail.getParty(EntityPermission entityPermission) PartyDetail.getParty(Session session, EntityPermission entityPermission) PartyDivision.getParty()PartyDivision.getParty(EntityPermission entityPermission) PartyDivision.getParty(Session session, EntityPermission entityPermission) PartyEntityType.getParty()PartyEntityType.getParty(EntityPermission entityPermission) PartyEntityType.getParty(Session session, EntityPermission entityPermission) PartyGroup.getParty()PartyGroup.getParty(EntityPermission entityPermission) PartyGroup.getParty(Session session, EntityPermission entityPermission) PartyStatus.getParty()PartyStatus.getParty(EntityPermission entityPermission) PartyStatus.getParty(Session session, EntityPermission entityPermission) Person.getParty()Person.getParty(EntityPermission entityPermission) Person.getParty(Session session, EntityPermission entityPermission) Profile.getParty()Profile.getParty(EntityPermission entityPermission) Profile.getParty(Session session, EntityPermission entityPermission) PartyAlias.getPartyForUpdate()PartyAlias.getPartyForUpdate(Session session) PartyApplicationEditorUseDetail.getPartyForUpdate()PartyApplicationEditorUseDetail.getPartyForUpdate(Session session) PartyCompany.getPartyForUpdate()PartyCompany.getPartyForUpdate(Session session) PartyDepartment.getPartyForUpdate()PartyDepartment.getPartyForUpdate(Session session) PartyDetail.getPartyForUpdate()PartyDetail.getPartyForUpdate(Session session) PartyDivision.getPartyForUpdate()PartyDivision.getPartyForUpdate(Session session) PartyEntityType.getPartyForUpdate()PartyEntityType.getPartyForUpdate(Session session) PartyGroup.getPartyForUpdate()PartyGroup.getPartyForUpdate(Session session) PartyStatus.getPartyForUpdate()PartyStatus.getPartyForUpdate(Session session) Person.getPartyForUpdate()Person.getPartyForUpdate(Session session) Profile.getPartyForUpdate()Profile.getPartyForUpdate(Session session) PartyRelationship.getToParty()PartyRelationship.getToParty(EntityPermission entityPermission) PartyRelationship.getToParty(Session session) PartyRelationship.getToParty(Session session, EntityPermission entityPermission) PartyRelationship.getToPartyForUpdate()PartyRelationship.getToPartyForUpdate(Session session) Methods in com.echothree.model.data.party.server.entity with parameters of type PartyModifier and TypeMethodDescriptionvoidPartyDivision.setCompanyParty(Party entity) voidPartyDepartment.setDivisionParty(Party entity) voidPartyRelationship.setFromParty(Party entity) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidPartyRelationship.setToParty(Party entity) -
Uses of Party in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return PartyModifier and TypeMethodDescriptionPartyFactory.create()PartyFactory.create(PartyDetailPK activeDetailPK, PartyDetailPK lastDetailPK) PartyFactory.create(PartyDetail activeDetail, PartyDetail lastDetail) PartyFactory.create(Session session, PartyDetailPK activeDetailPK, PartyDetailPK lastDetailPK) PartyFactory.create(Session session, PartyDetail activeDetail, PartyDetail lastDetail) PartyFactory.getEntityFromCache(Session session, PartyPK pk) PartyFactory.getEntityFromPK(EntityPermission entityPermission, PartyPK pk) PartyFactory.getEntityFromPK(Session session, EntityPermission entityPermission, PartyPK pk) PartyFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) PartyFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) PartyFactory.getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) PartyFactory.getEntityFromValue(EntityPermission entityPermission, PartyValue value) PartyFactory.getEntityFromValue(Session session, EntityPermission entityPermission, PartyValue value) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type PartyModifier and TypeMethodDescriptionPartyFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyPK> pks) PartyFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PartyPK> pks) PartyFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) PartyFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) PartyFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PartyFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PartyFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) PartyFactory.getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type PartyModifier and TypeMethodDescriptionPartyAliasFactory.create(Party party, PartyAliasType partyAliasType, String alias, Long fromTime, Long thruTime) PartyAliasFactory.create(Session session, Party party, PartyAliasType partyAliasType, String alias, Long fromTime, Long thruTime) PartyApplicationEditorUseDetailFactory.create(PartyApplicationEditorUse partyApplicationEditorUse, Party party, ApplicationEditorUse applicationEditorUse, ApplicationEditor applicationEditor, Integer preferredHeight, Integer preferredWidth, Long fromTime, Long thruTime) PartyApplicationEditorUseDetailFactory.create(Session session, PartyApplicationEditorUse partyApplicationEditorUse, Party party, ApplicationEditorUse applicationEditorUse, ApplicationEditor applicationEditor, Integer preferredHeight, Integer preferredWidth, Long fromTime, Long thruTime) PartyCompanyFactory.create(Party party, String partyCompanyName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyCompanyFactory.create(Session session, Party party, String partyCompanyName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyDepartmentFactory.create(Party party, Party divisionParty, String partyDepartmentName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyDepartmentFactory.create(Session session, Party party, Party divisionParty, String partyDepartmentName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyDetailFactory.create(Party party, String partyName, PartyType partyType, Language preferredLanguage, Currency preferredCurrency, TimeZone preferredTimeZone, DateTimeFormat preferredDateTimeFormat, Long fromTime, Long thruTime) PartyDetailFactory.create(Session session, Party party, String partyName, PartyType partyType, Language preferredLanguage, Currency preferredCurrency, TimeZone preferredTimeZone, DateTimeFormat preferredDateTimeFormat, Long fromTime, Long thruTime) PartyDivisionFactory.create(Party party, Party companyParty, String partyDivisionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyDivisionFactory.create(Session session, Party party, Party companyParty, String partyDivisionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyEntityTypeFactory.create(Party party, EntityType entityType, Boolean confirmDelete, Long fromTime, Long thruTime) PartyEntityTypeFactory.create(Session session, Party party, EntityType entityType, Boolean confirmDelete, Long fromTime, Long thruTime) PartyRelationshipFactory.create(PartyRelationshipType partyRelationshipType, Party fromParty, RoleType fromRoleType, Party toParty, RoleType toRoleType, Long fromTime, Long thruTime) PartyRelationshipFactory.create(Session session, PartyRelationshipType partyRelationshipType, Party fromParty, RoleType fromRoleType, Party toParty, RoleType toRoleType, Long fromTime, Long thruTime) PersonFactory.create(Party party, PersonalTitle personalTitle, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffix nameSuffix, Long fromTime, Long thruTime) PersonFactory.create(Session session, Party party, PersonalTitle personalTitle, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffix nameSuffix, Long fromTime, Long thruTime) ProfileFactory.create(Party party, String nickname, Icon icon, String pronunciation, Gender gender, String pronouns, Integer birthday, BirthdayFormat birthdayFormat, String occupation, String hobbies, String location, MimeType bioMimeType, String bio, MimeType signatureMimeType, String signature, Long fromTime, Long thruTime) ProfileFactory.create(Session session, Party party, String nickname, Icon icon, String pronunciation, Gender gender, String pronouns, Integer birthday, BirthdayFormat birthdayFormat, String occupation, String hobbies, String location, MimeType bioMimeType, String bio, MimeType signatureMimeType, String signature, Long fromTime, Long thruTime) voidvoidMethod parameters in com.echothree.model.data.party.server.factory with type arguments of type PartyModifier and TypeMethodDescriptionvoidPartyFactory.store(Session session, Collection<Party> entities) voidPartyFactory.store(Collection<Party> entities) -
Uses of Party in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return PartyModifier and TypeMethodDescriptionBillingAccountRole.getParty()BillingAccountRole.getParty(EntityPermission entityPermission) BillingAccountRole.getParty(Session session, EntityPermission entityPermission) PartyPaymentMethodDetail.getParty()PartyPaymentMethodDetail.getParty(EntityPermission entityPermission) PartyPaymentMethodDetail.getParty(Session session, EntityPermission entityPermission) BillingAccountRole.getPartyForUpdate()BillingAccountRole.getPartyForUpdate(Session session) PartyPaymentMethodDetail.getPartyForUpdate()PartyPaymentMethodDetail.getPartyForUpdate(Session session) Methods in com.echothree.model.data.payment.server.entity with parameters of type Party -
Uses of Party in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory with parameters of type PartyModifier and TypeMethodDescriptionBillingAccountRoleFactory.create(BillingAccount billingAccount, Party party, PartyContactMechanism partyContactMechanism, BillingAccountRoleType billingAccountRoleType, Long fromTime, Long thruTime) BillingAccountRoleFactory.create(Session session, BillingAccount billingAccount, Party party, PartyContactMechanism partyContactMechanism, BillingAccountRoleType billingAccountRoleType, Long fromTime, Long thruTime) PartyPaymentMethodDetailFactory.create(PartyPaymentMethod partyPaymentMethod, String partyPaymentMethodName, Party party, String description, PaymentMethod paymentMethod, Boolean deleteWhenUnused, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyPaymentMethodDetailFactory.create(Session session, PartyPaymentMethod partyPaymentMethod, String partyPaymentMethodName, Party party, String description, PaymentMethod paymentMethod, Boolean deleteWhenUnused, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of Party in com.echothree.model.data.printer.server.entity
Methods in com.echothree.model.data.printer.server.entity that return PartyModifier and TypeMethodDescriptionPartyPrinterGroupUse.getParty()PartyPrinterGroupUse.getParty(EntityPermission entityPermission) PartyPrinterGroupUse.getParty(Session session, EntityPermission entityPermission) PartyPrinterGroupUse.getPartyForUpdate()PartyPrinterGroupUse.getPartyForUpdate(Session session) Methods in com.echothree.model.data.printer.server.entity with parameters of type Party -
Uses of Party in com.echothree.model.data.printer.server.factory
Methods in com.echothree.model.data.printer.server.factory with parameters of type PartyModifier and TypeMethodDescriptionPartyPrinterGroupUseFactory.create(Party party, PrinterGroupUseType printerGroupUseType, PrinterGroup printerGroup, Long fromTime, Long thruTime) PartyPrinterGroupUseFactory.create(Session session, Party party, PrinterGroupUseType printerGroupUseType, PrinterGroup printerGroup, Long fromTime, Long thruTime) -
Uses of Party in com.echothree.model.data.returnpolicy.server.entity
Methods in com.echothree.model.data.returnpolicy.server.entity that return PartyModifier and TypeMethodDescriptionPartyReturnPolicy.getParty()PartyReturnPolicy.getParty(EntityPermission entityPermission) PartyReturnPolicy.getParty(Session session, EntityPermission entityPermission) PartyReturnPolicy.getPartyForUpdate()PartyReturnPolicy.getPartyForUpdate(Session session) Methods in com.echothree.model.data.returnpolicy.server.entity with parameters of type Party -
Uses of Party in com.echothree.model.data.returnpolicy.server.factory
Methods in com.echothree.model.data.returnpolicy.server.factory with parameters of type Party -
Uses of Party in com.echothree.model.data.scale.server.entity
Methods in com.echothree.model.data.scale.server.entity that return PartyModifier and TypeMethodDescriptionPartyScaleUse.getParty()PartyScaleUse.getParty(EntityPermission entityPermission) PartyScaleUse.getParty(Session session, EntityPermission entityPermission) PartyScaleUse.getPartyForUpdate()PartyScaleUse.getPartyForUpdate(Session session) Methods in com.echothree.model.data.scale.server.entity with parameters of type Party -
Uses of Party in com.echothree.model.data.scale.server.factory
Methods in com.echothree.model.data.scale.server.factory with parameters of type Party -
Uses of Party in com.echothree.model.data.search.server.entity
Methods in com.echothree.model.data.search.server.entity that return PartyModifier and TypeMethodDescriptionPartySearchTypePreferenceDetail.getParty()PartySearchTypePreferenceDetail.getParty(EntityPermission entityPermission) PartySearchTypePreferenceDetail.getParty(Session session, EntityPermission entityPermission) Search.getParty()Search.getParty(EntityPermission entityPermission) Search.getParty(Session session, EntityPermission entityPermission) PartySearchTypePreferenceDetail.getPartyForUpdate()PartySearchTypePreferenceDetail.getPartyForUpdate(Session session) Search.getPartyForUpdate()Search.getPartyForUpdate(Session session) Methods in com.echothree.model.data.search.server.entity with parameters of type Party -
Uses of Party in com.echothree.model.data.search.server.factory
Methods in com.echothree.model.data.search.server.factory with parameters of type PartyModifier and TypeMethodDescriptionPartySearchTypePreferenceDetailFactory.create(PartySearchTypePreference partySearchTypePreference, Party party, SearchType searchType, SearchDefaultOperator searchDefaultOperator, SearchSortOrder searchSortOrder, SearchSortDirection searchSortDirection, Long fromTime, Long thruTime) PartySearchTypePreferenceDetailFactory.create(Session session, PartySearchTypePreference partySearchTypePreference, Party party, SearchType searchType, SearchDefaultOperator searchDefaultOperator, SearchSortOrder searchSortOrder, SearchSortDirection searchSortDirection, Long fromTime, Long thruTime) SearchFactory.create(Party party, Boolean partyVerified, SearchType searchType, Long executedTime, SearchUseType searchUseType, CachedSearch cachedSearch, Long fromTime, Long thruTime) SearchFactory.create(Session session, Party party, Boolean partyVerified, SearchType searchType, Long executedTime, SearchUseType searchUseType, CachedSearch cachedSearch, Long fromTime, Long thruTime) -
Uses of Party in com.echothree.model.data.security.server.entity
Methods in com.echothree.model.data.security.server.entity that return PartyModifier and TypeMethodDescriptionPartyEntitySecurityRole.getParty()PartyEntitySecurityRole.getParty(EntityPermission entityPermission) PartyEntitySecurityRole.getParty(Session session, EntityPermission entityPermission) PartySecurityRole.getParty()PartySecurityRole.getParty(EntityPermission entityPermission) PartySecurityRole.getParty(Session session, EntityPermission entityPermission) PartySecurityRoleTemplateUse.getParty()PartySecurityRoleTemplateUse.getParty(EntityPermission entityPermission) PartySecurityRoleTemplateUse.getParty(Session session, EntityPermission entityPermission) PartyEntitySecurityRole.getPartyForUpdate()PartyEntitySecurityRole.getPartyForUpdate(Session session) PartySecurityRole.getPartyForUpdate()PartySecurityRole.getPartyForUpdate(Session session) PartySecurityRoleTemplateUse.getPartyForUpdate()PartySecurityRoleTemplateUse.getPartyForUpdate(Session session) Methods in com.echothree.model.data.security.server.entity with parameters of type Party -
Uses of Party in com.echothree.model.data.security.server.factory
Methods in com.echothree.model.data.security.server.factory with parameters of type PartyModifier and TypeMethodDescriptionPartyEntitySecurityRoleFactory.create(Party party, EntityInstance entityInstance, SecurityRole securityRole, Long fromTime, Long thruTime) PartyEntitySecurityRoleFactory.create(Session session, Party party, EntityInstance entityInstance, SecurityRole securityRole, Long fromTime, Long thruTime) PartySecurityRoleFactory.create(Party party, SecurityRole securityRole, Long fromTime, Long thruTime) PartySecurityRoleFactory.create(Session session, Party party, SecurityRole securityRole, Long fromTime, Long thruTime) PartySecurityRoleTemplateUseFactory.create(Party party, PartySecurityRoleTemplate partySecurityRoleTemplate, Long fromTime, Long thruTime) PartySecurityRoleTemplateUseFactory.create(Session session, Party party, PartySecurityRoleTemplate partySecurityRoleTemplate, Long fromTime, Long thruTime) -
Uses of Party in com.echothree.model.data.selector.server.entity
Methods in com.echothree.model.data.selector.server.entity that return PartyModifier and TypeMethodDescriptionSelectorParty.getParty()SelectorParty.getParty(EntityPermission entityPermission) SelectorParty.getParty(Session session, EntityPermission entityPermission) SelectorParty.getPartyForUpdate()SelectorParty.getPartyForUpdate(Session session) Methods in com.echothree.model.data.selector.server.entity with parameters of type Party -
Uses of Party in com.echothree.model.data.selector.server.factory
Methods in com.echothree.model.data.selector.server.factory with parameters of type Party -
Uses of Party in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return PartyModifier and TypeMethodDescriptionShipmentDetail.getDestinationParty()ShipmentDetail.getDestinationParty(EntityPermission entityPermission) ShipmentDetail.getDestinationParty(Session session) ShipmentDetail.getDestinationParty(Session session, EntityPermission entityPermission) ShipmentDetail.getDestinationPartyForUpdate()ShipmentDetail.getDestinationPartyForUpdate(Session session) ShipmentDetail.getDestinationWarehouseParty()ShipmentDetail.getDestinationWarehouseParty(EntityPermission entityPermission) ShipmentDetail.getDestinationWarehouseParty(Session session) ShipmentDetail.getDestinationWarehouseParty(Session session, EntityPermission entityPermission) ShipmentDetail.getDestinationWarehousePartyForUpdate()ShipmentDetail.getDestinationWarehousePartyForUpdate(Session session) ShipmentDetail.getOriginParty()ShipmentDetail.getOriginParty(EntityPermission entityPermission) ShipmentDetail.getOriginParty(Session session) ShipmentDetail.getOriginParty(Session session, EntityPermission entityPermission) ShipmentDetail.getOriginPartyForUpdate()ShipmentDetail.getOriginPartyForUpdate(Session session) ShipmentDetail.getOriginWarehouseParty()ShipmentDetail.getOriginWarehouseParty(EntityPermission entityPermission) ShipmentDetail.getOriginWarehouseParty(Session session) ShipmentDetail.getOriginWarehouseParty(Session session, EntityPermission entityPermission) ShipmentDetail.getOriginWarehousePartyForUpdate()ShipmentDetail.getOriginWarehousePartyForUpdate(Session session) PartyFreeOnBoard.getParty()PartyFreeOnBoard.getParty(EntityPermission entityPermission) PartyFreeOnBoard.getParty(Session session, EntityPermission entityPermission) PartyFreeOnBoard.getPartyForUpdate()PartyFreeOnBoard.getPartyForUpdate(Session session) Methods in com.echothree.model.data.shipment.server.entity with parameters of type PartyModifier and TypeMethodDescriptionvoidShipmentDetail.setDestinationParty(Party entity) voidShipmentDetail.setDestinationWarehouseParty(Party entity) voidShipmentDetail.setOriginParty(Party entity) voidShipmentDetail.setOriginWarehouseParty(Party entity) void -
Uses of Party in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory with parameters of type PartyModifier and TypeMethodDescriptionPartyFreeOnBoardFactory.create(Party party, FreeOnBoard freeOnBoard, Long fromTime, Long thruTime) PartyFreeOnBoardFactory.create(Session session, Party party, FreeOnBoard freeOnBoard, Long fromTime, Long thruTime) ShipmentDetailFactory.create(Shipment shipment, ShipmentType shipmentType, String shipmentName, Party originParty, Party originWarehouseParty, PartyContactMechanism originPartyContactMechanism, Party destinationParty, Party destinationWarehouseParty, PartyContactMechanism destinationPartyContactMechanism, ShippingMethod shippingMethod, Long fromTime, Long thruTime) ShipmentDetailFactory.create(Session session, Shipment shipment, ShipmentType shipmentType, String shipmentName, Party originParty, Party originWarehouseParty, PartyContactMechanism originPartyContactMechanism, Party destinationParty, Party destinationWarehouseParty, PartyContactMechanism destinationPartyContactMechanism, ShippingMethod shippingMethod, Long fromTime, Long thruTime) -
Uses of Party in com.echothree.model.data.subscription.server.entity
Methods in com.echothree.model.data.subscription.server.entity that return PartyModifier and TypeMethodDescriptionSubscriptionDetail.getParty()SubscriptionDetail.getParty(EntityPermission entityPermission) SubscriptionDetail.getParty(Session session, EntityPermission entityPermission) SubscriptionDetail.getPartyForUpdate()SubscriptionDetail.getPartyForUpdate(Session session) Methods in com.echothree.model.data.subscription.server.entity with parameters of type Party -
Uses of Party in com.echothree.model.data.subscription.server.factory
Methods in com.echothree.model.data.subscription.server.factory with parameters of type PartyModifier and TypeMethodDescriptionSubscriptionDetailFactory.create(Subscription subscription, String subscriptionName, SubscriptionType subscriptionType, Party party, Long startTime, Long endTime, Long fromTime, Long thruTime) SubscriptionDetailFactory.create(Session session, Subscription subscription, String subscriptionName, SubscriptionType subscriptionType, Party party, Long startTime, Long endTime, Long fromTime, Long thruTime) -
Uses of Party in com.echothree.model.data.term.server.entity
Methods in com.echothree.model.data.term.server.entity that return PartyModifier and TypeMethodDescriptionPartyCreditLimit.getParty()PartyCreditLimit.getParty(EntityPermission entityPermission) PartyCreditLimit.getParty(Session session, EntityPermission entityPermission) PartyTerm.getParty()PartyTerm.getParty(EntityPermission entityPermission) PartyTerm.getParty(Session session, EntityPermission entityPermission) PartyCreditLimit.getPartyForUpdate()PartyCreditLimit.getPartyForUpdate(Session session) PartyTerm.getPartyForUpdate()PartyTerm.getPartyForUpdate(Session session) Methods in com.echothree.model.data.term.server.entity with parameters of type Party -
Uses of Party in com.echothree.model.data.term.server.factory
Methods in com.echothree.model.data.term.server.factory with parameters of type PartyModifier and TypeMethodDescriptionPartyCreditLimitFactory.create(Party party, Currency currency, Long creditLimit, Long potentialCreditLimit, Long fromTime, Long thruTime) PartyCreditLimitFactory.create(Session session, Party party, Currency currency, Long creditLimit, Long potentialCreditLimit, Long fromTime, Long thruTime) PartyTermFactory.create(Session session, Party party, Term term, Boolean taxable, Long fromTime, Long thruTime) -
Uses of Party in com.echothree.model.data.training.server.entity
Methods in com.echothree.model.data.training.server.entity that return PartyModifier and TypeMethodDescriptionPartyTrainingClassDetail.getParty()PartyTrainingClassDetail.getParty(EntityPermission entityPermission) PartyTrainingClassDetail.getParty(Session session, EntityPermission entityPermission) PartyTrainingClassDetail.getPartyForUpdate()PartyTrainingClassDetail.getPartyForUpdate(Session session) Methods in com.echothree.model.data.training.server.entity with parameters of type Party -
Uses of Party in com.echothree.model.data.training.server.factory
Methods in com.echothree.model.data.training.server.factory with parameters of type PartyModifier and TypeMethodDescriptionPartyTrainingClassDetailFactory.create(PartyTrainingClass partyTrainingClass, String partyTrainingClassName, Party party, TrainingClass trainingClass, Long completedTime, Long validUntilTime, Long fromTime, Long thruTime) PartyTrainingClassDetailFactory.create(Session session, PartyTrainingClass partyTrainingClass, String partyTrainingClassName, Party party, TrainingClass trainingClass, Long completedTime, Long validUntilTime, Long fromTime, Long thruTime) -
Uses of Party in com.echothree.model.data.user.server.entity
Methods in com.echothree.model.data.user.server.entity that return PartyModifier and TypeMethodDescriptionRecoveryAnswerDetail.getParty()RecoveryAnswerDetail.getParty(EntityPermission entityPermission) RecoveryAnswerDetail.getParty(Session session, EntityPermission entityPermission) UserKeyDetail.getParty()UserKeyDetail.getParty(EntityPermission entityPermission) UserKeyDetail.getParty(Session session, EntityPermission entityPermission) UserLogin.getParty()UserLogin.getParty(EntityPermission entityPermission) UserLogin.getParty(Session session, EntityPermission entityPermission) UserLoginPassword.getParty()UserLoginPassword.getParty(EntityPermission entityPermission) UserLoginPassword.getParty(Session session, EntityPermission entityPermission) UserLoginStatus.getParty()UserLoginStatus.getParty(EntityPermission entityPermission) UserLoginStatus.getParty(Session session, EntityPermission entityPermission) UserSession.getParty()UserSession.getParty(EntityPermission entityPermission) UserSession.getParty(Session session, EntityPermission entityPermission) UserVisitCommand.getParty()UserVisitCommand.getParty(EntityPermission entityPermission) UserVisitCommand.getParty(Session session, EntityPermission entityPermission) RecoveryAnswerDetail.getPartyForUpdate()RecoveryAnswerDetail.getPartyForUpdate(Session session) UserKeyDetail.getPartyForUpdate()UserKeyDetail.getPartyForUpdate(Session session) UserLogin.getPartyForUpdate()UserLogin.getPartyForUpdate(Session session) UserLoginPassword.getPartyForUpdate()UserLoginPassword.getPartyForUpdate(Session session) UserLoginStatus.getPartyForUpdate()UserLoginStatus.getPartyForUpdate(Session session) UserSession.getPartyForUpdate()UserSession.getPartyForUpdate(Session session) UserVisitCommand.getPartyForUpdate()UserVisitCommand.getPartyForUpdate(Session session) Methods in com.echothree.model.data.user.server.entity with parameters of type PartyModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoid -
Uses of Party in com.echothree.model.data.user.server.factory
Methods in com.echothree.model.data.user.server.factory with parameters of type PartyModifier and TypeMethodDescriptionRecoveryAnswerDetailFactory.create(RecoveryAnswer recoveryAnswer, Party party, RecoveryQuestion recoveryQuestion, String answer, Long fromTime, Long thruTime) RecoveryAnswerDetailFactory.create(Session session, RecoveryAnswer recoveryAnswer, Party party, RecoveryQuestion recoveryQuestion, String answer, Long fromTime, Long thruTime) UserKeyDetailFactory.create(UserKey userKey, String userKeyName, Party party, PartyRelationship partyRelationship, Long fromTime, Long thruTime) UserKeyDetailFactory.create(Session session, UserKey userKey, String userKeyName, Party party, PartyRelationship partyRelationship, Long fromTime, Long thruTime) UserLoginFactory.create(Session session, Party party, String username, Long fromTime, Long thruTime) UserLoginPasswordFactory.create(Party party, UserLoginPasswordType userLoginPasswordType, Long fromTime, Long thruTime) UserLoginPasswordFactory.create(Session session, Party party, UserLoginPasswordType userLoginPasswordType, Long fromTime, Long thruTime) UserLoginStatusFactory.create(Party party, Long lastLoginTime, Integer failureCount, Long firstFailureTime, Long lastFailureTime, Integer expiredCount, Boolean forceChange) UserLoginStatusFactory.create(Session session, Party party, Long lastLoginTime, Integer failureCount, Long firstFailureTime, Long lastFailureTime, Integer expiredCount, Boolean forceChange) UserSessionFactory.create(UserVisit userVisit, Party party, PartyRelationship partyRelationship, Long identityVerifiedTime, Long fromTime, Long thruTime) UserSessionFactory.create(Session session, UserVisit userVisit, Party party, PartyRelationship partyRelationship, Long identityVerifiedTime, Long fromTime, Long thruTime) UserVisitCommandFactory.create(UserVisit userVisit, Integer userVisitCommandSequence, Party party, Command command, Long startTime, Long endTime, Boolean hadSecurityErrors, Boolean hadValidationErrors, Boolean hadExecutionErrors) UserVisitCommandFactory.create(Session session, UserVisit userVisit, Integer userVisitCommandSequence, Party party, Command command, Long startTime, Long endTime, Boolean hadSecurityErrors, Boolean hadValidationErrors, Boolean hadExecutionErrors) -
Uses of Party in com.echothree.model.data.vendor.server.entity
Methods in com.echothree.model.data.vendor.server.entity that return PartyModifier and TypeMethodDescriptionVendor.getParty()Vendor.getParty(EntityPermission entityPermission) Vendor.getParty(Session session, EntityPermission entityPermission) Vendor.getPartyForUpdate()Vendor.getPartyForUpdate(Session session) VendorItemDetail.getVendorParty()VendorItemDetail.getVendorParty(EntityPermission entityPermission) VendorItemDetail.getVendorParty(Session session) VendorItemDetail.getVendorParty(Session session, EntityPermission entityPermission) VendorItemDetail.getVendorPartyForUpdate()VendorItemDetail.getVendorPartyForUpdate(Session session) Methods in com.echothree.model.data.vendor.server.entity with parameters of type Party -
Uses of Party in com.echothree.model.data.vendor.server.factory
Methods in com.echothree.model.data.vendor.server.factory with parameters of type PartyModifier and TypeMethodDescriptionVendorFactory.create(Party party, String vendorName, VendorType vendorType, Integer minimumPurchaseOrderLines, Integer maximumPurchaseOrderLines, Long minimumPurchaseOrderAmount, Long maximumPurchaseOrderAmount, Boolean useItemPurchasingCategories, ItemAliasType defaultItemAliasType, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, GlAccount apGlAccount, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Selector vendorItemSelector, Filter vendorItemCostFilter, Long fromTime, Long thruTime) VendorFactory.create(Session session, Party party, String vendorName, VendorType vendorType, Integer minimumPurchaseOrderLines, Integer maximumPurchaseOrderLines, Long minimumPurchaseOrderAmount, Long maximumPurchaseOrderAmount, Boolean useItemPurchasingCategories, ItemAliasType defaultItemAliasType, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, GlAccount apGlAccount, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Selector vendorItemSelector, Filter vendorItemCostFilter, Long fromTime, Long thruTime) VendorItemDetailFactory.create(VendorItem vendorItem, Item item, Party vendorParty, String vendorItemName, String description, Integer priority, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Long fromTime, Long thruTime) VendorItemDetailFactory.create(Session session, VendorItem vendorItem, Item item, Party vendorParty, String vendorItemName, String description, Integer priority, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Long fromTime, Long thruTime) -
Uses of Party in com.echothree.model.data.warehouse.server.entity
Methods in com.echothree.model.data.warehouse.server.entity that return PartyModifier and TypeMethodDescriptionWarehouse.getParty()Warehouse.getParty(EntityPermission entityPermission) Warehouse.getParty(Session session, EntityPermission entityPermission) Warehouse.getPartyForUpdate()Warehouse.getPartyForUpdate(Session session) LocationDetail.getWarehouseParty()LocationDetail.getWarehouseParty(EntityPermission entityPermission) LocationDetail.getWarehouseParty(Session session) LocationDetail.getWarehouseParty(Session session, EntityPermission entityPermission) LocationTypeDetail.getWarehouseParty()LocationTypeDetail.getWarehouseParty(EntityPermission entityPermission) LocationTypeDetail.getWarehouseParty(Session session) LocationTypeDetail.getWarehouseParty(Session session, EntityPermission entityPermission) WarehousePackageType.getWarehouseParty()WarehousePackageType.getWarehouseParty(EntityPermission entityPermission) WarehousePackageType.getWarehouseParty(Session session) WarehousePackageType.getWarehouseParty(Session session, EntityPermission entityPermission) LocationDetail.getWarehousePartyForUpdate()LocationDetail.getWarehousePartyForUpdate(Session session) LocationTypeDetail.getWarehousePartyForUpdate()LocationTypeDetail.getWarehousePartyForUpdate(Session session) WarehousePackageType.getWarehousePartyForUpdate()WarehousePackageType.getWarehousePartyForUpdate(Session session) Methods in com.echothree.model.data.warehouse.server.entity with parameters of type PartyModifier and TypeMethodDescriptionvoidvoidLocationDetail.setWarehouseParty(Party entity) voidLocationTypeDetail.setWarehouseParty(Party entity) voidWarehousePackageType.setWarehouseParty(Party entity) -
Uses of Party in com.echothree.model.data.warehouse.server.factory
Methods in com.echothree.model.data.warehouse.server.factory with parameters of type PartyModifier and TypeMethodDescriptionLocationDetailFactory.create(Location location, Party warehouseParty, String locationName, LocationType locationType, LocationUseType locationUseType, Integer velocity, InventoryLocationGroup inventoryLocationGroup, Long fromTime, Long thruTime) LocationDetailFactory.create(Session session, Location location, Party warehouseParty, String locationName, LocationType locationType, LocationUseType locationUseType, Integer velocity, InventoryLocationGroup inventoryLocationGroup, Long fromTime, Long thruTime) LocationTypeDetailFactory.create(LocationType locationType, Party warehouseParty, String locationTypeName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) LocationTypeDetailFactory.create(Session session, LocationType locationType, Party warehouseParty, String locationTypeName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) WarehouseFactory.create(Party party, String warehouseName, WarehouseType warehouseType, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) WarehouseFactory.create(Session session, Party party, String warehouseName, WarehouseType warehouseType, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) WarehousePackageTypeFactory.create(Party warehouseParty, PackageType packageType, Long fromTime, Long thruTime) WarehousePackageTypeFactory.create(Session session, Party warehouseParty, PackageType packageType, Long fromTime, Long thruTime) -
Uses of Party in com.echothree.model.data.workrequirement.server.entity
Methods in com.echothree.model.data.workrequirement.server.entity that return PartyModifier and TypeMethodDescriptionWorkAssignmentDetail.getParty()WorkAssignmentDetail.getParty(EntityPermission entityPermission) WorkAssignmentDetail.getParty(Session session, EntityPermission entityPermission) WorkTimeDetail.getParty()WorkTimeDetail.getParty(EntityPermission entityPermission) WorkTimeDetail.getParty(Session session, EntityPermission entityPermission) WorkAssignmentDetail.getPartyForUpdate()WorkAssignmentDetail.getPartyForUpdate(Session session) WorkTimeDetail.getPartyForUpdate()WorkTimeDetail.getPartyForUpdate(Session session) Methods in com.echothree.model.data.workrequirement.server.entity with parameters of type Party -
Uses of Party in com.echothree.model.data.workrequirement.server.factory
Methods in com.echothree.model.data.workrequirement.server.factory with parameters of type PartyModifier and TypeMethodDescriptionWorkAssignmentDetailFactory.create(WorkAssignment workAssignment, WorkRequirement workRequirement, Integer workAssignmentSequence, Party party, Long startTime, Long endTime, Long fromTime, Long thruTime) WorkAssignmentDetailFactory.create(Session session, WorkAssignment workAssignment, WorkRequirement workRequirement, Integer workAssignmentSequence, Party party, Long startTime, Long endTime, Long fromTime, Long thruTime) WorkTimeDetailFactory.create(WorkTime workTime, WorkRequirement workRequirement, Integer workTimeSequence, Party party, Long startTime, Long endTime, Long fromTime, Long thruTime) WorkTimeDetailFactory.create(Session session, WorkTime workTime, WorkRequirement workRequirement, Integer workTimeSequence, Party party, Long startTime, Long endTime, Long fromTime, Long thruTime) -
Uses of Party in com.echothree.util.server.control
Methods in com.echothree.util.server.control that return PartyMethods in com.echothree.util.server.control with parameters of type PartyModifier and TypeMethodDescriptionBaseCommand.getPreferredCurrency(Party party) BaseCommand.getPreferredDateTimeFormat(Party party) BaseCommand.getPreferredLanguage(Party party) BaseCommand.getPreferredTimeZone(Party party) -
Uses of Party in com.echothree.util.server.persistence
Methods in com.echothree.util.server.persistence with parameters of type PartyModifier and TypeMethodDescriptionEntityNamesUtils.getEntityNames(ExecutionErrorAccumulator eea, Party requestingParty, String value, boolean includeEntityInstance) -
Uses of Party in com.echothree.util.server.transfer
Methods in com.echothree.util.server.transfer that return Party