Uses of Class
org.compiere.model.MInterestArea
-
Packages that use MInterestArea Package Description org.compiere.model Provides for.... -
-
Uses of MInterestArea in org.compiere.model
Methods in org.compiere.model that return MInterestArea Modifier and Type Method Description static MInterestAreaMInterestArea. get(int R_InterestArea_ID)Get MInterestArea from Cache (immutable)static MInterestAreaMInterestArea. get(Properties ctx, int R_InterestArea_ID)Get MInterestArea from Cache (immutable)static MInterestArea[]MInterestArea. getAll(Properties ctx)Get all active interest areasMInterestAreaMInterestArea. markImmutable()Constructors in org.compiere.model with parameters of type MInterestArea Constructor Description MInterestArea(Properties ctx, MInterestArea copy)MInterestArea(Properties ctx, MInterestArea copy, String trxName)MInterestArea(MInterestArea copy)
-