Uses of Class
com.echothree.model.data.item.common.pk.ItemVolumePK
Packages that use ItemVolumePK
Package
Description
-
Uses of ItemVolumePK in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemVolumePK -
Uses of ItemVolumePK in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemVolumePKModifier and TypeMethodDescriptionItemVolumeFactory.getNextPK()ItemVolumeFactory.getPKFromQuery(PreparedStatement ps, Object... params) ItemVolumeFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemVolumePKModifier and TypeMethodDescriptionItemVolumeFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ItemVolumeFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ItemVolumeFactory.getPKsFromResultSetAsList(ResultSet rs) ItemVolumeFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemVolumePKModifier and TypeMethodDescriptionItemVolumeFactory.getEntityFromCache(ItemVolumePK pk) ItemVolumeFactory.getEntityFromPK(EntityPermission entityPermission, ItemVolumePK pk) ItemVolumeFactory.getValueFromPK(ItemVolumePK pk) voidItemVolumeFactory.remove(ItemVolumePK pk) booleanItemVolumeFactory.validPK(ItemVolumePK pk) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemVolumePKModifier and TypeMethodDescriptionItemVolumeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ItemVolumePK> pks) ItemVolumeFactory.getValuesFromPKs(Collection<ItemVolumePK> pks) voidItemVolumeFactory.remove(Collection<ItemVolumePK> pks) -
Uses of ItemVolumePK in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemVolumePKConstructors in com.echothree.model.data.item.server.value with parameters of type ItemVolumePKModifierConstructorDescriptionItemVolumeValue(ItemVolumePK itemVolumePK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, ItemVolumeTypePK itemVolumeTypePK, Long height, Long width, Long depth, Long fromTime, Long thruTime) Creates a new instance of ItemVolumeValue -
Uses of ItemVolumePK in com.echothree.model.jooq.server.records.item
Methods in com.echothree.model.jooq.server.records.item that return ItemVolumePKModifier and TypeMethodDescriptionItemVolumes.ItemVolume()Getter foritemvolumes.ivol_itemvolumeid.Methods in com.echothree.model.jooq.server.records.item that return types with arguments of type ItemVolumePKMethods in com.echothree.model.jooq.server.records.item with parameters of type ItemVolumePKModifier and TypeMethodDescriptionvoidItemVolumes.ItemVolume(ItemVolumePK value) Setter foritemvolumes.ivol_itemvolumeid.Constructors in com.echothree.model.jooq.server.records.item with parameters of type ItemVolumePKModifierConstructorDescriptionItemVolumes(ItemVolumePK ItemVolume, ItemPK Item, UnitOfMeasureTypePK UnitOfMeasureType, ItemVolumeTypePK ItemVolumeType, Long Height, Long Width, Long Depth, Long FromTime, Long ThruTime) Create a detached, initialised ItemVolumes -
Uses of ItemVolumePK in com.echothree.model.jooq.server.tables.item
Fields in com.echothree.model.jooq.server.tables.item with type parameters of type ItemVolumePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ItemVolumes, ItemVolumePK> ItemVolumes.ITEM_VOLUMEThe columnitemvolumes.ivol_itemvolumeid.