Uses of Class
org.compiere.model.MBPartnerLocation
-
Packages that use MBPartnerLocation Package Description org.compiere.model Provides for.... -
-
Uses of MBPartnerLocation in org.compiere.model
Fields in org.compiere.model declared as MBPartnerLocation Modifier and Type Field Description protected MBPartnerLocation[]
MBPartner. m_locations
AddressedMethods in org.compiere.model that return MBPartnerLocation Modifier and Type Method Description static MBPartnerLocation[]
MBPartnerLocation. getForBPartner(Properties ctx, int C_BPartner_ID)
Deprecated.Since 3.5.3a.static MBPartnerLocation[]
MBPartnerLocation. getForBPartner(Properties ctx, int C_BPartner_ID, String trxName)
Get Locations for BPartnerMBPartnerLocation
MBPartner. getLocation(int C_BPartner_Location_ID)
Get explicit or first bill LocationMBPartnerLocation[]
MBPartner. getLocations(boolean reload)
Get All Locations (only active)MBPartnerLocation
MBPartner. getPrimaryC_BPartner_Location()
Get Primary C_BPartner_LocationConstructors in org.compiere.model with parameters of type MBPartnerLocation Constructor Description MBPartnerLocation(Properties ctx, MBPartnerLocation copy)
MBPartnerLocation(Properties ctx, MBPartnerLocation copy, String trxName)
MBPartnerLocation(MBPartnerLocation copy)
-