Class SupportService
java.lang.Object
sk.iway.iwcm.components.basket.support.SupportService
-
Method Summary
Modifier and TypeMethodDescriptionstatic final StringgetCustomerTitle(BigDecimal priceVat, javax.servlet.http.HttpServletRequest request, Prop prop, FieldsConfig annotation) static final StringgetCustomerTitle(DeliveryMethodEntity dme, javax.servlet.http.HttpServletRequest request, Prop prop, FieldsConfig annotation) static final StringgetFieldValue(SupportMethodEntity method, char fieldAlphabet) static final voidprepareFields(List<Field> fields, FieldMapAttr[] fieldMapAttrs, Character lastAlphabet, Prop prop) static final voidvalidateCustomFields(FieldsConfig annotation, SupportMethodEntity methodEntity, org.springframework.validation.Errors errors, Prop prop)
-
Method Details
-
prepareFields
public static final void prepareFields(List<Field> fields, FieldMapAttr[] fieldMapAttrs, Character lastAlphabet, Prop prop) -
validateCustomFields
public static final void validateCustomFields(FieldsConfig annotation, SupportMethodEntity methodEntity, org.springframework.validation.Errors errors, Prop prop) -
getCustomerTitle
public static final String getCustomerTitle(BigDecimal priceVat, javax.servlet.http.HttpServletRequest request, Prop prop, FieldsConfig annotation) -
getCustomerTitle
public static final String getCustomerTitle(DeliveryMethodEntity dme, javax.servlet.http.HttpServletRequest request, Prop prop, FieldsConfig annotation) -
getFieldValue
-