Uses of Class
com.hybris.cockpitng.core.persistence.impl.jaxb.Requirement
-
Packages that use Requirement Package Description com.hybris.cockpitng.core.config.impl.jaxb com.hybris.cockpitng.core.persistence com.hybris.cockpitng.core.persistence.impl.jaxb -
-
Uses of Requirement in com.hybris.cockpitng.core.config.impl.jaxb
Methods in com.hybris.cockpitng.core.config.impl.jaxb that return types with arguments of type Requirement Modifier and Type Method Description java.util.List<Requirement>Config. getRequires() -
Uses of Requirement in com.hybris.cockpitng.core.persistence
Methods in com.hybris.cockpitng.core.persistence that return types with arguments of type Requirement Modifier and Type Method Description java.util.List<Requirement>ConfigurationInterpreter. getRequirements(C configuration) -
Uses of Requirement in com.hybris.cockpitng.core.persistence.impl.jaxb
Methods in com.hybris.cockpitng.core.persistence.impl.jaxb that return types with arguments of type Requirement Modifier and Type Method Description java.util.List<Requirement>Widgets. getRequires()
-