| Modifier and Type | Method and Description |
|---|---|
void |
StreamConfigurationRemoveInterceptor.onRemove(StreamConfigurationModel model,
InterceptorContext ctx) |
void |
StreamConfigurationValidationInterceptor.onValidate(StreamConfigurationModel config,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
AutomatedWorkflowActionTemplateValidatorMockTest.checkThatAutomatedWorkflowActionValidationIsCorrect() |
void |
B2BCustomerInitDefaultsInterceptor.onInitDefaults(Object model,
InterceptorContext ctx) |
void |
B2BCommentPrepareInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
B2BBudgetModelValidateInterceptor.onValidate(Object model,
InterceptorContext ctx) |
void |
B2BCustomerModelValidateInterceptor.onValidate(Object model,
InterceptorContext ctx) |
void |
B2BCreditLimitModelValidateInterceptor.onValidate(Object model,
InterceptorContext ctx) |
void |
B2BUnitModelValidateInterceptor.onValidate(Object model,
InterceptorContext ctx) |
void |
B2BCostCenterModelValidateInterceptor.onValidate(Object model,
InterceptorContext ctx) |
void |
B2BUserGroupModelValidateInterceptor.onValidate(Object model,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
BTGReferencePriceOperandInitInterceptor.onInitDefaults(Object model,
InterceptorContext ctx) |
void |
BTGNumberOfOrdersRelativeDateOperandInitInterceptor.onInitDefaults(Object model,
InterceptorContext ctx) |
void |
BTGReferenceDateOperandInitInterceptor.onInitDefaults(Object model,
InterceptorContext ctx) |
void |
BTGExpressionInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
BTGResultInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
BtgOutputActionDefinitionModelInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassificationImportCronJobPreparer.onPrepare(Object model,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentSlotForPageInitDefaultsInterceptor.onInitDefaults(Object model,
InterceptorContext ctx)
Called by
ModelService.initDefaults(Object) after instantiate a new model. |
void |
CMSRelationInitDefaultsInterceptor.onInitDefaults(Object model,
InterceptorContext ctx)
Called by
ModelService.initDefaults(Object) after instantiate a new model. |
void |
ContentSlotForTemplateInitDefaultsInterceptor.onInitDefaults(Object model,
InterceptorContext ctx)
Called by
ModelService.initDefaults(Object) after instantiate a new model. |
void |
CmsContentPagePrepareInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
CMSDefaultPageInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
NavigationNodePrepareInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
CMSContentSlotRemoveInterceptor.onRemove(Object model,
InterceptorContext ctx) |
void |
CMSAbstractPageRemoveInterceptor.onRemove(Object model,
InterceptorContext ctx) |
void |
CMSPageTemplateRemoveInterceptor.onRemove(Object model,
InterceptorContext ctx) |
void |
CatalogVersionRemoveInterceptor.onRemove(Object model,
InterceptorContext ctx) |
void |
ContentSlotForTemplateValidateInterceptor.onValidate(Object model,
InterceptorContext ctx) |
void |
ContentSlotForPageValidateInterceptor.onValidate(Object model,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlashComponentValidator.onValidate(Object model,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
CockpitObjectCollectionModelPrepareInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
CockpitSavedQueryPrepareInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
CockpitSavedQueryRemoveInterceptor.onRemove(Object model,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
JasperWidgetPreferencesPreparer.onPrepare(Object model,
InterceptorContext ctx) |
void |
JasperMediaPrepareInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentPreparer.onPrepare(Object model,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
BoostRuleValidator.onValidate(Object model,
InterceptorContext ctx) |
void |
BoostRuleValidatorTest.shouldChangeTypeToStringWhenSolrIndexedPropertyHasRange() |
void |
BoostRuleValidatorTest.shouldThrowExceptionWhenBoostFactorBiggerThanMaxBoostFactor() |
void |
BoostRuleValidatorTest.shouldThrowExceptionWhenBoostFactorIsNegative() |
void |
BoostRuleValidatorTest.shouldThrowExceptionWhenTypeIsNotSupported() |
void |
BoostRuleValidatorTest.shouldThrowExceptionWhenValidationFails() |
| Modifier and Type | Method and Description |
|---|---|
void |
BoostValueValidator.validate(String value)
Validate the supplied
value string, for which the BoostValueValidator.isApplicable(SolrPropertiesTypes) method
return true. |
| Modifier and Type | Method and Description |
|---|---|
void |
CommonBoostValueValidatorTest.shouldPassValidation() |
void |
BooleanBoostValueValidatorTest.shouldPassValidation() |
void |
DateBoostValueValidatorTest.shouldPassValidation() |
void |
FloatBoostValueValidatorTest.shouldPassValidation() |
void |
DoubleBoostValueValidatorTest.shouldPassValidation() |
void |
CommonBoostValueValidatorTest.shouldThrowExceptionWhenValueIsEmpty() |
void |
BooleanBoostValueValidatorTest.shouldThrowExceptionWhenValueIsNotParsabeBoolean() |
void |
DateBoostValueValidatorTest.shouldThrowExceptionWhenValueIsNotParsabeBoolean() |
void |
DoubleBoostValueValidatorTest.shouldThrowExceptionWhenValueIsNotParsabeDouble() |
void |
FloatBoostValueValidatorTest.shouldThrowExceptionWhenValueIsNotParsabeFloat() |
void |
IntegerBoostValueValidatorTest.shouldThrowExceptionWhenValueIsNotParsabeInteger() |
void |
NumberBoostValueValidatorTest.shouldThrowExceptionWhenValueIsNotParsabeNumber() |
void |
DateBoostValueValidator.validate(String value) |
void |
FloatBoostValueValidator.validate(String value) |
void |
BooleanBoostValueValidator.validate(String value) |
void |
NumberBoostValueValidator.validate(String value) |
void |
CommonBoostValueValidator.validate(String value) |
void |
DoubleBoostValueValidator.validate(String value) |
void |
IntegerBoostValueValidator.validate(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
HeroProductPrepareInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
SolrHeroProductValidator.onValidate(Object model,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
CategorySolrSearchProfileValidator.onValidate(Object model,
InterceptorContext ctx) |
void |
GlobalSolrSearchProfileValidator.onValidate(Object model,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBundleRuleIDPrepareInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
BundleTemplatePrepareInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
BundleTemplateStatusIDPrepareInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
BundleSelectionCriteriaIDPrepareInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
BundleTemplateRemoveInterceptor.onRemove(Object model,
InterceptorContext ctx) |
void |
BundleTemplateValidator.onValidate(Object model,
InterceptorContext ctx)
Deprecated.
|
void |
PickExactlyNBundleSelectionCriteriaValidateInterceptor.onValidate(Object model,
InterceptorContext ctx) |
void |
PickNToMBundleSelectionCriteriaValidateInterceptor.onValidate(Object model,
InterceptorContext ctx) |
void |
AbstractBundleRuleValidator.onValidate(Object model,
InterceptorContext ctx)
Deprecated.
|
void |
ProductBundleValidator.onValidate(Object model,
InterceptorContext ctx)
Deprecated.
|
void |
BundleTemplateValidatorTest.testBundleTemplateValidateActsOnlyOnBundleTemplates()
Deprecated.
|
void |
BundleTemplateValidatorTest.testChildTemplateCanHaveSelectionCriteria()
Deprecated.
|
void |
BundleTemplateValidatorTest.testChildTemplateCannotReferenceItself()
Deprecated.
|
void |
BundleTemplateValidatorTest.testChildTemplatesCanHaveProducts()
Deprecated.
|
void |
BundleTemplateValidatorTest.testChildTemplateWithNoSelectionCriteriaIsOK()
Deprecated.
|
void |
AbstractBundleRuleValidatorTest.testDisableRuleConditionalProductsInComponentWithProducts()
Deprecated.
|
void |
AbstractBundleRuleValidatorTest.testDisableRuleTargetProductsInComponentWithProducts()
Deprecated.
|
void |
AbstractBundleRuleValidatorTest.testHasTargetProducts()
Deprecated.
|
void |
PickNToMBundleSelectionCriteriaValidateInterceptorTest.testMshouldBeGreaterThanN() |
void |
BundleTemplateValidatorTest.testMultiLevelTemplateAllowed()
Deprecated.
|
void |
PickNToMBundleSelectionCriteriaValidateInterceptorTest.testNAndMCannotBeGreaterThan() |
void |
PickNToMBundleSelectionCriteriaValidateInterceptorTest.testNAndMshouldBeNonNegative() |
void |
BundleTemplateValidatorTest.testParentTemplatCannotHaveSelectionCriteria()
Deprecated.
|
void |
BundleTemplateValidatorTest.testParentTemplateCannotHaveChangePriceRule()
Deprecated.
|
void |
BundleTemplateValidatorTest.testParentTemplateCannotHaveDependentTemplates()
Deprecated.
|
void |
BundleTemplateValidatorTest.testParentTemplateCannotHaveDisablePriceRule()
Deprecated.
|
void |
BundleTemplateValidatorTest.testParentTemplateCannotHaveProducts()
Deprecated.
|
void |
BundleTemplateValidatorTest.testParentTemplateCannotHaveRequiredTemplates()
Deprecated.
|
void |
BundleTemplateValidatorTest.testParentTemplateHasNoBundleRules()
Deprecated.
|
void |
BundleTemplateValidatorTest.testParentTemplatesCannotHaveProducts()
Deprecated.
|
void |
BundleTemplateValidatorTest.testParentTemplateWithNoSelectionCriteriaIsOK()
Deprecated.
|
void |
BundleTemplateValidatorTest.testParentTemplateWithNoSelectionDependencyIsOK()
Deprecated.
|
void |
AbstractBundleRuleValidatorTest.testPriceRuleTargetProductsInComponentWithProducts()
Deprecated.
|
void |
ProductBundleValidatorTest.testProductBundleValidatorActsOnlyOnProducts()
Deprecated.
|
void |
ProductBundleValidatorTest.testProductHasNoTemplates()
Deprecated.
|
void |
ProductBundleValidatorTest.testProductIsAssignedToChildTemplate()
Deprecated.
|
void |
ProductBundleValidatorTest.testProductIsAssignedToProductTemplate()
Deprecated.
|
void |
BundleTemplateRemoveInterceptorIntegrationTest.testRemoveBundleTemplateCheckBundleStatus() |
void |
BundleTemplateRemoveInterceptorIntegrationTest.testRemoveChildTemplate() |
void |
BundleTemplateRemoveInterceptorIntegrationTest.testRemoveParentTemplate() |
void |
BundleTemplateValidatorTest.testRemoveProductThatIsInAssignedPriceRule()
Deprecated.
|
void |
PickExactlyNBundleSelectionCriteriaValidateInterceptorTest.validateSelectionNumberGreaterThanOrEqual1() |
void |
PickExactlyNBundleSelectionCriteriaValidateInterceptorTest.validateSelectionNumberLesserThan1() |
| Modifier and Type | Class and Description |
|---|---|
class |
CouponInterceptorException |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiCodeCouponInitDefaultsInterceptor.onInitDefaults(MultiCodeCouponModel model,
InterceptorContext ctx) |
void |
AbstractCouponValidateInterceptor.onValidate(AbstractCouponModel coupon,
InterceptorContext ctx) |
void |
CodeGenerationConfigurationValidateInterceptor.onValidate(CodeGenerationConfigurationModel model,
InterceptorContext ctx) |
void |
MultiCodeCouponValidateInterceptor.onValidate(MultiCodeCouponModel coupon,
InterceptorContext ctx) |
void |
SingleCodeCouponValidateInterceptor.onValidate(SingleCodeCouponModel coupon,
InterceptorContext ctx) |
void |
MultiCodeCouponValidateInterceptorUnitTest.testOnValidateActiveGeneratedCodesEmptyAndCodeGeneratCodesModifiedEmptyCodes() |
void |
MultiCodeCouponValidateInterceptorUnitTest.testOnValidateActiveGeneratedCodesEmptyAndCodeGeneratCodesModifiedNonEmptyOriginalCodes() |
void |
MultiCodeCouponValidateInterceptorUnitTest.testOnValidateActiveGeneratedCodesEmptyAndCodeGenerationConfigModified() |
void |
MultiCodeCouponValidateInterceptorUnitTest.testOnValidateActiveGeneratedCodesEmptyAndCouponIdIsModified() |
void |
SingleCodeCouponValidateInterceptorUnitTest.testOnValidateBothMaxRedemptionsAreNull() |
void |
AbstractCouponValidateInterceptorUnitTest.testOnValidateEndDateIsNull() |
void |
SingleCodeCouponValidateInterceptorUnitTest.testOnValidateFalse() |
void |
AbstractCouponValidateInterceptorUnitTest.testOnValidateFalse() |
void |
SingleCodeCouponValidateInterceptorUnitTest.testOnValidateFalseWhenActiveAndCouponIdModified() |
void |
AbstractCouponValidateInterceptorUnitTest.testOnValidateFalseWhenEndDateInThePast() |
void |
AbstractCouponValidateInterceptorUnitTest.testOnValidateFalseWhenEndDateLessThenStartDate() |
void |
MultiCodeCouponValidateInterceptorUnitTest.testOnValidateGeneratedCodeIsNull() |
void |
SingleCodeCouponValidateInterceptorUnitTest.testOnValidateMaxRedemptionsPerCustomerIsNull() |
void |
SingleCodeCouponValidateInterceptorUnitTest.testOnValidateMaxTotalRedemptionsIsNull() |
void |
MultiCodeCouponValidateInterceptorUnitTest.testOnValidateModelIsNull() |
void |
SingleCodeCouponValidateInterceptorUnitTest.testOnValidateModelIsNull() |
void |
AbstractCouponValidateInterceptorUnitTest.testOnValidateModelIsNull() |
void |
MultiCodeCouponValidateInterceptorUnitTest.testOnValidateNonActiveGeneratedCodesEmptyAndCodeGeneratCodesModifiedNonEmptyOriginalCodes() |
void |
MultiCodeCouponValidateInterceptorUnitTest.testOnValidateNonActiveGeneratedCodesEmptyAndCodeGeneratedCodesModifiedConsistentCodeCollections() |
void |
MultiCodeCouponValidateInterceptorUnitTest.testOnValidateNonActiveGeneratedCodesEmptyAndCodeGenerationConfigModified() |
void |
MultiCodeCouponValidateInterceptorUnitTest.testOnValidateNonActiveGeneratedCodesEmptyAndCouponIdIsModified() |
void |
MultiCodeCouponValidateInterceptorUnitTest.testOnValidateNonActiveGeneratedCodesPresentAndCodeGeneratedCodesModifiedNonEmptyGenerated() |
void |
MultiCodeCouponValidateInterceptorUnitTest.testOnValidateNonActiveGeneratedCodesPresentAndCodeGenerationConfigModified() |
void |
MultiCodeCouponValidateInterceptorUnitTest.testOnValidateNonActiveGeneratedCodesPresentAndCouponIdIsModified() |
void |
AbstractCouponValidateInterceptorUnitTest.testOnValidateStartDateIsNull() |
void |
MultiCodeCouponValidateInterceptorUnitTest.testOnValidateTrue() |
void |
SingleCodeCouponValidateInterceptorUnitTest.testOnValidateTrue() |
void |
AbstractCouponValidateInterceptorUnitTest.testOnValidateTrue() |
void |
SingleCodeCouponValidateInterceptorUnitTest.testOnValidateTrueWhenNonActiveAndCouponIdModified() |
void |
SingleCodeCouponValidateInterceptorUnitTest.testOnValidateWrongMaxRedemptionsPerCustomer() |
protected void |
CodeGenerationConfigurationValidateInterceptor.validateCodeSeperator(CodeGenerationConfigurationModel model) |
protected void |
CodeGenerationConfigurationValidateInterceptor.validateCoupon(CodeGenerationConfigurationModel model) |
protected void |
CodeGenerationConfigurationValidateInterceptor.validateTotalLength(int partCount,
int partLength) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeeplinkUrlValidateInterceptor.onValidate(Object model,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
DroolsKIEModulePrepareInterceptor.onPrepare(AbstractRulesModuleModel rulesModuleModel,
InterceptorContext context) |
void |
DroolsKIEBasePrepareInterceptor.onPrepare(DroolsKIEBaseModel base,
InterceptorContext context) |
void |
DroolsKIEBaseValidateInterceptor.onValidate(DroolsKIEBaseModel base,
InterceptorContext context) |
void |
DroolsKIESessionValidateInterceptor.onValidate(DroolsKIESessionModel session,
InterceptorContext context) |
void |
DroolsRuleValidateInterceptor.onValidate(DroolsRuleModel model,
InterceptorContext ctx) |
void |
DroolsKIEBasePrepareInterceptorUnitTest.testOnPrepareCurrentVersionIsBigger() |
void |
DroolsKIEBasePrepareInterceptorUnitTest.testOnPrepareCurrentVersionIsLess() |
void |
DroolsKIEBasePrepareInterceptorUnitTest.testOnPrepareEmptyRulesSet() |
void |
DroolsKIEBasePrepareInterceptorUnitTest.testOnPrepareKieModuleIsNull() |
void |
DroolsKIEBasePrepareInterceptorUnitTest.testOnPrepareModuleVersionIsLessThenCurrentRulesVersion() |
protected void |
DroolsKIESessionValidateInterceptor.validateKieBases(DroolsKIESessionModel session,
DroolsKIEModuleModel kmodule) |
protected void |
DroolsKIESessionValidateInterceptor.validateKieSessions(DroolsKIESessionModel session,
DroolsKIEModuleModel kmodule) |
protected void |
DroolsKIESessionValidateInterceptor.validateProperties(DroolsKIESessionModel session) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductEntitlementValidateInterceptor.doValidate(Object model,
InterceptorContext ctx) |
protected abstract void |
AbstractParentChildValidateInterceptor.doValidate(Object model,
InterceptorContext ctx)
This function replaces the onValidate method in sub-classes
|
void |
ProductEntitlementValidatorTest.locationWithComma() |
void |
ProductEntitlementValidatorTest.locationWithLeadingSlash() |
void |
ProductEntitlementValidatorTest.locationWithMissingRegion() |
void |
ProductEntitlementValidatorTest.locationWithTooManyLevels() |
void |
ProductEntitlementValidatorTest.locationWithTrailingSlash() |
void |
ProductEntitlementInitDefaultsInterceptor.onInitDefaults(Object o,
InterceptorContext interceptorContext) |
void |
ProductEntitlementIdPrepareInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
AbstractParentChildValidateInterceptor.onValidate(Object model,
InterceptorContext ctx) |
void |
ProductEntitlementValidatorTest.pathWithTrailingSlash() |
void |
ProductEntitlementValidatorTest.shouldAcceptUnlimitedDuration() |
void |
ProductEntitlementValidatorTest.shouldAcceptZeroDuration() |
void |
ProductEntitlementValidatorTest.shouldRejectCommasInGeoPath() |
void |
ProductEntitlementValidatorTest.shouldRejectDurationWithoutStartDate() |
void |
ProductEntitlementValidatorTest.shouldRejectNegativeDuration() |
void |
ProductEntitlementValidatorTest.shouldRejectNegativeStartTime() |
void |
ProductEntitlementValidatorTest.shouldRejectPathEndingWithSeparator() |
void |
ProductEntitlementValidatorTest.shouldRejectQuantityWithoutUsageUnit() |
void |
ProductEntitlementValidatorTest.shouldRejectStartTimeWithoutTimeUnit() |
void |
ProductEntitlementValidatorTest.shouldRejectTimeUnitWithoutStartDate() |
void |
ProductEntitlementValidatorTest.shouldRejectTimeUnitWithoutStartTime() |
void |
ProductEntitlementValidatorTest.shouldRejectTrailingSlash() |
void |
ProductEntitlementValidatorTest.shouldRejectZeroStartTime() |
void |
ProductEntitlementValidatorTest.testProductEntitlementValidatorQuantityIsMinusOne() |
void |
ProductEntitlementValidatorTest.testProductEntitlementValidatorQuantityIsNegative() |
void |
ProductEntitlementValidatorTest.testProductEntitlementValidatorQuantityIsNull() |
void |
ProductEntitlementValidatorTest.testProductEntitlementValidatorQuantityIsPositive() |
void |
ProductEntitlementValidatorTest.testProductEntitlementValidatorQuantityIsZero() |
void |
ProductEntitlementValidatorTest.testProductEntitlementValidatorWithoutUsageUnit() |
| Modifier and Type | Method and Description |
|---|---|
void |
PLA_12491_Test_Interceptor.onValidate(TitleModel model,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestAddressModelValidateInterceptor.onValidate(Object addressModel,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
MediaModelPrepareInterceptor.onPrepare(MediaModel mediaModel,
InterceptorContext ctx) |
void |
RemoveDataOnSetURLPrepareInterceptor.onPrepare(MediaModel media,
InterceptorContext ctx) |
void |
CheckIfRemovableMediaInterceptor.onRemove(MediaModel mediaModel,
InterceptorContext ctx) |
void |
RemoveDataOnMediaModelRemoveInterceptor.onRemove(MediaModel media,
InterceptorContext ctx) |
| Modifier and Type | Class and Description |
|---|---|
class |
MediaConversionModelValidationException
Exception thrown if vital model constraints are violated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PhoneNumberValidator.onValidate(Object model,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
PhoneNumberRemoveInterceptor.onRemove(Object model,
InterceptorContext ctx) |
void |
MobileShortcodeRemoveInterceptor.onRemove(Object model,
InterceptorContext ctx) |
void |
PhoneNumberListRemoveInterceptor.onRemove(Object model,
InterceptorContext ctx) |
void |
MobileActionKeywordRemoveInterceptor.onRemove(Object model,
InterceptorContext ctx) |
void |
MobileActionAssignmentRemoveInterceptor.onRemove(Object model,
InterceptorContext ctx) |
void |
MobileReceivingActionRemoveInterceptor.onRemove(Object model,
InterceptorContext ctx) |
void |
MobileAggregatorRemoveInterceptor.onRemove(Object model,
InterceptorContext ctx) |
void |
MobileSendMessageCronJobValidator.onValidate(Object model,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrepareOrderCancelRecordInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
HistoryEntryInterceptor.onInitDefaults(Object model,
InterceptorContext ctx) |
void |
HistoryEntryInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrepareOrderModificationRecordInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
PreparePaymentTransactionEntryInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
PreparePaymentTransactionInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
CxActionRemoveInterceptor.onRemove(CxCmsActionModel cmsAction,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected PromotionSourceRuleModel |
CxPromotionActionPrepareInterceptor.getPromotion(CxPromotionActionModel model) |
void |
CxPromotionActionPrepareInterceptor.onPrepare(CxPromotionActionModel model,
InterceptorContext context) |
protected void |
CxPromotionActionPrepareInterceptor.publishPromotion(PromotionSourceRuleModel promotion) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CxSegmentTriggerValidationInterceptor.checkSegments(CxSegmentTriggerModel model) |
protected void |
CxSegmentTriggerValidationInterceptor.checkVariation(CxSegmentTriggerModel model,
InterceptorContext context) |
void |
CxSegmentTriggerValidationInterceptor.onValidate(CxSegmentTriggerModel model,
InterceptorContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
CellEntryConsistencyInterceptor.onLoad(CellEntryModel cell,
InterceptorContext ctx) |
void |
ColumnEntryConsistencyInterceptor.onLoad(ColumnEntryModel column,
InterceptorContext ctx) |
void |
RowEntryConsistencyInterceptor.onLoad(RowEntryModel row,
InterceptorContext ctx) |
void |
CellEntryConsistencyInterceptor.onValidate(CellEntryModel cellEntry,
InterceptorContext ctx) |
void |
ColumnEntryConsistencyInterceptor.onValidate(ColumnEntryModel column,
InterceptorContext ctx) |
void |
RowEntryConsistencyInterceptor.onValidate(RowEntryModel row,
InterceptorContext ctx) |
void |
TableBlockConsistencyInterceptor.onValidate(TableBlockModel table,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
PagePlacementSortPrepareInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowJobRemoveInterceptor.onRemove(Object model,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlaceholderPrepareInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
AutoCometJobPreparer.onPrepare(Object model,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
PageLoadInterceptor.onLoad(Object model,
InterceptorContext ctx) |
void |
PublicationInterceptor.onValidate(Object model,
InterceptorContext ctx) |
void |
PagePlanningValidator.onValidate(Object model,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicProcessDefinitionPrepareInterceptor.onPrepare(DynamicProcessDefinitionModel model,
InterceptorContext ctx) |
void |
DynamicProcessDefinitionValidateInterceptor.onValidate(DynamicProcessDefinitionModel model,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
PromotionRulePrepareInterceptor.onPrepare(AbstractRuleEngineRuleModel model,
InterceptorContext context) |
void |
PromotionRulePrepareInterceptorUnitTest.testOnPrepareNotPromotionRuleType() |
void |
PromotionRulePrepareInterceptorUnitTest.testOnPreparePromotionExistsWithDifferentVersion() |
void |
PromotionRulePrepareInterceptorUnitTest.testOnPreparePromotionExistsWithSameVersion() |
void |
PromotionRulePrepareInterceptorUnitTest.testOnPreparePromotionNotSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
PrepareReplacementOrderInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
PrepareReturnRequestInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleEngineRulePrepareInterceptor.onPrepare(DroolsRuleModel droolsRule,
InterceptorContext context) |
void |
RuleEngineRuleRemoveInterceptor.onRemove(DroolsRuleModel droolsRule,
InterceptorContext ctx) |
void |
RuleEngineRuleValidateInterceptor.onValidate(DroolsRuleModel droolsRule,
InterceptorContext ctx) |
void |
RuleEngineRuleValidateInterceptorUnitTest.testFailOnValidateModifiedActiveRuleNoContent() |
void |
RuleEngineRuleValidateInterceptorUnitTest.testFailOnValidateModifiedActiveRuleWithContentWrongChecksum() |
void |
RuleEngineRuleValidateInterceptorUnitTest.testFailOnValidateModifiedNonActiveRuleVersionsEqual() |
void |
RuleEngineRuleValidateInterceptorUnitTest.testFailOnValidateModifiedNonActiveRuleVersionsNotEqual() |
void |
RuleEngineRuleValidateInterceptorUnitTest.testFailOnValidateNewActiveNotSet() |
void |
RuleEngineRuleValidateInterceptorUnitTest.testFailOnValidateNewMustBeActive() |
void |
RuleEngineRuleValidateInterceptorUnitTest.testFailOnValidateNewNonActiveRuleNoContent() |
void |
RuleEngineRuleValidateInterceptorUnitTest.testFailOnValidateNewNonActiveRuleNoContent2() |
void |
RuleEngineRuleValidateInterceptorUnitTest.testFailOnValidateNewNonActiveRuleWithContent() |
void |
RuleEngineRuleValidateInterceptorUnitTest.testFailOnValidateRemovedActiveRule() |
void |
RuleEngineRulePrepareInterceptorUnitTest.testOnPrepareModelRemoved() |
void |
RuleEngineRulePrepareInterceptorUnitTest.testOnPrepareNewModelNotNullVersion() |
void |
RuleEngineRulePrepareInterceptorUnitTest.testOnPrepareNewModelNullVersion() |
void |
RuleEngineRulePrepareInterceptorUnitTest.testOnPrepareNewModuleIsEmpty() |
void |
RuleEngineRulePrepareInterceptorUnitTest.testOnPrepareNewModuleVersionIsDefined() |
void |
RuleEngineRulePrepareInterceptorUnitTest.testOnPrepareNewModuleVersionIsNull() |
void |
RuleEngineRulePrepareInterceptorUnitTest.testOnPrepareUpdateModel() |
void |
RuleEngineRulePrepareInterceptorUnitTest.testOnPrepareUpdateModelEqualContent() |
void |
RuleEngineRulePrepareInterceptorUnitTest.testOnPrepareUpdateModelUpdateActiveFlagChanged() |
void |
RuleEngineRulePrepareInterceptorUnitTest.testOnPrepareUpdateModelUpdateActiveFlagChangedWrongVersion() |
void |
RuleEngineRulePrepareInterceptorUnitTest.testOnPrepareUpdateModelUpdateNotActive() |
void |
RuleEngineRuleValidateInterceptorUnitTest.testOnValidateModifiedActiveRule() |
void |
RuleEngineRuleValidateInterceptorUnitTest.testOnValidateNew() |
void |
RuleEngineRuleValidateInterceptorUnitTest.testOnValidateNewNonActiveRuleContentNotSet() |
void |
RuleEngineRuleValidateInterceptorUnitTest.testOnValidateNewNonActiveRuleWithContent() |
void |
RuleEngineRuleValidateInterceptorUnitTest.testOnValidateNewNonActiveRuleWithContent2() |
void |
RuleEngineRuleValidateInterceptorUnitTest.testValidateNoKieBase() |
void |
RuleEngineRuleValidateInterceptorUnitTest.testValidateNoKieModule() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RulePrepareInterceptor.generateUuid(AbstractRuleModel model,
InterceptorContext context) |
void |
RulePrepareInterceptor.onPrepare(AbstractRuleModel model,
InterceptorContext context) |
void |
SourceRuleTemplateValidateInterceptor.onValidate(Object model,
InterceptorContext ctx) |
void |
SourceRuleValidateInterceptor.onValidate(Object model,
InterceptorContext ctx) |
void |
RuleGroupValidateInterceptor.onValidate(RuleGroupModel model,
InterceptorContext ctx) |
protected void |
RulePrepareInterceptor.updateStatus(AbstractRuleModel model,
InterceptorContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductConfigRulesPrepareInterceptor.onPrepare(AbstractRuleEngineRuleModel model,
InterceptorContext context) |
void |
ProductConfigRulesPrepareInterceptorTest.testOnPrepare_nullRule()
rule will be null if you archive a rule, as the compiler is not involved in this
|
void |
ProductConfigRulesPrepareInterceptorTest.testOnPrepare() |
void |
ProductConfigRulesPrepareInterceptorTest.testOnPrepareWrongType() |
| Modifier and Type | Method and Description |
|---|---|
void |
CronJobServiceTest.testInit() |
void |
CronJobServiceDemoTest.testPerform() |
| Modifier and Type | Method and Description |
|---|---|
void |
CronJobInitDefaultsInterceptor.onInitDefaults(Object model,
InterceptorContext ctx) |
void |
PrepareCronJobInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
TriggerPrepareInterceptor.onPrepare(TriggerModel model,
InterceptorContext ctx) |
void |
JobPerformableGenericTypeValidator.onValidate(Object model,
InterceptorContext ctx) |
void |
TriggerValidateInterceptor.onValidate(Object model,
InterceptorContext ctx) |
void |
TriggerJobValidateInterceptor.onValidate(Object model,
InterceptorContext ctx) |
void |
CompositeEntryJobValidateInterceptor.onValidate(Object model,
InterceptorContext ctx) |
void |
JobPerformableGenericTypeValidatorTest.testAdvancedCronJobModelWithLessSpecificPerformable() |
void |
JobPerformableGenericTypeValidatorTest.testAdvancedCronJobModelWithMoreSpecificPerformable() |
void |
JobPerformableGenericTypeValidatorTest.testAdvancedCronJobModelWithTheSameSpecificPerformable() |
void |
JobPerformableGenericTypeValidatorTest.testCronJobModelWithEvenMoreSpecificPerformable() |
void |
JobPerformableGenericTypeValidatorTest.testCronJobModelWithMoreSpecificPerformable() |
void |
JobPerformableGenericTypeValidatorTest.testCronJobModelWithTheSameSpecificPerformable() |
void |
JobPerformableGenericTypeValidatorTest.testMoreAdvancedCronJobModelWithEvenLessSpecificPerformable() |
void |
JobPerformableGenericTypeValidatorTest.testMoreAdvancedCronJobModelWithLessSpecificPerformable() |
void |
JobPerformableGenericTypeValidatorTest.testMoreAdvancedCronJobModelWithTheSameSpecificPerformable() |
void |
JobPerformableGenericTypeValidatorTest.testNotServicelayerJob() |
void |
JobPerformableGenericTypeValidatorTest.testNullServicelayerJobPerformable() |
| Modifier and Type | Method and Description |
|---|---|
void |
PrepareDefaultSymbolInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
RemoveLastLanguageInterceptor.onRemove(Object model,
InterceptorContext ctx) |
void |
RemoveSessionLanguageInterceptor.onRemove(Object model,
InterceptorContext ctx) |
void |
RemoveBaseCurrencyInterceptor.onRemove(Object model,
InterceptorContext ctx) |
void |
ValidateCurrencyDataInterceptor.onValidate(Object model,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExportServiceTest.testCreate() |
void |
ExportServiceTest.testInit() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportCronJobInitDefaultsInterceptor.onInitDefaults(Object model,
InterceptorContext ctx) |
void |
ExportCronJobInitDefaultsInterceptor.onInitDefaults(Object model,
InterceptorContext ctx) |
void |
ImpExMediaInitDefaultsInterceptor.onInitDefaults(Object model,
InterceptorContext ctx) |
| Modifier and Type | Class and Description |
|---|---|
class |
ValidationConfigurationException
Exception thrown when some error in validation configuration is detected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InitDefaultsInterceptor.onInitDefaults(MODEL model,
InterceptorContext ctx)
Called by
ModelService.initDefaults(Object) after instantiate a new model. |
void |
LoadInterceptor.onLoad(MODEL model,
InterceptorContext ctx)
If a model is loaded from the database this method is called by the model service.
|
void |
PrepareInterceptor.onPrepare(MODEL model,
InterceptorContext ctx)
Called in the
modelService.saveAll() method. |
void |
TaskConditionPrepareInterceptor.onPrepare(TaskConditionModel model,
InterceptorContext ctx) |
void |
TaskPrepareInterceptor.onPrepare(TaskModel model,
InterceptorContext ctx) |
void |
RemoveInterceptor.onRemove(MODEL model,
InterceptorContext ctx)
Called in the
modelService.removeAll() method. |
void |
RemoveInterceptorTest.RegionRemoveInterceptor.onRemove(Object model,
InterceptorContext ctx) |
void |
ValidateInterceptor.onValidate(MODEL model,
InterceptorContext ctx)
Called in the
modelService.saveAll() method. |
void |
JaloInitDefaultInterceptorTest.testInitDefaults() |
void |
JaloInitDefaultInterceptorTest.testWithNull() |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<UniqueAttributesInterceptor.UniqueItem> |
UniqueAttributesInterceptor.getModifiedUniqueItemModels(InterceptorContext ctx) |
void |
VoidInterceptor.onInitDefaults(Object model,
InterceptorContext ctx)
This VoidInterceptor do nothing here
|
void |
JaloInitDefaultsInterceptor.onInitDefaults(Object model,
InterceptorContext ctx) |
void |
VoidInterceptor.onLoad(Object model,
InterceptorContext ctx)
This VoidInterceptor do nothing here
|
void |
AbstractDynamicContentPrepareInterceptor.onPrepare(AbstractDynamicContentModel model,
InterceptorContext ctx) |
void |
AddressPrepareInterceptor.onPrepare(AddressModel model,
InterceptorContext ctx) |
void |
LinkPrepareInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
EnumerationPrepareInterceptor.onPrepare(Object model,
InterceptorContext ctx)
Called in the
modelService.saveAll() method. |
void |
VoidInterceptor.onPrepare(Object model,
InterceptorContext ctx)
This VoidInterceptor do nothing here
|
void |
OrphanedPartOfCleanupPrepareInterceptor.onPrepare(Object object,
InterceptorContext ctx) |
void |
JaloInitDefaultsInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
ViewTypePrepareInterceptor.onPrepare(ViewTypeModel viewType,
InterceptorContext ctx) |
void |
PartOfModelRegisterForRemoveInterceptor.onRemove(Object model,
InterceptorContext ctx) |
void |
VoidInterceptor.onRemove(Object model,
InterceptorContext ctx)
This VoidInterceptor do nothing here
|
void |
AbstractDynamicContentValidateInterceptor.onValidate(AbstractDynamicContentModel model,
InterceptorContext ctx) |
void |
MandatoryAttributesValidator.onValidate(Object model,
InterceptorContext ctx) |
void |
VoidInterceptor.onValidate(Object model,
InterceptorContext ctx)
This VoidInterceptor do nothing here
|
void |
MediaContextValidator.onValidate(Object model,
InterceptorContext ctx) |
void |
EnumerationValidator.onValidate(Object model,
InterceptorContext ctx)
Validates if the specified
EnumerationValueModel is dynamic. |
void |
UniqueAttributesInterceptor.onValidate(Object model,
InterceptorContext ctx) |
void |
MediaFolderValidator.onValidate(Object model,
InterceptorContext ctx) |
void |
AddressValidator.onValidate(Object model,
InterceptorContext ctx)
Validates if the specified
RegionModel of the AddressModel belongs to the specified
CountryModel of the AddressModel. |
void |
MediaFolderValidatorTest.testAmbiguousFolderModel() |
void |
MediaContextValidatorTest.testDuplicatedMappings() |
void |
MediaContextValidatorTest.testEmptyMappings() |
void |
MediaContextValidatorTest.testNonDuplicatedMappings() |
void |
MediaFolderValidatorTest.testNotExistingFolderModel() |
void |
MediaContextValidatorTest.testNullModel() |
void |
MediaFolderValidatorTest.testNullModel() |
void |
MediaFolderValidatorTest.testOtherFolderModel() |
void |
MediaFolderValidatorTest.testOtherWithDuplicatedQualifierFolderModel() |
void |
MediaFolderValidatorTest.testTheSameFolderModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
AddressValidatorTest.testAddressValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserPasswordEncodingPreparer.onPrepare(Object model,
InterceptorContext ctx) |
void |
ContactInfoPrepareInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
CustomerIDPrepareInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
PrincipalCatalogVersionsPrepareInterceptor.onPrepare(PrincipalModel principalModel,
InterceptorContext ctx) |
void |
UserPasswordChangeAuditPrepareInterceptor.onPrepare(UserModel userModel,
InterceptorContext ctx) |
void |
UserRemoveInterceptor.onRemove(Object model,
InterceptorContext ctx) |
void |
ModifySystemUsersInterceptor.onRemove(Object model,
InterceptorContext ctx) |
void |
UserPasswordEncodingValidator.onValidate(Object model,
InterceptorContext ctx) |
void |
ModifySystemUsersInterceptor.onValidate(Object model,
InterceptorContext ctx) |
void |
GroupsCycleCheckValidator.onValidate(Object model,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrIndexedPropertyLoadInterceptor.onLoad(Object model,
InterceptorContext ctx) |
void |
SolrRangeValuePreparer.onPrepare(Object model,
InterceptorContext ctx) |
void |
SolrSearchConfigPreparer.onPrepare(Object model,
InterceptorContext ctx) |
void |
SolrKeywordRedirectValidateInterceptor.onValidate(Object model,
InterceptorContext ctx) |
void |
SolrRangeSetInterceptor.onValidate(Object model,
InterceptorContext ctx) |
void |
SolrRangeValueInterceptor.onValidate(Object model,
InterceptorContext ctx) |
void |
SolrFacetSearchConfigValidator.onValidate(Object model,
InterceptorContext ctx) |
protected Date |
SolrRangeValueInterceptor.parseDate(String value) |
protected double |
SolrRangeValueInterceptor.parseDouble(String value,
boolean allowEmpty) |
protected float |
SolrRangeValueInterceptor.parseFloat(String value,
boolean allowEmpty) |
protected int |
SolrRangeValueInterceptor.parseInt(String value,
boolean allowEmpty) |
void |
SolrIndexedPropertyLoadInterceptorTest.testProviderNoSet() |
void |
SolrIndexedPropertyLoadInterceptorTest.testProviderSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrFacetSearchKeywordRedirectValidateInterceptor.onValidate(Object model,
InterceptorContext ctx) |
void |
SolrSearchQueryPropertyValidateInterceptor.onValidate(SolrSearchQueryPropertyModel solrSearchQueryProperty,
InterceptorContext interceptorContext) |
void |
SolrSearchQueryTemplateValidateInterceptor.onValidate(SolrSearchQueryTemplateModel solrSearchQueryTemplate,
InterceptorContext interceptorContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ChargeEntryValidateInterceptor.doValidate(Object model,
InterceptorContext ctx) |
void |
OneTimeChargeEntryValidateInterceptor.doValidate(Object model,
InterceptorContext ctx) |
void |
SubscriptionPricePlanValidateInterceptor.doValidate(Object model,
InterceptorContext ctx) |
void |
OverageUsageChargeEntryValidateInterceptor.doValidate(Object model,
InterceptorContext ctx) |
void |
UsageChargeValidateInterceptor.doValidate(Object model,
InterceptorContext ctx) |
protected abstract void |
AbstractParentChildValidateInterceptor.doValidate(Object model,
InterceptorContext ctx)
This function replaces the onValidate method in sub-classes.
|
void |
SubscriptionPricePlanLoadInterceptor.onLoad(Object model,
InterceptorContext ctx) |
void |
AbstractOrderLoadInterceptor.onLoad(Object model,
InterceptorContext ctx) |
void |
UsageChargeLoadInterceptor.onLoad(Object model,
InterceptorContext ctx) |
void |
SubscriptionIdPrepareInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
ChargeEntryIdPrepareInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
UsageChargeIdPrepareInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
MultiAbstractOrderRemoveInterceptor.onRemove(Object model,
InterceptorContext ctx) |
void |
RecurringChargeEntryValidateInterceptor.onValidate(Object model,
InterceptorContext ctx) |
void |
TierUsageChargeEntryValidateInterceptor.onValidate(Object model,
InterceptorContext ctx) |
void |
AbstractParentChildValidateInterceptor.onValidate(Object model,
InterceptorContext ctx) |
void |
AbstractOrderLoadInterceptorTest.testOnLoadChildCart() |
void |
AbstractOrderLoadInterceptorTest.testOnLoadMasterCartWithoutChildCarts() |
void |
AbstractOrderLoadInterceptorTest.testOnLoadMasterCartWithSortedChildCarts() |
void |
AbstractOrderLoadInterceptorTest.testOnLoadMasterCartWithUnsortedChildCarts1() |
void |
AbstractOrderLoadInterceptorTest.testOnLoadMasterCartWithUnsortedChildCarts2() |
| Modifier and Type | Method and Description |
|---|---|
void |
CsTicketPrepareInterceptor.onInitDefaults(Object model,
InterceptorContext ctx) |
void |
CsTicketEventPrepareInterceptor.onInitDefaults(Object model,
InterceptorContext ctx) |
void |
CsTicketPrepareInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
CsTicketEventPrepareInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
CsTicketValidationInterceptor.onValidate(Object model,
InterceptorContext ctx) |
| Modifier and Type | Class and Description |
|---|---|
class |
ValidationViolationException
The ValidationViolationException is thrown during model saving when the given model and the configured
constraints doesn't match. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstraintGroupLoadInterceptor.onLoad(Object model,
InterceptorContext ctx) |
void |
AttributeConstraintPreparer.onPrepare(AttributeConstraintModel constraint,
InterceptorContext ctx) |
void |
ConstraintGroupPrepareInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
TypeConstraintPreparer.onPrepare(Object model,
InterceptorContext ctx) |
void |
ConstraintGroupRemoveInterceptor.onRemove(Object model,
InterceptorContext ctx) |
void |
TypeConstraintValidator.onValidate(AbstractConstraintModel constraint,
InterceptorContext ctx) |
void |
AttributeConstraintValidator.onValidate(AttributeConstraintModel constraint,
InterceptorContext ctx) |
void |
ValidateLocalizedConstraintInterceptor.onValidate(AttributeConstraintModel attrConstraint,
InterceptorContext ctx) |
void |
XorNullReferenceConstraintValidator.onValidate(Object model,
InterceptorContext ctx) |
void |
ValidationInterceptor.onValidate(Object model,
InterceptorContext ctx)
If it happens that during validation there are violation of level ERROR save will throw
ValidationViolationException other case |
void |
AbstractConstraintUniqueValidator.onValidate(Object model,
InterceptorContext ctx) |
void |
DynamicConstraintValidator.onValidate(Object model,
InterceptorContext ctx) |
void |
AbstractConstraintValidator.onValidate(Object model,
InterceptorContext ctx) |
void |
ConstraintGroupInterfaceNameValidator.onValidate(Object model,
InterceptorContext ctx) |
void |
TypeConstraintInterceptorTest.testPreparer()
Test preparer with not compatible target and type.
|
void |
AttributeConstraintInterceptorTest.testPreparerWithAttributeDescriptorOnly()
Testing preparer, descriptor is set, other attributes filled with dummy data.
|
void |
AttributeConstraintInterceptorTest.testPreparerWithEmptyConstraint()
Testing Preparer with empty constraint.
|
void |
TypeConstraintInterceptorTest.testPreparerWithJavaClass()
Test preparer with false java class as target.
|
void |
TypeConstraintInterceptorTest.testPrepareWithEmptyModel()
Tests preparer with empty constraint.
|
void |
TypeConstraintInterceptorTest.testValidateWithAnnotationAttributeOnly()
Test validator with constrant where only an annotation is set expect: InterceptorException because target is not
set
|
void |
TypeConstraintInterceptorTest.testValidateWithEmptyModel()
Test validator with empty constraint Expect: IllegalArgumentException because no annotation class is set
|
void |
TypeConstraintInterceptorTest.testValidateWithFalseAnnotationAttribute()
Test validator with false annotation.
|
void |
TypeConstraintInterceptorTest.testValidator1()
Test validator with a constraint where only a pojo as target is set (and the annotation).
|
void |
TypeConstraintInterceptorTest.testValidator2()
Test validator, target and type are incompatible to each other.
|
void |
TypeConstraintInterceptorTest.testValidator3()
Test validator.
|
void |
TypeConstraintInterceptorTest.testValidator4()
Test validator.
|
void |
TypeConstraintInterceptorTest.testValidator5()
Test validator where everything is fine.
|
void |
AttributeConstraintInterceptorTest.testValidatorEmptyQualifier()
Testing validator where qualifier is only missing.
|
void |
AttributeConstraintInterceptorTest.testValidatorItemModelOK()
Testing validator with an itemmodel which is ok.
|
void |
AttributeConstraintInterceptorTest.testValidatorPojoFail2()
Test validator.
|
void |
AttributeConstraintInterceptorTest.testValidatorPojoFails()
Testing validator with incorrect pojo.
|
void |
AttributeConstraintInterceptorTest.testValidatorPojoOk()
Testing validator with a correct pojo.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GenericVariantProductValidateInterceptor.onValidate(GenericVariantProductModel genericVariant,
InterceptorContext ctx) |
void |
VariantCategoryValidateInterceptor.onValidate(VariantCategoryModel variantCategory,
InterceptorContext ctx) |
void |
VariantValueCategoryValidateInterceptor.onValidate(VariantValueCategoryModel variantValueCategory,
InterceptorContext ctx) |
void |
GenericVariantProductValidateInterceptorUnitTest.testValidateBaseProductSuperCategoriesBaseProductIsNull() |
void |
GenericVariantProductValidateInterceptorUnitTest.testValidateBaseProductSuperCategoriesNotMatchingCategorySize() |
void |
GenericVariantProductValidateInterceptorUnitTest.testValidateBaseProductSuperCategoriesNotMatchingSupercategories() |
void |
GenericVariantProductValidateInterceptorUnitTest.testValidateBaseProductSuperCategoriesOK() |
void |
GenericVariantProductValidateInterceptorUnitTest.testValidateBaseProductSuperCategoriesSupercategoriesOfNonSupportedType() |
protected void |
GenericVariantProductValidateInterceptor.validateBaseProductSuperCategories(GenericVariantProductModel genericVariant,
Collection<CategoryModel> variantValueCategories) |
protected void |
VariantValueCategoryValidateInterceptor.validateSequenceWithinSiblings(List<CategoryModel> siblings,
VariantValueCategoryModel currentCategory) |
protected void |
GenericVariantProductValidateInterceptor.validateSupercategories(Collection<CategoryModel> superCategories) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsignmentPackagingInfoPrepareInterceptor.onPrepare(ConsignmentModel consignment,
InterceptorContext context) |
void |
ConsignmentPackagingInfoPrepareInterceptorTest.shouldInitPackagingInfo() |
void |
ConsignmentPackagingInfoPrepareInterceptorTest.shouldNotInitPackagingInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuthClientInterceptor.onPrepare(OAuthClientDetailsModel model,
InterceptorContext interceptorContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowItemAttachmentDefaultCodeInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
WorkflowDecisionDefaultCodeInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
WorkflowTemplateDefaultCodeInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
WorkflowActionDefaultCodeInterceptor.onPrepare(Object model,
InterceptorContext ctx) |
void |
AutomatedWorkflowActionTemplateValidator.onValidate(Object model,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
Y2YColumnDefinitionPrepareInterceptor.onPrepare(Y2YColumnDefinitionModel model,
InterceptorContext ctx) |
void |
Y2YStreamConfigurationContainerPrepareInterceptor.onPrepare(Y2YStreamConfigurationContainerModel configurationContainer,
InterceptorContext ctx) |
void |
Y2YStreamConfigurationPrepareInterceptor.onPrepare(Y2YStreamConfigurationModel model,
InterceptorContext ctx) |
void |
Y2YStreamConfigurationContainerRemoveInterceptor.onRemove(Y2YStreamConfigurationContainerModel container,
InterceptorContext ctx) |
void |
Y2YColumnDefinitionValidateInterceptor.onValidate(Y2YColumnDefinitionModel model,
InterceptorContext ctx) |
void |
Y2YStreamConfigurationValidateInterceptor.onValidate(Y2YStreamConfigurationModel streamConfiguration,
InterceptorContext ctx) |
Copyright © 2017 SAP SE. All Rights Reserved.