コード例 #1
0
 public JwStringValidator newRateTypeValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(3);
   e.setAllowsLetters(true);
   e.setAllowsDigits(true);
   e.setAllowsSymbols(true);
   e.setModel("consignmentFlight");
   e.setField("rateType");
   return e;
 }
コード例 #2
0
 public JwStringValidator newAccountCodeValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(3);
   e.setAllowsLetters(true);
   e.setAllowsDigits(true);
   e.setModel("billingAccount");
   e.setField("accountCode");
   e.setRequired();
   return e;
 }
コード例 #3
0
 public JwStringValidator newInterestedPartyRuleDispatchMailSubclassValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(2);
   e.setAllowsLetters(true);
   e.setAllowsDigits(true);
   e.setAllowsSymbols(true);
   e.setModel("interestedPartyRuleTmp");
   e.setField("interestedPartyRuleDispatchMailSubclass");
   return e;
 }
コード例 #4
0
 public JwStringValidator newInterestedPartyRuleDispatchDestinationLocationCodeValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(3);
   e.setAllowsLetters(true);
   e.setAllowsDigits(true);
   e.setAllowsSymbols(true);
   e.setModel("interestedPartyRuleTmp");
   e.setField("interestedPartyRuleDispatchDestinationLocationCode");
   return e;
 }
コード例 #5
0
 public JwStringValidator newCategoryValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(1);
   e.setAllowsLetters(true);
   e.setAllowsDigits(true);
   e.setAllowsSymbols(true);
   e.setModel("consignment");
   e.setField("category");
   return e;
 }
コード例 #6
0
 public JwStringValidator newInterestedPartyRuleDispatchSerialNumberValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(4);
   e.setAllowsLetters(true);
   e.setAllowsDigits(true);
   e.setAllowsSymbols(true);
   e.setModel("interestedPartyRuleTmp");
   e.setField("interestedPartyRuleDispatchSerialNumber");
   return e;
 }
 public JwStringValidator newDayValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(1);
   e.setAllowsLetters(true);
   e.setAllowsDigits(true);
   e.setAllowsSymbols(true);
   e.setModel("uspsDomesticFishingOfferMarketVo");
   e.setField("day");
   return e;
 }
コード例 #8
0
 public JwStringValidator newCodeIcaoValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMinimumLength(0);
   e.setMaximumLength(3);
   e.setAllowsLetters(true);
   e.setAllowsDigits(true);
   e.setAllowsSymbols(true);
   e.setModel("globalCarrier");
   e.setField("codeIcao");
   return e;
 }
コード例 #9
0
 public JwStringValidator newDispatchSerialNumberValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMinimumLength(4);
   e.setMaximumLength(4);
   e.setAllowsLetters(true);
   e.setAllowsDigits(true);
   e.setAllowsSymbols(true);
   e.setModel("itemDispatchSummaryVo");
   e.setField("dispatchSerialNumber");
   return e;
 }
コード例 #10
0
 public JwStringValidator newMailSubclassValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMinimumLength(2);
   e.setMaximumLength(2);
   e.setAllowsLetters(true);
   e.setAllowsDigits(true);
   e.setAllowsSymbols(true);
   e.setModel("itemDispatchSummaryVo");
   e.setField("mailSubclass");
   return e;
 }
コード例 #11
0
 public JwStringValidator newDestinationOfficeOfExchangeQualifierValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMinimumLength(1);
   e.setMaximumLength(1);
   e.setAllowsLetters(true);
   e.setAllowsDigits(true);
   e.setAllowsSymbols(true);
   e.setModel("itemDispatchSummaryVo");
   e.setField("destinationOfficeOfExchangeQualifier");
   return e;
 }
コード例 #12
0
 public JwStringValidator newNumberValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(5);
   e.setAllowsLetters(true);
   e.setAllowsDigits(true);
   e.setAllowsSymbols(true);
   e.setModel("consignmentFlight");
   e.setField("number");
   e.setRequired();
   return e;
 }
コード例 #13
0
 public JwStringValidator newHandoverDestinationLocationAgencyValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMinimumLength(0);
   e.setMaximumLength(3);
   e.setAllowsLetters(true);
   e.setAllowsDigits(true);
   e.setAllowsSymbols(true);
   e.setModel("consignment");
   e.setField("handoverDestinationLocationAgency");
   return e;
 }
