Class GetPriceParams
java.lang.Object
ch.tocco.nice2.optional.webshop.api.tasks.GetPriceParams
Deprecated.
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionGetPriceParams
(Entity article, GetPriceParams.PriceReturnType priceType) Deprecated.GetPriceParams
(Entity article, Optional<Entity> priceCategory, GetPriceParams.PriceReturnType priceType) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.void
setArticle
(Entity article) Deprecated.void
setPriceCategory
(Optional<Entity> priceCategory) Deprecated.void
setPriceType
(GetPriceParams.PriceReturnType priceReturnType) Deprecated.
-
Constructor Details
-
GetPriceParams
Deprecated. -
GetPriceParams
public GetPriceParams(Entity article, Optional<Entity> priceCategory, GetPriceParams.PriceReturnType priceType) Deprecated.
-
-
Method Details
-
getArticle
Deprecated. -
setArticle
Deprecated. -
getPriceCategory
Deprecated. -
setPriceCategory
Deprecated. -
getPriceReturnType
Deprecated. -
setPriceType
Deprecated.
-