Uses of Class
org.compiere.model.MPInstance
-
Packages that use MPInstance Package Description org.adempiere.webui.apps org.adempiere.webui.dashboard org.compiere.model Provides for....org.compiere.server -
-
Uses of MPInstance in org.adempiere.webui.apps
Methods in org.adempiere.webui.apps with parameters of type MPInstance Modifier and Type Method Description boolean
ProcessParameterPanel. loadParameters(MPInstance instance)
protected void
AbstractProcessDialog. saveReportOptionToInstance(MPInstance instance)
-
Uses of MPInstance in org.adempiere.webui.dashboard
Methods in org.adempiere.webui.dashboard that return types with arguments of type MPInstance Modifier and Type Method Description static List<MPInstance>
DPRunningJobs. getRunningJobForUser(int AD_User_ID)
-
Uses of MPInstance in org.compiere.model
Methods in org.compiere.model that return MPInstance Modifier and Type Method Description MPInstance
MProcess. processIt(int Record_ID, Trx trx)
Process w/o parameterMPInstance
MProcess. processIt(int Record_ID, Trx trx, boolean managedTrx)
Process w/o parameterMethods in org.compiere.model that return types with arguments of type MPInstance Modifier and Type Method Description static List<MPInstance>
MPInstance. get(Properties ctx, int AD_Process_ID, int AD_User_ID)
Methods in org.compiere.model with parameters of type MPInstance Modifier and Type Method Description String
MAuthorizationCredential. processToken(String code, MPInstance pinstance)
Create or Update an Account based on the token receivedConstructors in org.compiere.model with parameters of type MPInstance Constructor Description MPInstancePara(MPInstance instance, int SeqNo)
Parent Constructor -
Uses of MPInstance in org.compiere.server
Methods in org.compiere.server with parameters of type MPInstance Modifier and Type Method Description protected void
Scheduler. fillParameter(MPInstance pInstance)
Fill Parameter
-