Uses of Class
org.compiere.model.MClient
Package
Description
Provide interface and classes for working with and handling different types of OSGi events
One of the package that provide extended model class for iDempiere core tables.
Provide generic PO implementation that doesn't use generated model class.
Provide interface for tax provider, shipment processor, zoom provider and address validation.
Provide iDempiere model interface (I_*) wrapper for PO and GridTab.
Provide implementation of order promotion rule and zoom across targets.
Provide generic PO implementation that doesn't use generated model class.
Provide interface for tax provider, shipment processor, zoom provider and address validation.
Provide iDempiere model interface (I_*) wrapper for PO and GridTab.
Provide implementation of order promotion rule and zoom across targets.
Provide process, drill assistant, feedback request and callout dialog implementation.
Provide global search and label search component.
Provide global search and label search component.
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*).
Provide implementation for conversion of amount to word.
Provide cache, server log, JDBC interface, field display/data type, transaction, email, INI properties, security key store, encryption and environment context implementation.
Provide cache, server log, JDBC interface, field display/data type, transaction, email, INI properties, security key store, encryption and environment context implementation.
-
Uses of MClient in org.adempiere.base.event
ModifierConstructorDescriptionRequestSendEMailEventData
(MClient client, MUser from, MUser to, String subject, String message, File attachment, int requestID) RequestSendEMailEventData
(MClient client, MUser from, MUser to, String subject, String message, File attachment, int requestID, boolean isHtml) -
Uses of MClient in org.adempiere.model
Modifier and TypeMethodDescriptionvoid
ExportModelValidator.initialize
(ModelValidationEngine engine, MClient client) Initialize Validationvoid
ProductPriceValidator.initialize
(ModelValidationEngine engine, MClient client) -
Uses of MClient in org.adempiere.process.rpl.exp
-
Uses of MClient in org.adempiere.process.rpl.imp
Modifier and TypeMethodDescriptionstatic MClient
ImportHelper.getAD_ClientByValue
(Properties ctx, String value, String trxName) -
Uses of MClient in org.adempiere.webui.apps
Modifier and TypeMethodDescriptionstatic WTableDirEditor
AEnv.getListDocumentLanguage
(MClient client) Create WTableDirEditor for language with IsLoginLocale=Y. -
Uses of MClient in org.compiere.model
Modifier and TypeMethodDescriptionstatic MClient
MClient.get
(int AD_Client_ID) Get client from cache (immutable)static MClient
MClient.get
(Properties ctx) Get optionally cached clientstatic MClient
MClient.get
(Properties ctx, int AD_Client_ID) Get client from cache (immutable)static MClient[]
MClient.getAll
(Properties ctx) Get all clientsstatic MClient[]
MClient.getAll
(Properties ctx, String orderBy) Get all clientsstatic MClient
MClient.getByLoginPrefix
(String loginPrefix) Get a MClient object based on LoginPrefixMClient.markImmutable()
Modifier and TypeMethodDescriptionstatic void
Calculate costing for client.void
ModelValidator.initialize
(ModelValidationEngine engine, MClient client) Initialize validator.void
SalesMgmtValidator.initialize
(ModelValidationEngine engine, MClient client) Initialize and register model validatorModifierConstructorDescriptionMAcctProcessor
(MClient client, int Supervisor_ID) Parent ConstructorMAcctSchema
(MClient client, KeyNamePair currency) Parent ConstructorParent ConstructorMClient
(Properties ctx, MClient copy) Copy constructorMClient
(Properties ctx, MClient copy, String trxName) Copy constructorCopy constructorMClientInfo
(MClient client, int AD_Tree_Org_ID, int AD_Tree_BPartner_ID, int AD_Tree_Project_ID, int AD_Tree_SalesRegion_ID, int AD_Tree_Product_ID, int AD_Tree_Campaign_ID, int AD_Tree_Activity_ID, String trxName) Parent ConstructorParent ConstructorMRequestProcessor
(MClient parent, int Supervisor_ID) Parent ConstructorMTree_Base
(MClient client, String name, String treeType) Parent Constructor -
Uses of MClient in org.compiere.server
Modifier and TypeFieldDescriptionprotected MClient
AcctProcessor.m_client
Client onfoprotected MClient
AlertProcessor.m_client
Client infoprotected MClient
ReplicationProcessor.m_client
Client infoprotected MClient
RequestProcessor.m_client
Client onfoprotected MClient
WorkflowProcessor.m_client
Client onfoprotected MClient
AdempiereServer.p_client
Client -
Uses of MClient in org.compiere.util