Uses of Class
de.hybris.platform.warehousing.model.AtpFormulaModel
-
-
Uses of AtpFormulaModel in de.hybris.platform.store
Methods in de.hybris.platform.store that return AtpFormulaModel Modifier and Type Method Description AtpFormulaModelBaseStoreModel. getDefaultAtpFormula()Generated method - Getter of theBaseStore.defaultAtpFormulaattribute defined at extensionwarehousing.Methods in de.hybris.platform.store with parameters of type AtpFormulaModel Modifier and Type Method Description voidBaseStoreModel. setDefaultAtpFormula(AtpFormulaModel value)Generated method - Setter ofBaseStore.defaultAtpFormulaattribute defined at extensionwarehousing. -
Uses of AtpFormulaModel in de.hybris.platform.warehousing.atp.formula.dao
Methods in de.hybris.platform.warehousing.atp.formula.dao that return types with arguments of type AtpFormulaModel Modifier and Type Method Description java.util.Collection<AtpFormulaModel>AtpFormulaDao. getAllAtpFormula()Retrieves allAtpFormulaModelin the system. -
Uses of AtpFormulaModel in de.hybris.platform.warehousing.atp.formula.dao.impl
Methods in de.hybris.platform.warehousing.atp.formula.dao.impl that return types with arguments of type AtpFormulaModel Modifier and Type Method Description java.util.Collection<AtpFormulaModel>DefaultAtpFormulaDao. getAllAtpFormula() -
Uses of AtpFormulaModel in de.hybris.platform.warehousing.atp.formula.services
Methods in de.hybris.platform.warehousing.atp.formula.services that return AtpFormulaModel Modifier and Type Method Description AtpFormulaModelAtpFormulaService. createAtpFormula(AtpFormulaModel atpFormula)Creates anAtpFormulaModelAtpFormulaModelAtpFormulaService. getAtpFormulaByCode(java.lang.String formulaCode)Retrieves anAtpFormulaModelby its code.AtpFormulaModelAtpFormulaService. updateAtpFormula(AtpFormulaModel atpFormula)Updates anAtpFormulaModelbased on its codeMethods in de.hybris.platform.warehousing.atp.formula.services that return types with arguments of type AtpFormulaModel Modifier and Type Method Description java.util.Collection<AtpFormulaModel>AtpFormulaService. getAllAtpFormula()Retrieves collection of allAtpFormulaModelin the system.Methods in de.hybris.platform.warehousing.atp.formula.services with parameters of type AtpFormulaModel Modifier and Type Method Description AtpFormulaModelAtpFormulaService. createAtpFormula(AtpFormulaModel atpFormula)Creates anAtpFormulaModeljava.lang.LongAtpFormulaService. getAtpValueFromFormula(AtpFormulaModel atpFormula, java.util.Map<java.lang.String,java.lang.Object> params)Retrieves the ATP value from a specific formulaAtpFormulaModelAtpFormulaService. updateAtpFormula(AtpFormulaModel atpFormula)Updates anAtpFormulaModelbased on its code -
Uses of AtpFormulaModel in de.hybris.platform.warehousing.atp.formula.services.impl
Methods in de.hybris.platform.warehousing.atp.formula.services.impl that return AtpFormulaModel Modifier and Type Method Description AtpFormulaModelDefaultAtpFormulaService. createAtpFormula(AtpFormulaModel atpFormula)AtpFormulaModelDefaultAtpFormulaService. getAtpFormulaByCode(java.lang.String formulaCode)AtpFormulaModelDefaultAtpFormulaService. updateAtpFormula(AtpFormulaModel atpFormula)Methods in de.hybris.platform.warehousing.atp.formula.services.impl that return types with arguments of type AtpFormulaModel Modifier and Type Method Description java.util.Collection<AtpFormulaModel>DefaultAtpFormulaService. getAllAtpFormula()Methods in de.hybris.platform.warehousing.atp.formula.services.impl with parameters of type AtpFormulaModel Modifier and Type Method Description AtpFormulaModelDefaultAtpFormulaService. createAtpFormula(AtpFormulaModel atpFormula)protected java.util.List<java.lang.Long>DefaultAtpFormulaService. getAtpFormulaVariableValue(java.util.Map<java.lang.String,java.lang.Object> params, java.util.List<java.lang.Long> results, java.beans.PropertyDescriptor formulaVarPropDescriptor, AtpFormulaModel atpFormula)Gets the value for a specific atpformula variable namejava.lang.LongDefaultAtpFormulaService. getAtpValueFromFormula(AtpFormulaModel atpFormula, java.util.Map<java.lang.String,java.lang.Object> params)AtpFormulaModelDefaultAtpFormulaService. updateAtpFormula(AtpFormulaModel atpFormula) -
Uses of AtpFormulaModel in de.hybris.platform.warehousing.atp.handlers
Methods in de.hybris.platform.warehousing.atp.handlers with parameters of type AtpFormulaModel Modifier and Type Method Description java.lang.StringAtpFormulaStringHandler. get(AtpFormulaModel atpFormulaModel)protected voidAtpFormulaStringHandler. interpretFormulaVariable(AtpFormulaModel atpFormulaModel, java.lang.StringBuilder formulaString, java.beans.PropertyDescriptor formulaVarPropDescriptor)Interpret the given formula variable and append it to the givenStringBuilderprotected voidAtpFormulaStringHandler. prepareFormulaString(AtpFormulaModel atpFormulaModel, java.lang.StringBuilder formulaString, java.util.Set<java.beans.PropertyDescriptor> propertyDescriptors)Prepares formula string from atpformula variablesvoidAtpFormulaStringHandler. set(AtpFormulaModel atpFormulaModel, java.lang.String formulaString) -
Uses of AtpFormulaModel in de.hybris.platform.warehousing.atp.strategy.impl
Methods in de.hybris.platform.warehousing.atp.strategy.impl that return AtpFormulaModel Modifier and Type Method Description protected AtpFormulaModelWarehousingAvailabilityCalculationStrategy. getDefaultAtpFormula(java.util.Collection<StockLevelModel> stockLevels)Gets the default ATP formula based on the current basestore or from the first stock level of the given listMethods in de.hybris.platform.warehousing.atp.strategy.impl with parameters of type AtpFormulaModel Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.Object>WarehousingAvailabilityCalculationStrategy. filterStocks(java.util.Collection<StockLevelModel> stockLevels, AtpFormulaModel atpFormula)Filters theStockLevelModel(s) based on givenAtpFormulaModel -
Uses of AtpFormulaModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return AtpFormulaModel Modifier and Type Method Description AtpFormulaModelATPFormulaModelBuilder. build()Methods in de.hybris.platform.warehousing.util.builder with parameters of type AtpFormulaModel Modifier and Type Method Description BaseStoreModelBuilderBaseStoreModelBuilder. withAtpFormula(AtpFormulaModel atpFormula) -
Uses of AtpFormulaModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return AtpFormulaModel Modifier and Type Method Description AtpFormulaModelAtpFormulas. customFormula(java.lang.Boolean includeAvailability, java.lang.Boolean includeAllocation, java.lang.Boolean includeCancellation, java.lang.Boolean includeIncrease, java.lang.Boolean includeReserved, java.lang.Boolean includeShrinkage, java.lang.Boolean includeWastage, java.lang.Boolean includeReturned, java.lang.Boolean includeExternal)AtpFormulaModelAtpFormulas. Hybris()Methods in de.hybris.platform.warehousing.util.models that return types with arguments of type AtpFormulaModel Modifier and Type Method Description protected WarehousingDao<AtpFormulaModel>AtpFormulas. getAtpFormulaDao()Method parameters in de.hybris.platform.warehousing.util.models with type arguments of type AtpFormulaModel Modifier and Type Method Description voidAtpFormulas. setAtpFormulaDao(WarehousingDao<AtpFormulaModel> atpFormulaDao) -
Uses of AtpFormulaModel in de.hybris.platform.warehousingbackoffice.dtos
Methods in de.hybris.platform.warehousingbackoffice.dtos that return AtpFormulaModel Modifier and Type Method Description AtpFormulaModelAtpViewDto. getAtpFormula()Methods in de.hybris.platform.warehousingbackoffice.dtos with parameters of type AtpFormulaModel Modifier and Type Method Description voidAtpViewDto. setAtpFormula(AtpFormulaModel atpFormula)Constructors in de.hybris.platform.warehousingbackoffice.dtos with parameters of type AtpFormulaModel Constructor Description AtpViewDto(AtpFormulaModel atpFormula, java.lang.Long atp, java.lang.Boolean isActive) -
Uses of AtpFormulaModel in de.hybris.platform.warehousingbackoffice.renderers
Methods in de.hybris.platform.warehousingbackoffice.renderers with parameters of type AtpFormulaModel Modifier and Type Method Description protected java.util.Set<java.beans.PropertyDescriptor>AtpFormulaPanelRenderer. getAllAtpFormulaVariables(AtpFormulaModel atpFormula)Provides the Set of atpformula's propertiesprotected voidAtpFormulaPanelRenderer. handleOnCheckEvent(AtpFormulaModel atpFormula, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, java.beans.PropertyDescriptor formulaVarPropertyDescriptor, org.zkoss.zul.Checkbox checkbox)Updates the current formula variable to the ATP formula.protected voidAtpFormulaPanelRenderer. renderAtpFormulaVariableRow(AtpFormulaModel atpFormula, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, org.zkoss.zul.Vlayout vlayout, java.beans.PropertyDescriptor formulaVarPropertyDescriptor)Renders the given Atp formula variableprotected voidAtpFormulaPanelRenderer. renderAtpFormulaVariables(org.zkoss.zk.ui.HtmlBasedComponent attributeContainer, AtpFormulaModel atpFormula, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)Renders the properties ofAtpFormulaModelalong with +/- option to either add or subtract the corresponding property in theAtpFormulaModel.protected voidAtpFormulaPanelRenderer. renderIndividualFormulaVariables(AtpFormulaModel atpFormula, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, org.zkoss.zul.Vlayout vlayout)Renders each individual formula variable with the +/- and remove options. -
Uses of AtpFormulaModel in de.hybris.platform.warehousingbackoffice.widgets.atp
Methods in de.hybris.platform.warehousingbackoffice.widgets.atp with parameters of type AtpFormulaModel Modifier and Type Method Description protected voidAtpViewController. populateAtpFormula(AtpFormDto atpFormDto, ProductModel product, BaseStoreModel baseStore, java.util.List<AtpViewDto> atpViewEntries, AtpFormulaModel atpFormula)Populates theAtpFormulaModelwith the provided fields. -
Uses of AtpFormulaModel in de.hybris.platform.yacceleratorordermanagement.integration
Methods in de.hybris.platform.yacceleratorordermanagement.integration with parameters of type AtpFormulaModel Modifier and Type Method Description protected voidAtpFormulaIntegrationTest. updateFormula(AtpFormulaModel atpFormulaModel)
-