Package org.openbravo.financial
Class ResetAccounting
- java.lang.Object
-
- org.openbravo.financial.ResetAccounting
-
public class ResetAccounting extends Object
-
-
Constructor Summary
Constructors Constructor Description ResetAccounting()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HashMap<String,Integer>
delete(String adClientId, String adOrgId, String adTableId, String recordId, String strdatefrom, String strdateto)
static HashMap<String,Integer>
delete(String adClientId, String adOrgId, List<String> tableIds, String strdatefrom, String strdateto)
static HashMap<String,Integer>
restore(String clientId, String adOrgId, String datefrom, String dateto)
static HashMap<String,Integer>
restore(String clientId, String adOrgId, String tableId, String datefrom, String dateto)
static HashMap<String,Integer>
restore(String clientId, String adOrgId, List<String> tableIds, String datefrom, String dateto)
-
-
-
Method Detail
-
delete
public static HashMap<String,Integer> delete(String adClientId, String adOrgId, List<String> tableIds, String strdatefrom, String strdateto) throws OBException
- Throws:
OBException
-
delete
public static HashMap<String,Integer> delete(String adClientId, String adOrgId, String adTableId, String recordId, String strdatefrom, String strdateto)
-
restore
public static HashMap<String,Integer> restore(String clientId, String adOrgId, String datefrom, String dateto)
-
restore
public static HashMap<String,Integer> restore(String clientId, String adOrgId, List<String> tableIds, String datefrom, String dateto)
-
-