Uses of Class
org.compiere.model.MRequestType
Packages that use 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
Methods in org.adempiere.apps.graph that return MRequestTypeConstructors in org.adempiere.apps.graph with parameters of type MRequestTypeModifierConstructorDescriptionGraphColumn
(MRequestType rt, BigDecimal data, int id) Request Type Constructor -
Uses of MRequestType in org.compiere.model
Methods in org.compiere.model that return MRequestTypeModifier 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()
Constructors in org.compiere.model with parameters of type MRequestTypeModifierConstructorDescriptionMRequestType
(Properties ctx, MRequestType copy) Copy constructorMRequestType
(Properties ctx, MRequestType copy, String trxName) Copy constructorMRequestType
(MRequestType copy) Copy constructor