Uses of Class
com.retek.commons.domain.core.exception.InvalidIdException

Packages that use InvalidIdException
com.retek.commons.domain.core.exception   
com.retek.component.customerorder   
com.retek.component.item   
com.retek.component.payment   
 

Uses of InvalidIdException in com.retek.commons.domain.core.exception
 

Subclasses of InvalidIdException in com.retek.commons.domain.core.exception
 class InvalidReferenceException
          Exception thrown by the persistence layer when doing reads to indicate that no persisted object exists with the specified reference.
 

Uses of InvalidIdException in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder that throw InvalidIdException
 void CustomerOrderLine.pickException(PickExceptionStatusType pickExceptionStatus, Quantity quantity, Warehouse warehouse)
           
 

Uses of InvalidIdException in com.retek.component.item
 

Methods in com.retek.component.item that throw InvalidIdException
 Differentiator ItemManager.readDifferentiator(java.lang.String id)
           
 DifferentiatorType ItemManager.readDifferentiatorType(java.lang.String id)
           
 DifferentiatorGroupHeader ItemManager.readDifferentiatorGroupHeader(java.lang.String id)
           
 UdaHeader ItemManager.readUdaHeader(java.lang.String id)
           
 UdaValue ItemManager.readUdaValue(java.lang.String udaHeaderId, java.lang.String udaValueId)
           
 Style ItemManager.readStyle(java.lang.String id)
           
 java.util.Set ItemManager.readStyles(java.util.Set ids)
           
 Sku ItemManager.readSku(java.lang.String id)
           
 java.util.Set ItemManager.readSkus(java.util.Set ids)
           
 Pack ItemManager.readPack(java.lang.String id)
           
 java.util.Set ItemManager.readPacks(java.util.Set ids)
           
 Department ItemManager.readDepartment(java.lang.String id)
           
 ItemClass ItemManager.readItemClass(java.lang.String departmentId, java.lang.String itemClassId)
           
 ItemSubclass ItemManager.readItemSubclass(java.lang.String id, java.lang.String itemClassId, java.lang.String itemSubclassId)
           
 Style ItemManager.readStyle(java.lang.String id, boolean readThinDiffGroup)
           
 DifferentiatorGroupHeader ItemManager.readThinDifferentiatorGroupHeader(java.lang.String diffId)
           
 

Uses of InvalidIdException in com.retek.component.payment
 

Methods in com.retek.component.payment that throw InvalidIdException
 AvsCode PaymentManager.readAvsCode(java.lang.String avsCode)
           
 



Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25