Uses of Class
org.compiere.model.MRequestType
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 MRequestType in org.adempiere.apps.graph
ModifierConstructorDescriptionGraphColumn
(MRequestType rt, BigDecimal data, int id) Request Type Constructor -
Uses of MRequestType in org.compiere.model
Modifier and TypeMethodDescriptionstatic MRequestType
MRequestType.get
(int R_RequestType_ID) Get Request Type (cached) (immutable)static MRequestType
MRequestType.get
(Properties ctx, int R_RequestType_ID) Get Request Type (cached) (immutable)static MRequestType
MRequestType.getCopy
(Properties ctx, int R_RequestType_ID, String trxName) Get updateable copy of MRequestType from cachestatic MRequestType
MRequestType.getDefault
(Properties ctx) Get Default Request TypeMRequest.getRequestType()
Get Request TypeMRequestType.markImmutable()
ModifierConstructorDescriptionMRequestType
(Properties ctx, MRequestType copy) Copy constructorMRequestType
(Properties ctx, MRequestType copy, String trxName) Copy constructorMRequestType
(MRequestType copy) Copy constructor