com.retek.component.test
Class TestObjectMaster

java.lang.Object
  extended bycom.retek.component.test.TestObjectMaster

public class TestObjectMaster
extends java.lang.Object


Constructor Summary
TestObjectMaster()
           
 
Method Summary
static void addTaxExemptCustomer(Customer customer)
           
static void addTaxExemptCustomer(Customer customer, RDate effectiveDate)
           
static void addTaxExemptCustomer(Customer customer, java.lang.String state)
           
static void addTaxExemptCustomer(Customer customer, java.lang.String state, RDate effectiveDate)
           
static java.lang.String getNextBannerId()
           
static java.lang.String getNextId()
           
static java.util.Set getTaxCreditors(java.lang.String invoiceId, DistributedContext context)
           
static boolean isDataLoaded()
           
static void resetModifiedTaxRate()
           
static void resetTaxExemptCustomers()
           
static void setDataLoaded(boolean bool)
           
static void setModifiedTaxRate(Percent taxRate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestObjectMaster

public TestObjectMaster()
Method Detail

getNextId

public static java.lang.String getNextId()
                                  throws SystemException
Throws:
SystemException

addTaxExemptCustomer

public static void addTaxExemptCustomer(Customer customer)
                                 throws SystemException,
                                        BusinessException
Throws:
SystemException
BusinessException

addTaxExemptCustomer

public static void addTaxExemptCustomer(Customer customer,
                                        java.lang.String state)
                                 throws SystemException,
                                        BusinessException
Throws:
SystemException
BusinessException

addTaxExemptCustomer

public static void addTaxExemptCustomer(Customer customer,
                                        RDate effectiveDate)
                                 throws SystemException,
                                        BusinessException
Throws:
SystemException
BusinessException

addTaxExemptCustomer

public static void addTaxExemptCustomer(Customer customer,
                                        java.lang.String state,
                                        RDate effectiveDate)
                                 throws SystemException,
                                        BusinessException
Throws:
SystemException
BusinessException

setModifiedTaxRate

public static void setModifiedTaxRate(Percent taxRate)
                               throws SystemException,
                                      BusinessException
Throws:
SystemException
BusinessException

resetModifiedTaxRate

public static void resetModifiedTaxRate()
                                 throws SystemException,
                                        BusinessException
Throws:
SystemException
BusinessException

resetTaxExemptCustomers

public static void resetTaxExemptCustomers()
                                    throws SystemException,
                                           BusinessException
Throws:
SystemException
BusinessException

getTaxCreditors

public static java.util.Set getTaxCreditors(java.lang.String invoiceId,
                                            DistributedContext context)
                                     throws SystemException
Throws:
SystemException

getNextBannerId

public static java.lang.String getNextBannerId()
                                        throws SystemException
Throws:
SystemException

isDataLoaded

public static boolean isDataLoaded()
                            throws SystemException
Throws:
SystemException

setDataLoaded

public static void setDataLoaded(boolean bool)
                          throws SystemException
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28