|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.banner_channel |
Methods in com.retek.component.banner_channel that return BusinessProblem | |
BusinessProblem |
BannerChannelBusinessException.getProblemForAttribute(java.lang.String attribute)
|
Uses of BusinessProblem in com.retek.component.correspondence |
Methods in com.retek.component.correspondence that return BusinessProblem | |
BusinessProblem |
CorrespondenceBusinessException.getProblemForAttribute(java.lang.String attribute)
|
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |