Uses of Class
org.compiere.model.MWarehouse
-
Packages that use MWarehouse Package Description org.compiere.model Provides for....org.compiere.util -
-
Uses of MWarehouse in org.compiere.model
Fields in org.compiere.model with type parameters of type MWarehouse Modifier and Type Field Description protected static ImmutableIntPOCache<Integer,MWarehouse>
MWarehouse. s_cache
CacheMethods in org.compiere.model that return MWarehouse Modifier and Type Method Description static MWarehouse
MWarehouse. get(int M_Warehouse_ID)
Get from Cache (immutable)static MWarehouse
MWarehouse. get(Properties ctx, int M_Warehouse_ID)
Get from Cache (immutable)static MWarehouse
MWarehouse. get(Properties ctx, int M_Warehouse_ID, String trxName)
Retrieves warehouse from cache (immutable)static MWarehouse[]
MWarehouse. getForOrg(Properties ctx, int AD_Org_ID)
Get Warehouses for Orgstatic MWarehouse[]
MWarehouse. getInTransitForOrg(Properties ctx, int AD_Org_ID)
FR [ 1966337 ] Get Warehouses Transit for OrgMWarehouse
MWarehouse. markImmutable()
Methods in org.compiere.model with parameters of type MWarehouse Modifier and Type Method Description static MLocator
MLocator. getDefault(MWarehouse warehouse)
FR [ 1966333 ] Get oldest Default Locator of warehouse with locatorConstructors in org.compiere.model with parameters of type MWarehouse Constructor Description MInventory(MWarehouse wh)
Deprecated.since 3.5.3a .MInventory(MWarehouse wh, String trxName)
Warehouse ConstructorMLocator(MWarehouse warehouse, String Value)
New Locator Constructor with XYZ=000MWarehouse(Properties ctx, MWarehouse copy)
MWarehouse(Properties ctx, MWarehouse copy, String trxName)
MWarehouse(MWarehouse copy)
-
Uses of MWarehouse in org.compiere.util
Methods in org.compiere.util with parameters of type MWarehouse Modifier and Type Method Description BigDecimal
ReplenishInterface. getQtyToOrder(MWarehouse wh, X_T_Replenish replenish)
Return the Qty To Order
-