Uses of Class
org.adempiere.model.MInfoProcess
-
Packages that use MInfoProcess Package Description org.adempiere.model org.adempiere.webui.panel org.compiere.model Provides for.... -
-
Uses of MInfoProcess in org.adempiere.model
Methods in org.adempiere.model that return MInfoProcess Modifier and Type Method Description MInfoProcess
MInfoProcess. markImmutable()
Constructors in org.adempiere.model with parameters of type MInfoProcess Constructor Description MInfoProcess(MInfoProcess copy)
Copy constructor -
Uses of MInfoProcess in org.adempiere.webui.panel
Fields in org.adempiere.webui.panel declared as MInfoProcess Modifier and Type Field Description protected MInfoProcess[]
InfoPanel. infoProcessList
All info process of this infoWindowFields in org.adempiere.webui.panel with type parameters of type MInfoProcess Modifier and Type Field Description protected List<MInfoProcess>
InfoPanel. infoProcessBtList
Info process have style is buttonprotected List<MInfoProcess>
InfoPanel. infoProcessDropList
Info process have style is drop down listprotected List<MInfoProcess>
InfoPanel. infoProcessMenuList
Info process have style is menu -
Uses of MInfoProcess in org.compiere.model
Methods in org.compiere.model that return MInfoProcess Modifier and Type Method Description MInfoProcess[]
MInfoWindow. getInfoProcess(boolean requery)
IDEMPIERE-1334 Get listMInfoProcess
of this infoWindowMethod parameters in org.compiere.model with type arguments of type MInfoProcess Modifier and Type Method Description protected void
MInfoWindow. checkProcessRight(List<MInfoProcess> lsInfoProcess)
if user haven't right to run a process, set infoProcess to null
-