public boolean hasErrorDisplayLabel() { return JwUtility.hasValue(getErrorDisplayLabel()); }
public boolean hasStatusDisplayLabel() { return JwUtility.hasValue(getStatusDisplayLabel()); }
public boolean hasTypeDisplayLabel() { return JwUtility.hasValue(getTypeDisplayLabel()); }
public boolean hasLateOfHandledPercentDisplay() { return JwUtility.hasValue(getLateOfHandledPercentDisplay()); }
public boolean hasSchemaName() { return JwUtility.hasValue(_schemaName); }
public boolean hasConsignedFailurePercentDisplay() { return JwUtility.hasValue(getConsignedFailurePercentDisplay()); }
public boolean hasHandledFailurePercentDisplay() { return JwUtility.hasValue(getHandledFailurePercentDisplay()); }
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 hasJourneyId() { return JwUtility.hasValue(_journeyId); }
public boolean hasContainerNumber() { return JwUtility.hasValue(_containerNumber); }
public boolean hasReferenceNumberDisplayLabel() { return JwUtility.hasValue(getReferenceNumberDisplayLabel()); }
public boolean hasErrorMessage() { return JwUtility.hasValue(getErrorMessage()); }
public boolean hasRawSql() { return JwUtility.hasValue(_rawSql); }
public boolean hasDueDtTitle() { return JwUtility.hasValue(getDueDtTitle()); }
public boolean hasCarrierDestination() { return JwUtility.hasValue(_carrierDestination); }
public boolean hasConsignedSuccessPercentDisplay() { return JwUtility.hasValue(getConsignedSuccessPercentDisplay()); }
public boolean hasContractedParty() { return JwUtility.hasValue(_contractedParty); }
public boolean hasHandledSuccessPercentDisplay() { return JwUtility.hasValue(getHandledSuccessPercentDisplay()); }
public boolean hasSubcontractedCarriers() { return JwUtility.hasValue(_subcontractedCarriers); }
public boolean hasDeliveredOfHandledPercentDisplay() { return JwUtility.hasValue(getDeliveredOfHandledPercentDisplay()); }
public boolean hasDateRangeDisplayLabel() { return JwUtility.hasValue(getDateRangeDisplayLabel()); }
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 hasExpandedSql() { return JwUtility.hasValue(_expandedSql); }