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

Packages that use BusinessProblem
com.retek.commons.domain.core.exception   
com.retek.component.customer   
com.retek.component.customerorder   
com.retek.component.event   
com.retek.component.item   
com.retek.component.location   
com.retek.component.media   
com.retek.component.promotion   
com.retek.component.task   
 

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

Subclasses of BusinessProblem in com.retek.commons.domain.core.exception
 class ValidationProblem
          Holds information relating to validation of business rules, including source, attribute that caused the error, and severity.
 

Methods in com.retek.commons.domain.core.exception with parameters of type BusinessProblem
 void BusinessException.add(BusinessProblem theProblem)
           
 

Constructors in com.retek.commons.domain.core.exception with parameters of type BusinessProblem
BusinessException(java.lang.String messageBundle, java.lang.String messageKey, BusinessProblem theProblem)
           
BusinessException(java.lang.String messageBundle, java.lang.String messageKey, java.lang.Object[] messageValues, BusinessProblem theProblem)
           
 

Uses of BusinessProblem in com.retek.component.customer
 

Constructors in com.retek.component.customer with parameters of type BusinessProblem
CustomerBusinessException(java.lang.String messageKey, BusinessProblem theProblem)
          Adds the BusinessProblem parameter.
CustomerBusinessException(java.lang.String messageKey, java.lang.Object[] messageValues, BusinessProblem theProblem)
          Adds the messageValues and BusinessProblem parameters.
 

Uses of BusinessProblem in com.retek.component.customerorder
 

Constructors in com.retek.component.customerorder with parameters of type BusinessProblem
MailOrderBatchSearchValidationException(java.lang.String messageBundle, java.lang.String messageKey, BusinessProblem theProblem)
           
MailOrderBatchSearchValidationException(java.lang.String messageBundle, java.lang.String messageKey, java.lang.Object[] messageValues, BusinessProblem theProblem)
           
 

Uses of BusinessProblem in com.retek.component.event
 

Methods in com.retek.component.event that return BusinessProblem
 BusinessProblem EventBusinessException.getProblemForAttribute(java.lang.String attribute)
           
 

Uses of BusinessProblem in com.retek.component.item
 

Methods in com.retek.component.item that return BusinessProblem
 BusinessProblem ItemBusinessException.getProblemForAttribute(java.lang.String attribute)
           
 BusinessProblem AddressCodeSubmitException.getProblemForAttribute(java.lang.String attribute)
           
 

Uses of BusinessProblem in com.retek.component.location
 

Methods in com.retek.component.location that return BusinessProblem
 BusinessProblem LocationBusinessException.getProblemForAttribute(java.lang.String attribute)
           
 

Uses of BusinessProblem in com.retek.component.media
 

Subclasses of BusinessProblem in com.retek.component.media
 class SellingItemExistsProblem
           
 

Constructors in com.retek.component.media with parameters of type BusinessProblem
MediaBusinessException(java.lang.String messageKey, BusinessProblem theProblem)
           
MediaBusinessException(java.lang.String messageKey, java.lang.Object[] messageValues, BusinessProblem theProblem)
           
 

Uses of BusinessProblem in com.retek.component.promotion
 

Constructors in com.retek.component.promotion with parameters of type BusinessProblem
PromotionBusinessException(java.lang.String messageKey, BusinessProblem theProblem)
           
PromotionBusinessException(java.lang.String messageKey, java.lang.Object[] messageValues, BusinessProblem theProblem)
           
 

Uses of BusinessProblem in com.retek.component.task
 

Constructors in com.retek.component.task with parameters of type BusinessProblem
TaskBusinessException(java.lang.String messageKey, BusinessProblem theProblem)
           
TaskBusinessException(java.lang.String messageKey, java.lang.Object[] messageValues, BusinessProblem theProblem)
           
 



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