Uses of Class
com.echothree.model.data.accounting.common.pk.GlAccountPK
Packages that use GlAccountPK
Package
Description
-
Uses of GlAccountPK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return GlAccountPKModifier and TypeMethodDescriptionItemAccountingCategoryDetail.getCogsGlAccountPK()GlAccountDescription.getGlAccountPK()GlAccountDetail.getGlAccountPK()GlAccountSummary.getGlAccountPK()PartyGlAccount.getGlAccountPK()TransactionGlAccount.getGlAccountPK()TransactionGlEntry.getGlAccountPK()ItemAccountingCategoryDetail.getInventoryGlAccountPK()GlAccountDetail.getParentGlAccountPK()GlAccount.getPrimaryKey()ItemAccountingCategoryDetail.getReturnsCogsGlAccountPK()ItemAccountingCategoryDetail.getReturnsGlAccountPK()ItemAccountingCategoryDetail.getSalesGlAccountPK()Methods in com.echothree.model.data.accounting.server.entity with parameters of type GlAccountPKModifier and TypeMethodDescriptionvoidItemAccountingCategoryDetail.setCogsGlAccountPK(GlAccountPK cogsGlAccountPK) voidGlAccountDescription.setGlAccountPK(GlAccountPK glAccountPK) voidGlAccountDetail.setGlAccountPK(GlAccountPK glAccountPK) voidGlAccountSummary.setGlAccountPK(GlAccountPK glAccountPK) voidPartyGlAccount.setGlAccountPK(GlAccountPK glAccountPK) voidTransactionGlAccount.setGlAccountPK(GlAccountPK glAccountPK) voidTransactionGlEntry.setGlAccountPK(GlAccountPK glAccountPK) voidItemAccountingCategoryDetail.setInventoryGlAccountPK(GlAccountPK inventoryGlAccountPK) voidGlAccountDetail.setParentGlAccountPK(GlAccountPK parentGlAccountPK) voidItemAccountingCategoryDetail.setReturnsCogsGlAccountPK(GlAccountPK returnsCogsGlAccountPK) voidItemAccountingCategoryDetail.setReturnsGlAccountPK(GlAccountPK returnsGlAccountPK) voidItemAccountingCategoryDetail.setSalesGlAccountPK(GlAccountPK salesGlAccountPK) -
Uses of GlAccountPK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return GlAccountPKModifier and TypeMethodDescriptionGlAccountFactory.getNextPK()GlAccountFactory.getPKFromQuery(PreparedStatement ps, Object... params) GlAccountFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type GlAccountPKModifier and TypeMethodDescriptionGlAccountFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) GlAccountFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) GlAccountFactory.getPKsFromResultSetAsList(ResultSet rs) GlAccountFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type GlAccountPKModifier and TypeMethodDescriptionGlAccountDescriptionFactory.create(GlAccountPK glAccountPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) GlAccountDetailFactory.create(GlAccountPK glAccountPK, String glAccountName, GlAccountPK parentGlAccountPK, GlAccountTypePK glAccountTypePK, GlAccountClassPK glAccountClassPK, GlAccountCategoryPK glAccountCategoryPK, GlResourceTypePK glResourceTypePK, CurrencyPK currencyPK, Boolean isDefault, Long fromTime, Long thruTime) GlAccountSummaryFactory.create(GlAccountPK glAccountPK, PartyPK groupPartyPK, PeriodPK periodPK, Long debitTotal, Long creditTotal, Long balance) ItemAccountingCategoryDetailFactory.create(ItemAccountingCategoryPK itemAccountingCategoryPK, String itemAccountingCategoryName, ItemAccountingCategoryPK parentItemAccountingCategoryPK, GlAccountPK inventoryGlAccountPK, GlAccountPK salesGlAccountPK, GlAccountPK returnsGlAccountPK, GlAccountPK cogsGlAccountPK, GlAccountPK returnsCogsGlAccountPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyGlAccountFactory.create(PartyPK partyPK, GlAccountPK glAccountPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) TransactionGlAccountFactory.create(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, Long fromTime, Long thruTime) TransactionGlEntryFactory.create(TransactionPK transactionPK, Integer transactionGlEntrySequence, PartyPK groupPartyPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, CurrencyPK originalCurrencyPK, Long originalDebit, Long originalCredit, Long debit, Long credit, Long fromTime, Long thruTime) GlAccountFactory.getEntityFromCache(GlAccountPK pk) GlAccountFactory.getEntityFromPK(EntityPermission entityPermission, GlAccountPK pk) GlAccountFactory.getValueFromPK(GlAccountPK pk) voidGlAccountFactory.remove(GlAccountPK pk) booleanGlAccountFactory.validPK(GlAccountPK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type GlAccountPKModifier and TypeMethodDescriptionGlAccountFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<GlAccountPK> pks) GlAccountFactory.getValuesFromPKs(Collection<GlAccountPK> pks) voidGlAccountFactory.remove(Collection<GlAccountPK> pks) -
Uses of GlAccountPK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return GlAccountPKModifier and TypeMethodDescriptionItemAccountingCategoryDetailValue.getCogsGlAccountPK()GlAccountDescriptionValue.getGlAccountPK()GlAccountDetailValue.getGlAccountPK()GlAccountSummaryValue.getGlAccountPK()PartyGlAccountValue.getGlAccountPK()TransactionGlAccountValue.getGlAccountPK()TransactionGlEntryValue.getGlAccountPK()ItemAccountingCategoryDetailValue.getInventoryGlAccountPK()GlAccountDetailValue.getParentGlAccountPK()GlAccountValue.getPrimaryKey()ItemAccountingCategoryDetailValue.getReturnsCogsGlAccountPK()ItemAccountingCategoryDetailValue.getReturnsGlAccountPK()ItemAccountingCategoryDetailValue.getSalesGlAccountPK()Methods in com.echothree.model.data.accounting.server.value with parameters of type GlAccountPKModifier and TypeMethodDescriptionvoidItemAccountingCategoryDetailValue.setCogsGlAccountPK(GlAccountPK cogsGlAccountPK) voidGlAccountDescriptionValue.setGlAccountPK(GlAccountPK glAccountPK) voidGlAccountDetailValue.setGlAccountPK(GlAccountPK glAccountPK) voidGlAccountSummaryValue.setGlAccountPK(GlAccountPK glAccountPK) voidPartyGlAccountValue.setGlAccountPK(GlAccountPK glAccountPK) voidTransactionGlAccountValue.setGlAccountPK(GlAccountPK glAccountPK) voidTransactionGlEntryValue.setGlAccountPK(GlAccountPK glAccountPK) voidItemAccountingCategoryDetailValue.setInventoryGlAccountPK(GlAccountPK inventoryGlAccountPK) voidGlAccountDetailValue.setParentGlAccountPK(GlAccountPK parentGlAccountPK) voidItemAccountingCategoryDetailValue.setReturnsCogsGlAccountPK(GlAccountPK returnsCogsGlAccountPK) voidItemAccountingCategoryDetailValue.setReturnsGlAccountPK(GlAccountPK returnsGlAccountPK) voidItemAccountingCategoryDetailValue.setSalesGlAccountPK(GlAccountPK salesGlAccountPK) Constructors in com.echothree.model.data.accounting.server.value with parameters of type GlAccountPKModifierConstructorDescriptionGlAccountDescriptionValue(GlAccountDescriptionPK glAccountDescriptionPK, GlAccountPK glAccountPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of GlAccountDescriptionValueGlAccountDescriptionValue(GlAccountPK glAccountPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of GlAccountDescriptionValueGlAccountDetailValue(GlAccountDetailPK glAccountDetailPK, GlAccountPK glAccountPK, String glAccountName, GlAccountPK parentGlAccountPK, GlAccountTypePK glAccountTypePK, GlAccountClassPK glAccountClassPK, GlAccountCategoryPK glAccountCategoryPK, GlResourceTypePK glResourceTypePK, CurrencyPK currencyPK, Boolean isDefault, Long fromTime, Long thruTime) Creates a new instance of GlAccountDetailValueGlAccountDetailValue(GlAccountPK glAccountPK, String glAccountName, GlAccountPK parentGlAccountPK, GlAccountTypePK glAccountTypePK, GlAccountClassPK glAccountClassPK, GlAccountCategoryPK glAccountCategoryPK, GlResourceTypePK glResourceTypePK, CurrencyPK currencyPK, Boolean isDefault, Long fromTime, Long thruTime) Creates a new instance of GlAccountDetailValueGlAccountSummaryValue(GlAccountPK glAccountPK, PartyPK groupPartyPK, PeriodPK periodPK, Long debitTotal, Long creditTotal, Long balance) Creates a new instance of GlAccountSummaryValueGlAccountSummaryValue(GlAccountSummaryPK glAccountSummaryPK, GlAccountPK glAccountPK, PartyPK groupPartyPK, PeriodPK periodPK, Long debitTotal, Long creditTotal, Long balance) Creates a new instance of GlAccountSummaryValueGlAccountValue(GlAccountPK glAccountPK, GlAccountDetailPK activeDetailPK, GlAccountDetailPK lastDetailPK) Creates a new instance of GlAccountValueItemAccountingCategoryDetailValue(ItemAccountingCategoryDetailPK itemAccountingCategoryDetailPK, ItemAccountingCategoryPK itemAccountingCategoryPK, String itemAccountingCategoryName, ItemAccountingCategoryPK parentItemAccountingCategoryPK, GlAccountPK inventoryGlAccountPK, GlAccountPK salesGlAccountPK, GlAccountPK returnsGlAccountPK, GlAccountPK cogsGlAccountPK, GlAccountPK returnsCogsGlAccountPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ItemAccountingCategoryDetailValueItemAccountingCategoryDetailValue(ItemAccountingCategoryPK itemAccountingCategoryPK, String itemAccountingCategoryName, ItemAccountingCategoryPK parentItemAccountingCategoryPK, GlAccountPK inventoryGlAccountPK, GlAccountPK salesGlAccountPK, GlAccountPK returnsGlAccountPK, GlAccountPK cogsGlAccountPK, GlAccountPK returnsCogsGlAccountPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ItemAccountingCategoryDetailValuePartyGlAccountValue(PartyGlAccountPK partyGlAccountPK, PartyPK partyPK, GlAccountPK glAccountPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyGlAccountValuePartyGlAccountValue(PartyPK partyPK, GlAccountPK glAccountPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyGlAccountValueTransactionGlAccountValue(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, Long fromTime, Long thruTime) Creates a new instance of TransactionGlAccountValueTransactionGlAccountValue(TransactionGlAccountPK transactionGlAccountPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, Long fromTime, Long thruTime) Creates a new instance of TransactionGlAccountValueTransactionGlEntryValue(TransactionGlEntryPK transactionGlEntryPK, TransactionPK transactionPK, Integer transactionGlEntrySequence, PartyPK groupPartyPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, CurrencyPK originalCurrencyPK, Long originalDebit, Long originalCredit, Long debit, Long credit, Long fromTime, Long thruTime) Creates a new instance of TransactionGlEntryValueTransactionGlEntryValue(TransactionPK transactionPK, Integer transactionGlEntrySequence, PartyPK groupPartyPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, CurrencyPK originalCurrencyPK, Long originalDebit, Long originalCredit, Long debit, Long credit, Long fromTime, Long thruTime) Creates a new instance of TransactionGlEntryValue -
Uses of GlAccountPK in com.echothree.model.data.customer.server.entity
Methods in com.echothree.model.data.customer.server.entity that return GlAccountPKModifier and TypeMethodDescriptionCustomer.getArGlAccountPK()CustomerTypeDetail.getDefaultArGlAccountPK()Methods in com.echothree.model.data.customer.server.entity with parameters of type GlAccountPKModifier and TypeMethodDescriptionvoidCustomer.setArGlAccountPK(GlAccountPK arGlAccountPK) voidCustomerTypeDetail.setDefaultArGlAccountPK(GlAccountPK defaultArGlAccountPK) -
Uses of GlAccountPK in com.echothree.model.data.customer.server.factory
Methods in com.echothree.model.data.customer.server.factory with parameters of type GlAccountPKModifier and TypeMethodDescriptionCustomerFactory.create(PartyPK partyPK, String customerName, CustomerTypePK customerTypePK, OfferUsePK initialOfferUsePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK arGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Long fromTime, Long thruTime) CustomerTypeDetailFactory.create(CustomerTypePK customerTypePK, String customerTypeName, SequencePK customerSequencePK, OfferUsePK defaultOfferUsePK, TermPK defaultTermPK, FreeOnBoardPK defaultFreeOnBoardPK, CancellationPolicyPK defaultCancellationPolicyPK, ReturnPolicyPK defaultReturnPolicyPK, WorkflowEntrancePK defaultCustomerStatusPK, WorkflowEntrancePK defaultCustomerCreditStatusPK, GlAccountPK defaultArGlAccountPK, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean defaultTaxable, AllocationPriorityPK allocationPriorityPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of GlAccountPK in com.echothree.model.data.customer.server.value
Methods in com.echothree.model.data.customer.server.value that return GlAccountPKModifier and TypeMethodDescriptionCustomerValue.getArGlAccountPK()CustomerTypeDetailValue.getDefaultArGlAccountPK()Methods in com.echothree.model.data.customer.server.value with parameters of type GlAccountPKModifier and TypeMethodDescriptionvoidCustomerValue.setArGlAccountPK(GlAccountPK arGlAccountPK) voidCustomerTypeDetailValue.setDefaultArGlAccountPK(GlAccountPK defaultArGlAccountPK) Constructors in com.echothree.model.data.customer.server.value with parameters of type GlAccountPKModifierConstructorDescriptionCustomerTypeDetailValue(CustomerTypeDetailPK customerTypeDetailPK, CustomerTypePK customerTypePK, String customerTypeName, SequencePK customerSequencePK, OfferUsePK defaultOfferUsePK, TermPK defaultTermPK, FreeOnBoardPK defaultFreeOnBoardPK, CancellationPolicyPK defaultCancellationPolicyPK, ReturnPolicyPK defaultReturnPolicyPK, WorkflowEntrancePK defaultCustomerStatusPK, WorkflowEntrancePK defaultCustomerCreditStatusPK, GlAccountPK defaultArGlAccountPK, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean defaultTaxable, AllocationPriorityPK allocationPriorityPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CustomerTypeDetailValueCustomerTypeDetailValue(CustomerTypePK customerTypePK, String customerTypeName, SequencePK customerSequencePK, OfferUsePK defaultOfferUsePK, TermPK defaultTermPK, FreeOnBoardPK defaultFreeOnBoardPK, CancellationPolicyPK defaultCancellationPolicyPK, ReturnPolicyPK defaultReturnPolicyPK, WorkflowEntrancePK defaultCustomerStatusPK, WorkflowEntrancePK defaultCustomerCreditStatusPK, GlAccountPK defaultArGlAccountPK, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean defaultTaxable, AllocationPriorityPK allocationPriorityPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CustomerTypeDetailValueCustomerValue(CustomerPK customerPK, PartyPK partyPK, String customerName, CustomerTypePK customerTypePK, OfferUsePK initialOfferUsePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK arGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Long fromTime, Long thruTime) Creates a new instance of CustomerValueCustomerValue(PartyPK partyPK, String customerName, CustomerTypePK customerTypePK, OfferUsePK initialOfferUsePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK arGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Long fromTime, Long thruTime) Creates a new instance of CustomerValue -
Uses of GlAccountPK in com.echothree.model.data.financial.server.entity
Methods in com.echothree.model.data.financial.server.entity that return GlAccountPKModifier and TypeMethodDescriptionFinancialAccountTypeDetail.getDefaultGlAccountPK()FinancialAccountDetail.getGlAccountPK()FinancialAccountTransactionTypeDetail.getGlAccountPK()Methods in com.echothree.model.data.financial.server.entity with parameters of type GlAccountPKModifier and TypeMethodDescriptionvoidFinancialAccountTypeDetail.setDefaultGlAccountPK(GlAccountPK defaultGlAccountPK) voidFinancialAccountDetail.setGlAccountPK(GlAccountPK glAccountPK) voidFinancialAccountTransactionTypeDetail.setGlAccountPK(GlAccountPK glAccountPK) -
Uses of GlAccountPK in com.echothree.model.data.financial.server.factory
Methods in com.echothree.model.data.financial.server.factory with parameters of type GlAccountPKModifier and TypeMethodDescriptionFinancialAccountDetailFactory.create(FinancialAccountPK financialAccountPK, FinancialAccountTypePK financialAccountTypePK, String financialAccountName, CurrencyPK currencyPK, GlAccountPK glAccountPK, String reference, String description, Long fromTime, Long thruTime) FinancialAccountTransactionTypeDetailFactory.create(FinancialAccountTransactionTypePK financialAccountTransactionTypePK, FinancialAccountTypePK financialAccountTypePK, String financialAccountTransactionTypeName, FinancialAccountTransactionTypePK parentFinancialAccountTransactionTypePK, GlAccountPK glAccountPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) FinancialAccountTypeDetailFactory.create(FinancialAccountTypePK financialAccountTypePK, String financialAccountTypeName, FinancialAccountTypePK parentFinancialAccountTypePK, GlAccountPK defaultGlAccountPK, SequenceTypePK financialAccountSequenceTypePK, SequenceTypePK financialAccountTransactionSequenceTypePK, WorkflowPK financialAccountWorkflowPK, WorkflowEntrancePK financialAccountWorkflowEntrancePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of GlAccountPK in com.echothree.model.data.financial.server.value
Methods in com.echothree.model.data.financial.server.value that return GlAccountPKModifier and TypeMethodDescriptionFinancialAccountTypeDetailValue.getDefaultGlAccountPK()FinancialAccountDetailValue.getGlAccountPK()FinancialAccountTransactionTypeDetailValue.getGlAccountPK()Methods in com.echothree.model.data.financial.server.value with parameters of type GlAccountPKModifier and TypeMethodDescriptionvoidFinancialAccountTypeDetailValue.setDefaultGlAccountPK(GlAccountPK defaultGlAccountPK) voidFinancialAccountDetailValue.setGlAccountPK(GlAccountPK glAccountPK) voidFinancialAccountTransactionTypeDetailValue.setGlAccountPK(GlAccountPK glAccountPK) Constructors in com.echothree.model.data.financial.server.value with parameters of type GlAccountPKModifierConstructorDescriptionFinancialAccountDetailValue(FinancialAccountDetailPK financialAccountDetailPK, FinancialAccountPK financialAccountPK, FinancialAccountTypePK financialAccountTypePK, String financialAccountName, CurrencyPK currencyPK, GlAccountPK glAccountPK, String reference, String description, Long fromTime, Long thruTime) Creates a new instance of FinancialAccountDetailValueFinancialAccountDetailValue(FinancialAccountPK financialAccountPK, FinancialAccountTypePK financialAccountTypePK, String financialAccountName, CurrencyPK currencyPK, GlAccountPK glAccountPK, String reference, String description, Long fromTime, Long thruTime) Creates a new instance of FinancialAccountDetailValueFinancialAccountTransactionTypeDetailValue(FinancialAccountTransactionTypeDetailPK financialAccountTransactionTypeDetailPK, FinancialAccountTransactionTypePK financialAccountTransactionTypePK, FinancialAccountTypePK financialAccountTypePK, String financialAccountTransactionTypeName, FinancialAccountTransactionTypePK parentFinancialAccountTransactionTypePK, GlAccountPK glAccountPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of FinancialAccountTransactionTypeDetailValueFinancialAccountTransactionTypeDetailValue(FinancialAccountTransactionTypePK financialAccountTransactionTypePK, FinancialAccountTypePK financialAccountTypePK, String financialAccountTransactionTypeName, FinancialAccountTransactionTypePK parentFinancialAccountTransactionTypePK, GlAccountPK glAccountPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of FinancialAccountTransactionTypeDetailValueFinancialAccountTypeDetailValue(FinancialAccountTypeDetailPK financialAccountTypeDetailPK, FinancialAccountTypePK financialAccountTypePK, String financialAccountTypeName, FinancialAccountTypePK parentFinancialAccountTypePK, GlAccountPK defaultGlAccountPK, SequenceTypePK financialAccountSequenceTypePK, SequenceTypePK financialAccountTransactionSequenceTypePK, WorkflowPK financialAccountWorkflowPK, WorkflowEntrancePK financialAccountWorkflowEntrancePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of FinancialAccountTypeDetailValueFinancialAccountTypeDetailValue(FinancialAccountTypePK financialAccountTypePK, String financialAccountTypeName, FinancialAccountTypePK parentFinancialAccountTypePK, GlAccountPK defaultGlAccountPK, SequenceTypePK financialAccountSequenceTypePK, SequenceTypePK financialAccountTransactionSequenceTypePK, WorkflowPK financialAccountWorkflowPK, WorkflowEntrancePK financialAccountWorkflowEntrancePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of FinancialAccountTypeDetailValue -
Uses of GlAccountPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return GlAccountPKModifier and TypeMethodDescriptionInventoryConditionGlAccount.getCogsGlAccountPK()InventoryConditionGlAccount.getInventoryGlAccountPK()InventoryConditionGlAccount.getReturnsCogsGlAccountPK()InventoryConditionGlAccount.getReturnsGlAccountPK()InventoryConditionGlAccount.getSalesGlAccountPK()Methods in com.echothree.model.data.inventory.server.entity with parameters of type GlAccountPKModifier and TypeMethodDescriptionvoidInventoryConditionGlAccount.setCogsGlAccountPK(GlAccountPK cogsGlAccountPK) voidInventoryConditionGlAccount.setInventoryGlAccountPK(GlAccountPK inventoryGlAccountPK) voidInventoryConditionGlAccount.setReturnsCogsGlAccountPK(GlAccountPK returnsCogsGlAccountPK) voidInventoryConditionGlAccount.setReturnsGlAccountPK(GlAccountPK returnsGlAccountPK) voidInventoryConditionGlAccount.setSalesGlAccountPK(GlAccountPK salesGlAccountPK) -
Uses of GlAccountPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory with parameters of type GlAccountPKModifier and TypeMethodDescriptionInventoryConditionGlAccountFactory.create(InventoryConditionPK inventoryConditionPK, ItemAccountingCategoryPK itemAccountingCategoryPK, GlAccountPK inventoryGlAccountPK, GlAccountPK salesGlAccountPK, GlAccountPK returnsGlAccountPK, GlAccountPK cogsGlAccountPK, GlAccountPK returnsCogsGlAccountPK, Long fromTime, Long thruTime) -
Uses of GlAccountPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return GlAccountPKModifier and TypeMethodDescriptionInventoryConditionGlAccountValue.getCogsGlAccountPK()InventoryConditionGlAccountValue.getInventoryGlAccountPK()InventoryConditionGlAccountValue.getReturnsCogsGlAccountPK()InventoryConditionGlAccountValue.getReturnsGlAccountPK()InventoryConditionGlAccountValue.getSalesGlAccountPK()Methods in com.echothree.model.data.inventory.server.value with parameters of type GlAccountPKModifier and TypeMethodDescriptionvoidInventoryConditionGlAccountValue.setCogsGlAccountPK(GlAccountPK cogsGlAccountPK) voidInventoryConditionGlAccountValue.setInventoryGlAccountPK(GlAccountPK inventoryGlAccountPK) voidInventoryConditionGlAccountValue.setReturnsCogsGlAccountPK(GlAccountPK returnsCogsGlAccountPK) voidInventoryConditionGlAccountValue.setReturnsGlAccountPK(GlAccountPK returnsGlAccountPK) voidInventoryConditionGlAccountValue.setSalesGlAccountPK(GlAccountPK salesGlAccountPK) Constructors in com.echothree.model.data.inventory.server.value with parameters of type GlAccountPKModifierConstructorDescriptionInventoryConditionGlAccountValue(InventoryConditionGlAccountPK inventoryConditionGlAccountPK, InventoryConditionPK inventoryConditionPK, ItemAccountingCategoryPK itemAccountingCategoryPK, GlAccountPK inventoryGlAccountPK, GlAccountPK salesGlAccountPK, GlAccountPK returnsGlAccountPK, GlAccountPK cogsGlAccountPK, GlAccountPK returnsCogsGlAccountPK, Long fromTime, Long thruTime) Creates a new instance of InventoryConditionGlAccountValueInventoryConditionGlAccountValue(InventoryConditionPK inventoryConditionPK, ItemAccountingCategoryPK itemAccountingCategoryPK, GlAccountPK inventoryGlAccountPK, GlAccountPK salesGlAccountPK, GlAccountPK returnsGlAccountPK, GlAccountPK cogsGlAccountPK, GlAccountPK returnsCogsGlAccountPK, Long fromTime, Long thruTime) Creates a new instance of InventoryConditionGlAccountValue -
Uses of GlAccountPK in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return GlAccountPKModifier and TypeMethodDescriptionInvoiceLineTypeDetail.getDefaultGlAccountPK()InvoiceDetail.getGlAccountPK()InvoiceLineGlAccount.getGlAccountPK()Methods in com.echothree.model.data.invoice.server.entity with parameters of type GlAccountPKModifier and TypeMethodDescriptionvoidInvoiceLineTypeDetail.setDefaultGlAccountPK(GlAccountPK defaultGlAccountPK) voidInvoiceDetail.setGlAccountPK(GlAccountPK glAccountPK) voidInvoiceLineGlAccount.setGlAccountPK(GlAccountPK glAccountPK) -
Uses of GlAccountPK in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory with parameters of type GlAccountPKModifier and TypeMethodDescriptionInvoiceDetailFactory.create(InvoicePK invoicePK, InvoiceTypePK invoiceTypePK, String invoiceName, BillingAccountPK billingAccountPK, GlAccountPK glAccountPK, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, Long fromTime, Long thruTime) InvoiceLineGlAccountFactory.create(InvoiceLinePK invoiceLinePK, GlAccountPK glAccountPK, Long fromTime, Long thruTime) InvoiceLineTypeDetailFactory.create(InvoiceLineTypePK invoiceLineTypePK, InvoiceTypePK invoiceTypePK, String invoiceLineTypeName, InvoiceLineTypePK parentInvoiceLineTypePK, GlAccountPK defaultGlAccountPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of GlAccountPK in com.echothree.model.data.invoice.server.value
Methods in com.echothree.model.data.invoice.server.value that return GlAccountPKModifier and TypeMethodDescriptionInvoiceLineTypeDetailValue.getDefaultGlAccountPK()InvoiceDetailValue.getGlAccountPK()InvoiceLineGlAccountValue.getGlAccountPK()Methods in com.echothree.model.data.invoice.server.value with parameters of type GlAccountPKModifier and TypeMethodDescriptionvoidInvoiceLineTypeDetailValue.setDefaultGlAccountPK(GlAccountPK defaultGlAccountPK) voidInvoiceDetailValue.setGlAccountPK(GlAccountPK glAccountPK) voidInvoiceLineGlAccountValue.setGlAccountPK(GlAccountPK glAccountPK) Constructors in com.echothree.model.data.invoice.server.value with parameters of type GlAccountPKModifierConstructorDescriptionInvoiceDetailValue(InvoiceDetailPK invoiceDetailPK, InvoicePK invoicePK, InvoiceTypePK invoiceTypePK, String invoiceName, BillingAccountPK billingAccountPK, GlAccountPK glAccountPK, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, Long fromTime, Long thruTime) Creates a new instance of InvoiceDetailValueInvoiceDetailValue(InvoicePK invoicePK, InvoiceTypePK invoiceTypePK, String invoiceName, BillingAccountPK billingAccountPK, GlAccountPK glAccountPK, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, Long fromTime, Long thruTime) Creates a new instance of InvoiceDetailValueInvoiceLineGlAccountValue(InvoiceLineGlAccountPK invoiceLineGlAccountPK, InvoiceLinePK invoiceLinePK, GlAccountPK glAccountPK, Long fromTime, Long thruTime) Creates a new instance of InvoiceLineGlAccountValueInvoiceLineGlAccountValue(InvoiceLinePK invoiceLinePK, GlAccountPK glAccountPK, Long fromTime, Long thruTime) Creates a new instance of InvoiceLineGlAccountValueInvoiceLineTypeDetailValue(InvoiceLineTypeDetailPK invoiceLineTypeDetailPK, InvoiceLineTypePK invoiceLineTypePK, InvoiceTypePK invoiceTypePK, String invoiceLineTypeName, InvoiceLineTypePK parentInvoiceLineTypePK, GlAccountPK defaultGlAccountPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of InvoiceLineTypeDetailValueInvoiceLineTypeDetailValue(InvoiceLineTypePK invoiceLineTypePK, InvoiceTypePK invoiceTypePK, String invoiceLineTypeName, InvoiceLineTypePK parentInvoiceLineTypePK, GlAccountPK defaultGlAccountPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of InvoiceLineTypeDetailValue -
Uses of GlAccountPK in com.echothree.model.data.tax.server.entity
Methods in com.echothree.model.data.tax.server.entity that return GlAccountPKMethods in com.echothree.model.data.tax.server.entity with parameters of type GlAccountPK -
Uses of GlAccountPK in com.echothree.model.data.tax.server.factory
Methods in com.echothree.model.data.tax.server.factory with parameters of type GlAccountPKModifier and TypeMethodDescriptionTaxDetailFactory.create(TaxPK taxPK, String taxName, ContactMechanismPurposePK contactMechanismPurposePK, GlAccountPK glAccountPK, Boolean includeShippingCharge, Boolean includeProcessingCharge, Boolean includeInsuranceCharge, Integer percent, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of GlAccountPK in com.echothree.model.data.tax.server.value
Methods in com.echothree.model.data.tax.server.value that return GlAccountPKMethods in com.echothree.model.data.tax.server.value with parameters of type GlAccountPKConstructors in com.echothree.model.data.tax.server.value with parameters of type GlAccountPKModifierConstructorDescriptionTaxDetailValue(TaxDetailPK taxDetailPK, TaxPK taxPK, String taxName, ContactMechanismPurposePK contactMechanismPurposePK, GlAccountPK glAccountPK, Boolean includeShippingCharge, Boolean includeProcessingCharge, Boolean includeInsuranceCharge, Integer percent, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TaxDetailValueTaxDetailValue(TaxPK taxPK, String taxName, ContactMechanismPurposePK contactMechanismPurposePK, GlAccountPK glAccountPK, Boolean includeShippingCharge, Boolean includeProcessingCharge, Boolean includeInsuranceCharge, Integer percent, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TaxDetailValue -
Uses of GlAccountPK in com.echothree.model.data.vendor.server.entity
Methods in com.echothree.model.data.vendor.server.entity that return GlAccountPKModifier and TypeMethodDescriptionVendor.getApGlAccountPK()VendorTypeDetail.getDefaultApGlAccountPK()Methods in com.echothree.model.data.vendor.server.entity with parameters of type GlAccountPKModifier and TypeMethodDescriptionvoidVendor.setApGlAccountPK(GlAccountPK apGlAccountPK) voidVendorTypeDetail.setDefaultApGlAccountPK(GlAccountPK defaultApGlAccountPK) -
Uses of GlAccountPK in com.echothree.model.data.vendor.server.factory
Methods in com.echothree.model.data.vendor.server.factory with parameters of type GlAccountPKModifier and TypeMethodDescriptionVendorFactory.create(PartyPK partyPK, String vendorName, VendorTypePK vendorTypePK, Integer minimumPurchaseOrderLines, Integer maximumPurchaseOrderLines, Long minimumPurchaseOrderAmount, Long maximumPurchaseOrderAmount, Boolean useItemPurchasingCategories, ItemAliasTypePK defaultItemAliasTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK apGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, SelectorPK vendorItemSelectorPK, FilterPK vendorItemCostFilterPK, Long fromTime, Long thruTime) VendorTypeDetailFactory.create(VendorTypePK vendorTypePK, String vendorTypeName, TermPK defaultTermPK, FreeOnBoardPK defaultFreeOnBoardPK, CancellationPolicyPK defaultCancellationPolicyPK, ReturnPolicyPK defaultReturnPolicyPK, GlAccountPK defaultApGlAccountPK, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of GlAccountPK in com.echothree.model.data.vendor.server.value
Methods in com.echothree.model.data.vendor.server.value that return GlAccountPKModifier and TypeMethodDescriptionVendorValue.getApGlAccountPK()VendorTypeDetailValue.getDefaultApGlAccountPK()Methods in com.echothree.model.data.vendor.server.value with parameters of type GlAccountPKModifier and TypeMethodDescriptionvoidVendorValue.setApGlAccountPK(GlAccountPK apGlAccountPK) voidVendorTypeDetailValue.setDefaultApGlAccountPK(GlAccountPK defaultApGlAccountPK) Constructors in com.echothree.model.data.vendor.server.value with parameters of type GlAccountPKModifierConstructorDescriptionVendorTypeDetailValue(VendorTypeDetailPK vendorTypeDetailPK, VendorTypePK vendorTypePK, String vendorTypeName, TermPK defaultTermPK, FreeOnBoardPK defaultFreeOnBoardPK, CancellationPolicyPK defaultCancellationPolicyPK, ReturnPolicyPK defaultReturnPolicyPK, GlAccountPK defaultApGlAccountPK, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of VendorTypeDetailValueVendorTypeDetailValue(VendorTypePK vendorTypePK, String vendorTypeName, TermPK defaultTermPK, FreeOnBoardPK defaultFreeOnBoardPK, CancellationPolicyPK defaultCancellationPolicyPK, ReturnPolicyPK defaultReturnPolicyPK, GlAccountPK defaultApGlAccountPK, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of VendorTypeDetailValueVendorValue(PartyPK partyPK, String vendorName, VendorTypePK vendorTypePK, Integer minimumPurchaseOrderLines, Integer maximumPurchaseOrderLines, Long minimumPurchaseOrderAmount, Long maximumPurchaseOrderAmount, Boolean useItemPurchasingCategories, ItemAliasTypePK defaultItemAliasTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK apGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, SelectorPK vendorItemSelectorPK, FilterPK vendorItemCostFilterPK, Long fromTime, Long thruTime) Creates a new instance of VendorValueVendorValue(VendorPK vendorPK, PartyPK partyPK, String vendorName, VendorTypePK vendorTypePK, Integer minimumPurchaseOrderLines, Integer maximumPurchaseOrderLines, Long minimumPurchaseOrderAmount, Long maximumPurchaseOrderAmount, Boolean useItemPurchasingCategories, ItemAliasTypePK defaultItemAliasTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK apGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, SelectorPK vendorItemSelectorPK, FilterPK vendorItemCostFilterPK, Long fromTime, Long thruTime) Creates a new instance of VendorValue -
Uses of GlAccountPK in com.echothree.model.jooq.server.records.accounting
Methods in com.echothree.model.jooq.server.records.accounting that return GlAccountPKModifier and TypeMethodDescriptionItemAccountingCategoryDetails.CogsGlAccount()Getter foritemaccountingcategorydetails.iactgcdt_cogsglaccountid.GlAccountDescriptions.GlAccount()Getter forglaccountdescriptions.glad_gla_glaccountid.GlAccountDetails.GlAccount()Getter forglaccountdetails.gladt_gla_glaccountid.GlAccounts.GlAccount()Getter forglaccounts.gla_glaccountid.GlAccountSummaries.GlAccount()Getter forglaccountsummaries.glasmy_gla_glaccountid.PartyGlAccounts.GlAccount()Getter forpartyglaccounts.pgla_gla_glaccountid.TransactionGlAccounts.GlAccount()Getter fortransactionglaccounts.trxgla_gla_glaccountid.TransactionGlEntries.GlAccount()Getter fortransactionglentries.trxglent_gla_glaccountid.ItemAccountingCategoryDetails.InventoryGlAccount()Getter foritemaccountingcategorydetails.iactgcdt_inventoryglaccountid.GlAccountDetails.ParentGlAccount()Getter forglaccountdetails.gladt_parentglaccountid.ItemAccountingCategoryDetails.ReturnsCogsGlAccount()Getter foritemaccountingcategorydetails.iactgcdt_returnscogsglaccountid.ItemAccountingCategoryDetails.ReturnsGlAccount()Getter foritemaccountingcategorydetails.iactgcdt_returnsglaccountid.ItemAccountingCategoryDetails.SalesGlAccount()Getter foritemaccountingcategorydetails.iactgcdt_salesglaccountid.Methods in com.echothree.model.jooq.server.records.accounting that return types with arguments of type GlAccountPKMethods in com.echothree.model.jooq.server.records.accounting with parameters of type GlAccountPKModifier and TypeMethodDescriptionvoidItemAccountingCategoryDetails.CogsGlAccount(GlAccountPK value) Setter foritemaccountingcategorydetails.iactgcdt_cogsglaccountid.voidGlAccountDescriptions.GlAccount(GlAccountPK value) Setter forglaccountdescriptions.glad_gla_glaccountid.voidGlAccountDetails.GlAccount(GlAccountPK value) Setter forglaccountdetails.gladt_gla_glaccountid.voidGlAccounts.GlAccount(GlAccountPK value) Setter forglaccounts.gla_glaccountid.voidGlAccountSummaries.GlAccount(GlAccountPK value) Setter forglaccountsummaries.glasmy_gla_glaccountid.voidPartyGlAccounts.GlAccount(GlAccountPK value) Setter forpartyglaccounts.pgla_gla_glaccountid.voidTransactionGlAccounts.GlAccount(GlAccountPK value) Setter fortransactionglaccounts.trxgla_gla_glaccountid.voidTransactionGlEntries.GlAccount(GlAccountPK value) Setter fortransactionglentries.trxglent_gla_glaccountid.voidItemAccountingCategoryDetails.InventoryGlAccount(GlAccountPK value) Setter foritemaccountingcategorydetails.iactgcdt_inventoryglaccountid.voidGlAccountDetails.ParentGlAccount(GlAccountPK value) Setter forglaccountdetails.gladt_parentglaccountid.voidItemAccountingCategoryDetails.ReturnsCogsGlAccount(GlAccountPK value) Setter foritemaccountingcategorydetails.iactgcdt_returnscogsglaccountid.voidItemAccountingCategoryDetails.ReturnsGlAccount(GlAccountPK value) Setter foritemaccountingcategorydetails.iactgcdt_returnsglaccountid.voidItemAccountingCategoryDetails.SalesGlAccount(GlAccountPK value) Setter foritemaccountingcategorydetails.iactgcdt_salesglaccountid.Constructors in com.echothree.model.jooq.server.records.accounting with parameters of type GlAccountPKModifierConstructorDescriptionGlAccountDescriptions(GlAccountDescriptionPK GlAccountDescription, GlAccountPK GlAccount, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised GlAccountDescriptionsGlAccountDetails(GlAccountDetailPK GlAccountDetail, GlAccountPK GlAccount, String GlAccountName, GlAccountPK ParentGlAccount, GlAccountTypePK GlAccountType, GlAccountClassPK GlAccountClass, GlAccountCategoryPK GlAccountCategory, GlResourceTypePK GlResourceType, CurrencyPK Currency, Boolean IsDefault, Long FromTime, Long ThruTime) Create a detached, initialised GlAccountDetailsGlAccounts(GlAccountPK GlAccount, GlAccountDetailPK ActiveDetail, GlAccountDetailPK LastDetail) Create a detached, initialised GlAccountsGlAccountSummaries(GlAccountSummaryPK GlAccountSummary, GlAccountPK GlAccount, PartyPK GroupParty, PeriodPK Period, Long DebitTotal, Long CreditTotal, Long Balance) Create a detached, initialised GlAccountSummariesItemAccountingCategoryDetails(ItemAccountingCategoryDetailPK ItemAccountingCategoryDetail, ItemAccountingCategoryPK ItemAccountingCategory, String ItemAccountingCategoryName, ItemAccountingCategoryPK ParentItemAccountingCategory, GlAccountPK InventoryGlAccount, GlAccountPK SalesGlAccount, GlAccountPK ReturnsGlAccount, GlAccountPK CogsGlAccount, GlAccountPK ReturnsCogsGlAccount, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised ItemAccountingCategoryDetailsPartyGlAccounts(PartyGlAccountPK PartyGlAccount, PartyPK Party, GlAccountPK GlAccount, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised PartyGlAccountsTransactionGlAccounts(TransactionGlAccountPK TransactionGlAccount, TransactionGlAccountCategoryPK TransactionGlAccountCategory, GlAccountPK GlAccount, Long FromTime, Long ThruTime) Create a detached, initialised TransactionGlAccountsTransactionGlEntries(TransactionGlEntryPK TransactionGlEntry, TransactionPK Transaction, Integer TransactionGlEntrySequence, PartyPK GroupParty, TransactionGlAccountCategoryPK TransactionGlAccountCategory, GlAccountPK GlAccount, CurrencyPK OriginalCurrency, Long OriginalDebit, Long OriginalCredit, Long Debit, Long Credit, Long FromTime, Long ThruTime) Create a detached, initialised TransactionGlEntries -
Uses of GlAccountPK in com.echothree.model.jooq.server.records.customer
Methods in com.echothree.model.jooq.server.records.customer that return GlAccountPKModifier and TypeMethodDescriptionCustomers.ArGlAccount()Getter forcustomers.cu_arglaccountid.CustomerTypeDetails.DefaultArGlAccount()Getter forcustomertypedetails.cutydt_defaultarglaccountid.Methods in com.echothree.model.jooq.server.records.customer with parameters of type GlAccountPKModifier and TypeMethodDescriptionvoidCustomers.ArGlAccount(GlAccountPK value) Setter forcustomers.cu_arglaccountid.voidCustomerTypeDetails.DefaultArGlAccount(GlAccountPK value) Setter forcustomertypedetails.cutydt_defaultarglaccountid.Constructors in com.echothree.model.jooq.server.records.customer with parameters of type GlAccountPKModifierConstructorDescriptionCustomers(CustomerPK Customer, PartyPK Party, String CustomerName, CustomerTypePK CustomerType, OfferUsePK InitialOfferUse, CancellationPolicyPK CancellationPolicy, ReturnPolicyPK ReturnPolicy, GlAccountPK ArGlAccount, Boolean HoldUntilComplete, Boolean AllowBackorders, Boolean AllowSubstitutions, Boolean AllowCombiningShipments, Boolean RequireReference, Boolean AllowReferenceDuplicates, String ReferenceValidationPattern, Long FromTime, Long ThruTime) Create a detached, initialised CustomersCustomerTypeDetails(CustomerTypeDetailPK CustomerTypeDetail, CustomerTypePK CustomerType, String CustomerTypeName, SequencePK CustomerSequence, OfferUsePK DefaultOfferUse, TermPK DefaultTerm, FreeOnBoardPK DefaultFreeOnBoard, CancellationPolicyPK DefaultCancellationPolicy, ReturnPolicyPK DefaultReturnPolicy, WorkflowEntrancePK DefaultCustomerStatus, WorkflowEntrancePK DefaultCustomerCreditStatus, GlAccountPK DefaultArGlAccount, Boolean DefaultHoldUntilComplete, Boolean DefaultAllowBackorders, Boolean DefaultAllowSubstitutions, Boolean DefaultAllowCombiningShipments, Boolean DefaultRequireReference, Boolean DefaultAllowReferenceDuplicates, String DefaultReferenceValidationPattern, Boolean DefaultTaxable, AllocationPriorityPK AllocationPriority, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised CustomerTypeDetails -
Uses of GlAccountPK in com.echothree.model.jooq.server.records.financial
Methods in com.echothree.model.jooq.server.records.financial that return GlAccountPKModifier and TypeMethodDescriptionFinancialAccountTypeDetails.DefaultGlAccount()Getter forfinancialaccounttypedetails.fnatypdt_defaultglaccountid.FinancialAccountDetails.GlAccount()Getter forfinancialaccountdetails.finadt_gla_glaccountid.FinancialAccountTransactionTypeDetails.GlAccount()Getter forfinancialaccounttransactiontypedetails.fnatrxtypdt_gla_glaccountid.Methods in com.echothree.model.jooq.server.records.financial with parameters of type GlAccountPKModifier and TypeMethodDescriptionvoidFinancialAccountTypeDetails.DefaultGlAccount(GlAccountPK value) Setter forfinancialaccounttypedetails.fnatypdt_defaultglaccountid.voidFinancialAccountDetails.GlAccount(GlAccountPK value) Setter forfinancialaccountdetails.finadt_gla_glaccountid.voidFinancialAccountTransactionTypeDetails.GlAccount(GlAccountPK value) Setter forfinancialaccounttransactiontypedetails.fnatrxtypdt_gla_glaccountid.Constructors in com.echothree.model.jooq.server.records.financial with parameters of type GlAccountPKModifierConstructorDescriptionFinancialAccountDetails(FinancialAccountDetailPK FinancialAccountDetail, FinancialAccountPK FinancialAccount, FinancialAccountTypePK FinancialAccountType, String FinancialAccountName, CurrencyPK Currency, GlAccountPK GlAccount, String Reference, String Description, Long FromTime, Long ThruTime) Create a detached, initialised FinancialAccountDetailsFinancialAccountTransactionTypeDetails(FinancialAccountTransactionTypeDetailPK FinancialAccountTransactionTypeDetail, FinancialAccountTransactionTypePK FinancialAccountTransactionType, FinancialAccountTypePK FinancialAccountType, String FinancialAccountTransactionTypeName, FinancialAccountTransactionTypePK ParentFinancialAccountTransactionType, GlAccountPK GlAccount, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised FinancialAccountTransactionTypeDetailsFinancialAccountTypeDetails(FinancialAccountTypeDetailPK FinancialAccountTypeDetail, FinancialAccountTypePK FinancialAccountType, String FinancialAccountTypeName, FinancialAccountTypePK ParentFinancialAccountType, GlAccountPK DefaultGlAccount, SequenceTypePK FinancialAccountSequenceType, SequenceTypePK FinancialAccountTransactionSequenceType, WorkflowPK FinancialAccountWorkflow, WorkflowEntrancePK FinancialAccountWorkflowEntrance, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised FinancialAccountTypeDetails -
Uses of GlAccountPK in com.echothree.model.jooq.server.records.inventory
Methods in com.echothree.model.jooq.server.records.inventory that return GlAccountPKModifier and TypeMethodDescriptionInventoryConditionGlAccounts.CogsGlAccount()Getter forinventoryconditionglaccounts.invcongla_cogsglaccountid.InventoryConditionGlAccounts.InventoryGlAccount()Getter forinventoryconditionglaccounts.invcongla_inventoryglaccountid.InventoryConditionGlAccounts.ReturnsCogsGlAccount()Getter forinventoryconditionglaccounts.invcongla_returnscogsglaccountid.InventoryConditionGlAccounts.ReturnsGlAccount()Getter forinventoryconditionglaccounts.invcongla_returnsglaccountid.InventoryConditionGlAccounts.SalesGlAccount()Getter forinventoryconditionglaccounts.invcongla_salesglaccountid.Methods in com.echothree.model.jooq.server.records.inventory with parameters of type GlAccountPKModifier and TypeMethodDescriptionvoidInventoryConditionGlAccounts.CogsGlAccount(GlAccountPK value) Setter forinventoryconditionglaccounts.invcongla_cogsglaccountid.voidInventoryConditionGlAccounts.InventoryGlAccount(GlAccountPK value) Setter forinventoryconditionglaccounts.invcongla_inventoryglaccountid.voidInventoryConditionGlAccounts.ReturnsCogsGlAccount(GlAccountPK value) Setter forinventoryconditionglaccounts.invcongla_returnscogsglaccountid.voidInventoryConditionGlAccounts.ReturnsGlAccount(GlAccountPK value) Setter forinventoryconditionglaccounts.invcongla_returnsglaccountid.voidInventoryConditionGlAccounts.SalesGlAccount(GlAccountPK value) Setter forinventoryconditionglaccounts.invcongla_salesglaccountid.Constructors in com.echothree.model.jooq.server.records.inventory with parameters of type GlAccountPKModifierConstructorDescriptionInventoryConditionGlAccounts(InventoryConditionGlAccountPK InventoryConditionGlAccount, InventoryConditionPK InventoryCondition, ItemAccountingCategoryPK ItemAccountingCategory, GlAccountPK InventoryGlAccount, GlAccountPK SalesGlAccount, GlAccountPK ReturnsGlAccount, GlAccountPK CogsGlAccount, GlAccountPK ReturnsCogsGlAccount, Long FromTime, Long ThruTime) Create a detached, initialised InventoryConditionGlAccounts -
Uses of GlAccountPK in com.echothree.model.jooq.server.records.invoice
Methods in com.echothree.model.jooq.server.records.invoice that return GlAccountPKModifier and TypeMethodDescriptionInvoiceLineTypeDetails.DefaultGlAccount()Getter forinvoicelinetypedetails.invcltypdt_defaultglaccountid.InvoiceDetails.GlAccount()Getter forinvoicedetails.invcdt_gla_glaccountid.InvoiceLineGlAccounts.GlAccount()Getter forinvoicelineglaccounts.invclgla_gla_glaccountid.Methods in com.echothree.model.jooq.server.records.invoice with parameters of type GlAccountPKModifier and TypeMethodDescriptionvoidInvoiceLineTypeDetails.DefaultGlAccount(GlAccountPK value) Setter forinvoicelinetypedetails.invcltypdt_defaultglaccountid.voidInvoiceDetails.GlAccount(GlAccountPK value) Setter forinvoicedetails.invcdt_gla_glaccountid.voidInvoiceLineGlAccounts.GlAccount(GlAccountPK value) Setter forinvoicelineglaccounts.invclgla_gla_glaccountid.Constructors in com.echothree.model.jooq.server.records.invoice with parameters of type GlAccountPKModifierConstructorDescriptionInvoiceDetails(InvoiceDetailPK InvoiceDetail, InvoicePK Invoice, InvoiceTypePK InvoiceType, String InvoiceName, BillingAccountPK BillingAccount, GlAccountPK GlAccount, TermPK Term, FreeOnBoardPK FreeOnBoard, String Reference, String Description, Long FromTime, Long ThruTime) Create a detached, initialised InvoiceDetailsInvoiceLineGlAccounts(InvoiceLineGlAccountPK InvoiceLineGlAccount, InvoiceLinePK InvoiceLine, GlAccountPK GlAccount, Long FromTime, Long ThruTime) Create a detached, initialised InvoiceLineGlAccountsInvoiceLineTypeDetails(InvoiceLineTypeDetailPK InvoiceLineTypeDetail, InvoiceLineTypePK InvoiceLineType, InvoiceTypePK InvoiceType, String InvoiceLineTypeName, InvoiceLineTypePK ParentInvoiceLineType, GlAccountPK DefaultGlAccount, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised InvoiceLineTypeDetails -
Uses of GlAccountPK in com.echothree.model.jooq.server.records.tax
Methods in com.echothree.model.jooq.server.records.tax that return GlAccountPKModifier and TypeMethodDescriptionTaxDetails.GlAccount()Getter fortaxdetails.txdt_gla_glaccountid.Methods in com.echothree.model.jooq.server.records.tax with parameters of type GlAccountPKModifier and TypeMethodDescriptionvoidTaxDetails.GlAccount(GlAccountPK value) Setter fortaxdetails.txdt_gla_glaccountid.Constructors in com.echothree.model.jooq.server.records.tax with parameters of type GlAccountPKModifierConstructorDescriptionTaxDetails(TaxDetailPK TaxDetail, TaxPK Tax, String TaxName, ContactMechanismPurposePK ContactMechanismPurpose, GlAccountPK GlAccount, Boolean IncludeShippingCharge, Boolean IncludeProcessingCharge, Boolean IncludeInsuranceCharge, Integer Percent, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised TaxDetails -
Uses of GlAccountPK in com.echothree.model.jooq.server.records.vendor
Methods in com.echothree.model.jooq.server.records.vendor that return GlAccountPKModifier and TypeMethodDescriptionVendors.ApGlAccount()Getter forvendors.vndr_apglaccountid.VendorTypeDetails.DefaultApGlAccount()Getter forvendortypedetails.vndrtydt_defaultapglaccountid.Methods in com.echothree.model.jooq.server.records.vendor with parameters of type GlAccountPKModifier and TypeMethodDescriptionvoidVendors.ApGlAccount(GlAccountPK value) Setter forvendors.vndr_apglaccountid.voidVendorTypeDetails.DefaultApGlAccount(GlAccountPK value) Setter forvendortypedetails.vndrtydt_defaultapglaccountid.Constructors in com.echothree.model.jooq.server.records.vendor with parameters of type GlAccountPKModifierConstructorDescriptionVendors(VendorPK Vendor, PartyPK Party, String VendorName, VendorTypePK VendorType, Integer MinimumPurchaseOrderLines, Integer MaximumPurchaseOrderLines, Long MinimumPurchaseOrderAmount, Long MaximumPurchaseOrderAmount, Boolean UseItemPurchasingCategories, ItemAliasTypePK DefaultItemAliasType, CancellationPolicyPK CancellationPolicy, ReturnPolicyPK ReturnPolicy, GlAccountPK ApGlAccount, Boolean HoldUntilComplete, Boolean AllowBackorders, Boolean AllowSubstitutions, Boolean AllowCombiningShipments, Boolean RequireReference, Boolean AllowReferenceDuplicates, String ReferenceValidationPattern, SelectorPK VendorItemSelector, FilterPK VendorItemCostFilter, Long FromTime, Long ThruTime) Create a detached, initialised VendorsVendorTypeDetails(VendorTypeDetailPK VendorTypeDetail, VendorTypePK VendorType, String VendorTypeName, TermPK DefaultTerm, FreeOnBoardPK DefaultFreeOnBoard, CancellationPolicyPK DefaultCancellationPolicy, ReturnPolicyPK DefaultReturnPolicy, GlAccountPK DefaultApGlAccount, Boolean DefaultHoldUntilComplete, Boolean DefaultAllowBackorders, Boolean DefaultAllowSubstitutions, Boolean DefaultAllowCombiningShipments, Boolean DefaultRequireReference, Boolean DefaultAllowReferenceDuplicates, String DefaultReferenceValidationPattern, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised VendorTypeDetails -
Uses of GlAccountPK in com.echothree.model.jooq.server.tables.accounting
Fields in com.echothree.model.jooq.server.tables.accounting with type parameters of type GlAccountPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ItemAccountingCategoryDetails, GlAccountPK> ItemAccountingCategoryDetails.COGS_GL_ACCOUNTThe columnitemaccountingcategorydetails.iactgcdt_cogsglaccountid.final org.jooq.TableField<GlAccountDescriptions, GlAccountPK> GlAccountDescriptions.GL_ACCOUNTThe columnglaccountdescriptions.glad_gla_glaccountid.final org.jooq.TableField<GlAccountDetails, GlAccountPK> GlAccountDetails.GL_ACCOUNTThe columnglaccountdetails.gladt_gla_glaccountid.final org.jooq.TableField<GlAccounts, GlAccountPK> GlAccounts.GL_ACCOUNTThe columnglaccounts.gla_glaccountid.final org.jooq.TableField<GlAccountSummaries, GlAccountPK> GlAccountSummaries.GL_ACCOUNTThe columnglaccountsummaries.glasmy_gla_glaccountid.final org.jooq.TableField<PartyGlAccounts, GlAccountPK> PartyGlAccounts.GL_ACCOUNTThe columnpartyglaccounts.pgla_gla_glaccountid.final org.jooq.TableField<TransactionGlAccounts, GlAccountPK> TransactionGlAccounts.GL_ACCOUNTThe columntransactionglaccounts.trxgla_gla_glaccountid.final org.jooq.TableField<TransactionGlEntries, GlAccountPK> TransactionGlEntries.GL_ACCOUNTThe columntransactionglentries.trxglent_gla_glaccountid.final org.jooq.TableField<ItemAccountingCategoryDetails, GlAccountPK> ItemAccountingCategoryDetails.INVENTORY_GL_ACCOUNTThe columnitemaccountingcategorydetails.iactgcdt_inventoryglaccountid.final org.jooq.TableField<GlAccountDetails, GlAccountPK> GlAccountDetails.PARENT_GL_ACCOUNTThe columnglaccountdetails.gladt_parentglaccountid.final org.jooq.TableField<ItemAccountingCategoryDetails, GlAccountPK> ItemAccountingCategoryDetails.RETURNS_COGS_GL_ACCOUNTThe columnitemaccountingcategorydetails.iactgcdt_returnscogsglaccountid.final org.jooq.TableField<ItemAccountingCategoryDetails, GlAccountPK> ItemAccountingCategoryDetails.RETURNS_GL_ACCOUNTThe columnitemaccountingcategorydetails.iactgcdt_returnsglaccountid.final org.jooq.TableField<ItemAccountingCategoryDetails, GlAccountPK> ItemAccountingCategoryDetails.SALES_GL_ACCOUNTThe columnitemaccountingcategorydetails.iactgcdt_salesglaccountid. -
Uses of GlAccountPK in com.echothree.model.jooq.server.tables.customer
Fields in com.echothree.model.jooq.server.tables.customer with type parameters of type GlAccountPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<Customers, GlAccountPK> Customers.AR_GL_ACCOUNTThe columncustomers.cu_arglaccountid.final org.jooq.TableField<CustomerTypeDetails, GlAccountPK> CustomerTypeDetails.DEFAULT_AR_GL_ACCOUNTThe columncustomertypedetails.cutydt_defaultarglaccountid. -
Uses of GlAccountPK in com.echothree.model.jooq.server.tables.financial
Fields in com.echothree.model.jooq.server.tables.financial with type parameters of type GlAccountPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<FinancialAccountTypeDetails, GlAccountPK> FinancialAccountTypeDetails.DEFAULT_GL_ACCOUNTThe columnfinancialaccounttypedetails.fnatypdt_defaultglaccountid.final org.jooq.TableField<FinancialAccountDetails, GlAccountPK> FinancialAccountDetails.GL_ACCOUNTThe columnfinancialaccountdetails.finadt_gla_glaccountid.final org.jooq.TableField<FinancialAccountTransactionTypeDetails, GlAccountPK> FinancialAccountTransactionTypeDetails.GL_ACCOUNTThe columnfinancialaccounttransactiontypedetails.fnatrxtypdt_gla_glaccountid. -
Uses of GlAccountPK in com.echothree.model.jooq.server.tables.inventory
Fields in com.echothree.model.jooq.server.tables.inventory with type parameters of type GlAccountPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<InventoryConditionGlAccounts, GlAccountPK> InventoryConditionGlAccounts.COGS_GL_ACCOUNTThe columninventoryconditionglaccounts.invcongla_cogsglaccountid.final org.jooq.TableField<InventoryConditionGlAccounts, GlAccountPK> InventoryConditionGlAccounts.INVENTORY_GL_ACCOUNTThe columninventoryconditionglaccounts.invcongla_inventoryglaccountid.final org.jooq.TableField<InventoryConditionGlAccounts, GlAccountPK> InventoryConditionGlAccounts.RETURNS_COGS_GL_ACCOUNTThe columninventoryconditionglaccounts.invcongla_returnscogsglaccountid.final org.jooq.TableField<InventoryConditionGlAccounts, GlAccountPK> InventoryConditionGlAccounts.RETURNS_GL_ACCOUNTThe columninventoryconditionglaccounts.invcongla_returnsglaccountid.final org.jooq.TableField<InventoryConditionGlAccounts, GlAccountPK> InventoryConditionGlAccounts.SALES_GL_ACCOUNTThe columninventoryconditionglaccounts.invcongla_salesglaccountid. -
Uses of GlAccountPK in com.echothree.model.jooq.server.tables.invoice
Fields in com.echothree.model.jooq.server.tables.invoice with type parameters of type GlAccountPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<InvoiceLineTypeDetails, GlAccountPK> InvoiceLineTypeDetails.DEFAULT_GL_ACCOUNTThe columninvoicelinetypedetails.invcltypdt_defaultglaccountid.final org.jooq.TableField<InvoiceDetails, GlAccountPK> InvoiceDetails.GL_ACCOUNTThe columninvoicedetails.invcdt_gla_glaccountid.final org.jooq.TableField<InvoiceLineGlAccounts, GlAccountPK> InvoiceLineGlAccounts.GL_ACCOUNTThe columninvoicelineglaccounts.invclgla_gla_glaccountid. -
Uses of GlAccountPK in com.echothree.model.jooq.server.tables.tax
Fields in com.echothree.model.jooq.server.tables.tax with type parameters of type GlAccountPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<TaxDetails, GlAccountPK> TaxDetails.GL_ACCOUNTThe columntaxdetails.txdt_gla_glaccountid. -
Uses of GlAccountPK in com.echothree.model.jooq.server.tables.vendor
Fields in com.echothree.model.jooq.server.tables.vendor with type parameters of type GlAccountPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<Vendors, GlAccountPK> Vendors.AP_GL_ACCOUNTThe columnvendors.vndr_apglaccountid.final org.jooq.TableField<VendorTypeDetails, GlAccountPK> VendorTypeDetails.DEFAULT_AP_GL_ACCOUNTThe columnvendortypedetails.vndrtydt_defaultapglaccountid.