Constant Field Values

Contents

com.hybris.*

de.hybris.*

  • de.hybris.platform.acceleratorstorefrontcommons.checkout.steps.CheckoutStep
    Modifier and Type
    Constant Field
    Value
    public static final String
    "current"
    public static final String
    "next"
    public static final String
    "previous"
  • de.hybris.platform.ndc182shoppingwebservices.controllers.OrdersController
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Validation of order message against the schema failed - building error response"
  • de.hybris.platform.travelfacades.util.PricingUtils
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "-"
    protected static final String
    "+"
  • de.hybris.platform.travelservices.dao.impl.DefaultTravellerDao
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "SELECT DISTINCT {t.pk} FROM {Traveller AS t JOIN TravelOrderEntryInfoTravellerRelation AS rel ON {t.pk}={rel.target} JOIN TravelOrderEntryInfo AS toei ON {rel.source}={toei.pk} LEFT JOIN CartEntry AS ce ON {toei.pk}={ce.travelOrderEntryInfo}} WHERE {ce.order}=?cart"
    protected static final String
    "SELECT DISTINCT {t.pk} FROM {Traveller AS t JOIN TravelOrderEntryInfoTravellerRelation AS rel ON {t.pk}={rel.target} JOIN TravelOrderEntryInfo AS toei ON {rel.source}={toei.pk} LEFT JOIN OrderEntry AS oe ON {toei.pk}={oe.travelOrderEntryInfo}} WHERE {oe.order}=?order"
    protected static final String
    " AND {t.uid}=?travellerUid"
  • de.hybris.platform.travelservices.dao.impl.DefaultTravelPointOfServiceDao
    Modifier and Type
    Constant Field
    Value
    public static final String
    "SELECT {pos.pk} FROM {PointOfService AS pos JOIN TransportFacility As tf ON {pos:transportFacility} = {tf:pk}}"