Class InitialClientSetup
- java.lang.Object
-
- org.openbravo.erpCommon.businessUtility.InitialClientSetup
-
public class InitialClientSetup extends Object
- Author:
- David Alsasua Initial Client Setup class
-
-
Constructor Summary
Constructors Constructor Description InitialClientSetup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OBError
createClient(VariablesSecureApp vars, String strCurrencyID, String strClientName, String strClientUser, String strPassword, String strModules, String strAccountText, String strCalendarText, boolean bCreateAccounting, org.apache.commons.fileupload.FileItem fileCoAFilePath, Boolean bBPartner, Boolean bProduct, Boolean bProject, Boolean bCampaign, Boolean bSalesRegion)
String
getLog()
-
-
-
Method Detail
-
getLog
public String getLog()
-
createClient
public OBError createClient(VariablesSecureApp vars, String strCurrencyID, String strClientName, String strClientUser, String strPassword, String strModules, String strAccountText, String strCalendarText, boolean bCreateAccounting, org.apache.commons.fileupload.FileItem fileCoAFilePath, Boolean bBPartner, Boolean bProduct, Boolean bProject, Boolean bCampaign, Boolean bSalesRegion)
-
-