Uses of Class
de.hybris.platform.b2bwebservicescommons.dto.company.B2BUnitNodeWsDTO
-
Packages that use B2BUnitNodeWsDTO Package Description de.hybris.platform.b2b.occ.v2.controllers de.hybris.platform.b2bocc.v2.controllers de.hybris.platform.b2bwebservicescommons.dto.company -
-
Uses of B2BUnitNodeWsDTO in de.hybris.platform.b2b.occ.v2.controllers
Methods in de.hybris.platform.b2b.occ.v2.controllers that return B2BUnitNodeWsDTO Modifier and Type Method Description B2BUnitNodeWsDTOOrgUnitsController. getOrgUnitsRootNodeTree(java.lang.String fields) -
Uses of B2BUnitNodeWsDTO in de.hybris.platform.b2bocc.v2.controllers
Methods in de.hybris.platform.b2bocc.v2.controllers that return B2BUnitNodeWsDTO Modifier and Type Method Description B2BUnitNodeWsDTOOrgUnitsController. getOrgUnitsRootNodeTree(java.lang.String fields) -
Uses of B2BUnitNodeWsDTO in de.hybris.platform.b2bwebservicescommons.dto.company
Methods in de.hybris.platform.b2bwebservicescommons.dto.company that return types with arguments of type B2BUnitNodeWsDTO Modifier and Type Method Description java.util.List<B2BUnitNodeWsDTO>B2BUnitNodeWsDTO. getChildren()java.util.List<B2BUnitNodeWsDTO>B2BUnitNodeListWsDTO. getUnitNodes()Method parameters in de.hybris.platform.b2bwebservicescommons.dto.company with type arguments of type B2BUnitNodeWsDTO Modifier and Type Method Description voidB2BUnitNodeWsDTO. setChildren(java.util.List<B2BUnitNodeWsDTO> children)voidB2BUnitNodeListWsDTO. setUnitNodes(java.util.List<B2BUnitNodeWsDTO> unitNodes)
-