Uses of Record Class
net.pricefx.common.apibuilder.clicoll.LineItemHelper.ReviewSubStep
Packages that use LineItemHelper.ReviewSubStep
Package
Description
Calculable Line Item Collection (clicoll) API can be used to manipulate Quotes, Contracts and Rebate Agreements from header logic.
ContractBuilder API allows to manipulate a contract object from a header logic.
QuoteBuilder API allows to manipulate a quote object from a quote header logic.
-
Uses of LineItemHelper.ReviewSubStep in net.pricefx.common.apibuilder.clicoll
Methods in net.pricefx.common.apibuilder.clicoll that return LineItemHelper.ReviewSubStepModifier and TypeMethodDescriptionLineItemHelper.ReviewContext.reviewSubStep()Returns the value of thereviewSubSteprecord component.Constructors in net.pricefx.common.apibuilder.clicoll with parameters of type LineItemHelper.ReviewSubStepModifierConstructorDescriptionReviewContext(LineItemHelper.ReviewSubStep reviewSubStep, List<Integer> myLineItemGroupIds) Creates an instance of aReviewContextrecord class. -
Uses of LineItemHelper.ReviewSubStep in net.pricefx.common.apibuilder.contract
Methods in net.pricefx.common.apibuilder.contract that return LineItemHelper.ReviewSubStepModifier and TypeMethodDescriptionContractHelper.getReviewSubStep()Gets the current review sub-step information. -
Uses of LineItemHelper.ReviewSubStep in net.pricefx.common.apibuilder.quote
Methods in net.pricefx.common.apibuilder.quote that return LineItemHelper.ReviewSubStepModifier and TypeMethodDescriptionQuoteHelper.getReviewSubStep()Gets the current review sub-step information.