public void validateInterestedPartyRule( AcInterestedPartyRuleTmp value, JwList<JwErrorIF> errors) { _interestedPartyRuleId.validate(value.getInterestedPartyRuleId(), errors); _interestedPartyRuleInterestedPartyId.validate( value.getInterestedPartyRuleInterestedPartyId(), errors); _interestedPartyRuleType.validate(value.getInterestedPartyRuleType(), errors); _interestedPartyRuleSourceType.validate(value.getInterestedPartyRuleSourceType(), errors); _interestedPartyRuleInputChannelId.validate( value.getInterestedPartyRuleInputChannelId(), errors); _interestedPartyRulePostCode.validate(value.getInterestedPartyRulePostCode(), errors); _interestedPartyRuleConcernedPartyCarrierCode.validate( value.getInterestedPartyRuleConcernedPartyCarrierCode(), errors); _interestedPartyRuleDispatchOriginCountryCode.validate( value.getInterestedPartyRuleDispatchOriginCountryCode(), errors); _interestedPartyRuleDispatchOriginLocationCode.validate( value.getInterestedPartyRuleDispatchOriginLocationCode(), errors); _interestedPartyRuleDispatchOriginOfficeOfExchangeQualifier.validate( value.getInterestedPartyRuleDispatchOriginOfficeOfExchangeQualifier(), errors); _interestedPartyRuleDispatchDestinationCountryCode.validate( value.getInterestedPartyRuleDispatchDestinationCountryCode(), errors); _interestedPartyRuleDispatchDestinationLocationCode.validate( value.getInterestedPartyRuleDispatchDestinationLocationCode(), errors); _interestedPartyRuleDispatchDestinationOfficeOfExchangeQualifier.validate( value.getInterestedPartyRuleDispatchDestinationOfficeOfExchangeQualifier(), errors); _interestedPartyRuleDispatchMailCategory.validate( value.getInterestedPartyRuleDispatchMailCategory(), errors); _interestedPartyRuleDispatchMailSubclass.validate( value.getInterestedPartyRuleDispatchMailSubclass(), errors); _interestedPartyRuleDispatchMailClass.validate( value.getInterestedPartyRuleDispatchMailClass(), errors); _interestedPartyRuleDispatchYear.validate(value.getInterestedPartyRuleDispatchYear(), errors); _interestedPartyRuleDispatchSerialNumber.validate( value.getInterestedPartyRuleDispatchSerialNumber(), errors); _interestedPartyRuleMinutes.validate(value.getInterestedPartyRuleMinutes(), errors); _interestedPartyRuleNegate.validate(value.getInterestedPartyRuleNegate(), errors); }
public JwBooleanValidator newInterestedPartyRuleNegateValidator() { JwBooleanValidator e = new JwBooleanValidator(); e.setModel("interestedPartyRuleTmp"); e.setField("interestedPartyRuleNegate"); return e; }