Uses of Class
com.echothree.model.data.item.common.pk.ItemUnitLimitPK
Packages that use ItemUnitLimitPK
Package
Description
-
Uses of ItemUnitLimitPK in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemUnitLimitPK -
Uses of ItemUnitLimitPK in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemUnitLimitPKModifier and TypeMethodDescriptionItemUnitLimitFactory.getNextPK()ItemUnitLimitFactory.getPKFromQuery(PreparedStatement ps, Object... params) ItemUnitLimitFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemUnitLimitPKModifier and TypeMethodDescriptionItemUnitLimitFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ItemUnitLimitFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ItemUnitLimitFactory.getPKsFromResultSetAsList(ResultSet rs) ItemUnitLimitFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemUnitLimitPKModifier and TypeMethodDescriptionItemUnitLimitFactory.getEntityFromCache(ItemUnitLimitPK pk) ItemUnitLimitFactory.getEntityFromPK(EntityPermission entityPermission, ItemUnitLimitPK pk) ItemUnitLimitFactory.getValueFromPK(ItemUnitLimitPK pk) voidItemUnitLimitFactory.remove(ItemUnitLimitPK pk) booleanItemUnitLimitFactory.validPK(ItemUnitLimitPK pk) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemUnitLimitPKModifier and TypeMethodDescriptionItemUnitLimitFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ItemUnitLimitPK> pks) ItemUnitLimitFactory.getValuesFromPKs(Collection<ItemUnitLimitPK> pks) voidItemUnitLimitFactory.remove(Collection<ItemUnitLimitPK> pks) -
Uses of ItemUnitLimitPK in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemUnitLimitPKConstructors in com.echothree.model.data.item.server.value with parameters of type ItemUnitLimitPKModifierConstructorDescriptionItemUnitLimitValue(ItemUnitLimitPK itemUnitLimitPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long minimumQuantity, Long maximumQuantity, Long fromTime, Long thruTime) Creates a new instance of ItemUnitLimitValue -
Uses of ItemUnitLimitPK in com.echothree.model.jooq.server.records.item
Methods in com.echothree.model.jooq.server.records.item that return ItemUnitLimitPKModifier and TypeMethodDescriptionItemUnitLimits.ItemUnitLimit()Getter foritemunitlimits.iul_itemunitlimitid.Methods in com.echothree.model.jooq.server.records.item that return types with arguments of type ItemUnitLimitPKMethods in com.echothree.model.jooq.server.records.item with parameters of type ItemUnitLimitPKModifier and TypeMethodDescriptionvoidItemUnitLimits.ItemUnitLimit(ItemUnitLimitPK value) Setter foritemunitlimits.iul_itemunitlimitid.Constructors in com.echothree.model.jooq.server.records.item with parameters of type ItemUnitLimitPKModifierConstructorDescriptionItemUnitLimits(ItemUnitLimitPK ItemUnitLimit, ItemPK Item, InventoryConditionPK InventoryCondition, UnitOfMeasureTypePK UnitOfMeasureType, Long MinimumQuantity, Long MaximumQuantity, Long FromTime, Long ThruTime) Create a detached, initialised ItemUnitLimits -
Uses of ItemUnitLimitPK in com.echothree.model.jooq.server.tables.item
Fields in com.echothree.model.jooq.server.tables.item with type parameters of type ItemUnitLimitPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ItemUnitLimits, ItemUnitLimitPK> ItemUnitLimits.ITEM_UNIT_LIMITThe columnitemunitlimits.iul_itemunitlimitid.