コード例 #14
0
 public JwStringValidator newExpectedCarrierDestinationAirportCodeValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMinimumLength(3);
   e.setMaximumLength(3);
   e.setAllowsLetters(true);
   e.setAllowsDigits(true);
   e.setAllowsSymbols(true);
   e.setModel("consignment");
   e.setField("expectedCarrierDestinationAirportCode");
   return e;
 }
コード例 #15
0
 public JwStringValidator newPostCodeValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(4);
   e.setAllowsLetters(true);
   e.setAllowsDigits(true);
   e.setAllowsSymbols(true);
   e.setModel("consignment");
   e.setField("postCode");
   e.setRequired();
   return e;
 }
コード例 #16
0
 public JwStringValidator newRelationshipValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(1);
   e.setAllowsLetters(true);
   e.setAllowsDigits(true);
   e.setAllowsSymbols(true);
   e.setModel("consignment");
   e.setField("relationship");
   e.setRequired();
   return e;
 }
コード例 #17
0
 public JwStringValidator newContractedCarrierCodeValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMinimumLength(2);
   e.setMaximumLength(3);
   e.setAllowsLetters(true);
   e.setAllowsDigits(true);
   e.setAllowsSymbols(true);
   e.setModel("consignmentFlight");
   e.setField("contractedCarrierCode");
   return e;
 }
 public JwStringValidator newOriginAirportCodeValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMinimumLength(3);
   e.setMaximumLength(3);
   e.setAllowsLetters(true);
   e.setAllowsDigits(true);
   e.setAllowsSymbols(true);
   e.setModel("uspsDomesticFishingOfferMarketVo");
   e.setField("originAirportCode");
   return e;
 }
コード例 #19
0
 public JwStringValidator newOriginCountryCodeValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMinimumLength(2);
   e.setMaximumLength(2);
   e.setAllowsLetters(true);
   e.setAllowsDigits(true);
   e.setAllowsSymbols(true);
   e.setModel("itemDispatchSummaryVo");
   e.setField("originCountryCode");
   return e;
 }
コード例 #20
0
 public JwStringValidator newHashKeyValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(100);
   e.setAllowsLetters(true);
   e.setAllowsDigits(true);
   e.setAllowsSymbols(true);
   e.setModel("itemDispatchSummaryVo");
   e.setField("hashKey");
   e.setRequired();
   return e;
 }
コード例 #21
0
 public JwStringValidator
     newInterestedPartyRuleDispatchDestinationOfficeOfExchangeQualifierValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(1);
   e.setAllowsLetters(true);
   e.setAllowsDigits(true);
   e.setAllowsSymbols(true);
   e.setModel("interestedPartyRuleTmp");
   e.setField("interestedPartyRuleDispatchDestinationOfficeOfExchangeQualifier");
   return e;
 }
コード例 #22
0
 public JwStringValidator newDestinationLocationCodeValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMinimumLength(3);
   e.setMaximumLength(3);
   e.setAllowsLetters(true);
   e.setAllowsDigits(true);
   e.setAllowsSymbols(true);
   e.setModel("itemDispatchSummaryVo");
   e.setField("destinationLocationCode");
   return e;
 }
コード例 #23
0
 public JwStringValidator newInterestedPartyRuleConcernedPartyCarrierCodeValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMinimumLength(2);
   e.setMaximumLength(3);
   e.setAllowsLetters(true);
   e.setAllowsDigits(true);
   e.setAllowsSymbols(true);
   e.setModel("interestedPartyRuleTmp");
   e.setField("interestedPartyRuleConcernedPartyCarrierCode");
   return e;
 }
コード例 #24
0
 public JwStringValidator newScheduledDestinationAirportCodeValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMinimumLength(3);
   e.setMaximumLength(3);
   e.setAllowsLetters(true);
   e.setAllowsDigits(true);
   e.setAllowsSymbols(true);
   e.setModel("consignmentFlight");
   e.setField("scheduledDestinationAirportCode");
   e.setRequired();
   return e;
 }