Uses of Class
com.echothree.model.control.accounting.common.transfer.GlAccountTransfer
Packages that use GlAccountTransfer
Package
Description
-
Uses of GlAccountTransfer in com.echothree.control.user.accounting.common.result
Methods in com.echothree.control.user.accounting.common.result that return GlAccountTransferModifier and TypeMethodDescriptionGetGlAccountDescriptionsResult.getGlAccount()
GetGlAccountResult.getGlAccount()
Methods in com.echothree.control.user.accounting.common.result that return types with arguments of type GlAccountTransferMethods in com.echothree.control.user.accounting.common.result with parameters of type GlAccountTransferModifier and TypeMethodDescriptionvoid
GetGlAccountDescriptionsResult.setGlAccount
(GlAccountTransfer glAccount) void
GetGlAccountResult.setGlAccount
(GlAccountTransfer glAccount) Method parameters in com.echothree.control.user.accounting.common.result with type arguments of type GlAccountTransferModifier and TypeMethodDescriptionvoid
GetGlAccountsResult.setGlAccounts
(List<GlAccountTransfer> glAccounts) -
Uses of GlAccountTransfer in com.echothree.model.control.accounting.common.transfer
Methods in com.echothree.model.control.accounting.common.transfer that return GlAccountTransferModifier and TypeMethodDescriptionItemAccountingCategoryTransfer.getCogsGlAccount()
GlAccountDescriptionTransfer.getGlAccount()
TransactionGlAccountCategoryTransfer.getGlAccount()
TransactionGlAccountTransfer.getGlAccount()
TransactionGlEntryTransfer.getGlAccount()
ItemAccountingCategoryTransfer.getInventoryGlAccount()
GlAccountTransfer.getParentGlAccount()
ItemAccountingCategoryTransfer.getReturnsCogsGlAccount()
ItemAccountingCategoryTransfer.getReturnsGlAccount()
ItemAccountingCategoryTransfer.getSalesGlAccount()
Methods in com.echothree.model.control.accounting.common.transfer with parameters of type GlAccountTransferModifier and TypeMethodDescriptionvoid
ItemAccountingCategoryTransfer.setCogsGlAccount
(GlAccountTransfer cogsGlAccount) void
GlAccountDescriptionTransfer.setGlAccount
(GlAccountTransfer glAccount) void
TransactionGlAccountCategoryTransfer.setGlAccount
(GlAccountTransfer glAccount) void
TransactionGlAccountTransfer.setGlAccount
(GlAccountTransfer glAccount) void
TransactionGlEntryTransfer.setGlAccount
(GlAccountTransfer glAccount) void
ItemAccountingCategoryTransfer.setInventoryGlAccount
(GlAccountTransfer inventoryGlAccount) void
GlAccountTransfer.setParentGlAccount
(GlAccountTransfer parentGlAccount) void
ItemAccountingCategoryTransfer.setReturnsCogsGlAccount
(GlAccountTransfer returnsCogsGlAccount) void
ItemAccountingCategoryTransfer.setReturnsGlAccount
(GlAccountTransfer returnsGlAccount) void
ItemAccountingCategoryTransfer.setSalesGlAccount
(GlAccountTransfer salesGlAccount) Constructors in com.echothree.model.control.accounting.common.transfer with parameters of type GlAccountTransferModifierConstructorDescriptionGlAccountDescriptionTransfer
(LanguageTransfer language, GlAccountTransfer glAccount, String description) Creates a new instance of GlAccountDescriptionTransferGlAccountTransfer
(String glAccountName, GlAccountTransfer parentGlAccount, GlAccountTypeTransfer glAccountType, GlAccountClassTransfer glAccountClass, GlAccountCategoryTransfer glAccountCategory, GlResourceTypeTransfer glResourceType, CurrencyTransfer currency, Boolean isDefault, String description) Creates a new instance of GlAccountTransferItemAccountingCategoryTransfer
(String itemAccountingCategoryName, ItemAccountingCategoryTransfer parentItemAccountingCategory, GlAccountTransfer inventoryGlAccount, GlAccountTransfer salesGlAccount, GlAccountTransfer returnsGlAccount, GlAccountTransfer cogsGlAccount, GlAccountTransfer returnsCogsGlAccount, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ItemAccountingCategoryTransferTransactionGlAccountCategoryTransfer
(TransactionTypeTransfer transactionType, String transactionGlAccountCategoryName, GlAccountCategoryTransfer glAccountCategory, Integer sortOrder, GlAccountTransfer glAccount, String description) Creates a new instance of TransactionGlAccountCategoryTransferTransactionGlAccountTransfer
(TransactionGlAccountCategoryTransfer transactionGlAccountCategory, GlAccountTransfer glAccount) Creates a new instance of TransactionGlAccountTransferTransactionGlEntryTransfer
(TransactionTransfer transaction, Integer transactionGlEntrySequence, TransactionGlEntryTransfer parentTransactionGlEntry, PartyTransfer groupParty, TransactionGlAccountCategoryTransfer transactionGlAccountCategory, GlAccountTransfer glAccount, CurrencyTransfer originalCurrency, Long unformattedOriginalAmount, String originalDebit, String originalCredit, Long unformattedAmount, String debit, String credit) Creates a new instance of TransactionGlEntryTransfer -
Uses of GlAccountTransfer in com.echothree.model.control.accounting.server.control
Methods in com.echothree.model.control.accounting.server.control that return GlAccountTransferModifier and TypeMethodDescriptionAccountingControl.getGlAccountTransfer
(UserVisit userVisit, GlAccount glAccount) Methods in com.echothree.model.control.accounting.server.control that return types with arguments of type GlAccountTransferModifier and TypeMethodDescriptionAccountingControl.getGlAccountTransfers
(UserVisit userVisit) AccountingControl.getGlAccountTransfers
(UserVisit userVisit, Collection<GlAccount> glAccounts) AccountingControl.getGlAccountTransfersByGlAccountCategory
(UserVisit userVisit, GlAccountCategory glAccountCategory) AccountingControl.getGlAccountTransfersByGlAccountClass
(UserVisit userVisit, GlAccountClass glAccountClass) AccountingControl.getGlAccountTransfersByGlResourceType
(UserVisit userVisit, GlResourceType glResourceType) -
Uses of GlAccountTransfer in com.echothree.model.control.accounting.server.transfer
Methods in com.echothree.model.control.accounting.server.transfer that return GlAccountTransfer -
Uses of GlAccountTransfer in com.echothree.model.control.customer.common.transfer
Methods in com.echothree.model.control.customer.common.transfer that return GlAccountTransferModifier and TypeMethodDescriptionCustomerTransfer.getArGlAccount()
Returns the arGlAccount.CustomerTypeTransfer.getDefaultArGlAccount()
Returns the defaultArGlAccount.Methods in com.echothree.model.control.customer.common.transfer with parameters of type GlAccountTransferModifier and TypeMethodDescriptionvoid
CustomerTransfer.setArGlAccount
(GlAccountTransfer arGlAccount) Sets the arGlAccount.void
CustomerTypeTransfer.setDefaultArGlAccount
(GlAccountTransfer defaultArGlAccount) Sets the defaultArGlAccount.Constructors in com.echothree.model.control.customer.common.transfer with parameters of type GlAccountTransferModifierConstructorDescriptionCustomerTransfer
(String partyName, PartyTypeTransfer partyType, LanguageTransfer preferredLanguage, CurrencyTransfer preferredCurrency, TimeZoneTransfer preferredTimeZone, DateTimeFormatTransfer preferredDateTimeFormat, PersonTransfer person, PartyGroupTransfer partyGroup, ProfileTransfer profileTransfer, String customerName, CustomerTypeTransfer customerType, OfferUseTransfer initialOfferUse, CancellationPolicyTransfer cancellationPolicy, ReturnPolicyTransfer returnPolicy, GlAccountTransfer arGlAccount, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, WorkflowEntityStatusTransfer customerStatus, WorkflowEntityStatusTransfer customerCreditStatus) Creates a new instance of CustomerTransferCustomerTypeTransfer
(String customerTypeName, SequenceTransfer customerSequence, OfferUseTransfer defaultOfferUse, TermTransfer defaultTerm, FreeOnBoardTransfer defaultFreeOnBoardTransfer, CancellationPolicyTransfer defaultCancellationPolicy, ReturnPolicyTransfer defaultReturnPolicy, GlAccountTransfer defaultArGlAccount, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean defaultTaxable, AllocationPriorityTransfer allocationPriority, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of CustomerTypeTransfer -
Uses of GlAccountTransfer in com.echothree.model.control.financial.common.transfer
Methods in com.echothree.model.control.financial.common.transfer that return GlAccountTransferModifier and TypeMethodDescriptionFinancialAccountTypeTransfer.getDefaultGlAccount()
FinancialAccountTransactionTypeTransfer.getGlAccount()
FinancialAccountTransfer.getGlAccount()
Methods in com.echothree.model.control.financial.common.transfer with parameters of type GlAccountTransferModifier and TypeMethodDescriptionvoid
FinancialAccountTypeTransfer.setDefaultGlAccount
(GlAccountTransfer defaultGlAccount) void
FinancialAccountTransactionTypeTransfer.setGlAccount
(GlAccountTransfer glAccount) void
FinancialAccountTransfer.setGlAccount
(GlAccountTransfer glAccount) Constructors in com.echothree.model.control.financial.common.transfer with parameters of type GlAccountTransferModifierConstructorDescriptionFinancialAccountTransactionTypeTransfer
(FinancialAccountTypeTransfer financialAccountType, String financialAccountTransactionTypeName, FinancialAccountTransactionTypeTransfer parentFinancialAccountTransactionType, GlAccountTransfer glAccount, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of FinancialAccountTransactionTypeTransferFinancialAccountTransfer
(FinancialAccountTypeTransfer financialAccountType, String financialAccountName, CurrencyTransfer currency, GlAccountTransfer glAccount, String reference, String description, Long unformattedActualBalance, String actualBalance, Long unformattedAvailableBalance, String availableBalance) Creates a new instance of FinancialAccountTransferFinancialAccountTypeTransfer
(String financialAccountTypeName, FinancialAccountTypeTransfer parentFinancialAccountType, GlAccountTransfer defaultGlAccount, SequenceTypeTransfer financialAccountSequenceType, SequenceTypeTransfer financialAccountTransactionSequenceType, WorkflowTransfer financialAccountWorkflow, WorkflowEntranceTransfer financialAccountWorkflowEntrance, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of FinancialAccountTypeTransfer -
Uses of GlAccountTransfer in com.echothree.model.control.inventory.common.transfer
Methods in com.echothree.model.control.inventory.common.transfer that return GlAccountTransferModifier and TypeMethodDescriptionInventoryConditionGlAccountTransfer.getCogsGlAccount()
InventoryConditionGlAccountTransfer.getInventoryGlAccount()
InventoryConditionGlAccountTransfer.getReturnsCogsGlAccount()
InventoryConditionGlAccountTransfer.getReturnsGlAccount()
InventoryConditionGlAccountTransfer.getSalesGlAccount()
Methods in com.echothree.model.control.inventory.common.transfer with parameters of type GlAccountTransferModifier and TypeMethodDescriptionvoid
InventoryConditionGlAccountTransfer.setCogsGlAccount
(GlAccountTransfer cogsGlAccount) void
InventoryConditionGlAccountTransfer.setInventoryGlAccount
(GlAccountTransfer inventoryGlAccount) void
InventoryConditionGlAccountTransfer.setReturnsCogsGlAccount
(GlAccountTransfer returnsCogsGlAccount) void
InventoryConditionGlAccountTransfer.setReturnsGlAccount
(GlAccountTransfer returnsGlAccount) void
InventoryConditionGlAccountTransfer.setSalesGlAccount
(GlAccountTransfer salesGlAccount) Constructors in com.echothree.model.control.inventory.common.transfer with parameters of type GlAccountTransferModifierConstructorDescriptionInventoryConditionGlAccountTransfer
(InventoryConditionTransfer inventoryCondition, ItemAccountingCategoryTransfer itemAccountingCategory, GlAccountTransfer inventoryGlAccount, GlAccountTransfer salesGlAccount, GlAccountTransfer returnsGlAccount, GlAccountTransfer cogsGlAccount, GlAccountTransfer returnsCogsGlAccount) Creates a new instance of InventoryConditionGlAccountTransfer -
Uses of GlAccountTransfer in com.echothree.model.control.invoice.common.transfer
Methods in com.echothree.model.control.invoice.common.transfer that return GlAccountTransferModifier and TypeMethodDescriptionInvoiceLineGlAccountTransfer.getGlAccount()
InvoiceTransfer.getGlAccount()
Returns the glAccount.Methods in com.echothree.model.control.invoice.common.transfer with parameters of type GlAccountTransferModifier and TypeMethodDescriptionvoid
InvoiceLineGlAccountTransfer.setGlAccount
(GlAccountTransfer glAccount) void
InvoiceTransfer.setGlAccount
(GlAccountTransfer glAccount) Sets the glAccount.Constructors in com.echothree.model.control.invoice.common.transfer with parameters of type GlAccountTransferModifierConstructorDescriptionInvoiceLineGlAccountTransfer
(InvoiceLineTransfer invoiceLine, GlAccountTransfer glAccount) Creates a new instance of InvoiceLineGlAccountTransferInvoiceTransfer
(InvoiceTypeTransfer invoiceType, String invoiceName, BillingAccountTransfer billingAccount, GlAccountTransfer glAccount, TermTransfer term, String reference, String description, WorkflowEntityStatusTransfer invoiceStatus) Creates a new instance of InvoiceTransfer -
Uses of GlAccountTransfer in com.echothree.model.control.tax.common.transfer
Methods in com.echothree.model.control.tax.common.transfer that return GlAccountTransferMethods in com.echothree.model.control.tax.common.transfer with parameters of type GlAccountTransferConstructors in com.echothree.model.control.tax.common.transfer with parameters of type GlAccountTransferModifierConstructorDescriptionTaxTransfer
(String taxName, ContactMechanismPurposeTransfer contactMechanismPurpose, GlAccountTransfer glAccount, String percent, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of TaxTransfer -
Uses of GlAccountTransfer in com.echothree.model.control.vendor.common.transfer
Methods in com.echothree.model.control.vendor.common.transfer that return GlAccountTransferModifier and TypeMethodDescriptionVendorTransfer.getApGlAccount()
Returns the apGlAccount.VendorTypeTransfer.getDefaultApGlAccount()
Returns the defaultApGlAccount.Methods in com.echothree.model.control.vendor.common.transfer with parameters of type GlAccountTransferModifier and TypeMethodDescriptionvoid
VendorTransfer.setApGlAccount
(GlAccountTransfer apGlAccount) Sets the apGlAccount.void
VendorTypeTransfer.setDefaultApGlAccount
(GlAccountTransfer defaultApGlAccount) Sets the defaultApGlAccount.Constructors in com.echothree.model.control.vendor.common.transfer with parameters of type GlAccountTransferModifierConstructorDescriptionVendorTransfer
(String partyName, PartyTypeTransfer partyType, LanguageTransfer preferredLanguage, CurrencyTransfer preferredCurrency, TimeZoneTransfer preferredTimeZone, DateTimeFormatTransfer preferredDateTimeFormat, PersonTransfer person, PartyGroupTransfer partyGroup, String vendorName, VendorTypeTransfer vendorType, Integer minimumPurchaseOrderLines, Integer maximumPurchaseOrderLines, Long unformattedMinimumPurchaseOrderAmount, String minimumPurchaseOrderAmount, Long unformattedMaximumPurchaseOrderAmount, String maximumPurchaseOrderAmount, Boolean useItemPurchasingCategories, ItemAliasTypeTransfer defaultItemAliasType, CancellationPolicyTransfer cancellationPolicy, ReturnPolicyTransfer returnPolicy, GlAccountTransfer apGlAccount, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, WorkflowEntityStatusTransfer vendorStatus) Creates a new instance of VendorTransferVendorTypeTransfer
(String vendorTypeName, TermTransfer defaultTern, FreeOnBoardTransfer defaultFreeOnBoardTransfer, CancellationPolicyTransfer defaultCancellationPolicy, ReturnPolicyTransfer defaultReturnPolicy, GlAccountTransfer defaultApGlAccount, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of VendorTypeTransfer