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) OfferChainTypeFactory.create(Session session, OfferPK offerPK, ChainTypePK chainTypePK, ChainPK chainPK, Long fromTime, Long thruTime) OfferCustomerTypeFactory.create(OfferPK offerPK, CustomerTypePK customerTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) OfferCustomerTypeFactory.create(Session session, OfferPK offerPK, CustomerTypePK customerTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) OfferDescriptionFactory.create(OfferPK offerPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) OfferDescriptionFactory.create(Session session, 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) OfferDetailFactory.create(Session session, OfferPK offerPK, String offerName, SequencePK salesOrderSequencePK, PartyPK departmentPartyPK, SelectorPK offerItemSelectorPK, FilterPK offerItemPriceFilterPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) OfferItemFactory.create(Session session, OfferPK offerPK, ItemPK itemPK, Long fromTime, Long thruTime) OfferTimeFactory.create(OfferPK offerPK, Long lastEvaluationTime, Long maxItemCreatedTime, Long maxItemModifiedTime, Long maxItemDeletedTime) OfferTimeFactory.create(Session session, OfferPK offerPK, Long lastEvaluationTime, Long maxItemCreatedTime, Long maxItemModifiedTime, Long maxItemDeletedTime) OfferUseDetailFactory.create(OfferUsePK offerUsePK, OfferPK offerPK, UsePK usePK, SequencePK salesOrderSequencePK, Long fromTime, Long thruTime) OfferUseDetailFactory.create(Session session, OfferUsePK offerUsePK, OfferPK offerPK, UsePK usePK, SequencePK salesOrderSequencePK, Long fromTime, Long thruTime) OfferFactory.getEntityFromCache(Session session, OfferPK pk) OfferFactory.getEntityFromPK(EntityPermission entityPermission, OfferPK pk) OfferFactory.getEntityFromPK(Session session, EntityPermission entityPermission, OfferPK pk) OfferFactory.getValueFromPK(Session session, 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.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<OfferPK> pks) OfferFactory.getValuesFromPKs(Session session, Collection<OfferPK> pks) voidOfferFactory.remove(Session session, 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