コード例 #1
0
 public JwStringValidator newContractNumberValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(35);
   e.setAllowsPrintable(true);
   e.setModel("consignmentFlight");
   e.setField("contractNumber");
   return e;
 }
 public JwStringValidator newDateRangeDisplayLabelValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(250);
   e.setAllowsPrintable(true);
   e.setModel("uspsInternationalCgrWorkLegFlightConflictSummaryVo");
   e.setField("dateRangeDisplayLabel");
   return e;
 }
コード例 #3
0
 public JwStringValidator newPostNameValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(100);
   e.setAllowsPrintable(true);
   e.setModel("consignment");
   e.setField("postName");
   return e;
 }
コード例 #4
0
 public JwStringValidator newOriginDestinationAirportCodesValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(10);
   e.setAllowsPrintable(true);
   e.setModel("consignment");
   e.setField("originDestinationAirportCodes");
   return e;
 }
コード例 #5
0
 public JwStringValidator newHandoverDestinationLocationNameValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(70);
   e.setAllowsPrintable(true);
   e.setModel("consignment");
   e.setField("handoverDestinationLocationName");
   return e;
 }
コード例 #6
0
 public JwStringValidator newAllocationNumberValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(100);
   e.setAllowsPrintable(true);
   e.setModel("consignment");
   e.setField("allocationNumber");
   return e;
 }
コード例 #7
0
 public JwStringValidator newHandoverOriginLocationCodeValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(25);
   e.setAllowsPrintable(true);
   e.setModel("consignment");
   e.setField("handoverOriginLocationCode");
   return e;
 }
コード例 #8
0
 public JwStringValidator newNumberDisplayLabelValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(100);
   e.setAllowsPrintable(true);
   e.setModel("consignmentFlight");
   e.setField("numberDisplayLabel");
   return e;
 }
コード例 #9
0
 public JwStringValidator newDisplayLabelValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(100);
   e.setAllowsPrintable(true);
   e.setModel("globalCarrier");
   e.setField("displayLabel");
   return e;
 }
コード例 #10
0
 public JwStringValidator newNameValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(30);
   e.setAllowsPrintable(true);
   e.setModel("globalCarrier");
   e.setField("name");
   e.setRequired();
   return e;
 }
 public JwStringValidator newLegEquipmentValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(8);
   e.setAllowsPrintable(true);
   e.setModel("uspsInternationalCgrWorkLegFlightConflictSummaryVo");
   e.setField("legEquipment");
   e.setRequired();
   return e;
 }
コード例 #12
0
 public JwStringValidator newNumberValidator() {
   JwStringValidator e = new JwStringValidator();
   e.setMaximumLength(50);
   e.setAllowsPrintable(true);
   e.setModel("consignment");
   e.setField("number");
   e.setRequired();
   return e;
 }
コード例 #13
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;
 }
コード例 #14
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;
 }
コード例 #15
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;
 }
コード例 #16
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;
 }
コード例 #17
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;
 }
 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;
 }
コード例 #19
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;
 }
コード例 #20
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;
 }
コード例 #21
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;
 }
コード例 #22
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;
 }
コード例 #23
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;
 }
コード例 #24
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;
 }
 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;
 }
コード例 #26
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;
 }
コード例 #27
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;
 }
コード例 #28
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;
 }
コード例 #29
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;
 }
コード例 #30
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;
 }