Uses of Class
com.echothree.model.data.offer.common.pk.OfferPK
Packages that use OfferPK
Package
Description
-
Uses of OfferPK in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return OfferPKModifier and TypeMethodDescriptionOfferChainType.getOfferPK()OfferCustomerType.getOfferPK()OfferDescription.getOfferPK()OfferDetail.getOfferPK()OfferItem.getOfferPK()OfferTime.getOfferPK()OfferUseDetail.getOfferPK()Offer.getPrimaryKey()Methods in com.echothree.model.data.offer.server.entity with parameters of type OfferPKModifier and TypeMethodDescriptionvoidOfferChainType.setOfferPK(OfferPK offerPK) voidOfferCustomerType.setOfferPK(OfferPK offerPK) voidOfferDescription.setOfferPK(OfferPK offerPK) voidOfferDetail.setOfferPK(OfferPK offerPK) voidOfferItem.setOfferPK(OfferPK offerPK) voidOfferTime.setOfferPK(OfferPK offerPK) voidOfferUseDetail.setOfferPK(OfferPK offerPK) -
Uses of OfferPK in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return OfferPKModifier and TypeMethodDescriptionOfferFactory.getNextPK()OfferFactory.getPKFromQuery(PreparedStatement ps, Object... params) OfferFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type OfferPKModifier and TypeMethodDescriptionOfferFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) OfferFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) OfferFactory.getPKsFromResultSetAsList(ResultSet rs) OfferFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type OfferPKModifier and TypeMethodDescriptionOfferChainTypeFactory.create(OfferPK offerPK, ChainTypePK chainTypePK, ChainPK chainPK, Long fromTime, Long thruTime) OfferCustomerTypeFactory.create(OfferPK offerPK, CustomerTypePK customerTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) OfferDescriptionFactory.create(OfferPK offerPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) OfferDetailFactory.create(OfferPK offerPK, String offerName, SequencePK salesOrderSequencePK, PartyPK departmentPartyPK, SelectorPK offerItemSelectorPK, FilterPK offerItemPriceFilterPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) OfferTimeFactory.create(OfferPK offerPK, Long lastEvaluationTime, Long maxItemCreatedTime, Long maxItemModifiedTime, Long maxItemDeletedTime) OfferUseDetailFactory.create(OfferUsePK offerUsePK, OfferPK offerPK, UsePK usePK, SequencePK salesOrderSequencePK, Long fromTime, Long thruTime) OfferFactory.getEntityFromCache(OfferPK pk) OfferFactory.getEntityFromPK(EntityPermission entityPermission, OfferPK pk) OfferFactory.getValueFromPK(OfferPK pk) voidbooleanMethod parameters in com.echothree.model.data.offer.server.factory with type arguments of type OfferPKModifier and TypeMethodDescriptionOfferFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<OfferPK> pks) OfferFactory.getValuesFromPKs(Collection<OfferPK> pks) voidOfferFactory.remove(Collection<OfferPK> pks) -
Uses of OfferPK in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return OfferPKModifier and TypeMethodDescriptionOfferChainTypeValue.getOfferPK()OfferCustomerTypeValue.getOfferPK()OfferDescriptionValue.getOfferPK()OfferDetailValue.getOfferPK()OfferItemValue.getOfferPK()OfferTimeValue.getOfferPK()OfferUseDetailValue.getOfferPK()OfferValue.getPrimaryKey()Methods in com.echothree.model.data.offer.server.value with parameters of type OfferPKModifier and TypeMethodDescriptionvoidOfferChainTypeValue.setOfferPK(OfferPK offerPK) voidOfferCustomerTypeValue.setOfferPK(OfferPK offerPK) voidOfferDescriptionValue.setOfferPK(OfferPK offerPK) voidOfferDetailValue.setOfferPK(OfferPK offerPK) voidOfferItemValue.setOfferPK(OfferPK offerPK) voidOfferTimeValue.setOfferPK(OfferPK offerPK) voidOfferUseDetailValue.setOfferPK(OfferPK offerPK) Constructors in com.echothree.model.data.offer.server.value with parameters of type OfferPKModifierConstructorDescriptionOfferChainTypeValue(OfferChainTypePK offerChainTypePK, OfferPK offerPK, ChainTypePK chainTypePK, ChainPK chainPK, Long fromTime, Long thruTime) Creates a new instance of OfferChainTypeValueOfferChainTypeValue(OfferPK offerPK, ChainTypePK chainTypePK, ChainPK chainPK, Long fromTime, Long thruTime) Creates a new instance of OfferChainTypeValueOfferCustomerTypeValue(OfferCustomerTypePK offerCustomerTypePK, OfferPK offerPK, CustomerTypePK customerTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of OfferCustomerTypeValueOfferCustomerTypeValue(OfferPK offerPK, CustomerTypePK customerTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of OfferCustomerTypeValueOfferDescriptionValue(OfferDescriptionPK offerDescriptionPK, OfferPK offerPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of OfferDescriptionValueOfferDescriptionValue(OfferPK offerPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of OfferDescriptionValueOfferDetailValue(OfferDetailPK offerDetailPK, OfferPK offerPK, String offerName, SequencePK salesOrderSequencePK, PartyPK departmentPartyPK, SelectorPK offerItemSelectorPK, FilterPK offerItemPriceFilterPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of OfferDetailValueOfferDetailValue(OfferPK offerPK, String offerName, SequencePK salesOrderSequencePK, PartyPK departmentPartyPK, SelectorPK offerItemSelectorPK, FilterPK offerItemPriceFilterPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of OfferDetailValueOfferItemValue(OfferItemPK offerItemPK, OfferPK offerPK, ItemPK itemPK, Long fromTime, Long thruTime) Creates a new instance of OfferItemValueOfferItemValue(OfferPK offerPK, ItemPK itemPK, Long fromTime, Long thruTime) Creates a new instance of OfferItemValueOfferTimeValue(OfferPK offerPK, Long lastEvaluationTime, Long maxItemCreatedTime, Long maxItemModifiedTime, Long maxItemDeletedTime) Creates a new instance of OfferTimeValueOfferTimeValue(OfferTimePK offerTimePK, OfferPK offerPK, Long lastEvaluationTime, Long maxItemCreatedTime, Long maxItemModifiedTime, Long maxItemDeletedTime) Creates a new instance of OfferTimeValueOfferUseDetailValue(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 OfferUseDetailValueOfferValue(OfferPK offerPK, OfferDetailPK activeDetailPK, OfferDetailPK lastDetailPK) Creates a new instance of OfferValue -
Uses of OfferPK in com.echothree.model.jooq.server.records.offer
Methods in com.echothree.model.jooq.server.records.offer that return OfferPKModifier and TypeMethodDescriptionOfferChainTypes.Offer()Getter forofferchaintypes.ofrchntyp_ofr_offerid.OfferCustomerTypes.Offer()Getter foroffercustomertypes.ofrcuty_ofr_offerid.OfferDescriptions.Offer()Getter forofferdescriptions.ofrd_ofr_offerid.OfferDetails.Offer()Getter forofferdetails.ofrdt_ofr_offerid.OfferItems.Offer()Getter forofferitems.ofri_ofr_offerid.Offers.Offer()Getter foroffers.ofr_offerid.OfferTimes.Offer()Getter foroffertimes.ofrtm_ofr_offerid.OfferUseDetails.Offer()Getter forofferusedetails.ofrusedt_ofr_offerid.Methods in com.echothree.model.jooq.server.records.offer that return types with arguments of type OfferPKMethods in com.echothree.model.jooq.server.records.offer with parameters of type OfferPKModifier and TypeMethodDescriptionvoidSetter forofferchaintypes.ofrchntyp_ofr_offerid.voidSetter foroffercustomertypes.ofrcuty_ofr_offerid.voidSetter forofferdescriptions.ofrd_ofr_offerid.voidSetter forofferdetails.ofrdt_ofr_offerid.voidSetter forofferitems.ofri_ofr_offerid.voidSetter foroffers.ofr_offerid.voidSetter foroffertimes.ofrtm_ofr_offerid.voidSetter forofferusedetails.ofrusedt_ofr_offerid.Constructors in com.echothree.model.jooq.server.records.offer with parameters of type OfferPKModifierConstructorDescriptionOfferChainTypes(OfferChainTypePK OfferChainType, OfferPK Offer, ChainTypePK ChainType, ChainPK Chain, Long FromTime, Long ThruTime) Create a detached, initialised OfferChainTypesOfferCustomerTypes(OfferCustomerTypePK OfferCustomerType, OfferPK Offer, CustomerTypePK CustomerType, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised OfferCustomerTypesOfferDescriptions(OfferDescriptionPK OfferDescription, OfferPK Offer, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised OfferDescriptionsOfferDetails(OfferDetailPK OfferDetail, OfferPK Offer, String OfferName, SequencePK SalesOrderSequence, PartyPK DepartmentParty, SelectorPK OfferItemSelector, FilterPK OfferItemPriceFilter, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised OfferDetailsOfferItems(OfferItemPK OfferItem, OfferPK Offer, ItemPK Item, Long FromTime, Long ThruTime) Create a detached, initialised OfferItemsOffers(OfferPK Offer, OfferDetailPK ActiveDetail, OfferDetailPK LastDetail) Create a detached, initialised OffersOfferTimes(OfferTimePK OfferTime, OfferPK Offer, Long LastEvaluationTime, Long MaxItemCreatedTime, Long MaxItemModifiedTime, Long MaxItemDeletedTime) Create a detached, initialised OfferTimesOfferUseDetails(OfferUseDetailPK OfferUseDetail, OfferUsePK OfferUse, OfferPK Offer, UsePK Use, SequencePK SalesOrderSequence, Long FromTime, Long ThruTime) Create a detached, initialised OfferUseDetails -
Uses of OfferPK in com.echothree.model.jooq.server.tables.offer
Fields in com.echothree.model.jooq.server.tables.offer with type parameters of type OfferPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<OfferChainTypes, OfferPK> OfferChainTypes.OFFERThe columnofferchaintypes.ofrchntyp_ofr_offerid.final org.jooq.TableField<OfferCustomerTypes, OfferPK> OfferCustomerTypes.OFFERThe columnoffercustomertypes.ofrcuty_ofr_offerid.final org.jooq.TableField<OfferDescriptions, OfferPK> OfferDescriptions.OFFERThe columnofferdescriptions.ofrd_ofr_offerid.final org.jooq.TableField<OfferDetails, OfferPK> OfferDetails.OFFERThe columnofferdetails.ofrdt_ofr_offerid.final org.jooq.TableField<OfferItems, OfferPK> OfferItems.OFFERThe columnofferitems.ofri_ofr_offerid.Offers.OFFERThe columnoffers.ofr_offerid.final org.jooq.TableField<OfferTimes, OfferPK> OfferTimes.OFFERThe columnoffertimes.ofrtm_ofr_offerid.final org.jooq.TableField<OfferUseDetails, OfferPK> OfferUseDetails.OFFERThe columnofferusedetails.ofrusedt_ofr_offerid.