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