public void delete(Integer id) { _delegate.delete(id); }
public String getBatchBillingInfo() { return _delegate.getBatchBillingInfo(); }
public Integer insert(AcBillingPlan billingPlan) { return _delegate.insert(billingPlan); }
public void update(AcBillingPlan billingPlan) { _delegate.update(billingPlan); }
public JwList<AcBillingPlan> getAllAvailable() { return _delegate.getAllAvailable(); }
public JwList<AcBillingPlan> getAllWhere(String whereClause, Integer rowLimit) { return _delegate.getAllWhere(whereClause, rowLimit); }
public boolean billingPlanExists(AcBillingPlanPkIF pk) { return _delegate.billingPlanExists(pk); }
public AcBillingPlan getBillingPlanByWebKey(String webKey) { return _delegate.getBillingPlanByWebKey(webKey); }
public AcBillingPlan getBillingPlan(AcBillingPlanPkIF pk) { return _delegate.getBillingPlan(pk); }
public boolean billingPlanExists(Integer id) { return _delegate.billingPlanExists(id); }
public AcBillingPlan getBillingPlan(Integer id) { return _delegate.getBillingPlan(id); }
public void release() { _delegate.release(); }
public void executeBilling(AcBillingPlan plan, AcBillingBilling manualBilling) { _delegate.executeBilling(plan, manualBilling); }
public void executeBilling(AcBillingPlan plan) { _delegate.executeBilling(plan); }
public JwList<AcBillingPlan> getBatchBillingPlans() { return _delegate.getBatchBillingPlans(); }