public boolean hasConsignedSuccessPercentDisplay() {
   return JwUtility.hasValue(getConsignedSuccessPercentDisplay());
 }
 public boolean hasErrorDisplayLabel() {
   return JwUtility.hasValue(getErrorDisplayLabel());
 }
 public boolean hasDueDtTitle() {
   return JwUtility.hasValue(getDueDtTitle());
 }
Esempio n. 4
0
 public boolean hasErrorMessage() {
   return JwUtility.hasValue(_errorMessage);
 }
 public boolean hasTypeDisplayLabel() {
   return JwUtility.hasValue(getTypeDisplayLabel());
 }
 public boolean hasHandledFailurePercentDisplay() {
   return JwUtility.hasValue(getHandledFailurePercentDisplay());
 }
 public boolean hasLateOfHandledPercentDisplay() {
   return JwUtility.hasValue(getLateOfHandledPercentDisplay());
 }
 public boolean hasCarrierDestination() {
   return JwUtility.hasValue(_carrierDestination);
 }
 public boolean hasContractedParty() {
   return JwUtility.hasValue(_contractedParty);
 }
Esempio n. 10
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 hasCarrierOrigin() {
   return JwUtility.hasValue(_carrierOrigin);
 }
 public boolean hasReferenceNumberDisplayLabel() {
   return JwUtility.hasValue(getReferenceNumberDisplayLabel());
 }
Esempio n. 13
0
 public boolean hasRawSql() {
   return JwUtility.hasValue(_rawSql);
 }
Esempio n. 14
0
 public boolean hasSchemaName() {
   return JwUtility.hasValue(_schemaName);
 }
 public boolean hasConsignedFailurePercentDisplay() {
   return JwUtility.hasValue(getConsignedFailurePercentDisplay());
 }
 public boolean hasSubcontractedCarriers() {
   return JwUtility.hasValue(_subcontractedCarriers);
 }
 public boolean hasHandledSuccessPercentDisplay() {
   return JwUtility.hasValue(getHandledSuccessPercentDisplay());
 }
 public boolean hasDateRangeDisplayLabel() {
   return JwUtility.hasValue(getDateRangeDisplayLabel());
 }
 public boolean hasDeliveredOfHandledPercentDisplay() {
   return JwUtility.hasValue(getDeliveredOfHandledPercentDisplay());
 }
 public boolean hasStatusDisplayLabel() {
   return JwUtility.hasValue(getStatusDisplayLabel());
 }
 public JwList<AcDomesticCandidateRouteTmp> getAllWhere(String whereClause, Integer rowLimit) {
   JwSqlSelect st = getSelect();
   if (JwUtility.hasValue(whereClause)) st.where().setCondition(whereClause);
   return composeList(st, rowLimit);
 }
Esempio n. 22
0
 public boolean hasExpandedSql() {
   return JwUtility.hasValue(_expandedSql);
 }