Uses of Class
de.hybris.platform.b2bwebservicescommons.dto.order.DayOfWeekWsDTO
-
Packages that use DayOfWeekWsDTO Package Description de.hybris.platform.b2bwebservicescommons.dto.order -
-
Uses of DayOfWeekWsDTO in de.hybris.platform.b2bwebservicescommons.dto.order
Methods in de.hybris.platform.b2bwebservicescommons.dto.order that return DayOfWeekWsDTO Modifier and Type Method Description static DayOfWeekWsDTODayOfWeekWsDTO. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DayOfWeekWsDTO[]DayOfWeekWsDTO. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.b2bwebservicescommons.dto.order that return types with arguments of type DayOfWeekWsDTO Modifier and Type Method Description java.util.List<DayOfWeekWsDTO>ScheduleReplenishmentFormWsDTO. getDaysOfWeek()Method parameters in de.hybris.platform.b2bwebservicescommons.dto.order with type arguments of type DayOfWeekWsDTO Modifier and Type Method Description voidScheduleReplenishmentFormWsDTO. setDaysOfWeek(java.util.List<DayOfWeekWsDTO> daysOfWeek)
-