Uses of Class
de.hybris.platform.assistedservicefacades.customer360.Fragment
-
-
Uses of Fragment in de.hybris.platform.assistedservicefacades.customer360
Methods in de.hybris.platform.assistedservicefacades.customer360 that return Fragment Modifier and Type Method Description FragmentAdditionalInformationFrameworkFacade. getFragment(java.lang.String sectionId, java.lang.String fragmentId, java.util.Map<java.lang.String,java.lang.String> parameters)Retrieves a fragment based on section id and fragment id with provided parametersMethods in de.hybris.platform.assistedservicefacades.customer360 that return types with arguments of type Fragment Modifier and Type Method Description java.util.List<Fragment>Section. getFragments()Method parameters in de.hybris.platform.assistedservicefacades.customer360 with type arguments of type Fragment Modifier and Type Method Description voidSection. setFragments(java.util.List<Fragment> fragments) -
Uses of Fragment in de.hybris.platform.assistedservicefacades.customer360.comparators
Methods in de.hybris.platform.assistedservicefacades.customer360.comparators with parameters of type Fragment Modifier and Type Method Description intFragmentPriorityComparator. compare(Fragment s1, Fragment s2) -
Uses of Fragment in de.hybris.platform.assistedservicefacades.customer360.impl
Methods in de.hybris.platform.assistedservicefacades.customer360.impl that return Fragment Modifier and Type Method Description FragmentDefaultAdditionalInformationFrameworkFacade. getFragment(java.lang.String sectionId, java.lang.String fragmentId, java.util.Map<java.lang.String,java.lang.String> parameters)
-