Uses of Class
org.compiere.model.MSession
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 MSession in org.adempiere.webui.util
-
Uses of MSession in org.compiere.model
Modifier and TypeMethodDescriptionstatic MSession
MSession.create
(Properties ctx) Create new session for contextstatic MSession
MSession.get
(Properties ctx) Get session from contextstatic MSession
MSession.get
(Properties ctx, boolean createNew) Deprecated.use Get and Create functions.static MSession
MSession.get
(Properties ctx, String Remote_Addr, String Remote_Host, String WebSession) Get existing or create new sessionMSession.markImmutable()
Modifier and TypeMethodDescriptionprotected int
PO.buildInsertSQL
(StringBuilder sqlInsert, boolean withValues, List<Object> params, MSession session, int AD_ChangeLog_ID, boolean generateScriptOnly) Build insert SQL statement and capture change logModifierConstructorDescriptionMSession
(Properties ctx, MSession copy) Copy constructorMSession
(Properties ctx, MSession copy, String trxName) Copy constructorCopy constructor