Uses of Class
org.compiere.model.MLocator
Package
Description
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of MLocator in org.compiere.model
Modifier and TypeMethodDescriptionstatic MLocator
MLocator.get
(int M_Locator_ID) Get Locator from Cache (immutable)static MLocator
MLocator.get
(Properties ctx, int M_Locator_ID) Get Locator from Cache (immutable)static MLocator
MLocator.get
(Properties ctx, int M_Locator_ID, String trxName) Get Locator from Cache (immutable)static MLocator
Get the Locator with the combination or create new one (if user has permission)static MLocator
MLocator.get
(Properties ctx, int M_Warehouse_ID, String Value, String X, String Y, String Z, int M_LocatorType_ID) Get the Locator with the combination or create new one (if user has permission)static MLocator
MLocator.getCopy
(Properties ctx, int M_Locator_ID, String trxName) Get updateable copy of MLocator from cachestatic MLocator
MLocator.getDefault
(Properties ctx, int M_Locator_ID) Get oldest Default Locator of warehouse for M_Locator_IDstatic MLocator
MLocator.getDefault
(MWarehouse warehouse) Get highest priority default Locator of warehouse (smaller PriorityNo is of higher priority)MWarehouse.getDefaultLocator()
Get Default LocatorMLocator[]
MWarehouse.getLocators
(boolean reload) Get LocatorsMLocatorLookup.getMLocator
(Object keyValue, String trxName) Get from MLocator cache or DBMLocator.markImmutable()
Modifier and TypeMethodDescriptionMLocatorLookup.getData()
Return data as Locator ArrayList, waits for loader to finish if loading is in progress.Modifier and TypeMethodDescriptionboolean
Is Locator with key valid (Warehouse)ModifierConstructorDescriptionMLocator
(Properties ctx, MLocator copy) Copy constructorMLocator
(Properties ctx, MLocator copy, String trxName) Copy constructorCopy constructor