Uses of Class
com.echothree.model.data.item.common.pk.ItemAdditionalChargePK
Packages that use ItemAdditionalChargePK
Package
Description
-
Uses of ItemAdditionalChargePK in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemAdditionalChargePK -
Uses of ItemAdditionalChargePK in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemAdditionalChargePKModifier and TypeMethodDescriptionItemAdditionalChargeFactory.getNextPK()ItemAdditionalChargeFactory.getPKFromQuery(PreparedStatement ps, Object... params) ItemAdditionalChargeFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemAdditionalChargePKModifier and TypeMethodDescriptionItemAdditionalChargeFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ItemAdditionalChargeFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ItemAdditionalChargeFactory.getPKsFromResultSetAsList(ResultSet rs) ItemAdditionalChargeFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemAdditionalChargePKModifier and TypeMethodDescriptionItemAdditionalChargeFactory.getEntityFromCache(ItemAdditionalChargePK pk) ItemAdditionalChargeFactory.getEntityFromPK(EntityPermission entityPermission, ItemAdditionalChargePK pk) ItemAdditionalChargeFactory.getValueFromPK(ItemAdditionalChargePK pk) voidItemAdditionalChargeFactory.remove(ItemAdditionalChargePK pk) booleanItemAdditionalChargeFactory.validPK(ItemAdditionalChargePK pk) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemAdditionalChargePKModifier and TypeMethodDescriptionItemAdditionalChargeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ItemAdditionalChargePK> pks) ItemAdditionalChargeFactory.getValuesFromPKs(Collection<ItemAdditionalChargePK> pks) voidItemAdditionalChargeFactory.remove(Collection<ItemAdditionalChargePK> pks) -
Uses of ItemAdditionalChargePK in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemAdditionalChargePKConstructors in com.echothree.model.data.item.server.value with parameters of type ItemAdditionalChargePKModifierConstructorDescriptionItemAdditionalChargeValue(ItemAdditionalChargePK itemAdditionalChargePK, ItemPK itemPK, ItemAdditionalChargeTypePK itemAdditionalChargeTypePK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long minimumQuantity, Long maximumQuantity, CurrencyPK currencyPK, Long unitPrice, Long fromTime, Long thruTime) Creates a new instance of ItemAdditionalChargeValue -
Uses of ItemAdditionalChargePK in com.echothree.model.jooq.server.records.item
Methods in com.echothree.model.jooq.server.records.item that return ItemAdditionalChargePKModifier and TypeMethodDescriptionItemAdditionalCharges.ItemAdditionalCharge()Getter foritemadditionalcharges.itmaddtlc_itemadditionalchargeid.Methods in com.echothree.model.jooq.server.records.item that return types with arguments of type ItemAdditionalChargePKModifier and TypeMethodDescriptionorg.jooq.Record1<ItemAdditionalChargePK> ItemAdditionalCharges.key()Methods in com.echothree.model.jooq.server.records.item with parameters of type ItemAdditionalChargePKModifier and TypeMethodDescriptionvoidItemAdditionalCharges.ItemAdditionalCharge(ItemAdditionalChargePK value) Setter foritemadditionalcharges.itmaddtlc_itemadditionalchargeid.Constructors in com.echothree.model.jooq.server.records.item with parameters of type ItemAdditionalChargePKModifierConstructorDescriptionItemAdditionalCharges(ItemAdditionalChargePK ItemAdditionalCharge, ItemPK Item, ItemAdditionalChargeTypePK ItemAdditionalChargeType, UnitOfMeasureTypePK UnitOfMeasureType, Long MinimumQuantity, Long MaximumQuantity, CurrencyPK Currency, Long UnitPrice, Long FromTime, Long ThruTime) Create a detached, initialised ItemAdditionalCharges -
Uses of ItemAdditionalChargePK in com.echothree.model.jooq.server.tables.item
Fields in com.echothree.model.jooq.server.tables.item with type parameters of type ItemAdditionalChargePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ItemAdditionalCharges, ItemAdditionalChargePK> ItemAdditionalCharges.ITEM_ADDITIONAL_CHARGEThe columnitemadditionalcharges.itmaddtlc_itemadditionalchargeid.