Uses of Class
org.compiere.model.MClient
-
Packages that use MClient Package Description org.adempiere.base.event org.adempiere.model org.adempiere.process.rpl.exp org.adempiere.process.rpl.imp org.adempiere.webui.apps org.compiere.model Provides for....org.compiere.server org.compiere.util -
-
Uses of MClient in org.adempiere.base.event
Methods in org.adempiere.base.event that return MClient Modifier and Type Method Description MClient
RequestSendEMailEventData. getClient()
Methods in org.adempiere.base.event with parameters of type MClient Modifier and Type Method Description void
RequestSendEMailEventData. setClient(MClient client)
Constructors in org.adempiere.base.event with parameters of type MClient Constructor Description RequestSendEMailEventData(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 MClient Modifier and Type Method Description void
ExportModelValidator. initialize(ModelValidationEngine engine, MClient client)
Initialize Validationvoid
ProductPriceValidator. initialize(ModelValidationEngine engine, MClient client)
void
PromotionValidator. 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 Constructor Description ExportHelper(MClient client, MReplicationStrategy rplStrategy)
-
Uses of MClient in org.adempiere.process.rpl.imp
Methods in org.adempiere.process.rpl.imp that return MClient Modifier and Type Method Description static 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 MClient Modifier and Type Method Description static WTableDirEditor
AEnv. getListDocumentLanguage(MClient client)
-
Uses of MClient in org.compiere.model
Methods in org.compiere.model that return MClient Modifier and Type Method Description static 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 clientsMClient
MClient. markImmutable()
Methods in org.compiere.model with parameters of type MClient Modifier and Type Method Description static void
MCost. create(MClient client)
Create costing for client.void
ModelValidator. initialize(ModelValidationEngine engine, MClient client)
Initialize Validationvoid
SalesMgmtValidator. initialize(ModelValidationEngine engine, MClient client)
Initialize ValidationConstructors in org.compiere.model with parameters of type MClient Constructor Description MAcctProcessor(MClient client, int Supervisor_ID)
Parent ConstructorMAcctSchema(MClient client, KeyNamePair currency)
Parent ConstructorMCalendar(MClient client)
Parent ConstructorMClient(Properties ctx, MClient copy)
MClient(Properties ctx, MClient copy, String trxName)
MClient(MClient copy)
MClientInfo(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 ConstructorMElement(MClient client, String Name, String ElementType, int AD_Tree_ID)
Full ConstructorMOrg(MClient client, String value, String name)
Parent 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 MClient Modifier and Type Field Description protected 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 Constructor Description EMailProcessor(MClient client)
EMail Processor -
Uses of MClient in org.compiere.util
Constructors in org.compiere.util with parameters of type MClient Constructor Description EMail(MClient client, String from, String to, String subject, String message)
Full ConstructorEMail(MClient client, String from, String to, String subject, String message, boolean html)
Full Constructor
-