Uses of Enum Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.StateType
Packages that use StateType
Package
Description
-
Uses of StateType in de.hybris.platform.b2ctelcotmfwebservices.mappers.productorder
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.productorder that return types with arguments of type StateTypeMethod parameters in de.hybris.platform.b2ctelcotmfwebservices.mappers.productorder with type arguments of type StateTypeModifier and TypeMethodDescriptionvoidProductOrderStateAttributeMapper.setOrderStatusMapping(Map<String, StateType> orderStatusMapping) -
Uses of StateType in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return StateTypeModifier and TypeMethodDescriptionstatic StateType@Valid StateTypeOrderItem.getState()Get state@Valid StateTypeProductOrder.getState()Get statestatic StateTypeReturns the enum constant of this class with the specified name.static StateType[]StateType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with parameters of type StateType -
Uses of StateType in de.hybris.platform.b2ctelcotmfwebservices.v3.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto that return StateTypeMethods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with parameters of type StateTypeModifier and TypeMethodDescriptionvoid -
Uses of StateType in de.hybris.platform.b2ctelcotmfwebservices.v3.mappers.productorder
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.mappers.productorder that return types with arguments of type StateTypeConstructor parameters in de.hybris.platform.b2ctelcotmfwebservices.v3.mappers.productorder with type arguments of type StateTypeModifierConstructorDescriptionProductOrderStateAttributeMapper(Map<String, StateType> orderStatusMapping) -
Uses of StateType in de.hybris.platform.b2ctelcotmfwebservices.v3.validators
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.validators with parameters of type StateTypeModifier and TypeMethodDescriptionprotected voidTmaProductOrderUpdateValidator.validateState(StateType state, org.springframework.validation.Errors errors) Validates the order state. -
Uses of StateType in de.hybris.platform.b2ctelcotmfwebservices.validators
Methods in de.hybris.platform.b2ctelcotmfwebservices.validators with parameters of type StateTypeModifier and TypeMethodDescriptionprotected voidTmaProductOrderUpdateValidator.validateState(StateType state, org.springframework.validation.Errors errors) Validates the order state.