Uses of Class
de.hybris.platform.warehousing.model.AtpFormulaModel
Packages that use AtpFormulaModel
Package
Description
Contains generated models for each type of de.hybris.platform.store package.
-
Uses of AtpFormulaModel in de.hybris.platform.store
Methods in de.hybris.platform.store that return AtpFormulaModelModifier and TypeMethodDescriptionBaseStoreModel.getDefaultAtpFormula()Generated method - Getter of theBaseStore.defaultAtpFormulaattribute defined at extensionwarehousing.Methods in de.hybris.platform.store with parameters of type AtpFormulaModelModifier and TypeMethodDescriptionvoidBaseStoreModel.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 AtpFormulaModelModifier and TypeMethodDescriptionAtpFormulaDao.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 -
Uses of AtpFormulaModel in de.hybris.platform.warehousing.atp.formula.services
Methods in de.hybris.platform.warehousing.atp.formula.services that return AtpFormulaModelModifier and TypeMethodDescriptionAtpFormulaService.createAtpFormula(AtpFormulaModel atpFormula) Creates anAtpFormulaModelAtpFormulaService.getAtpFormulaByCode(String formulaCode) Retrieves anAtpFormulaModelby its code.AtpFormulaService.updateAtpFormula(AtpFormulaModel atpFormula) Updates anAtpFormulaModelbased on its codeMethods in de.hybris.platform.warehousing.atp.formula.services that return types with arguments of type AtpFormulaModelModifier and TypeMethodDescriptionAtpFormulaService.getAllAtpFormula()Retrieves collection of allAtpFormulaModelin the system.Methods in de.hybris.platform.warehousing.atp.formula.services with parameters of type AtpFormulaModelModifier and TypeMethodDescriptionAtpFormulaService.createAtpFormula(AtpFormulaModel atpFormula) Creates anAtpFormulaModelAtpFormulaService.getAtpValueFromFormula(AtpFormulaModel atpFormula, Map<String, Object> params) Retrieves the ATP value from a specific formulaAtpFormulaService.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 AtpFormulaModelModifier and TypeMethodDescriptionDefaultAtpFormulaService.createAtpFormula(AtpFormulaModel atpFormula) DefaultAtpFormulaService.getAtpFormulaByCode(String formulaCode) DefaultAtpFormulaService.updateAtpFormula(AtpFormulaModel atpFormula) Methods in de.hybris.platform.warehousing.atp.formula.services.impl that return types with arguments of type AtpFormulaModelMethods in de.hybris.platform.warehousing.atp.formula.services.impl with parameters of type AtpFormulaModelModifier and TypeMethodDescriptionDefaultAtpFormulaService.createAtpFormula(AtpFormulaModel atpFormula) DefaultAtpFormulaService.getAtpFormulaVariableValue(Map<String, Object> params, List<Long> results, PropertyDescriptor formulaVarPropDescriptor, AtpFormulaModel atpFormula) Gets the value for a specific atpformula variable nameDefaultAtpFormulaService.getAtpValueFromFormula(AtpFormulaModel atpFormula, Map<String, Object> params) DefaultAtpFormulaService.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 AtpFormulaModelModifier and TypeMethodDescriptionAtpFormulaStringHandler.get(AtpFormulaModel atpFormulaModel) protected voidAtpFormulaStringHandler.interpretFormulaVariable(AtpFormulaModel atpFormulaModel, StringBuilder formulaString, PropertyDescriptor formulaVarPropDescriptor) Interpret the given formula variable and append it to the givenStringBuilderprotected voidAtpFormulaStringHandler.prepareFormulaString(AtpFormulaModel atpFormulaModel, StringBuilder formulaString, Set<PropertyDescriptor> propertyDescriptors) Prepares formula string from atpformula variablesvoidAtpFormulaStringHandler.set(AtpFormulaModel atpFormulaModel, String formulaString) -
Uses of AtpFormulaModel in de.hybris.platform.warehousing.atp.strategy.impl
Methods in de.hybris.platform.warehousing.atp.strategy.impl that return AtpFormulaModelModifier and TypeMethodDescriptionprotected AtpFormulaModelWarehousingAvailabilityCalculationStrategy.getDefaultAtpFormula(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 AtpFormulaModelModifier and TypeMethodDescriptionWarehousingAvailabilityCalculationStrategy.filterStocks(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 AtpFormulaModelMethods in de.hybris.platform.warehousing.util.builder with parameters of type AtpFormulaModelModifier and TypeMethodDescriptionBaseStoreModelBuilder.withAtpFormula(AtpFormulaModel atpFormula) -
Uses of AtpFormulaModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return AtpFormulaModelModifier and TypeMethodDescriptionAtpFormulas.customFormula(Boolean includeAvailability, Boolean includeAllocation, Boolean includeCancellation, Boolean includeIncrease, Boolean includeReserved, Boolean includeShrinkage, Boolean includeWastage, Boolean includeReturned, Boolean includeExternal) AtpFormulas.Hybris()Methods in de.hybris.platform.warehousing.util.models that return types with arguments of type AtpFormulaModelModifier and TypeMethodDescriptionprotected WarehousingDao<AtpFormulaModel>AtpFormulas.getAtpFormulaDao()Method parameters in de.hybris.platform.warehousing.util.models with type arguments of type AtpFormulaModelModifier and TypeMethodDescriptionvoidAtpFormulas.setAtpFormulaDao(WarehousingDao<AtpFormulaModel> atpFormulaDao) -
Uses of AtpFormulaModel in de.hybris.platform.warehousingbackoffice.dtos
Methods in de.hybris.platform.warehousingbackoffice.dtos that return AtpFormulaModelMethods in de.hybris.platform.warehousingbackoffice.dtos with parameters of type AtpFormulaModelConstructors in de.hybris.platform.warehousingbackoffice.dtos with parameters of type AtpFormulaModel -
Uses of AtpFormulaModel in de.hybris.platform.warehousingbackoffice.renderers
Methods in de.hybris.platform.warehousingbackoffice.renderers with parameters of type AtpFormulaModelModifier and TypeMethodDescriptionprotected Set<PropertyDescriptor>AtpFormulaPanelRenderer.getAllAtpFormulaVariables(AtpFormulaModel atpFormula) Provides the Set of atpformula's propertiesprotected voidAtpFormulaPanelRenderer.handleOnCheckEvent(AtpFormulaModel atpFormula, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, 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, 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 AtpFormulaModelModifier and TypeMethodDescriptionprotected voidAtpViewController.populateAtpFormula(AtpFormDto atpFormDto, ProductModel product, BaseStoreModel baseStore, 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 AtpFormulaModelModifier and TypeMethodDescriptionprotected voidAtpFormulaIntegrationTest.updateFormula(AtpFormulaModel atpFormulaModel)