Uses of Class
de.hybris.platform.hac.data.dto.TypeCodeTableEntry
-
Packages that use TypeCodeTableEntry Package Description de.hybris.platform.hac.data.dto de.hybris.platform.hac.facade -
-
Uses of TypeCodeTableEntry in de.hybris.platform.hac.data.dto
Methods in de.hybris.platform.hac.data.dto that return types with arguments of type TypeCodeTableEntry Modifier and Type Method Description java.util.List<TypeCodeTableEntry>DeploymentData. getDeploymentsWithoutTypeCodes()java.util.List<TypeCodeTableEntry>DeploymentData. getTypesWithDeployment()java.util.List<TypeCodeTableEntry>DeploymentData. getTypesWithoutDeployment()Method parameters in de.hybris.platform.hac.data.dto with type arguments of type TypeCodeTableEntry Modifier and Type Method Description DeploymentData.BuilderDeploymentData.Builder. withDeploymentsWithoutTypeCodes(java.util.List<TypeCodeTableEntry> val)DeploymentData.BuilderDeploymentData.Builder. withTypesWithDeployment(java.util.List<TypeCodeTableEntry> val)DeploymentData.BuilderDeploymentData.Builder. withTypesWithoutDeployment(java.util.List<TypeCodeTableEntry> val) -
Uses of TypeCodeTableEntry in de.hybris.platform.hac.facade
Methods in de.hybris.platform.hac.facade that return types with arguments of type TypeCodeTableEntry Modifier and Type Method Description java.util.List<TypeCodeTableEntry>HacMaintenanceFacade. deploymentType(HacMaintenanceFacade.DeploymentType type)
-