Uses of Class
org.compiere.model.MStatus
-
Packages that use MStatus Package Description org.compiere.model Provides for.... -
-
Uses of MStatus in org.compiere.model
Methods in org.compiere.model that return MStatus Modifier and Type Method Description static MStatusMStatus. get(int R_Status_ID)Get Request Status (cached) (immutable)static MStatusMStatus. get(Properties ctx, int R_Status_ID)Get Request Status (cached) (immutable)static MStatus[]MStatus. getClosed(Properties ctx)Get Closed Statusstatic MStatusMStatus. getCopy(Properties ctx, int R_Status_ID, String trxName)Get updateable copy of MStatus from cachestatic MStatusMStatus. getDefault(Properties ctx, int R_RequestType_ID)Get Default Request StatusMStatusMRequest. getStatus()Get StatusMStatus[]MStatusCategory. getStatus(boolean reload)Get all StatusMStatusMStatus. markImmutable()Constructors in org.compiere.model with parameters of type MStatus Constructor Description MStatus(Properties ctx, MStatus copy)MStatus(Properties ctx, MStatus copy, String trxName)MStatus(MStatus copy)
-