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 MLocationWLocationDialog. 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 MLocationMLocation. get(int C_Location_ID)Get Location from Cache (immutable)static MLocationMLocation. get(int C_Location_ID, String trxName)Get Location from Cachestatic MLocationMLocation. get(Properties ctx, int C_Location_ID, String trxName)Get Location from Cache (immutable)static MLocationMLocation. getBPLocation(Properties ctx, int C_BPartner_Location_ID, String trxName)Load Location with ID if Business Partner Locationstatic MLocationMLocation. getCopy(Properties ctx, int C_Location_ID, String trxName)Get updateable copy of MLocation from cacheMLocationMBPartnerLocation. getLocation(boolean requery)Get Location/AddressMLocationMLocationLookup. getLocation(int C_Location_ID, String trxName)Get LocationMLocationMLocationLookup. getLocation(Object key, String trxName)Get LocationMLocationMLocation. markImmutable()Methods in org.compiere.model with parameters of type MLocation Modifier and Type Method Description StringMBPartnerLocation. 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)
-