Uses of Class
de.hybris.platform.assistedservicefacades.customer360.Section
-
-
Uses of Section in de.hybris.platform.assistedservicefacades.customer360
Methods in de.hybris.platform.assistedservicefacades.customer360 that return Section Modifier and Type Method Description SectionAdditionalInformationFrameworkFacade. getSection(java.lang.String sectionId)Retrieves full section information based on section IdMethods in de.hybris.platform.assistedservicefacades.customer360 that return types with arguments of type Section Modifier and Type Method Description java.util.List<Section>AdditionalInformationFrameworkFacade. getSections()Return list of sections , this mainly will be used to getting section meta info -
Uses of Section in de.hybris.platform.assistedservicefacades.customer360.comparators
Methods in de.hybris.platform.assistedservicefacades.customer360.comparators with parameters of type Section Modifier and Type Method Description intSectionPriorityComparator. compare(Section s1, Section s2) -
Uses of Section in de.hybris.platform.assistedservicefacades.customer360.impl
Methods in de.hybris.platform.assistedservicefacades.customer360.impl that return Section Modifier and Type Method Description SectionDefaultAdditionalInformationFrameworkFacade. getSection(java.lang.String sectionId)Methods in de.hybris.platform.assistedservicefacades.customer360.impl that return types with arguments of type Section Modifier and Type Method Description java.util.List<Section>DefaultAdditionalInformationFrameworkFacade. getSections()Method parameters in de.hybris.platform.assistedservicefacades.customer360.impl with type arguments of type Section Modifier and Type Method Description voidDefaultAdditionalInformationFrameworkFacade. setSections(java.util.List<Section> sections)
-