Uses of Class
de.hybris.platform.core.model.type.AtomicTypeModel
-
Packages that use AtomicTypeModel Package Description de.hybris.platform.core.model.type Contains generated models for each type of de.hybris.platform.jalo.type package.de.hybris.platform.integrationservices.model Contains generated models for each type of de.hybris.platform.integrationservices.jalo package.de.hybris.platform.integrationservices.model.impl de.hybris.platform.servicelayer.type de.hybris.platform.servicelayer.type.daos de.hybris.platform.servicelayer.type.daos.impl de.hybris.platform.servicelayer.type.impl -
-
Uses of AtomicTypeModel in de.hybris.platform.core.model.type
Methods in de.hybris.platform.core.model.type that return AtomicTypeModel Modifier and Type Method Description AtomicTypeModelAtomicTypeModel. getSuperType()Generated method - Getter of theAtomicType.superTypeattribute defined at extensioncore.Methods in de.hybris.platform.core.model.type that return types with arguments of type AtomicTypeModel Modifier and Type Method Description java.util.Collection<AtomicTypeModel>AtomicTypeModel. getSubtypes()Generated method - Getter of theAtomicType.subtypesattribute defined at extensioncore.Methods in de.hybris.platform.core.model.type with parameters of type AtomicTypeModel Modifier and Type Method Description voidAtomicTypeModel. setSuperType(AtomicTypeModel value)Generated method - Initial setter ofAtomicType.superTypeattribute defined at extensioncore.Constructors in de.hybris.platform.core.model.type with parameters of type AtomicTypeModel Constructor Description AtomicTypeModel(java.lang.String _code, java.lang.Boolean _generate, java.lang.Class _javaClass, ItemModel _owner, AtomicTypeModel _superType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of AtomicTypeModel in de.hybris.platform.integrationservices.model
Methods in de.hybris.platform.integrationservices.model that return AtomicTypeModel Modifier and Type Method Description protected static AtomicTypeModelBaseMockAttributeDescriptorModelBuilder. primitiveTypeModel(java.lang.String typecode) -
Uses of AtomicTypeModel in de.hybris.platform.integrationservices.model.impl
Methods in de.hybris.platform.integrationservices.model.impl with parameters of type AtomicTypeModel Modifier and Type Method Description static TypeDescriptorPrimitiveTypeDescriptor. create(java.lang.String objCode, AtomicTypeModel model)Creates an instance of this type descriptor -
Uses of AtomicTypeModel in de.hybris.platform.servicelayer.type
Methods in de.hybris.platform.servicelayer.type that return AtomicTypeModel Modifier and Type Method Description AtomicTypeModelTypeService. getAtomicType(java.lang.String code)Deprecated.since ages - useTypeService.getAtomicTypeForCode(String)instead.AtomicTypeModelTypeService. getAtomicTypeForCode(java.lang.String code)Gets the atomic type for code.AtomicTypeModelTypeService. getAtomicTypeForJavaClass(java.lang.Class javaClass)Returns the atomic type for java class. -
Uses of AtomicTypeModel in de.hybris.platform.servicelayer.type.daos
Methods in de.hybris.platform.servicelayer.type.daos that return AtomicTypeModel Modifier and Type Method Description AtomicTypeModelTypeDao. findAtomicTypeByCode(java.lang.String code)Find atomic types for code.AtomicTypeModelTypeDao. findAtomicTypeByJavaClass(java.lang.Class javaClass)Find atomic types for java class. -
Uses of AtomicTypeModel in de.hybris.platform.servicelayer.type.daos.impl
Methods in de.hybris.platform.servicelayer.type.daos.impl that return AtomicTypeModel Modifier and Type Method Description AtomicTypeModelDefaultTypeDao. findAtomicTypeByCode(java.lang.String code)AtomicTypeModelDefaultTypeDao. findAtomicTypeByJavaClass(java.lang.Class javaClass) -
Uses of AtomicTypeModel in de.hybris.platform.servicelayer.type.impl
Methods in de.hybris.platform.servicelayer.type.impl that return AtomicTypeModel Modifier and Type Method Description AtomicTypeModelDefaultTypeService. getAtomicType(java.lang.String typeCode)Deprecated.since agesAtomicTypeModelDefaultTypeService. getAtomicTypeForCode(java.lang.String code)AtomicTypeModelDefaultTypeService. getAtomicTypeForJavaClass(java.lang.Class javaClass)
-