Uses of Class
org.compiere.model.MRequest
-
Packages that use MRequest Package Description org.adempiere.base.event org.adempiere.webui.apps org.compiere.model Provides for....org.compiere.server -
-
Uses of MRequest in org.adempiere.base.event
Methods in org.adempiere.base.event with parameters of type MRequest Modifier and Type Method Description boolean
RequestEventHandler. checkChange(MRequest r, MRequestAction ra, String columnName)
Check for changes -
Uses of MRequest in org.adempiere.webui.apps
Methods in org.adempiere.webui.apps that return MRequest Modifier and Type Method Description protected MRequest
FeedbackRequestWindow. createMRequest(Trx trx)
-
Uses of MRequest in org.compiere.model
Methods in org.compiere.model that return MRequest Modifier and Type Method Description MRequest[]
MChangeRequest. getRequests()
Get CRM Requests of Change Requests TODO: implement it or deleteMRequest[]
MRequestType. getRequests()
Get public Requests of TypeMRequest[]
MRequestType. getRequests(boolean selfService, int C_BPartner_ID)
Get Requests of TypeConstructors in org.compiere.model with parameters of type MRequest Constructor Description MChangeRequest(MRequest request, MGroup group)
CRM Request ConstructorMRequestAction(MRequest request, boolean newRecord)
Parent Action ConstructorMRequestUpdate(MRequest parent)
Parent Constructor -
Uses of MRequest in org.compiere.server
Methods in org.compiere.server with parameters of type MRequest Modifier and Type Method Description protected boolean
RequestProcessor. escalate(MRequest request)
Escalateprotected int
RequestProcessor. findSalesRep(MRequest request)
Find SalesRep/User based on Request Type and Question.protected boolean
RequestProcessor. sendEmail(MRequest request, String AD_Message)
Send Alert EMail
-