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 TypeMethodDescriptionvoid
ItemAccountingCategoryDetail.setCogsGlAccountPK
(GlAccountPK cogsGlAccountPK) void
GlAccountDescription.setGlAccountPK
(GlAccountPK glAccountPK) void
GlAccountDetail.setGlAccountPK
(GlAccountPK glAccountPK) void
GlAccountSummary.setGlAccountPK
(GlAccountPK glAccountPK) void
PartyGlAccount.setGlAccountPK
(GlAccountPK glAccountPK) void
TransactionGlAccount.setGlAccountPK
(GlAccountPK glAccountPK) void
TransactionGlEntry.setGlAccountPK
(GlAccountPK glAccountPK) void
ItemAccountingCategoryDetail.setInventoryGlAccountPK
(GlAccountPK inventoryGlAccountPK) void
GlAccountDetail.setParentGlAccountPK
(GlAccountPK parentGlAccountPK) void
ItemAccountingCategoryDetail.setReturnsCogsGlAccountPK
(GlAccountPK returnsCogsGlAccountPK) void
ItemAccountingCategoryDetail.setReturnsGlAccountPK
(GlAccountPK returnsGlAccountPK) void
ItemAccountingCategoryDetail.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) GlAccountDescriptionFactory.create
(Session session, 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) GlAccountDetailFactory.create
(Session session, 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 balance) GlAccountSummaryFactory.create
(Session session, GlAccountPK glAccountPK, PartyPK groupPartyPK, PeriodPK periodPK, 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) ItemAccountingCategoryDetailFactory.create
(Session session, 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) PartyGlAccountFactory.create
(Session session, PartyPK partyPK, GlAccountPK glAccountPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) TransactionGlAccountFactory.create
(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, Long fromTime, Long thruTime) TransactionGlAccountFactory.create
(Session session, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, Long fromTime, Long thruTime) TransactionGlEntryFactory.create
(TransactionPK transactionPK, Integer transactionGlEntrySequence, TransactionGlEntryPK parentTransactionGlEntryPK, PartyPK groupPartyPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, CurrencyPK originalCurrencyPK, Long originalAmount, Long amount, Long fromTime, Long thruTime) TransactionGlEntryFactory.create
(Session session, TransactionPK transactionPK, Integer transactionGlEntrySequence, TransactionGlEntryPK parentTransactionGlEntryPK, PartyPK groupPartyPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, CurrencyPK originalCurrencyPK, Long originalAmount, Long amount, Long fromTime, Long thruTime) GlAccountFactory.getEntityFromCache
(Session session, GlAccountPK pk) GlAccountFactory.getEntityFromPK
(EntityPermission entityPermission, GlAccountPK pk) GlAccountFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, GlAccountPK pk) GlAccountFactory.getValueFromPK
(Session session, GlAccountPK pk) void
GlAccountFactory.remove
(Session session, GlAccountPK pk) boolean
GlAccountFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<GlAccountPK> pks) GlAccountFactory.getValuesFromPKs
(Session session, Collection<GlAccountPK> pks) void
GlAccountFactory.remove
(Session session, Collection<GlAccountPK> pks) void
GlAccountFactory.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 TypeMethodDescriptionvoid
ItemAccountingCategoryDetailValue.setCogsGlAccountPK
(GlAccountPK cogsGlAccountPK) void
GlAccountDescriptionValue.setGlAccountPK
(GlAccountPK glAccountPK) void
GlAccountDetailValue.setGlAccountPK
(GlAccountPK glAccountPK) void
GlAccountSummaryValue.setGlAccountPK
(GlAccountPK glAccountPK) void
PartyGlAccountValue.setGlAccountPK
(GlAccountPK glAccountPK) void
TransactionGlAccountValue.setGlAccountPK
(GlAccountPK glAccountPK) void
TransactionGlEntryValue.setGlAccountPK
(GlAccountPK glAccountPK) void
ItemAccountingCategoryDetailValue.setInventoryGlAccountPK
(GlAccountPK inventoryGlAccountPK) void
GlAccountDetailValue.setParentGlAccountPK
(GlAccountPK parentGlAccountPK) void
ItemAccountingCategoryDetailValue.setReturnsCogsGlAccountPK
(GlAccountPK returnsCogsGlAccountPK) void
ItemAccountingCategoryDetailValue.setReturnsGlAccountPK
(GlAccountPK returnsGlAccountPK) void
ItemAccountingCategoryDetailValue.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 balance) Creates a new instance of GlAccountSummaryValueGlAccountSummaryValue
(GlAccountSummaryPK glAccountSummaryPK, GlAccountPK glAccountPK, PartyPK groupPartyPK, PeriodPK periodPK, 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, TransactionGlEntryPK parentTransactionGlEntryPK, PartyPK groupPartyPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, CurrencyPK originalCurrencyPK, Long originalAmount, Long amount, Long fromTime, Long thruTime) Creates a new instance of TransactionGlEntryValueTransactionGlEntryValue
(TransactionPK transactionPK, Integer transactionGlEntrySequence, TransactionGlEntryPK parentTransactionGlEntryPK, PartyPK groupPartyPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, CurrencyPK originalCurrencyPK, Long originalAmount, Long amount, Long fromTime, Long thruTime) Creates a new instance of TransactionGlEntryValue -
Uses of 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 TypeMethodDescriptionvoid
Customer.setArGlAccountPK
(GlAccountPK arGlAccountPK) void
CustomerTypeDetail.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) CustomerFactory.create
(Session session, PartyPK partyPK, String customerName, CustomerTypePK customerTypePK, OfferUsePK initialOfferUsePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK arGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Long fromTime, Long thruTime) 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) CustomerTypeDetailFactory.create
(Session session, 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 TypeMethodDescriptionvoid
CustomerValue.setArGlAccountPK
(GlAccountPK arGlAccountPK) void
CustomerTypeDetailValue.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 TypeMethodDescriptionvoid
FinancialAccountTypeDetail.setDefaultGlAccountPK
(GlAccountPK defaultGlAccountPK) void
FinancialAccountDetail.setGlAccountPK
(GlAccountPK glAccountPK) void
FinancialAccountTransactionTypeDetail.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) FinancialAccountDetailFactory.create
(Session session, 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) FinancialAccountTransactionTypeDetailFactory.create
(Session session, 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) FinancialAccountTypeDetailFactory.create
(Session session, 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 TypeMethodDescriptionvoid
FinancialAccountTypeDetailValue.setDefaultGlAccountPK
(GlAccountPK defaultGlAccountPK) void
FinancialAccountDetailValue.setGlAccountPK
(GlAccountPK glAccountPK) void
FinancialAccountTransactionTypeDetailValue.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 TypeMethodDescriptionvoid
InventoryConditionGlAccount.setCogsGlAccountPK
(GlAccountPK cogsGlAccountPK) void
InventoryConditionGlAccount.setInventoryGlAccountPK
(GlAccountPK inventoryGlAccountPK) void
InventoryConditionGlAccount.setReturnsCogsGlAccountPK
(GlAccountPK returnsCogsGlAccountPK) void
InventoryConditionGlAccount.setReturnsGlAccountPK
(GlAccountPK returnsGlAccountPK) void
InventoryConditionGlAccount.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) InventoryConditionGlAccountFactory.create
(Session session, 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 TypeMethodDescriptionvoid
InventoryConditionGlAccountValue.setCogsGlAccountPK
(GlAccountPK cogsGlAccountPK) void
InventoryConditionGlAccountValue.setInventoryGlAccountPK
(GlAccountPK inventoryGlAccountPK) void
InventoryConditionGlAccountValue.setReturnsCogsGlAccountPK
(GlAccountPK returnsCogsGlAccountPK) void
InventoryConditionGlAccountValue.setReturnsGlAccountPK
(GlAccountPK returnsGlAccountPK) void
InventoryConditionGlAccountValue.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 TypeMethodDescriptionvoid
InvoiceLineTypeDetail.setDefaultGlAccountPK
(GlAccountPK defaultGlAccountPK) void
InvoiceDetail.setGlAccountPK
(GlAccountPK glAccountPK) void
InvoiceLineGlAccount.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) InvoiceDetailFactory.create
(Session session, 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) InvoiceLineGlAccountFactory.create
(Session session, 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) InvoiceLineTypeDetailFactory.create
(Session session, 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 TypeMethodDescriptionvoid
InvoiceLineTypeDetailValue.setDefaultGlAccountPK
(GlAccountPK defaultGlAccountPK) void
InvoiceDetailValue.setGlAccountPK
(GlAccountPK glAccountPK) void
InvoiceLineGlAccountValue.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) TaxDetailFactory.create
(Session session, 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 TypeMethodDescriptionvoid
Vendor.setApGlAccountPK
(GlAccountPK apGlAccountPK) void
VendorTypeDetail.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) VendorFactory.create
(Session session, PartyPK partyPK, String vendorName, VendorTypePK vendorTypePK, Integer minimumPurchaseOrderLines, Integer maximumPurchaseOrderLines, Long minimumPurchaseOrderAmount, Long maximumPurchaseOrderAmount, Boolean useItemPurchasingCategories, ItemAliasTypePK defaultItemAliasTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK apGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, SelectorPK vendorItemSelectorPK, FilterPK vendorItemCostFilterPK, Long fromTime, Long thruTime) 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) VendorTypeDetailFactory.create
(Session session, 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 TypeMethodDescriptionvoid
VendorValue.setApGlAccountPK
(GlAccountPK apGlAccountPK) void
VendorTypeDetailValue.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