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 MClientRequestSendEMailEventData. getClient()Methods in org.adempiere.base.event with parameters of type MClient Modifier and Type Method Description voidRequestSendEMailEventData. 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 voidExportModelValidator. initialize(ModelValidationEngine engine, MClient client)Initialize ValidationvoidProductPriceValidator. initialize(ModelValidationEngine engine, MClient client)voidPromotionValidator. 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 MClientImportHelper. 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 WTableDirEditorAEnv. getListDocumentLanguage(MClient client) -
Uses of MClient in org.compiere.model
Methods in org.compiere.model that return MClient Modifier and Type Method Description static MClientMClient. get(int AD_Client_ID)Get client from cache (immutable)static MClientMClient. get(Properties ctx)Get optionally cached clientstatic MClientMClient. 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 clientsMClientMClient. markImmutable()Methods in org.compiere.model with parameters of type MClient Modifier and Type Method Description static voidMCost. create(MClient client)Create costing for client.voidModelValidator. initialize(ModelValidationEngine engine, MClient client)Initialize ValidationvoidSalesMgmtValidator. 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 MClientAcctProcessor. m_clientClient onfoprotected MClientAlertProcessor. m_clientClient infoprotected MClientReplicationProcessor. m_clientClient infoprotected MClientRequestProcessor. m_clientClient onfoprotected MClientWorkflowProcessor. m_clientClient onfoprotected MClientAdempiereServer. p_clientClientConstructors 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
-