atg.integrations.taxware
Class VeraZipAccess

java.lang.Object
  extended by atg.integrations.taxware.VeraZipAccess

public class VeraZipAccess
extends java.lang.Object

A class that provides simplified access for getting the correct order item off of an order.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
VeraZipAccess()
           
 
Method Summary
static ZipResultItem getZipResultItemForAddrName(VeraZipable zOrder, java.lang.String pName)
          getZipResultItemForAddrName gets the chosen ZipResultItem for the address associated with pName (probably VeraZipable.SHIP_TO_ADDRESS_NAME or VeraZipable.BILL_TO_ADDRESS_NAME).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

VeraZipAccess

public VeraZipAccess()
Method Detail

getZipResultItemForAddrName

public static ZipResultItem getZipResultItemForAddrName(VeraZipable zOrder,
                                                        java.lang.String pName)
getZipResultItemForAddrName gets the chosen ZipResultItem for the address associated with pName (probably VeraZipable.SHIP_TO_ADDRESS_NAME or VeraZipable.BILL_TO_ADDRESS_NAME). and returns it, if it is available and in sync with the City/State/Zip of the order.