Uses of Class
org.compiere.model.MRegion
Packages that use MRegion
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 MRegion in org.compiere.model
Methods in org.compiere.model that return MRegionModifier and TypeMethodDescriptionstatic MRegion
MRegion.get
(int C_Region_ID) Get Region (cached)static MRegion
MRegion.get
(Properties ctx, int C_Region_ID) Get Region (immutable, cached)static MRegion
MRegion.getDefault()
Get Default Regionstatic MRegion
MRegion.getDefault
(Properties ctx) Deprecated.MLocation.getRegion()
Get Regionstatic MRegion[]
MRegion.getRegions()
Return Regions as Arraystatic MRegion[]
MRegion.getRegions
(int C_Country_ID) Return Array of Regions of a Countrystatic MRegion[]
MRegion.getRegions
(Properties ctx) Deprecated.static MRegion[]
MRegion.getRegions
(Properties ctx, int C_Country_ID) Deprecated.MRegion.markImmutable()
Methods in org.compiere.model with parameters of type MRegionConstructors in org.compiere.model with parameters of type MRegionModifierConstructorDescriptionParent ConstructorParent ConstructorMRegion
(Properties ctx, MRegion copy) Copy constructorMRegion
(Properties ctx, MRegion copy, String trxName) Copy constructorCopy constructor