Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryTransactionLineTime
Packages that use InventoryTransactionLineTime
-
Uses of InventoryTransactionLineTime in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryTransactionLineTimeModifier and TypeMethodDescriptionInventoryTransactionLineTimeFactory.create(InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionTimeTypePK inventoryTransactionTimeTypePK, Long time, Long fromTime, Long thruTime) InventoryTransactionLineTimeFactory.create(InventoryTransactionLine inventoryTransactionLine, InventoryTransactionTimeType inventoryTransactionTimeType, Long time, Long fromTime, Long thruTime) InventoryTransactionLineTimeFactory.getEntityFromCache(InventoryTransactionLineTimePK pk) InventoryTransactionLineTimeFactory.getEntityFromPK(EntityPermission entityPermission, InventoryTransactionLineTimePK pk) InventoryTransactionLineTimeFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryTransactionLineTimeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryTransactionLineTimeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryTransactionLineTimeFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) InventoryTransactionLineTimeFactory.getEntityFromValue(EntityPermission entityPermission, InventoryTransactionLineTimeValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryTransactionLineTimeModifier and TypeMethodDescriptionInventoryTransactionLineTimeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryTransactionLineTimePK> pks) InventoryTransactionLineTimeFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryTransactionLineTimeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryTransactionLineTimeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryTransactionLineTimeFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryTransactionLineTimeModifier and TypeMethodDescriptionvoidInventoryTransactionLineTimeFactory.remove(InventoryTransactionLineTime entity) voidInventoryTransactionLineTimeFactory.store(InventoryTransactionLineTime entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryTransactionLineTimeModifier and TypeMethodDescriptionvoidInventoryTransactionLineTimeFactory.store(Collection<InventoryTransactionLineTime> entities)