Uses of Class
com.echothree.model.data.accounting.server.entity.GlAccount
Packages that use GlAccount
Package
Description
-
Uses of GlAccount in com.echothree.control.user.accounting.server.command
Methods in com.echothree.control.user.accounting.server.command that return GlAccountMethods in com.echothree.control.user.accounting.server.command that return types with arguments of type GlAccountModifier and TypeMethodDescriptionprotected Collection<GlAccount>
GetGlAccountsCommand.getEntities()
Methods in com.echothree.control.user.accounting.server.command with parameters of type GlAccountMethod parameters in com.echothree.control.user.accounting.server.command with type arguments of type GlAccountModifier and TypeMethodDescriptionprotected BaseResult
GetGlAccountsCommand.getResult
(Collection<GlAccount> entities) -
Uses of GlAccount in com.echothree.model.control.accounting.server.control
Methods in com.echothree.model.control.accounting.server.control that return GlAccountModifier and TypeMethodDescriptionAccountingControl.createGlAccount
(String glAccountName, GlAccount parentGlAccount, GlAccountType glAccountType, GlAccountClass glAccountClass, GlAccountCategory glAccountCategory, GlResourceType glResourceType, Currency currency, Boolean isDefault, BasePK createdBy) AccountingControl.getDefaultGlAccount
(GlAccountCategoryPK glAccountCategoryPK) AccountingControl.getDefaultGlAccount
(GlAccountCategory glAccountCategory) AccountingControl.getDefaultGlAccount
(GlAccountCategory glAccountCategory, EntityPermission entityPermission) AccountingControl.getDefaultGlAccountForUpdate
(GlAccountCategoryPK glAccountCategoryPK) AccountingControl.getDefaultGlAccountForUpdate
(GlAccountCategory glAccountCategory) AccountingControl.getGlAccountByEntityInstance
(EntityInstance entityInstance) AccountingControl.getGlAccountByEntityInstance
(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.GlAccountAccountingControl.getGlAccountByEntityInstanceForUpdate
(EntityInstance entityInstance) AccountingControl.getGlAccountByName
(String glAccountName) AccountingControl.getGlAccountByName
(String glAccountName, EntityPermission entityPermission) AccountingControl.getGlAccountByNameForUpdate
(String glAccountName) Methods in com.echothree.model.control.accounting.server.control that return types with arguments of type GlAccountModifier and TypeMethodDescriptionAccountingControl.getGlAccounts()
AccountingControl.getGlAccountsByGlAccountCategory
(GlAccountCategoryPK glAccountCategoryPK) AccountingControl.getGlAccountsByGlAccountCategory
(GlAccountCategory glAccountCategory) AccountingControl.getGlAccountsByGlAccountCategoryForUpdate
(GlAccountCategoryPK glAccountCategoryPK) AccountingControl.getGlAccountsByGlAccountCategoryForUpdate
(GlAccountCategory glAccountCategory) AccountingControl.getGlAccountsByGlAccountClass
(GlAccountClass glAccountClass) AccountingControl.getGlAccountsByGlAccountClassForUpdate
(GlAccountClass glAccountClass) AccountingControl.getGlAccountsByGlAccountType
(GlAccountType glAccountType) AccountingControl.getGlAccountsByGlAccountTypeForUpdate
(GlAccountType glAccountType) AccountingControl.getGlAccountsByGlResourceType
(GlResourceType glResourceType) AccountingControl.getGlAccountsByGlResourceTypeForUpdate
(GlResourceType glResourceType) AccountingControl.getGlAccountsByParentGlAccount
(GlAccount parentGlAccount) AccountingControl.getGlAccountsByParentGlAccountForUpdate
(GlAccount parentGlAccount) AccountingControl.getGlAccountsForUpdate()
Methods in com.echothree.model.control.accounting.server.control with parameters of type GlAccountModifier and TypeMethodDescriptionAccountingControl.createGlAccount
(String glAccountName, GlAccount parentGlAccount, GlAccountType glAccountType, GlAccountClass glAccountClass, GlAccountCategory glAccountCategory, GlResourceType glResourceType, Currency currency, Boolean isDefault, BasePK createdBy) AccountingControl.createGlAccountDescription
(GlAccount glAccount, Language language, String description, BasePK createdBy) AccountingControl.createGlAccountSummary
(GlAccount glAccount, Party groupParty, Period period, Long balance) AccountingControl.createItemAccountingCategory
(String itemAccountingCategoryName, ItemAccountingCategory parentItemAccountingCategory, GlAccount inventoryGlAccount, GlAccount salesGlAccount, GlAccount returnsGlAccount, GlAccount cogsGlAccount, GlAccount returnsCogsGlAccount, Boolean isDefault, Integer sortOrder, BasePK createdBy) AccountingControl.createTransactionGlAccount
(TransactionGlAccountCategory transactionGlAccountCategory, GlAccount glAccount, BasePK createdBy) AccountingControl.createTransactionGlEntry
(Transaction transaction, Integer transactionGlEntrySequence, TransactionGlEntry parentTransactionGlEntry, Party groupParty, TransactionGlAccountCategory transactionGlAccountCategory, GlAccount glAccount, Currency originalCurrency, Long originalAmount, Long amount, BasePK createdBy) void
AccountingControl.deleteGlAccount
(GlAccount glAccount, BasePK deletedBy) void
AccountingControl.deleteGlAccountDescriptionsByGlAccount
(GlAccount glAccount, BasePK deletedBy) void
AccountingControl.deleteTransactionGlAccountByGlAccount
(GlAccount glAccount, BasePK deletedBy) AccountingControl.getBestGlAccountDescription
(GlAccount glAccount, Language language) AccountingControl.getGlAccountDescription
(GlAccount glAccount, Language language) AccountingControl.getGlAccountDescriptionForUpdate
(GlAccount glAccount, Language language) AccountingControl.getGlAccountDescriptionsByGlAccount
(GlAccount glAccount) AccountingControl.getGlAccountDescriptionsByGlAccountForUpdate
(GlAccount glAccount) AccountingControl.getGlAccountDescriptionTransfersByGlAccount
(UserVisit userVisit, GlAccount glAccount) AccountingControl.getGlAccountDescriptionValueForUpdate
(GlAccount glAccount, Language language) AccountingControl.getGlAccountDetailValueForUpdate
(GlAccount glAccount) AccountingControl.getGlAccountsByParentGlAccount
(GlAccount parentGlAccount) AccountingControl.getGlAccountsByParentGlAccountForUpdate
(GlAccount parentGlAccount) AccountingControl.getGlAccountSummary
(GlAccount glAccount, Party groupParty, Period period) AccountingControl.getGlAccountSummaryForUpdate
(GlAccount glAccount, Party groupParty, Period period) AccountingControl.getGlAccountTransfer
(UserVisit userVisit, GlAccount glAccount) AccountingControl.getTransactionGlAccountsByGlAccount
(GlAccount glAccount) AccountingControl.getTransactionGlAccountsByGlAccountForUpdate
(GlAccount glAccount) AccountingControl.getTransactionGlEntriesByGlAccount
(GlAccount glAccount) boolean
AccountingControl.isParentGlAccountSafe
(GlAccount glAccount, GlAccount parentGlAccount) Method parameters in com.echothree.model.control.accounting.server.control with type arguments of type GlAccountModifier and TypeMethodDescriptionvoid
AccountingControl.deleteGlAccounts
(List<GlAccount> glAccounts, BasePK deletedBy) AccountingControl.getGlAccountTransfers
(UserVisit userVisit, Collection<GlAccount> glAccounts) -
Uses of GlAccount in com.echothree.model.control.accounting.server.graphql
Constructors in com.echothree.model.control.accounting.server.graphql with parameters of type GlAccount -
Uses of GlAccount in com.echothree.model.control.accounting.server.logic
Methods in com.echothree.model.control.accounting.server.logic that return GlAccountModifier and TypeMethodDescriptionGlAccountLogic.createGlAccount
(ExecutionErrorAccumulator eea, String glAccountName, GlAccount parentGlAccount, GlAccountType glAccountType, GlAccountClass glAccountClass, GlAccountCategory glAccountCategory, GlResourceType glResourceType, Currency currency, Boolean isDefault, Language language, String description, BasePK createdBy) GlAccountLogic.getDefaultGlAccountByCategory
(ExecutionErrorAccumulator eea, GlAccount[] glAccounts, String glAccountCategoryName, String unknownDefaultGlAccountError) Obtain a GL Account fitting within a given GL Account Category.GlAccountLogic.getGlAccountByName
(ExecutionErrorAccumulator eea, String glAccountName) GlAccountLogic.getGlAccountByName
(ExecutionErrorAccumulator eea, String glAccountName, EntityPermission entityPermission) GlAccountLogic.getGlAccountByNameForUpdate
(ExecutionErrorAccumulator eea, String glAccountName) GlAccountLogic.getGlAccountByUniversalSpec
(ExecutionErrorAccumulator eea, GlAccountUniversalSpec universalSpec, boolean allowDefault, GlAccountCategory glAccountCategory) GlAccountLogic.getGlAccountByUniversalSpec
(ExecutionErrorAccumulator eea, GlAccountUniversalSpec universalSpec, boolean allowDefault, GlAccountCategory glAccountCategory, EntityPermission entityPermission) GlAccountLogic.getGlAccountByUniversalSpecForUpdate
(ExecutionErrorAccumulator eea, GlAccountUniversalSpec universalSpec, boolean allowDefault, GlAccountCategory glAccountCategory) Methods in com.echothree.model.control.accounting.server.logic with parameters of type GlAccountModifier and TypeMethodDescriptionGlAccountLogic.createGlAccount
(ExecutionErrorAccumulator eea, String glAccountName, GlAccount parentGlAccount, GlAccountType glAccountType, GlAccountClass glAccountClass, GlAccountCategory glAccountCategory, GlResourceType glResourceType, Currency currency, Boolean isDefault, Language language, String description, BasePK createdBy) ItemAccountingCategoryLogic.createItemAccountingCategory
(ExecutionErrorAccumulator eea, String itemAccountingCategoryName, ItemAccountingCategory parentItemAccountingCategory, GlAccount inventoryGlAccount, GlAccount salesGlAccount, GlAccount returnsGlAccount, GlAccount cogsGlAccount, GlAccount returnsCogsGlAccount, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) TransactionLogic.createTransactionGlEntry
(Transaction transaction, Party groupParty, TransactionGlAccountCategory transactionGlAccountCategory, GlAccount glAccount, Currency originalCurrency, Long originalAmount, BasePK createdBy) TransactionLogic.createTransactionGlEntryUsingNames
(Transaction transaction, Party groupParty, String transactionGlAccountCategoryName, GlAccount glAccount, Currency originalCurrency, Long originalAmount, BasePK createdBy) void
GlAccountLogic.deleteGlAccount
(ExecutionErrorAccumulator eea, GlAccount glAccount, BasePK deletedBy) GlAccountLogic.getDefaultGlAccountByCategory
(ExecutionErrorAccumulator eea, GlAccount[] glAccounts, String glAccountCategoryName, String unknownDefaultGlAccountError) Obtain a GL Account fitting within a given GL Account Category. -
Uses of GlAccount in com.echothree.model.control.accounting.server.transfer
Methods in com.echothree.model.control.accounting.server.transfer with parameters of type GlAccount -
Uses of GlAccount in com.echothree.model.control.customer.server.control
Methods in com.echothree.model.control.customer.server.control with parameters of type GlAccountModifier 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.createCustomerType
(String customerTypeName, Sequence customerSequence, OfferUse defaultOfferUse, Term defaultTerm, FreeOnBoard defaultFreeOnBoard, CancellationPolicy defaultCancellationPolicy, ReturnPolicy defaultReturnPolicy, WorkflowEntrance defaultCustomerStatus, WorkflowEntrance defaultCustomerCreditStatus, GlAccount defaultArGlAccount, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean defaultTaxable, AllocationPriority allocationPriority, Boolean isDefault, Integer sortOrder, BasePK createdBy) -
Uses of GlAccount in com.echothree.model.control.customer.server.logic
Methods in com.echothree.model.control.customer.server.logic with parameters of type GlAccountModifier and TypeMethodDescriptionCustomerTypeLogic.createCustomerType
(ExecutionErrorAccumulator eea, String customerTypeName, Sequence customerSequence, OfferUse defaultOfferUse, Term defaultTerm, FreeOnBoard defaultFreeOnBoard, CancellationPolicy defaultCancellationPolicy, ReturnPolicy defaultReturnPolicy, WorkflowEntrance defaultCustomerStatus, WorkflowEntrance defaultCustomerCreditStatus, GlAccount defaultArGlAccount, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean defaultTaxable, AllocationPriority allocationPriority, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) -
Uses of GlAccount in com.echothree.model.control.financial.server.control
Methods in com.echothree.model.control.financial.server.control with parameters of type GlAccountModifier and TypeMethodDescriptionFinancialControl.createFinancialAccount
(FinancialAccountType financialAccountType, String financialAccountName, Currency currency, GlAccount glAccount, String reference, String description, BasePK createdBy) FinancialControl.createFinancialAccountTransactionType
(FinancialAccountType financialAccountType, String financialAccountTransactionTypeName, FinancialAccountTransactionType parentFinancialAccountTransactionType, GlAccount glAccount, Boolean isDefault, Integer sortOrder, BasePK createdBy) FinancialControl.createFinancialAccountType
(String financialAccountTypeName, FinancialAccountType parentFinancialAccountType, GlAccount defaultGlAccount, SequenceType financialAccountSequenceType, SequenceType financialAccountTransactionSequenceType, Workflow financialAccountWorkflow, WorkflowEntrance financialAccountWorkflowEntrance, Boolean isDefault, Integer sortOrder, BasePK createdBy) void
FinancialControl.deleteFinancialAccountsByGlAccount
(GlAccount glAccount, BasePK deletedBy) FinancialControl.getFinancialAccountsByGlAccount
(GlAccount glAccount) FinancialControl.getFinancialAccountsByGlAccountForUpdate
(GlAccount glAccount) -
Uses of GlAccount in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control with parameters of type GlAccountModifier and TypeMethodDescriptionInventoryControl.createInventoryConditionGlAccount
(InventoryCondition inventoryCondition, ItemAccountingCategory itemAccountingCategory, GlAccount inventoryGlAccount, GlAccount salesGlAccount, GlAccount returnsGlAccount, GlAccount cogsGlAccount, GlAccount returnsCogsGlAccount, BasePK createdBy) -
Uses of GlAccount in com.echothree.model.control.invoice.server.control
Methods in com.echothree.model.control.invoice.server.control with parameters of type GlAccountModifier and TypeMethodDescriptionInvoiceControl.createInvoice
(InvoiceType invoiceType, String invoiceName, BillingAccount billingAccount, GlAccount glAccount, Term term, FreeOnBoard freeOnBoard, String reference, String description, BasePK createdBy) InvoiceControl.createInvoiceLineGlAccount
(InvoiceLine invoiceLine, GlAccount glAccount, BasePK createdBy) InvoiceControl.createInvoiceLineType
(InvoiceType invoiceType, String invoiceLineTypeName, InvoiceLineType parentInvoiceLineType, GlAccount defaultGlAccount, Boolean isDefault, Integer sortOrder, BasePK createdBy) -
Uses of GlAccount in com.echothree.model.control.invoice.server.logic
Methods in com.echothree.model.control.invoice.server.logic that return GlAccountModifier and TypeMethodDescriptionprotected GlAccount
PurchaseInvoiceLogic.getApGlAccount
(ExecutionErrorAccumulator eea, Vendor vendor) Methods in com.echothree.model.control.invoice.server.logic with parameters of type GlAccountModifier 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) InvoiceLogic.createInvoiceLine
(ExecutionErrorAccumulator eea, Invoice invoice, Integer invoiceLineSequence, InvoiceLine parentInvoiceLine, Long amount, InvoiceLineType invoiceLineType, GlAccount glAccount, String description, BasePK createdBy) PurchaseInvoiceLogic.createInvoiceLine
(ExecutionErrorAccumulator eea, Invoice invoice, Integer invoiceLineSequence, InvoiceLine parentInvoiceLine, Long amount, InvoiceLineType invoiceLineType, GlAccount glAccount, String description, BasePK createdBy) -
Uses of GlAccount in com.echothree.model.control.tax.server.control
Methods in com.echothree.model.control.tax.server.control with parameters of type GlAccountModifier and TypeMethodDescriptionTaxControl.createTax
(String taxName, ContactMechanismPurpose contactMechanismPurpose, GlAccount glAccount, Boolean includeShippingCharge, Boolean includeProcessingCharge, Boolean includeInsuranceCharge, Integer percent, Boolean isDefault, Integer sortOrder, BasePK createdBy) -
Uses of GlAccount in com.echothree.model.control.vendor.server.control
Methods in com.echothree.model.control.vendor.server.control with parameters of type GlAccountModifier and TypeMethodDescriptionVendorControl.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.createVendorType
(String vendorTypeName, Term defaultTerm, FreeOnBoard defaultFreeOnBoard, CancellationPolicy defaultCancellationPolicy, ReturnPolicy defaultReturnPolicy, GlAccount defaultApGlAccount, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean isDefault, Integer sortOrder, BasePK createdBy) -
Uses of GlAccount in com.echothree.model.control.vendor.server.logic
Methods in com.echothree.model.control.vendor.server.logic with parameters of type GlAccountModifier 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) VendorTypeLogic.createVendorType
(ExecutionErrorAccumulator eea, String vendorTypeName, Term defaultTerm, FreeOnBoard defaultFreeOnBoard, CancellationPolicy defaultCancellationPolicy, ReturnPolicy defaultReturnPolicy, GlAccount defaultApGlAccount, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) -
Uses of GlAccount in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return GlAccountModifier and TypeMethodDescriptionItemAccountingCategoryDetail.getCogsGlAccount()
ItemAccountingCategoryDetail.getCogsGlAccount
(EntityPermission entityPermission) ItemAccountingCategoryDetail.getCogsGlAccount
(Session session) ItemAccountingCategoryDetail.getCogsGlAccount
(Session session, EntityPermission entityPermission) ItemAccountingCategoryDetail.getCogsGlAccountForUpdate()
ItemAccountingCategoryDetail.getCogsGlAccountForUpdate
(Session session) GlAccountDescription.getGlAccount()
GlAccountDescription.getGlAccount
(EntityPermission entityPermission) GlAccountDescription.getGlAccount
(Session session) GlAccountDescription.getGlAccount
(Session session, EntityPermission entityPermission) GlAccountDetail.getGlAccount()
GlAccountDetail.getGlAccount
(EntityPermission entityPermission) GlAccountDetail.getGlAccount
(Session session) GlAccountDetail.getGlAccount
(Session session, EntityPermission entityPermission) GlAccountSummary.getGlAccount()
GlAccountSummary.getGlAccount
(EntityPermission entityPermission) GlAccountSummary.getGlAccount
(Session session) GlAccountSummary.getGlAccount
(Session session, EntityPermission entityPermission) PartyGlAccount.getGlAccount()
PartyGlAccount.getGlAccount
(EntityPermission entityPermission) PartyGlAccount.getGlAccount
(Session session) PartyGlAccount.getGlAccount
(Session session, EntityPermission entityPermission) TransactionGlAccount.getGlAccount()
TransactionGlAccount.getGlAccount
(EntityPermission entityPermission) TransactionGlAccount.getGlAccount
(Session session) TransactionGlAccount.getGlAccount
(Session session, EntityPermission entityPermission) TransactionGlEntry.getGlAccount()
TransactionGlEntry.getGlAccount
(EntityPermission entityPermission) TransactionGlEntry.getGlAccount
(Session session) TransactionGlEntry.getGlAccount
(Session session, EntityPermission entityPermission) GlAccountDescription.getGlAccountForUpdate()
GlAccountDescription.getGlAccountForUpdate
(Session session) GlAccountDetail.getGlAccountForUpdate()
GlAccountDetail.getGlAccountForUpdate
(Session session) GlAccountSummary.getGlAccountForUpdate()
GlAccountSummary.getGlAccountForUpdate
(Session session) PartyGlAccount.getGlAccountForUpdate()
PartyGlAccount.getGlAccountForUpdate
(Session session) TransactionGlAccount.getGlAccountForUpdate()
TransactionGlAccount.getGlAccountForUpdate
(Session session) TransactionGlEntry.getGlAccountForUpdate()
TransactionGlEntry.getGlAccountForUpdate
(Session session) ItemAccountingCategoryDetail.getInventoryGlAccount()
ItemAccountingCategoryDetail.getInventoryGlAccount
(EntityPermission entityPermission) ItemAccountingCategoryDetail.getInventoryGlAccount
(Session session) ItemAccountingCategoryDetail.getInventoryGlAccount
(Session session, EntityPermission entityPermission) ItemAccountingCategoryDetail.getInventoryGlAccountForUpdate()
ItemAccountingCategoryDetail.getInventoryGlAccountForUpdate
(Session session) GlAccountDetail.getParentGlAccount()
GlAccountDetail.getParentGlAccount
(EntityPermission entityPermission) GlAccountDetail.getParentGlAccount
(Session session) GlAccountDetail.getParentGlAccount
(Session session, EntityPermission entityPermission) GlAccountDetail.getParentGlAccountForUpdate()
GlAccountDetail.getParentGlAccountForUpdate
(Session session) ItemAccountingCategoryDetail.getReturnsCogsGlAccount()
ItemAccountingCategoryDetail.getReturnsCogsGlAccount
(EntityPermission entityPermission) ItemAccountingCategoryDetail.getReturnsCogsGlAccount
(Session session) ItemAccountingCategoryDetail.getReturnsCogsGlAccount
(Session session, EntityPermission entityPermission) ItemAccountingCategoryDetail.getReturnsCogsGlAccountForUpdate()
ItemAccountingCategoryDetail.getReturnsCogsGlAccountForUpdate
(Session session) ItemAccountingCategoryDetail.getReturnsGlAccount()
ItemAccountingCategoryDetail.getReturnsGlAccount
(EntityPermission entityPermission) ItemAccountingCategoryDetail.getReturnsGlAccount
(Session session) ItemAccountingCategoryDetail.getReturnsGlAccount
(Session session, EntityPermission entityPermission) ItemAccountingCategoryDetail.getReturnsGlAccountForUpdate()
ItemAccountingCategoryDetail.getReturnsGlAccountForUpdate
(Session session) ItemAccountingCategoryDetail.getSalesGlAccount()
ItemAccountingCategoryDetail.getSalesGlAccount
(EntityPermission entityPermission) ItemAccountingCategoryDetail.getSalesGlAccount
(Session session) ItemAccountingCategoryDetail.getSalesGlAccount
(Session session, EntityPermission entityPermission) ItemAccountingCategoryDetail.getSalesGlAccountForUpdate()
ItemAccountingCategoryDetail.getSalesGlAccountForUpdate
(Session session) Methods in com.echothree.model.data.accounting.server.entity with parameters of type GlAccountModifier and TypeMethodDescriptionvoid
ItemAccountingCategoryDetail.setCogsGlAccount
(GlAccount entity) void
GlAccountDescription.setGlAccount
(GlAccount entity) void
GlAccountDetail.setGlAccount
(GlAccount entity) void
GlAccountSummary.setGlAccount
(GlAccount entity) void
PartyGlAccount.setGlAccount
(GlAccount entity) void
TransactionGlAccount.setGlAccount
(GlAccount entity) void
TransactionGlEntry.setGlAccount
(GlAccount entity) void
ItemAccountingCategoryDetail.setInventoryGlAccount
(GlAccount entity) void
GlAccountDetail.setParentGlAccount
(GlAccount entity) void
ItemAccountingCategoryDetail.setReturnsCogsGlAccount
(GlAccount entity) void
ItemAccountingCategoryDetail.setReturnsGlAccount
(GlAccount entity) void
ItemAccountingCategoryDetail.setSalesGlAccount
(GlAccount entity) -
Uses of GlAccount in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountModifier and TypeMethodDescriptionGlAccountFactory.create()
GlAccountFactory.create
(GlAccountDetailPK activeDetailPK, GlAccountDetailPK lastDetailPK) GlAccountFactory.create
(GlAccountDetail activeDetail, GlAccountDetail lastDetail) GlAccountFactory.create
(Session session, GlAccountDetailPK activeDetailPK, GlAccountDetailPK lastDetailPK) GlAccountFactory.create
(Session session, GlAccountDetail activeDetail, GlAccountDetail lastDetail) GlAccountFactory.getEntityFromCache
(Session session, GlAccountPK pk) GlAccountFactory.getEntityFromPK
(EntityPermission entityPermission, GlAccountPK pk) GlAccountFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, GlAccountPK pk) GlAccountFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) GlAccountFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) GlAccountFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GlAccountFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GlAccountFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) GlAccountFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GlAccountFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GlAccountFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) GlAccountFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) GlAccountFactory.getEntityFromValue
(EntityPermission entityPermission, GlAccountValue value) GlAccountFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, GlAccountValue value) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountModifier and TypeMethodDescriptionGlAccountFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<GlAccountPK> pks) GlAccountFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<GlAccountPK> pks) GlAccountFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) GlAccountFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) GlAccountFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GlAccountFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GlAccountFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) GlAccountFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GlAccountFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GlAccountFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) GlAccountFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountModifier and TypeMethodDescriptionGlAccountDescriptionFactory.create
(GlAccount glAccount, Language language, String description, Long fromTime, Long thruTime) GlAccountDescriptionFactory.create
(Session session, GlAccount glAccount, Language language, String description, Long fromTime, Long thruTime) GlAccountDetailFactory.create
(GlAccount glAccount, String glAccountName, GlAccount parentGlAccount, GlAccountType glAccountType, GlAccountClass glAccountClass, GlAccountCategory glAccountCategory, GlResourceType glResourceType, Currency currency, Boolean isDefault, Long fromTime, Long thruTime) GlAccountDetailFactory.create
(Session session, GlAccount glAccount, String glAccountName, GlAccount parentGlAccount, GlAccountType glAccountType, GlAccountClass glAccountClass, GlAccountCategory glAccountCategory, GlResourceType glResourceType, Currency currency, Boolean isDefault, Long fromTime, Long thruTime) GlAccountSummaryFactory.create
(Session session, GlAccount glAccount, Party groupParty, Period period, Long balance) ItemAccountingCategoryDetailFactory.create
(ItemAccountingCategory itemAccountingCategory, String itemAccountingCategoryName, ItemAccountingCategory parentItemAccountingCategory, GlAccount inventoryGlAccount, GlAccount salesGlAccount, GlAccount returnsGlAccount, GlAccount cogsGlAccount, GlAccount returnsCogsGlAccount, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ItemAccountingCategoryDetailFactory.create
(Session session, ItemAccountingCategory itemAccountingCategory, String itemAccountingCategoryName, ItemAccountingCategory parentItemAccountingCategory, GlAccount inventoryGlAccount, GlAccount salesGlAccount, GlAccount returnsGlAccount, GlAccount cogsGlAccount, GlAccount returnsCogsGlAccount, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) 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) TransactionGlAccountFactory.create
(TransactionGlAccountCategory transactionGlAccountCategory, GlAccount glAccount, Long fromTime, Long thruTime) TransactionGlAccountFactory.create
(Session session, TransactionGlAccountCategory transactionGlAccountCategory, GlAccount glAccount, Long fromTime, Long thruTime) TransactionGlEntryFactory.create
(Transaction transaction, Integer transactionGlEntrySequence, TransactionGlEntry parentTransactionGlEntry, Party groupParty, TransactionGlAccountCategory transactionGlAccountCategory, GlAccount glAccount, Currency originalCurrency, Long originalAmount, Long amount, Long fromTime, Long thruTime) TransactionGlEntryFactory.create
(Session session, Transaction transaction, Integer transactionGlEntrySequence, TransactionGlEntry parentTransactionGlEntry, Party groupParty, TransactionGlAccountCategory transactionGlAccountCategory, GlAccount glAccount, Currency originalCurrency, Long originalAmount, Long amount, Long fromTime, Long thruTime) void
void
Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountModifier and TypeMethodDescriptionvoid
GlAccountFactory.store
(Session session, Collection<GlAccount> entities) void
GlAccountFactory.store
(Collection<GlAccount> entities) -
Uses of GlAccount in com.echothree.model.data.customer.server.entity
Methods in com.echothree.model.data.customer.server.entity that return GlAccountModifier and TypeMethodDescriptionCustomer.getArGlAccount()
Customer.getArGlAccount
(EntityPermission entityPermission) Customer.getArGlAccount
(Session session) Customer.getArGlAccount
(Session session, EntityPermission entityPermission) Customer.getArGlAccountForUpdate()
Customer.getArGlAccountForUpdate
(Session session) CustomerTypeDetail.getDefaultArGlAccount()
CustomerTypeDetail.getDefaultArGlAccount
(EntityPermission entityPermission) CustomerTypeDetail.getDefaultArGlAccount
(Session session) CustomerTypeDetail.getDefaultArGlAccount
(Session session, EntityPermission entityPermission) CustomerTypeDetail.getDefaultArGlAccountForUpdate()
CustomerTypeDetail.getDefaultArGlAccountForUpdate
(Session session) Methods in com.echothree.model.data.customer.server.entity with parameters of type GlAccountModifier and TypeMethodDescriptionvoid
Customer.setArGlAccount
(GlAccount entity) void
CustomerTypeDetail.setDefaultArGlAccount
(GlAccount entity) -
Uses of GlAccount in com.echothree.model.data.customer.server.factory
Methods in com.echothree.model.data.customer.server.factory with parameters of type GlAccountModifier 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) CustomerTypeDetailFactory.create
(CustomerType customerType, String customerTypeName, Sequence customerSequence, OfferUse defaultOfferUse, Term defaultTerm, FreeOnBoard defaultFreeOnBoard, CancellationPolicy defaultCancellationPolicy, ReturnPolicy defaultReturnPolicy, WorkflowEntrance defaultCustomerStatus, WorkflowEntrance defaultCustomerCreditStatus, GlAccount defaultArGlAccount, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean defaultTaxable, AllocationPriority allocationPriority, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CustomerTypeDetailFactory.create
(Session session, CustomerType customerType, String customerTypeName, Sequence customerSequence, OfferUse defaultOfferUse, Term defaultTerm, FreeOnBoard defaultFreeOnBoard, CancellationPolicy defaultCancellationPolicy, ReturnPolicy defaultReturnPolicy, WorkflowEntrance defaultCustomerStatus, WorkflowEntrance defaultCustomerCreditStatus, GlAccount defaultArGlAccount, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean defaultTaxable, AllocationPriority allocationPriority, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of GlAccount in com.echothree.model.data.financial.server.entity
Methods in com.echothree.model.data.financial.server.entity that return GlAccountModifier and TypeMethodDescriptionFinancialAccountTypeDetail.getDefaultGlAccount()
FinancialAccountTypeDetail.getDefaultGlAccount
(EntityPermission entityPermission) FinancialAccountTypeDetail.getDefaultGlAccount
(Session session) FinancialAccountTypeDetail.getDefaultGlAccount
(Session session, EntityPermission entityPermission) FinancialAccountTypeDetail.getDefaultGlAccountForUpdate()
FinancialAccountTypeDetail.getDefaultGlAccountForUpdate
(Session session) FinancialAccountDetail.getGlAccount()
FinancialAccountDetail.getGlAccount
(EntityPermission entityPermission) FinancialAccountDetail.getGlAccount
(Session session) FinancialAccountDetail.getGlAccount
(Session session, EntityPermission entityPermission) FinancialAccountTransactionTypeDetail.getGlAccount()
FinancialAccountTransactionTypeDetail.getGlAccount
(EntityPermission entityPermission) FinancialAccountTransactionTypeDetail.getGlAccount
(Session session) FinancialAccountTransactionTypeDetail.getGlAccount
(Session session, EntityPermission entityPermission) FinancialAccountDetail.getGlAccountForUpdate()
FinancialAccountDetail.getGlAccountForUpdate
(Session session) FinancialAccountTransactionTypeDetail.getGlAccountForUpdate()
FinancialAccountTransactionTypeDetail.getGlAccountForUpdate
(Session session) Methods in com.echothree.model.data.financial.server.entity with parameters of type GlAccountModifier and TypeMethodDescriptionvoid
FinancialAccountTypeDetail.setDefaultGlAccount
(GlAccount entity) void
FinancialAccountDetail.setGlAccount
(GlAccount entity) void
FinancialAccountTransactionTypeDetail.setGlAccount
(GlAccount entity) -
Uses of GlAccount in com.echothree.model.data.financial.server.factory
Methods in com.echothree.model.data.financial.server.factory with parameters of type GlAccountModifier and TypeMethodDescriptionFinancialAccountDetailFactory.create
(FinancialAccount financialAccount, FinancialAccountType financialAccountType, String financialAccountName, Currency currency, GlAccount glAccount, String reference, String description, Long fromTime, Long thruTime) FinancialAccountDetailFactory.create
(Session session, FinancialAccount financialAccount, FinancialAccountType financialAccountType, String financialAccountName, Currency currency, GlAccount glAccount, String reference, String description, Long fromTime, Long thruTime) FinancialAccountTransactionTypeDetailFactory.create
(FinancialAccountTransactionType financialAccountTransactionType, FinancialAccountType financialAccountType, String financialAccountTransactionTypeName, FinancialAccountTransactionType parentFinancialAccountTransactionType, GlAccount glAccount, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) FinancialAccountTransactionTypeDetailFactory.create
(Session session, FinancialAccountTransactionType financialAccountTransactionType, FinancialAccountType financialAccountType, String financialAccountTransactionTypeName, FinancialAccountTransactionType parentFinancialAccountTransactionType, GlAccount glAccount, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) FinancialAccountTypeDetailFactory.create
(FinancialAccountType financialAccountType, String financialAccountTypeName, FinancialAccountType parentFinancialAccountType, GlAccount defaultGlAccount, SequenceType financialAccountSequenceType, SequenceType financialAccountTransactionSequenceType, Workflow financialAccountWorkflow, WorkflowEntrance financialAccountWorkflowEntrance, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) FinancialAccountTypeDetailFactory.create
(Session session, FinancialAccountType financialAccountType, String financialAccountTypeName, FinancialAccountType parentFinancialAccountType, GlAccount defaultGlAccount, SequenceType financialAccountSequenceType, SequenceType financialAccountTransactionSequenceType, Workflow financialAccountWorkflow, WorkflowEntrance financialAccountWorkflowEntrance, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of GlAccount in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return GlAccountModifier and TypeMethodDescriptionInventoryConditionGlAccount.getCogsGlAccount()
InventoryConditionGlAccount.getCogsGlAccount
(EntityPermission entityPermission) InventoryConditionGlAccount.getCogsGlAccount
(Session session) InventoryConditionGlAccount.getCogsGlAccount
(Session session, EntityPermission entityPermission) InventoryConditionGlAccount.getCogsGlAccountForUpdate()
InventoryConditionGlAccount.getCogsGlAccountForUpdate
(Session session) InventoryConditionGlAccount.getInventoryGlAccount()
InventoryConditionGlAccount.getInventoryGlAccount
(EntityPermission entityPermission) InventoryConditionGlAccount.getInventoryGlAccount
(Session session) InventoryConditionGlAccount.getInventoryGlAccount
(Session session, EntityPermission entityPermission) InventoryConditionGlAccount.getInventoryGlAccountForUpdate()
InventoryConditionGlAccount.getInventoryGlAccountForUpdate
(Session session) InventoryConditionGlAccount.getReturnsCogsGlAccount()
InventoryConditionGlAccount.getReturnsCogsGlAccount
(EntityPermission entityPermission) InventoryConditionGlAccount.getReturnsCogsGlAccount
(Session session) InventoryConditionGlAccount.getReturnsCogsGlAccount
(Session session, EntityPermission entityPermission) InventoryConditionGlAccount.getReturnsCogsGlAccountForUpdate()
InventoryConditionGlAccount.getReturnsCogsGlAccountForUpdate
(Session session) InventoryConditionGlAccount.getReturnsGlAccount()
InventoryConditionGlAccount.getReturnsGlAccount
(EntityPermission entityPermission) InventoryConditionGlAccount.getReturnsGlAccount
(Session session) InventoryConditionGlAccount.getReturnsGlAccount
(Session session, EntityPermission entityPermission) InventoryConditionGlAccount.getReturnsGlAccountForUpdate()
InventoryConditionGlAccount.getReturnsGlAccountForUpdate
(Session session) InventoryConditionGlAccount.getSalesGlAccount()
InventoryConditionGlAccount.getSalesGlAccount
(EntityPermission entityPermission) InventoryConditionGlAccount.getSalesGlAccount
(Session session) InventoryConditionGlAccount.getSalesGlAccount
(Session session, EntityPermission entityPermission) InventoryConditionGlAccount.getSalesGlAccountForUpdate()
InventoryConditionGlAccount.getSalesGlAccountForUpdate
(Session session) Methods in com.echothree.model.data.inventory.server.entity with parameters of type GlAccountModifier and TypeMethodDescriptionvoid
InventoryConditionGlAccount.setCogsGlAccount
(GlAccount entity) void
InventoryConditionGlAccount.setInventoryGlAccount
(GlAccount entity) void
InventoryConditionGlAccount.setReturnsCogsGlAccount
(GlAccount entity) void
InventoryConditionGlAccount.setReturnsGlAccount
(GlAccount entity) void
InventoryConditionGlAccount.setSalesGlAccount
(GlAccount entity) -
Uses of GlAccount in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory with parameters of type GlAccountModifier and TypeMethodDescriptionInventoryConditionGlAccountFactory.create
(InventoryCondition inventoryCondition, ItemAccountingCategory itemAccountingCategory, GlAccount inventoryGlAccount, GlAccount salesGlAccount, GlAccount returnsGlAccount, GlAccount cogsGlAccount, GlAccount returnsCogsGlAccount, Long fromTime, Long thruTime) InventoryConditionGlAccountFactory.create
(Session session, InventoryCondition inventoryCondition, ItemAccountingCategory itemAccountingCategory, GlAccount inventoryGlAccount, GlAccount salesGlAccount, GlAccount returnsGlAccount, GlAccount cogsGlAccount, GlAccount returnsCogsGlAccount, Long fromTime, Long thruTime) -
Uses of GlAccount in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return GlAccountModifier and TypeMethodDescriptionInvoiceLineTypeDetail.getDefaultGlAccount()
InvoiceLineTypeDetail.getDefaultGlAccount
(EntityPermission entityPermission) InvoiceLineTypeDetail.getDefaultGlAccount
(Session session) InvoiceLineTypeDetail.getDefaultGlAccount
(Session session, EntityPermission entityPermission) InvoiceLineTypeDetail.getDefaultGlAccountForUpdate()
InvoiceLineTypeDetail.getDefaultGlAccountForUpdate
(Session session) InvoiceDetail.getGlAccount()
InvoiceDetail.getGlAccount
(EntityPermission entityPermission) InvoiceDetail.getGlAccount
(Session session) InvoiceDetail.getGlAccount
(Session session, EntityPermission entityPermission) InvoiceLineGlAccount.getGlAccount()
InvoiceLineGlAccount.getGlAccount
(EntityPermission entityPermission) InvoiceLineGlAccount.getGlAccount
(Session session) InvoiceLineGlAccount.getGlAccount
(Session session, EntityPermission entityPermission) InvoiceDetail.getGlAccountForUpdate()
InvoiceDetail.getGlAccountForUpdate
(Session session) InvoiceLineGlAccount.getGlAccountForUpdate()
InvoiceLineGlAccount.getGlAccountForUpdate
(Session session) Methods in com.echothree.model.data.invoice.server.entity with parameters of type GlAccountModifier and TypeMethodDescriptionvoid
InvoiceLineTypeDetail.setDefaultGlAccount
(GlAccount entity) void
InvoiceDetail.setGlAccount
(GlAccount entity) void
InvoiceLineGlAccount.setGlAccount
(GlAccount entity) -
Uses of GlAccount in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory with parameters of type GlAccountModifier and TypeMethodDescriptionInvoiceDetailFactory.create
(Invoice invoice, InvoiceType invoiceType, String invoiceName, BillingAccount billingAccount, GlAccount glAccount, Term term, FreeOnBoard freeOnBoard, String reference, String description, Long fromTime, Long thruTime) InvoiceDetailFactory.create
(Session session, Invoice invoice, InvoiceType invoiceType, String invoiceName, BillingAccount billingAccount, GlAccount glAccount, Term term, FreeOnBoard freeOnBoard, String reference, String description, Long fromTime, Long thruTime) InvoiceLineGlAccountFactory.create
(InvoiceLine invoiceLine, GlAccount glAccount, Long fromTime, Long thruTime) InvoiceLineGlAccountFactory.create
(Session session, InvoiceLine invoiceLine, GlAccount glAccount, Long fromTime, Long thruTime) InvoiceLineTypeDetailFactory.create
(InvoiceLineType invoiceLineType, InvoiceType invoiceType, String invoiceLineTypeName, InvoiceLineType parentInvoiceLineType, GlAccount defaultGlAccount, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) InvoiceLineTypeDetailFactory.create
(Session session, InvoiceLineType invoiceLineType, InvoiceType invoiceType, String invoiceLineTypeName, InvoiceLineType parentInvoiceLineType, GlAccount defaultGlAccount, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of GlAccount in com.echothree.model.data.tax.server.entity
Methods in com.echothree.model.data.tax.server.entity that return GlAccountModifier and TypeMethodDescriptionTaxDetail.getGlAccount()
TaxDetail.getGlAccount
(EntityPermission entityPermission) TaxDetail.getGlAccount
(Session session) TaxDetail.getGlAccount
(Session session, EntityPermission entityPermission) TaxDetail.getGlAccountForUpdate()
TaxDetail.getGlAccountForUpdate
(Session session) Methods in com.echothree.model.data.tax.server.entity with parameters of type GlAccount -
Uses of GlAccount in com.echothree.model.data.tax.server.factory
Methods in com.echothree.model.data.tax.server.factory with parameters of type GlAccountModifier and TypeMethodDescriptionTaxDetailFactory.create
(Tax tax, String taxName, ContactMechanismPurpose contactMechanismPurpose, GlAccount glAccount, Boolean includeShippingCharge, Boolean includeProcessingCharge, Boolean includeInsuranceCharge, Integer percent, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) TaxDetailFactory.create
(Session session, Tax tax, String taxName, ContactMechanismPurpose contactMechanismPurpose, GlAccount glAccount, Boolean includeShippingCharge, Boolean includeProcessingCharge, Boolean includeInsuranceCharge, Integer percent, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of GlAccount in com.echothree.model.data.vendor.server.entity
Methods in com.echothree.model.data.vendor.server.entity that return GlAccountModifier and TypeMethodDescriptionVendor.getApGlAccount()
Vendor.getApGlAccount
(EntityPermission entityPermission) Vendor.getApGlAccount
(Session session) Vendor.getApGlAccount
(Session session, EntityPermission entityPermission) Vendor.getApGlAccountForUpdate()
Vendor.getApGlAccountForUpdate
(Session session) VendorTypeDetail.getDefaultApGlAccount()
VendorTypeDetail.getDefaultApGlAccount
(EntityPermission entityPermission) VendorTypeDetail.getDefaultApGlAccount
(Session session) VendorTypeDetail.getDefaultApGlAccount
(Session session, EntityPermission entityPermission) VendorTypeDetail.getDefaultApGlAccountForUpdate()
VendorTypeDetail.getDefaultApGlAccountForUpdate
(Session session) Methods in com.echothree.model.data.vendor.server.entity with parameters of type GlAccountModifier and TypeMethodDescriptionvoid
Vendor.setApGlAccount
(GlAccount entity) void
VendorTypeDetail.setDefaultApGlAccount
(GlAccount entity) -
Uses of GlAccount in com.echothree.model.data.vendor.server.factory
Methods in com.echothree.model.data.vendor.server.factory with parameters of type GlAccountModifier 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) VendorTypeDetailFactory.create
(VendorType vendorType, String vendorTypeName, Term defaultTerm, FreeOnBoard defaultFreeOnBoard, CancellationPolicy defaultCancellationPolicy, ReturnPolicy defaultReturnPolicy, GlAccount defaultApGlAccount, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) VendorTypeDetailFactory.create
(Session session, VendorType vendorType, String vendorTypeName, Term defaultTerm, FreeOnBoard defaultFreeOnBoard, CancellationPolicy defaultCancellationPolicy, ReturnPolicy defaultReturnPolicy, GlAccount defaultApGlAccount, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime)