Uses of Class
org.compiere.model.MClient
Packages that use 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
Methods in org.adempiere.base.event that return MClientMethods in org.adempiere.base.event with parameters of type MClientConstructors in org.adempiere.base.event with parameters of type MClientModifierConstructorDescriptionRequestSendEMailEventData
(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
Methods in org.adempiere.model with parameters of type MClientModifier 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
Constructors in org.adempiere.process.rpl.exp with parameters of type MClient -
Uses of MClient in org.adempiere.process.rpl.imp
Methods in org.adempiere.process.rpl.imp that return MClientModifier and TypeMethodDescriptionstatic MClient
ImportHelper.getAD_ClientByValue
(Properties ctx, String value, String trxName) -
Uses of MClient in org.adempiere.webui.apps
Methods in org.adempiere.webui.apps with parameters of type MClientModifier and TypeMethodDescriptionstatic WTableDirEditor
AEnv.getListDocumentLanguage
(MClient client) Create WTableDirEditor for language with IsLoginLocale=Y. -
Uses of MClient in org.compiere.model
Methods in org.compiere.model that return MClientModifier 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()
Methods in org.compiere.model with parameters of type MClientModifier 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 validatorConstructors in org.compiere.model with parameters of type MClientModifierConstructorDescriptionMAcctProcessor
(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
Fields in org.compiere.server declared as MClientModifier 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
ClientConstructors in org.compiere.server with parameters of type MClient -
Uses of MClient in org.compiere.util
Constructors in org.compiere.util with parameters of type MClient