Uses of Class
com.echothree.model.data.term.common.pk.TermPK
Packages that use TermPK
Package
Description
-
Uses of TermPK in com.echothree.model.data.customer.server.entity
Methods in com.echothree.model.data.customer.server.entity that return TermPKMethods in com.echothree.model.data.customer.server.entity with parameters of type TermPK -
Uses of TermPK in com.echothree.model.data.customer.server.factory
Methods in com.echothree.model.data.customer.server.factory with parameters of type TermPKModifier and TypeMethodDescriptionCustomerTypeDetailFactory.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 TermPK in com.echothree.model.data.customer.server.value
Methods in com.echothree.model.data.customer.server.value that return TermPKMethods in com.echothree.model.data.customer.server.value with parameters of type TermPKModifier and TypeMethodDescriptionvoid
CustomerTypeDetailValue.setDefaultTermPK
(TermPK defaultTermPK) Constructors in com.echothree.model.data.customer.server.value with parameters of type TermPKModifierConstructorDescriptionCustomerTypeDetailValue
(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 CustomerTypeDetailValue -
Uses of TermPK in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return TermPKMethods in com.echothree.model.data.invoice.server.entity with parameters of type TermPK -
Uses of TermPK in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory with parameters of type TermPKModifier 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) -
Uses of TermPK in com.echothree.model.data.invoice.server.value
Methods in com.echothree.model.data.invoice.server.value that return TermPKMethods in com.echothree.model.data.invoice.server.value with parameters of type TermPKConstructors in com.echothree.model.data.invoice.server.value with parameters of type TermPKModifierConstructorDescriptionInvoiceDetailValue
(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 InvoiceDetailValue -
Uses of TermPK in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return TermPKMethods in com.echothree.model.data.order.server.entity with parameters of type TermPK -
Uses of TermPK in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory with parameters of type TermPKModifier and TypeMethodDescriptionOrderDetailFactory.create
(OrderPK orderPK, OrderTypePK orderTypePK, String orderName, OrderPriorityPK orderPriorityPK, CurrencyPK currencyPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Boolean taxable, Long fromTime, Long thruTime) OrderDetailFactory.create
(Session session, OrderPK orderPK, OrderTypePK orderTypePK, String orderName, OrderPriorityPK orderPriorityPK, CurrencyPK currencyPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Boolean taxable, Long fromTime, Long thruTime) -
Uses of TermPK in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return TermPKMethods in com.echothree.model.data.order.server.value with parameters of type TermPKConstructors in com.echothree.model.data.order.server.value with parameters of type TermPKModifierConstructorDescriptionOrderDetailValue
(OrderDetailPK orderDetailPK, OrderPK orderPK, OrderTypePK orderTypePK, String orderName, OrderPriorityPK orderPriorityPK, CurrencyPK currencyPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Boolean taxable, Long fromTime, Long thruTime) Creates a new instance of OrderDetailValueOrderDetailValue
(OrderPK orderPK, OrderTypePK orderTypePK, String orderName, OrderPriorityPK orderPriorityPK, CurrencyPK currencyPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Boolean taxable, Long fromTime, Long thruTime) Creates a new instance of OrderDetailValue -
Uses of TermPK in com.echothree.model.data.term.server.entity
Methods in com.echothree.model.data.term.server.entity that return TermPKModifier and TypeMethodDescriptionTerm.getPrimaryKey()
DateDrivenTerm.getTermPK()
PartyTerm.getTermPK()
StandardTerm.getTermPK()
TermDescription.getTermPK()
TermDetail.getTermPK()
Methods in com.echothree.model.data.term.server.entity with parameters of type TermPK -
Uses of TermPK in com.echothree.model.data.term.server.factory
Methods in com.echothree.model.data.term.server.factory that return TermPKModifier and TypeMethodDescriptionTermFactory.getNextPK()
TermFactory.getPKFromQuery
(PreparedStatement ps, Object... params) TermFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.term.server.factory that return types with arguments of type TermPKModifier and TypeMethodDescriptionTermFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) TermFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) TermFactory.getPKsFromResultSetAsList
(ResultSet rs) TermFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.term.server.factory with parameters of type TermPKModifier and TypeMethodDescriptionDateDrivenTermFactory.create
(TermPK termPK, Integer netDueDayOfMonth, Integer dueNextMonthDays, Integer discountPercentage, Integer discountBeforeDayOfMonth, Long fromTime, Long thruTime) DateDrivenTermFactory.create
(Session session, TermPK termPK, Integer netDueDayOfMonth, Integer dueNextMonthDays, Integer discountPercentage, Integer discountBeforeDayOfMonth, Long fromTime, Long thruTime) PartyTermFactory.create
(PartyPK partyPK, TermPK termPK, Boolean taxable, Long fromTime, Long thruTime) PartyTermFactory.create
(Session session, PartyPK partyPK, TermPK termPK, Boolean taxable, Long fromTime, Long thruTime) StandardTermFactory.create
(TermPK termPK, Integer netDueDays, Integer discountPercentage, Integer discountDays, Long fromTime, Long thruTime) StandardTermFactory.create
(Session session, TermPK termPK, Integer netDueDays, Integer discountPercentage, Integer discountDays, Long fromTime, Long thruTime) TermDescriptionFactory.create
(TermPK termPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) TermDescriptionFactory.create
(Session session, TermPK termPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) TermDetailFactory.create
(TermPK termPK, String termName, TermTypePK termTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) TermDetailFactory.create
(Session session, TermPK termPK, String termName, TermTypePK termTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) TermFactory.getEntityFromCache
(Session session, TermPK pk) TermFactory.getEntityFromPK
(EntityPermission entityPermission, TermPK pk) TermFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, TermPK pk) TermFactory.getValueFromPK
(Session session, TermPK pk) void
boolean
Method parameters in com.echothree.model.data.term.server.factory with type arguments of type TermPKModifier and TypeMethodDescriptionTermFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<TermPK> pks) TermFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<TermPK> pks) TermFactory.getValuesFromPKs
(Session session, Collection<TermPK> pks) void
TermFactory.remove
(Session session, Collection<TermPK> pks) void
TermFactory.remove
(Collection<TermPK> pks) -
Uses of TermPK in com.echothree.model.data.term.server.value
Methods in com.echothree.model.data.term.server.value that return TermPKModifier and TypeMethodDescriptionTermValue.getPrimaryKey()
DateDrivenTermValue.getTermPK()
PartyTermValue.getTermPK()
StandardTermValue.getTermPK()
TermDescriptionValue.getTermPK()
TermDetailValue.getTermPK()
Methods in com.echothree.model.data.term.server.value with parameters of type TermPKModifier and TypeMethodDescriptionvoid
void
void
void
void
Constructors in com.echothree.model.data.term.server.value with parameters of type TermPKModifierConstructorDescriptionDateDrivenTermValue
(DateDrivenTermPK dateDrivenTermPK, TermPK termPK, Integer netDueDayOfMonth, Integer dueNextMonthDays, Integer discountPercentage, Integer discountBeforeDayOfMonth, Long fromTime, Long thruTime) Creates a new instance of DateDrivenTermValueDateDrivenTermValue
(TermPK termPK, Integer netDueDayOfMonth, Integer dueNextMonthDays, Integer discountPercentage, Integer discountBeforeDayOfMonth, Long fromTime, Long thruTime) Creates a new instance of DateDrivenTermValueCreates a new instance of PartyTermValuePartyTermValue
(PartyTermPK partyTermPK, PartyPK partyPK, TermPK termPK, Boolean taxable, Long fromTime, Long thruTime) Creates a new instance of PartyTermValueStandardTermValue
(StandardTermPK standardTermPK, TermPK termPK, Integer netDueDays, Integer discountPercentage, Integer discountDays, Long fromTime, Long thruTime) Creates a new instance of StandardTermValueStandardTermValue
(TermPK termPK, Integer netDueDays, Integer discountPercentage, Integer discountDays, Long fromTime, Long thruTime) Creates a new instance of StandardTermValueTermDescriptionValue
(TermDescriptionPK termDescriptionPK, TermPK termPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of TermDescriptionValueTermDescriptionValue
(TermPK termPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of TermDescriptionValueTermDetailValue
(TermDetailPK termDetailPK, TermPK termPK, String termName, TermTypePK termTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TermDetailValueTermDetailValue
(TermPK termPK, String termName, TermTypePK termTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TermDetailValueTermValue
(TermPK termPK, TermDetailPK activeDetailPK, TermDetailPK lastDetailPK) Creates a new instance of TermValue -
Uses of TermPK in com.echothree.model.data.vendor.server.entity
Methods in com.echothree.model.data.vendor.server.entity that return TermPKMethods in com.echothree.model.data.vendor.server.entity with parameters of type TermPK -
Uses of TermPK in com.echothree.model.data.vendor.server.factory
Methods in com.echothree.model.data.vendor.server.factory with parameters of type TermPKModifier and TypeMethodDescriptionVendorTypeDetailFactory.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 TermPK in com.echothree.model.data.vendor.server.value
Methods in com.echothree.model.data.vendor.server.value that return TermPKMethods in com.echothree.model.data.vendor.server.value with parameters of type TermPKModifier and TypeMethodDescriptionvoid
VendorTypeDetailValue.setDefaultTermPK
(TermPK defaultTermPK) Constructors in com.echothree.model.data.vendor.server.value with parameters of type TermPKModifierConstructorDescriptionVendorTypeDetailValue
(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 VendorTypeDetailValue