Ejemplo n.º 1
0
 public boolean hasExpandedSql() {
   return JwUtility.hasValue(_expandedSql);
 }
 public boolean hasDeliveredOfHandledPercentDisplay() {
   return JwUtility.hasValue(getDeliveredOfHandledPercentDisplay());
 }
Ejemplo n.º 3
0
 public boolean hasName() {
   return JwUtility.hasValue(_name);
 }
 public boolean hasConsignedSuccessPercentDisplay() {
   return JwUtility.hasValue(getConsignedSuccessPercentDisplay());
 }
 public boolean hasHandledSuccessPercentDisplay() {
   return JwUtility.hasValue(getHandledSuccessPercentDisplay());
 }
 public boolean hasStatusDisplayLabel() {
   return JwUtility.hasValue(getStatusDisplayLabel());
 }
 public boolean hasErrorDisplayLabel() {
   return JwUtility.hasValue(getErrorDisplayLabel());
 }
 public boolean hasAirportCode() {
   return JwUtility.hasValue(_airportCode);
 }
Ejemplo n.º 9
0
 public boolean hasErrorMessage() {
   return JwUtility.hasValue(getErrorMessage());
 }
Ejemplo n.º 10
0
 public boolean hasHashKey() {
   return JwUtility.hasValue(_hashKey);
 }
 public boolean hasLogin() {
   return JwUtility.hasValue(_login);
 }
 public boolean hasCode() {
   return JwUtility.hasValue(_code);
 }
Ejemplo n.º 13
0
 public boolean hasRawSql() {
   return JwUtility.hasValue(_rawSql);
 }
Ejemplo n.º 14
0
 public boolean hasSchemaName() {
   return JwUtility.hasValue(_schemaName);
 }
 public boolean hasSubcontractedCarriers() {
   return JwUtility.hasValue(_subcontractedCarriers);
 }
Ejemplo n.º 16
0
 public boolean hasReferenceNumberDisplayLabel() {
   return JwUtility.hasValue(getReferenceNumberDisplayLabel());
 }
 public boolean hasDateRangeDisplayLabel() {
   return JwUtility.hasValue(getDateRangeDisplayLabel());
 }
 public boolean hasJourneyId() {
   return JwUtility.hasValue(_journeyId);
 }
 public boolean hasTypeDisplayLabel() {
   return JwUtility.hasValue(getTypeDisplayLabel());
 }
 public boolean hasContainerNumber() {
   return JwUtility.hasValue(_containerNumber);
 }
 public boolean hasDueDtTitle() {
   return JwUtility.hasValue(getDueDtTitle());
 }
Ejemplo n.º 22
0
 public JwList<AcMobileProfile> getAllWhere(String whereClause, Integer rowLimit) {
   JwSqlSelect st = getSelect();
   if (JwUtility.hasValue(whereClause)) st.where().setCondition(whereClause);
   return composeList(st, rowLimit);
 }
 public boolean hasConsignedFailurePercentDisplay() {
   return JwUtility.hasValue(getConsignedFailurePercentDisplay());
 }
 public boolean hasCarrierOrigin() {
   return JwUtility.hasValue(_carrierOrigin);
 }
 public boolean hasHandledFailurePercentDisplay() {
   return JwUtility.hasValue(getHandledFailurePercentDisplay());
 }
 public boolean hasCarrierDestination() {
   return JwUtility.hasValue(_carrierDestination);
 }
 public boolean hasLateOfHandledPercentDisplay() {
   return JwUtility.hasValue(getLateOfHandledPercentDisplay());
 }
 public boolean hasContractedParty() {
   return JwUtility.hasValue(_contractedParty);
 }
 public JwList<AcDomesticCandidateRouteTmp> getAllWhere(String whereClause, Integer rowLimit) {
   JwSqlSelect st = getSelect();
   if (JwUtility.hasValue(whereClause)) st.where().setCondition(whereClause);
   return composeList(st, rowLimit);
 }
 public boolean hasAccountCode() {
   return JwUtility.hasValue(_accountCode);
 }