Uses of Class
com.echothree.model.data.inventory.common.pk.InventoryTransactionTimePK
Packages that use InventoryTransactionTimePK
Package
Description
-
Uses of InventoryTransactionTimePK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryTransactionTimePK -
Uses of InventoryTransactionTimePK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryTransactionTimePKModifier and TypeMethodDescriptionInventoryTransactionTimeFactory.getNextPK()InventoryTransactionTimeFactory.getPKFromQuery(PreparedStatement ps, Object... params) InventoryTransactionTimeFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryTransactionTimePKModifier and TypeMethodDescriptionInventoryTransactionTimeFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InventoryTransactionTimeFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InventoryTransactionTimeFactory.getPKsFromResultSetAsList(ResultSet rs) InventoryTransactionTimeFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryTransactionTimePKModifier and TypeMethodDescriptionInventoryTransactionTimeFactory.getEntityFromCache(InventoryTransactionTimePK pk) InventoryTransactionTimeFactory.getEntityFromPK(EntityPermission entityPermission, InventoryTransactionTimePK pk) InventoryTransactionTimeFactory.getValueFromPK(InventoryTransactionTimePK pk) voidInventoryTransactionTimeFactory.remove(InventoryTransactionTimePK pk) booleanInventoryTransactionTimeFactory.validPK(InventoryTransactionTimePK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryTransactionTimePKModifier and TypeMethodDescriptionInventoryTransactionTimeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryTransactionTimePK> pks) InventoryTransactionTimeFactory.getValuesFromPKs(Collection<InventoryTransactionTimePK> pks) voidInventoryTransactionTimeFactory.remove(Collection<InventoryTransactionTimePK> pks) -
Uses of InventoryTransactionTimePK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryTransactionTimePKConstructors in com.echothree.model.data.inventory.server.value with parameters of type InventoryTransactionTimePKModifierConstructorDescriptionInventoryTransactionTimeValue(InventoryTransactionTimePK inventoryTransactionTimePK, InventoryTransactionPK inventoryTransactionPK, InventoryTransactionTimeTypePK inventoryTransactionTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionTimeValue -
Uses of InventoryTransactionTimePK in com.echothree.model.jooq.server.records.inventory
Methods in com.echothree.model.jooq.server.records.inventory that return InventoryTransactionTimePKModifier and TypeMethodDescriptionInventoryTransactionTimes.InventoryTransactionTime()Getter forinventorytransactiontimes.invtrxtim_inventorytransactiontimeid.Methods in com.echothree.model.jooq.server.records.inventory that return types with arguments of type InventoryTransactionTimePKModifier and TypeMethodDescriptionorg.jooq.Record1<InventoryTransactionTimePK> InventoryTransactionTimes.key()Methods in com.echothree.model.jooq.server.records.inventory with parameters of type InventoryTransactionTimePKModifier and TypeMethodDescriptionvoidInventoryTransactionTimes.InventoryTransactionTime(InventoryTransactionTimePK value) Setter forinventorytransactiontimes.invtrxtim_inventorytransactiontimeid.Constructors in com.echothree.model.jooq.server.records.inventory with parameters of type InventoryTransactionTimePKModifierConstructorDescriptionInventoryTransactionTimes(InventoryTransactionTimePK InventoryTransactionTime, InventoryTransactionPK InventoryTransaction, InventoryTransactionTimeTypePK InventoryTransactionTimeType, Long Time, Long FromTime, Long ThruTime) Create a detached, initialised InventoryTransactionTimes -
Uses of InventoryTransactionTimePK in com.echothree.model.jooq.server.tables.inventory
Fields in com.echothree.model.jooq.server.tables.inventory with type parameters of type InventoryTransactionTimePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<InventoryTransactionTimes, InventoryTransactionTimePK> InventoryTransactionTimes.INVENTORY_TRANSACTION_TIMEThe columninventorytransactiontimes.invtrxtim_inventorytransactiontimeid.