Uses of Class
com.echothree.model.data.offer.common.pk.OfferUsePK
Packages that use OfferUsePK
Package
Description
-
Uses of OfferUsePK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return OfferUsePKModifier and TypeMethodDescriptionContentCatalogDetail.getDefaultOfferUsePK()ContentCategoryDetail.getDefaultOfferUsePK()ContentCollectionDetail.getDefaultOfferUsePK()Methods in com.echothree.model.data.content.server.entity with parameters of type OfferUsePKModifier and TypeMethodDescriptionvoidContentCatalogDetail.setDefaultOfferUsePK(OfferUsePK defaultOfferUsePK) voidContentCategoryDetail.setDefaultOfferUsePK(OfferUsePK defaultOfferUsePK) voidContentCollectionDetail.setDefaultOfferUsePK(OfferUsePK defaultOfferUsePK) -
Uses of OfferUsePK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory with parameters of type OfferUsePKModifier and TypeMethodDescriptionContentCatalogDetailFactory.create(ContentCatalogPK contentCatalogPK, ContentCollectionPK contentCollectionPK, String contentCatalogName, OfferUsePK defaultOfferUsePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCategoryDetailFactory.create(ContentCategoryPK contentCategoryPK, ContentCatalogPK contentCatalogPK, String contentCategoryName, ContentCategoryPK parentContentCategoryPK, OfferUsePK defaultOfferUsePK, SelectorPK contentCategoryItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCollectionDetailFactory.create(ContentCollectionPK contentCollectionPK, String contentCollectionName, OfferUsePK defaultOfferUsePK, Long fromTime, Long thruTime) -
Uses of OfferUsePK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return OfferUsePKModifier and TypeMethodDescriptionContentCatalogDetailValue.getDefaultOfferUsePK()ContentCategoryDetailValue.getDefaultOfferUsePK()ContentCollectionDetailValue.getDefaultOfferUsePK()Methods in com.echothree.model.data.content.server.value with parameters of type OfferUsePKModifier and TypeMethodDescriptionvoidContentCatalogDetailValue.setDefaultOfferUsePK(OfferUsePK defaultOfferUsePK) voidContentCategoryDetailValue.setDefaultOfferUsePK(OfferUsePK defaultOfferUsePK) voidContentCollectionDetailValue.setDefaultOfferUsePK(OfferUsePK defaultOfferUsePK) Constructors in com.echothree.model.data.content.server.value with parameters of type OfferUsePKModifierConstructorDescriptionContentCatalogDetailValue(ContentCatalogDetailPK contentCatalogDetailPK, ContentCatalogPK contentCatalogPK, ContentCollectionPK contentCollectionPK, String contentCatalogName, OfferUsePK defaultOfferUsePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentCatalogDetailValueContentCatalogDetailValue(ContentCatalogPK contentCatalogPK, ContentCollectionPK contentCollectionPK, String contentCatalogName, OfferUsePK defaultOfferUsePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentCatalogDetailValueContentCategoryDetailValue(ContentCategoryDetailPK contentCategoryDetailPK, ContentCategoryPK contentCategoryPK, ContentCatalogPK contentCatalogPK, String contentCategoryName, ContentCategoryPK parentContentCategoryPK, OfferUsePK defaultOfferUsePK, SelectorPK contentCategoryItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentCategoryDetailValueContentCategoryDetailValue(ContentCategoryPK contentCategoryPK, ContentCatalogPK contentCatalogPK, String contentCategoryName, ContentCategoryPK parentContentCategoryPK, OfferUsePK defaultOfferUsePK, SelectorPK contentCategoryItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentCategoryDetailValueContentCollectionDetailValue(ContentCollectionDetailPK contentCollectionDetailPK, ContentCollectionPK contentCollectionPK, String contentCollectionName, OfferUsePK defaultOfferUsePK, Long fromTime, Long thruTime) Creates a new instance of ContentCollectionDetailValueContentCollectionDetailValue(ContentCollectionPK contentCollectionPK, String contentCollectionName, OfferUsePK defaultOfferUsePK, Long fromTime, Long thruTime) Creates a new instance of ContentCollectionDetailValue -
Uses of OfferUsePK in com.echothree.model.data.customer.server.entity
Methods in com.echothree.model.data.customer.server.entity that return OfferUsePKModifier and TypeMethodDescriptionCustomerTypeDetail.getDefaultOfferUsePK()Customer.getInitialOfferUsePK()Methods in com.echothree.model.data.customer.server.entity with parameters of type OfferUsePKModifier and TypeMethodDescriptionvoidCustomerTypeDetail.setDefaultOfferUsePK(OfferUsePK defaultOfferUsePK) voidCustomer.setInitialOfferUsePK(OfferUsePK initialOfferUsePK) -
Uses of OfferUsePK in com.echothree.model.data.customer.server.factory
Methods in com.echothree.model.data.customer.server.factory with parameters of type OfferUsePKModifier 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 OfferUsePK in com.echothree.model.data.customer.server.value
Methods in com.echothree.model.data.customer.server.value that return OfferUsePKModifier and TypeMethodDescriptionCustomerTypeDetailValue.getDefaultOfferUsePK()CustomerValue.getInitialOfferUsePK()Methods in com.echothree.model.data.customer.server.value with parameters of type OfferUsePKModifier and TypeMethodDescriptionvoidCustomerTypeDetailValue.setDefaultOfferUsePK(OfferUsePK defaultOfferUsePK) voidCustomerValue.setInitialOfferUsePK(OfferUsePK initialOfferUsePK) Constructors in com.echothree.model.data.customer.server.value with parameters of type OfferUsePKModifierConstructorDescriptionCustomerTypeDetailValue(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 OfferUsePK in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return OfferUsePKModifier and TypeMethodDescriptionOfferUseDetail.getOfferUsePK()SourceDetail.getOfferUsePK()OfferUse.getPrimaryKey()Methods in com.echothree.model.data.offer.server.entity with parameters of type OfferUsePKModifier and TypeMethodDescriptionvoidOfferUseDetail.setOfferUsePK(OfferUsePK offerUsePK) voidSourceDetail.setOfferUsePK(OfferUsePK offerUsePK) -
Uses of OfferUsePK in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return OfferUsePKModifier and TypeMethodDescriptionOfferUseFactory.getNextPK()OfferUseFactory.getPKFromQuery(PreparedStatement ps, Object... params) OfferUseFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type OfferUsePKModifier and TypeMethodDescriptionOfferUseFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) OfferUseFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) OfferUseFactory.getPKsFromResultSetAsList(ResultSet rs) OfferUseFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type OfferUsePKModifier and TypeMethodDescriptionOfferUseDetailFactory.create(OfferUsePK offerUsePK, OfferPK offerPK, UsePK usePK, SequencePK salesOrderSequencePK, Long fromTime, Long thruTime) SourceDetailFactory.create(SourcePK sourcePK, String sourceName, OfferUsePK offerUsePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) OfferUseFactory.getEntityFromCache(OfferUsePK pk) OfferUseFactory.getEntityFromPK(EntityPermission entityPermission, OfferUsePK pk) OfferUseFactory.getValueFromPK(OfferUsePK pk) voidOfferUseFactory.remove(OfferUsePK pk) booleanOfferUseFactory.validPK(OfferUsePK pk) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type OfferUsePKModifier and TypeMethodDescriptionOfferUseFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<OfferUsePK> pks) OfferUseFactory.getValuesFromPKs(Collection<OfferUsePK> pks) voidOfferUseFactory.remove(Collection<OfferUsePK> pks) -
Uses of OfferUsePK in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return OfferUsePKModifier and TypeMethodDescriptionOfferUseDetailValue.getOfferUsePK()SourceDetailValue.getOfferUsePK()OfferUseValue.getPrimaryKey()Methods in com.echothree.model.data.offer.server.value with parameters of type OfferUsePKModifier and TypeMethodDescriptionvoidOfferUseDetailValue.setOfferUsePK(OfferUsePK offerUsePK) voidSourceDetailValue.setOfferUsePK(OfferUsePK offerUsePK) Constructors in com.echothree.model.data.offer.server.value with parameters of type OfferUsePKModifierConstructorDescriptionOfferUseDetailValue(OfferUseDetailPK offerUseDetailPK, OfferUsePK offerUsePK, OfferPK offerPK, UsePK usePK, SequencePK salesOrderSequencePK, Long fromTime, Long thruTime) Creates a new instance of OfferUseDetailValueOfferUseDetailValue(OfferUsePK offerUsePK, OfferPK offerPK, UsePK usePK, SequencePK salesOrderSequencePK, Long fromTime, Long thruTime) Creates a new instance of OfferUseDetailValueOfferUseValue(OfferUsePK offerUsePK, OfferUseDetailPK activeDetailPK, OfferUseDetailPK lastDetailPK) Creates a new instance of OfferUseValueSourceDetailValue(SourceDetailPK sourceDetailPK, SourcePK sourcePK, String sourceName, OfferUsePK offerUsePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SourceDetailValueSourceDetailValue(SourcePK sourcePK, String sourceName, OfferUsePK offerUsePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SourceDetailValue -
Uses of OfferUsePK in com.echothree.model.data.sales.server.entity
Methods in com.echothree.model.data.sales.server.entity that return OfferUsePKMethods in com.echothree.model.data.sales.server.entity with parameters of type OfferUsePKModifier and TypeMethodDescriptionvoidSalesOrder.setOfferUsePK(OfferUsePK offerUsePK) voidSalesOrderLine.setOfferUsePK(OfferUsePK offerUsePK) -
Uses of OfferUsePK in com.echothree.model.data.sales.server.factory
Methods in com.echothree.model.data.sales.server.factory with parameters of type OfferUsePKModifier and TypeMethodDescriptionSalesOrderFactory.create(OrderPK orderPK, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long fromTime, Long thruTime) SalesOrderLineFactory.create(OrderLinePK orderLinePK, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long fromTime, Long thruTime) -
Uses of OfferUsePK in com.echothree.model.data.sales.server.value
Methods in com.echothree.model.data.sales.server.value that return OfferUsePKModifier and TypeMethodDescriptionSalesOrderLineValue.getOfferUsePK()SalesOrderValue.getOfferUsePK()Methods in com.echothree.model.data.sales.server.value with parameters of type OfferUsePKModifier and TypeMethodDescriptionvoidSalesOrderLineValue.setOfferUsePK(OfferUsePK offerUsePK) voidSalesOrderValue.setOfferUsePK(OfferUsePK offerUsePK) Constructors in com.echothree.model.data.sales.server.value with parameters of type OfferUsePKModifierConstructorDescriptionSalesOrderLineValue(OrderLinePK orderLinePK, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long fromTime, Long thruTime) Creates a new instance of SalesOrderLineValueSalesOrderLineValue(SalesOrderLinePK salesOrderLinePK, OrderLinePK orderLinePK, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long fromTime, Long thruTime) Creates a new instance of SalesOrderLineValueSalesOrderValue(OrderPK orderPK, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long fromTime, Long thruTime) Creates a new instance of SalesOrderValueSalesOrderValue(SalesOrderPK salesOrderPK, OrderPK orderPK, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long fromTime, Long thruTime) Creates a new instance of SalesOrderValue -
Uses of OfferUsePK in com.echothree.model.data.user.server.entity
Methods in com.echothree.model.data.user.server.entity that return OfferUsePKMethods in com.echothree.model.data.user.server.entity with parameters of type OfferUsePK -
Uses of OfferUsePK in com.echothree.model.data.user.server.factory
Methods in com.echothree.model.data.user.server.factory with parameters of type OfferUsePKModifier and TypeMethodDescriptionUserVisitFactory.create(UserVisitGroupPK userVisitGroupPK, UserKeyPK userKeyPK, LanguagePK preferredLanguagePK, CurrencyPK preferredCurrencyPK, TimeZonePK preferredTimeZonePK, DateTimeFormatPK preferredDateTimeFormatPK, Long lastCommandTime, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long retainUntilTime, Long fromTime, Long thruTime) -
Uses of OfferUsePK in com.echothree.model.data.user.server.value
Methods in com.echothree.model.data.user.server.value that return OfferUsePKMethods in com.echothree.model.data.user.server.value with parameters of type OfferUsePKConstructors in com.echothree.model.data.user.server.value with parameters of type OfferUsePKModifierConstructorDescriptionUserVisitValue(UserVisitGroupPK userVisitGroupPK, UserKeyPK userKeyPK, LanguagePK preferredLanguagePK, CurrencyPK preferredCurrencyPK, TimeZonePK preferredTimeZonePK, DateTimeFormatPK preferredDateTimeFormatPK, Long lastCommandTime, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long retainUntilTime, Long fromTime, Long thruTime) Creates a new instance of UserVisitValueUserVisitValue(UserVisitPK userVisitPK, UserVisitGroupPK userVisitGroupPK, UserKeyPK userKeyPK, LanguagePK preferredLanguagePK, CurrencyPK preferredCurrencyPK, TimeZonePK preferredTimeZonePK, DateTimeFormatPK preferredDateTimeFormatPK, Long lastCommandTime, OfferUsePK offerUsePK, AssociateReferralPK associateReferralPK, Long retainUntilTime, Long fromTime, Long thruTime) Creates a new instance of UserVisitValue -
Uses of OfferUsePK in com.echothree.model.data.wishlist.server.entity
Methods in com.echothree.model.data.wishlist.server.entity that return OfferUsePKMethods in com.echothree.model.data.wishlist.server.entity with parameters of type OfferUsePKModifier and TypeMethodDescriptionvoidWishlist.setOfferUsePK(OfferUsePK offerUsePK) voidWishlistLine.setOfferUsePK(OfferUsePK offerUsePK) -
Uses of OfferUsePK in com.echothree.model.data.wishlist.server.factory
Methods in com.echothree.model.data.wishlist.server.factory with parameters of type OfferUsePKModifier and TypeMethodDescriptionWishlistFactory.create(OrderPK orderPK, OfferUsePK offerUsePK, WishlistTypePK wishlistTypePK, Long fromTime, Long thruTime) WishlistLineFactory.create(OrderLinePK orderLinePK, OfferUsePK offerUsePK, WishlistPriorityPK wishlistPriorityPK, AssociateReferralPK associateReferralPK, String comment, Long fromTime, Long thruTime) -
Uses of OfferUsePK in com.echothree.model.data.wishlist.server.value
Methods in com.echothree.model.data.wishlist.server.value that return OfferUsePKModifier and TypeMethodDescriptionWishlistLineValue.getOfferUsePK()WishlistValue.getOfferUsePK()Methods in com.echothree.model.data.wishlist.server.value with parameters of type OfferUsePKModifier and TypeMethodDescriptionvoidWishlistLineValue.setOfferUsePK(OfferUsePK offerUsePK) voidWishlistValue.setOfferUsePK(OfferUsePK offerUsePK) Constructors in com.echothree.model.data.wishlist.server.value with parameters of type OfferUsePKModifierConstructorDescriptionWishlistLineValue(OrderLinePK orderLinePK, OfferUsePK offerUsePK, WishlistPriorityPK wishlistPriorityPK, AssociateReferralPK associateReferralPK, String comment, Long fromTime, Long thruTime) Creates a new instance of WishlistLineValueWishlistLineValue(WishlistLinePK wishlistLinePK, OrderLinePK orderLinePK, OfferUsePK offerUsePK, WishlistPriorityPK wishlistPriorityPK, AssociateReferralPK associateReferralPK, String comment, Long fromTime, Long thruTime) Creates a new instance of WishlistLineValueWishlistValue(OrderPK orderPK, OfferUsePK offerUsePK, WishlistTypePK wishlistTypePK, Long fromTime, Long thruTime) Creates a new instance of WishlistValueWishlistValue(WishlistPK wishlistPK, OrderPK orderPK, OfferUsePK offerUsePK, WishlistTypePK wishlistTypePK, Long fromTime, Long thruTime) Creates a new instance of WishlistValue -
Uses of OfferUsePK in com.echothree.model.jooq.server.records.content
Methods in com.echothree.model.jooq.server.records.content that return OfferUsePKModifier and TypeMethodDescriptionContentCatalogDetails.DefaultOfferUse()Getter forcontentcatalogdetails.cntctdt_defaultofferuseid.ContentCategoryDetails.DefaultOfferUse()Getter forcontentcategorydetails.cntcgdt_defaultofferuseid.ContentCollectionDetails.DefaultOfferUse()Getter forcontentcollectiondetails.cntcdt_defaultofferuseid.Methods in com.echothree.model.jooq.server.records.content with parameters of type OfferUsePKModifier and TypeMethodDescriptionvoidContentCatalogDetails.DefaultOfferUse(OfferUsePK value) Setter forcontentcatalogdetails.cntctdt_defaultofferuseid.voidContentCategoryDetails.DefaultOfferUse(OfferUsePK value) Setter forcontentcategorydetails.cntcgdt_defaultofferuseid.voidContentCollectionDetails.DefaultOfferUse(OfferUsePK value) Setter forcontentcollectiondetails.cntcdt_defaultofferuseid.Constructors in com.echothree.model.jooq.server.records.content with parameters of type OfferUsePKModifierConstructorDescriptionContentCatalogDetails(ContentCatalogDetailPK ContentCatalogDetail, ContentCatalogPK ContentCatalog, ContentCollectionPK ContentCollection, String ContentCatalogName, OfferUsePK DefaultOfferUse, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised ContentCatalogDetailsContentCategoryDetails(ContentCategoryDetailPK ContentCategoryDetail, ContentCategoryPK ContentCategory, ContentCatalogPK ContentCatalog, String ContentCategoryName, ContentCategoryPK ParentContentCategory, OfferUsePK DefaultOfferUse, SelectorPK ContentCategoryItemSelector, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised ContentCategoryDetailsContentCollectionDetails(ContentCollectionDetailPK ContentCollectionDetail, ContentCollectionPK ContentCollection, String ContentCollectionName, OfferUsePK DefaultOfferUse, Long FromTime, Long ThruTime) Create a detached, initialised ContentCollectionDetails -
Uses of OfferUsePK in com.echothree.model.jooq.server.records.customer
Methods in com.echothree.model.jooq.server.records.customer that return OfferUsePKModifier and TypeMethodDescriptionCustomerTypeDetails.DefaultOfferUse()Getter forcustomertypedetails.cutydt_defaultofferuseid.Customers.InitialOfferUse()Getter forcustomers.cu_initialofferuseid.Methods in com.echothree.model.jooq.server.records.customer with parameters of type OfferUsePKModifier and TypeMethodDescriptionvoidCustomerTypeDetails.DefaultOfferUse(OfferUsePK value) Setter forcustomertypedetails.cutydt_defaultofferuseid.voidCustomers.InitialOfferUse(OfferUsePK value) Setter forcustomers.cu_initialofferuseid.Constructors in com.echothree.model.jooq.server.records.customer with parameters of type OfferUsePKModifierConstructorDescriptionCustomers(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 OfferUsePK in com.echothree.model.jooq.server.records.offer
Methods in com.echothree.model.jooq.server.records.offer that return OfferUsePKModifier and TypeMethodDescriptionOfferUseDetails.OfferUse()Getter forofferusedetails.ofrusedt_ofruse_offeruseid.OfferUses.OfferUse()Getter forofferuses.ofruse_offeruseid.SourceDetails.OfferUse()Getter forsourcedetails.srcdt_ofruse_offeruseid.Methods in com.echothree.model.jooq.server.records.offer that return types with arguments of type OfferUsePKMethods in com.echothree.model.jooq.server.records.offer with parameters of type OfferUsePKModifier and TypeMethodDescriptionvoidOfferUseDetails.OfferUse(OfferUsePK value) Setter forofferusedetails.ofrusedt_ofruse_offeruseid.voidOfferUses.OfferUse(OfferUsePK value) Setter forofferuses.ofruse_offeruseid.voidSourceDetails.OfferUse(OfferUsePK value) Setter forsourcedetails.srcdt_ofruse_offeruseid.Constructors in com.echothree.model.jooq.server.records.offer with parameters of type OfferUsePKModifierConstructorDescriptionOfferUseDetails(OfferUseDetailPK OfferUseDetail, OfferUsePK OfferUse, OfferPK Offer, UsePK Use, SequencePK SalesOrderSequence, Long FromTime, Long ThruTime) Create a detached, initialised OfferUseDetailsOfferUses(OfferUsePK OfferUse, OfferUseDetailPK ActiveDetail, OfferUseDetailPK LastDetail) Create a detached, initialised OfferUsesSourceDetails(SourceDetailPK SourceDetail, SourcePK Source, String SourceName, OfferUsePK OfferUse, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised SourceDetails -
Uses of OfferUsePK in com.echothree.model.jooq.server.records.sales
Methods in com.echothree.model.jooq.server.records.sales that return OfferUsePKModifier and TypeMethodDescriptionSalesOrderLines.OfferUse()Getter forsalesorderlines.salordl_ofruse_offeruseid.SalesOrders.OfferUse()Getter forsalesorders.salord_ofruse_offeruseid.Methods in com.echothree.model.jooq.server.records.sales with parameters of type OfferUsePKModifier and TypeMethodDescriptionvoidSalesOrderLines.OfferUse(OfferUsePK value) Setter forsalesorderlines.salordl_ofruse_offeruseid.voidSalesOrders.OfferUse(OfferUsePK value) Setter forsalesorders.salord_ofruse_offeruseid.Constructors in com.echothree.model.jooq.server.records.sales with parameters of type OfferUsePKModifierConstructorDescriptionSalesOrderLines(SalesOrderLinePK SalesOrderLine, OrderLinePK OrderLine, OfferUsePK OfferUse, AssociateReferralPK AssociateReferral, Long FromTime, Long ThruTime) Create a detached, initialised SalesOrderLinesSalesOrders(SalesOrderPK SalesOrder, OrderPK Order, OfferUsePK OfferUse, AssociateReferralPK AssociateReferral, Long FromTime, Long ThruTime) Create a detached, initialised SalesOrders -
Uses of OfferUsePK in com.echothree.model.jooq.server.records.user
Methods in com.echothree.model.jooq.server.records.user that return OfferUsePKModifier and TypeMethodDescriptionUserVisits.OfferUse()Getter foruservisits.uvis_ofruse_offeruseid.Methods in com.echothree.model.jooq.server.records.user with parameters of type OfferUsePKModifier and TypeMethodDescriptionvoidUserVisits.OfferUse(OfferUsePK value) Setter foruservisits.uvis_ofruse_offeruseid.Constructors in com.echothree.model.jooq.server.records.user with parameters of type OfferUsePKModifierConstructorDescriptionUserVisits(UserVisitPK UserVisit, UserVisitGroupPK UserVisitGroup, UserKeyPK UserKey, LanguagePK PreferredLanguage, CurrencyPK PreferredCurrency, TimeZonePK PreferredTimeZone, DateTimeFormatPK PreferredDateTimeFormat, Long LastCommandTime, OfferUsePK OfferUse, AssociateReferralPK AssociateReferral, Long RetainUntilTime, Long FromTime, Long ThruTime) Create a detached, initialised UserVisits -
Uses of OfferUsePK in com.echothree.model.jooq.server.records.wishlist
Methods in com.echothree.model.jooq.server.records.wishlist that return OfferUsePKModifier and TypeMethodDescriptionWishlistLines.OfferUse()Getter forwishlistlines.wshll_ofruse_offeruseid.Wishlists.OfferUse()Getter forwishlists.wshl_ofruse_offeruseid.Methods in com.echothree.model.jooq.server.records.wishlist with parameters of type OfferUsePKModifier and TypeMethodDescriptionvoidWishlistLines.OfferUse(OfferUsePK value) Setter forwishlistlines.wshll_ofruse_offeruseid.voidWishlists.OfferUse(OfferUsePK value) Setter forwishlists.wshl_ofruse_offeruseid.Constructors in com.echothree.model.jooq.server.records.wishlist with parameters of type OfferUsePKModifierConstructorDescriptionWishlistLines(WishlistLinePK WishlistLine, OrderLinePK OrderLine, OfferUsePK OfferUse, WishlistPriorityPK WishlistPriority, AssociateReferralPK AssociateReferral, String Comment, Long FromTime, Long ThruTime) Create a detached, initialised WishlistLinesWishlists(WishlistPK Wishlist, OrderPK Order, OfferUsePK OfferUse, WishlistTypePK WishlistType, Long FromTime, Long ThruTime) Create a detached, initialised Wishlists -
Uses of OfferUsePK in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type OfferUsePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentCatalogDetails, OfferUsePK> ContentCatalogDetails.DEFAULT_OFFER_USEThe columncontentcatalogdetails.cntctdt_defaultofferuseid.final org.jooq.TableField<ContentCategoryDetails, OfferUsePK> ContentCategoryDetails.DEFAULT_OFFER_USEThe columncontentcategorydetails.cntcgdt_defaultofferuseid.final org.jooq.TableField<ContentCollectionDetails, OfferUsePK> ContentCollectionDetails.DEFAULT_OFFER_USEThe columncontentcollectiondetails.cntcdt_defaultofferuseid. -
Uses of OfferUsePK in com.echothree.model.jooq.server.tables.customer
Fields in com.echothree.model.jooq.server.tables.customer with type parameters of type OfferUsePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<CustomerTypeDetails, OfferUsePK> CustomerTypeDetails.DEFAULT_OFFER_USEThe columncustomertypedetails.cutydt_defaultofferuseid.final org.jooq.TableField<Customers, OfferUsePK> Customers.INITIAL_OFFER_USEThe columncustomers.cu_initialofferuseid. -
Uses of OfferUsePK in com.echothree.model.jooq.server.tables.offer
Fields in com.echothree.model.jooq.server.tables.offer with type parameters of type OfferUsePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<OfferUseDetails, OfferUsePK> OfferUseDetails.OFFER_USEThe columnofferusedetails.ofrusedt_ofruse_offeruseid.final org.jooq.TableField<OfferUses, OfferUsePK> OfferUses.OFFER_USEThe columnofferuses.ofruse_offeruseid.final org.jooq.TableField<SourceDetails, OfferUsePK> SourceDetails.OFFER_USEThe columnsourcedetails.srcdt_ofruse_offeruseid. -
Uses of OfferUsePK in com.echothree.model.jooq.server.tables.sales
Fields in com.echothree.model.jooq.server.tables.sales with type parameters of type OfferUsePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<SalesOrderLines, OfferUsePK> SalesOrderLines.OFFER_USEThe columnsalesorderlines.salordl_ofruse_offeruseid.final org.jooq.TableField<SalesOrders, OfferUsePK> SalesOrders.OFFER_USEThe columnsalesorders.salord_ofruse_offeruseid. -
Uses of OfferUsePK in com.echothree.model.jooq.server.tables.user
Fields in com.echothree.model.jooq.server.tables.user with type parameters of type OfferUsePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<UserVisits, OfferUsePK> UserVisits.OFFER_USEThe columnuservisits.uvis_ofruse_offeruseid. -
Uses of OfferUsePK in com.echothree.model.jooq.server.tables.wishlist
Fields in com.echothree.model.jooq.server.tables.wishlist with type parameters of type OfferUsePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<WishlistLines, OfferUsePK> WishlistLines.OFFER_USEThe columnwishlistlines.wshll_ofruse_offeruseid.final org.jooq.TableField<Wishlists, OfferUsePK> Wishlists.OFFER_USEThe columnwishlists.wshl_ofruse_offeruseid.