Uses of Enum Class
de.hybris.platform.subscribedproducttmfwebservices.v1.dto.ProductStatusType
Packages that use ProductStatusType
Package
Description
-
Uses of ProductStatusType in de.hybris.platform.subscribedproducttmfwebservices.jaxb.adapters
Methods in de.hybris.platform.subscribedproducttmfwebservices.jaxb.adapters that return ProductStatusTypeMethods in de.hybris.platform.subscribedproducttmfwebservices.jaxb.adapters with parameters of type ProductStatusTypeModifier and TypeMethodDescriptionProductStatusTypeAdapter.marshal(ProductStatusType productStatusType) -
Uses of ProductStatusType in de.hybris.platform.subscribedproducttmfwebservices.v1.dto
Methods in de.hybris.platform.subscribedproducttmfwebservices.v1.dto that return ProductStatusTypeModifier and TypeMethodDescriptionstatic ProductStatusType@Valid ProductStatusTypeProduct.getStatus()Deprecated.Get status@Valid ProductStatusTypeProductRefOrValue.getStatus()Deprecated.Get status@NotNull @Valid ProductStatusTypeProductUnderscoreCreate.getStatus()Deprecated.Get status@Valid ProductStatusTypeProductUnderscoreUpdate.getStatus()Deprecated.Get statusstatic ProductStatusTypeReturns the enum constant of this class with the specified name.static ProductStatusType[]ProductStatusType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.subscribedproducttmfwebservices.v1.dto with parameters of type ProductStatusTypeModifier and TypeMethodDescriptionvoidProduct.setStatus(ProductStatusType status) Deprecated.voidProductRefOrValue.setStatus(ProductStatusType status) Deprecated.voidProductUnderscoreCreate.setStatus(ProductStatusType status) Deprecated.voidProductUnderscoreUpdate.setStatus(ProductStatusType status) Deprecated.Product.status(ProductStatusType status) Deprecated.ProductRefOrValue.status(ProductStatusType status) Deprecated.ProductUnderscoreCreate.status(ProductStatusType status) Deprecated.ProductUnderscoreUpdate.status(ProductStatusType status) Deprecated.