Uses of Class
org.compiere.model.MStatus
Packages that use MStatus
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 MStatus in org.compiere.model
Methods in org.compiere.model that return MStatusModifier and TypeMethodDescriptionstatic MStatus
MStatus.get
(int R_Status_ID) Get Request Status (cached) (immutable)static MStatus
MStatus.get
(Properties ctx, int R_Status_ID) Get Request Status (cached) (immutable)static MStatus[]
MStatus.getClosed
(Properties ctx) Get request status records with IsClosed=Ystatic MStatus
MStatus.getCopy
(Properties ctx, int R_Status_ID, String trxName) Get updateable copy of MStatus from cachestatic MStatus
MStatus.getDefault
(Properties ctx, int R_RequestType_ID) Get Default Request Status for given request typeMRequest.getStatus()
Get StatusMStatus[]
MStatusCategory.getStatus
(boolean reload) Get all Status for this categoryMStatus.markImmutable()
Constructors in org.compiere.model with parameters of type MStatusModifierConstructorDescriptionMStatus
(Properties ctx, MStatus copy) Copy constructorMStatus
(Properties ctx, MStatus copy, String trxName) Copy constructorCopy constructor