Uses of Class
org.compiere.model.MLocation
-
Packages that use MLocation Package Description org.adempiere.webui.window org.compiere.model Provides for.... -
-
Uses of MLocation in org.adempiere.webui.window
Methods in org.adempiere.webui.window that return MLocation Modifier and Type Method Description MLocation
WLocationDialog. getValue()
Get edited Value (MLocation)Constructors in org.adempiere.webui.window with parameters of type MLocation Constructor Description WLocationDialog(String title, MLocation location)
WLocationDialog(String title, MLocation location, GridField gridField)
-
Uses of MLocation in org.compiere.model
Methods in org.compiere.model that return MLocation Modifier and Type Method Description static MLocation
MLocation. get(int C_Location_ID)
Get Location from Cache (immutable)static MLocation
MLocation. get(int C_Location_ID, String trxName)
Get Location from Cachestatic MLocation
MLocation. get(Properties ctx, int C_Location_ID, String trxName)
Get Location from Cache (immutable)static MLocation
MLocation. getBPLocation(Properties ctx, int C_BPartner_Location_ID, String trxName)
Load Location with ID if Business Partner Locationstatic MLocation
MLocation. getCopy(Properties ctx, int C_Location_ID, String trxName)
Get updateable copy of MLocation from cacheMLocation
MBPartnerLocation. getLocation(boolean requery)
Get Location/AddressMLocation
MLocationLookup. getLocation(int C_Location_ID, String trxName)
Get LocationMLocation
MLocationLookup. getLocation(Object key, String trxName)
Get LocationMLocation
MLocation. markImmutable()
Methods in org.compiere.model with parameters of type MLocation Modifier and Type Method Description String
MBPartnerLocation. getBPLocName(MLocation address)
Constructors in org.compiere.model with parameters of type MLocation Constructor Description MBPBankAccount(Properties ctx, MBPartner bp, MUser bpc, MLocation location)
ConstructorMLocation(Properties ctx, MLocation copy)
MLocation(Properties ctx, MLocation copy, String trxName)
MLocation(MLocation copy)
-