Uses of Class
de.hybris.platform.core.enums.GroupType
-
Packages that use GroupType Package Description de.hybris.platform.commercefacades.order de.hybris.platform.commercefacades.order.impl de.hybris.platform.core.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.core.order de.hybris.platform.order de.hybris.platform.order.impl de.hybris.platform.ruledefinitions.conditions de.hybris.platform.selectivecartfacades.strategies.impl -
-
Uses of GroupType in de.hybris.platform.commercefacades.order
Methods in de.hybris.platform.commercefacades.order that return GroupType Modifier and Type Method Description GroupTypeEntryGroupData. getGroupType()Methods in de.hybris.platform.commercefacades.order with parameters of type GroupType Modifier and Type Method Description EntryGroupDataCommerceEntryGroupUtils. getGroup(AbstractOrderData order, java.util.Collection<java.lang.Integer> groupNumbers, GroupType groupType)Searches for entry group which is a type ofgroupTypeand which number belongs to thegroupNumbers.voidEntryGroupData. setGroupType(GroupType groupType) -
Uses of GroupType in de.hybris.platform.commercefacades.order.impl
Methods in de.hybris.platform.commercefacades.order.impl with parameters of type GroupType Modifier and Type Method Description EntryGroupDataDefaultCommerceEntryGroupUtils. getGroup(AbstractOrderData order, java.util.Collection<java.lang.Integer> groupNumbers, GroupType groupType) -
Uses of GroupType in de.hybris.platform.core.enums
Fields in de.hybris.platform.core.enums declared as GroupType Modifier and Type Field Description static GroupTypeGroupType. CONFIGURABLEBUNDLEGenerated enum value for GroupType.CONFIGURABLEBUNDLE declared at extension configurablebundleservices.static GroupTypeGroupType. STANDALONEGenerated enum value for GroupType.STANDALONE declared at extension commerceservices.static GroupTypeGroupType. VENDORGenerated enum value for GroupType.VENDOR declared at extension marketplacefacades.Methods in de.hybris.platform.core.enums that return GroupType Modifier and Type Method Description static GroupTypeGroupType. valueOf(java.lang.String code)Returns a GroupType instance representing the specified enum value. -
Uses of GroupType in de.hybris.platform.core.order
Methods in de.hybris.platform.core.order that return GroupType Modifier and Type Method Description GroupTypeEntryGroup. getGroupType()Methods in de.hybris.platform.core.order with parameters of type GroupType Modifier and Type Method Description voidEntryGroup. setGroupType(GroupType groupType) -
Uses of GroupType in de.hybris.platform.order
Methods in de.hybris.platform.order with parameters of type GroupType Modifier and Type Method Description EntryGroupEntryGroupService. getGroupOfType(AbstractOrderModel order, java.util.Collection<java.lang.Integer> groupNumbers, GroupType type)Find entry group in the cart by number and type. -
Uses of GroupType in de.hybris.platform.order.impl
Fields in de.hybris.platform.order.impl declared as GroupType Modifier and Type Field Description protected GroupTypeDefaultEntryGroupServiceTest. groupTypeMethods in de.hybris.platform.order.impl with parameters of type GroupType Modifier and Type Method Description EntryGroupDefaultEntryGroupService. getGroupOfType(AbstractOrderModel order, java.util.Collection<java.lang.Integer> groupNumbers, GroupType type) -
Uses of GroupType in de.hybris.platform.ruledefinitions.conditions
Method parameters in de.hybris.platform.ruledefinitions.conditions with type arguments of type GroupType Modifier and Type Method Description protected RuleIrConditionRuleEntryGroupTypeConditionTranslator. getEntryGroupTypeConditions(RuleCompilerContext context, MembershipOperator operator, java.util.List<GroupType> value)protected org.hamcrest.Matcher<RuleIrCondition>RuleEntryGroupTypeConditionTranslatorTest. groupTypeRaoConditionMatcher(java.util.List<GroupType> value) -
Uses of GroupType in de.hybris.platform.selectivecartfacades.strategies.impl
Methods in de.hybris.platform.selectivecartfacades.strategies.impl with parameters of type GroupType Modifier and Type Method Description protected EntryGroupDataSelectiveCartEntriesOrderingStrategy. getEntryGroup(AbstractOrderData order, ProductData productData, GroupType groupType)
-