Uses of Class
com.echothree.model.data.item.server.entity.ItemFixedPrice
Packages that use ItemFixedPrice
Package
Description
-
Uses of ItemFixedPrice in com.echothree.model.control.filter.server.evaluator
Methods in com.echothree.model.control.filter.server.evaluator with parameters of type ItemFixedPriceModifier and TypeMethodDescriptionOfferItemPriceFilterEvaluator.evaluate(Item item, ItemPrice itemPrice, ItemFixedPrice itemFixedPrice, Filter filter) -
Uses of ItemFixedPrice in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return ItemFixedPriceModifier and TypeMethodDescriptionItemControl.createItemFixedPrice(ItemPrice itemPrice, Long unitPrice, BasePK createdBy) ItemControl.getItemFixedPrice(ItemPrice itemPrice) ItemControl.getItemFixedPriceForUpdate(ItemPrice itemPrice) Methods in com.echothree.model.control.item.server.control that return types with arguments of type ItemFixedPriceMethods in com.echothree.model.control.item.server.control with parameters of type ItemFixedPriceModifier and TypeMethodDescriptionvoidItemControl.deleteItemFixedPrice(ItemFixedPrice itemFixedPrice, BasePK deletedBy) ItemControl.getItemFixedPriceValue(ItemFixedPrice itemFixedPrice) -
Uses of ItemFixedPrice in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemFixedPriceModifier and TypeMethodDescriptionItemFixedPriceFactory.create(ItemPricePK itemPricePK, Long unitPrice, Long fromTime, Long thruTime) ItemFixedPriceFactory.getEntityFromCache(ItemFixedPricePK pk) ItemFixedPriceFactory.getEntityFromPK(EntityPermission entityPermission, ItemFixedPricePK pk) ItemFixedPriceFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemFixedPriceFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemFixedPriceFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemFixedPriceFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ItemFixedPriceFactory.getEntityFromValue(EntityPermission entityPermission, ItemFixedPriceValue value) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemFixedPriceModifier and TypeMethodDescriptionItemFixedPriceFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ItemFixedPricePK> pks) ItemFixedPriceFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemFixedPriceFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemFixedPriceFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemFixedPriceFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemFixedPriceModifier and TypeMethodDescriptionvoidItemFixedPriceFactory.remove(ItemFixedPrice entity) voidItemFixedPriceFactory.store(ItemFixedPrice entity) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemFixedPriceModifier and TypeMethodDescriptionvoidItemFixedPriceFactory.store(Collection<ItemFixedPrice> entities)