Uses of Class
org.compiere.model.MLocator
Packages that use 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
Fields in org.compiere.model declared as MLocatorMethods in org.compiere.model that return MLocatorModifier and TypeMethodDescriptionstatic MLocatorMLocator.get(int M_Locator_ID) Get Locator from Cache (immutable)static MLocatorMLocator.get(Properties ctx, int M_Locator_ID) Get Locator from Cache (immutable)static MLocatorMLocator.get(Properties ctx, int M_Locator_ID, String trxName) Get Locator from Cache (immutable)static MLocatorGet the Locator with the combination or create new one (if user has permission)static MLocatorMLocator.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 MLocatorMLocator.getCopy(Properties ctx, int M_Locator_ID, String trxName) Get updateable copy of MLocator from cachestatic MLocatorMLocator.getDefault(Properties ctx, int M_Locator_ID) Get oldest Default Locator of warehouse for M_Locator_IDstatic MLocatorMLocator.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()Methods in org.compiere.model that return types with arguments of type MLocatorModifier and TypeMethodDescriptionMLocatorLookup.getData()Return data as Locator ArrayList, waits for loader to finish if loading is in progress.Methods in org.compiere.model with parameters of type MLocatorModifier and TypeMethodDescriptionbooleanIs Locator with key valid (Warehouse)Constructors in org.compiere.model with parameters of type MLocatorModifierConstructorDescriptionMLocator(Properties ctx, MLocator copy) Copy constructorMLocator(Properties ctx, MLocator copy, String trxName) Copy constructorCopy constructor