Uses of Class
de.hybris.platform.jalo.type.AtomicType
-
Packages that use AtomicType Package Description de.hybris.platform.impex.jalo.translators de.hybris.platform.jalo.type de.hybris.platform.persistence.type de.hybris.platform.servicelayer.internal.jalo -
-
Uses of AtomicType in de.hybris.platform.impex.jalo.translators
Methods in de.hybris.platform.impex.jalo.translators with parameters of type AtomicType Modifier and Type Method Description static AbstractValueTranslator
AbstractValueTranslator. createTranslator(AttributeDescriptor attributeDescriptor, AtomicType targetType, java.util.List<AbstractDescriptor.ColumnParams>[] patternLists)
-
Uses of AtomicType in de.hybris.platform.jalo.type
Methods in de.hybris.platform.jalo.type that return AtomicType Modifier and Type Method Description AtomicType
TypeManager. createAtomicType(PK pkBase, AtomicType superType, java.lang.Class javaClass)
Deprecated.since ages - use ModelService.create to create instancesAtomicType
TypeManager. createAtomicType(PK pkBase, AtomicType superType, java.lang.String code)
Deprecated.since ages - use ModelService.create to create instancesAtomicType
TypeManager. createAtomicType(PK pkBase, java.lang.Class javaClass)
Deprecated.since ages - use ModelService.create to create instancesAtomicType
TypeManager. createAtomicType(AtomicType superType, java.lang.Class javaClass)
Deprecated.since ages - use ModelService.create to create instancesAtomicType
TypeManager. createAtomicType(AtomicType superType, java.lang.String code)
Deprecated.since ages - use ModelService.create to create instancesAtomicType
TypeManager. createAtomicType(java.lang.Class javaClass)
Deprecated.since ages - use ModelService.create to create instancesAtomicType
AttributeDescriptor.AttributeDescriptorImpl. getPersistenceType()
AtomicType
AttributeDescriptor. getPersistenceType()
AtomicType
TypeManager. getRootAtomicType(java.lang.Class javaClass)
Deprecated.AtomicType
AtomicType.AtomicTypeImpl. getSuperType()
AtomicType
AtomicType. getSuperType()
Returns the super type of this type.Methods in de.hybris.platform.jalo.type that return types with arguments of type AtomicType Modifier and Type Method Description java.util.Set<? extends AtomicType>
TypeManager. getAllAtomicTypes()
Deprecated.since ages - - write own flexible search to fetch desired typesMethods in de.hybris.platform.jalo.type with parameters of type AtomicType Modifier and Type Method Description AtomicType
TypeManager. createAtomicType(PK pkBase, AtomicType superType, java.lang.Class javaClass)
Deprecated.since ages - use ModelService.create to create instancesAtomicType
TypeManager. createAtomicType(PK pkBase, AtomicType superType, java.lang.String code)
Deprecated.since ages - use ModelService.create to create instancesAtomicType
TypeManager. createAtomicType(AtomicType superType, java.lang.Class javaClass)
Deprecated.since ages - use ModelService.create to create instancesAtomicType
TypeManager. createAtomicType(AtomicType superType, java.lang.String code)
Deprecated.since ages - use ModelService.create to create instances -
Uses of AtomicType in de.hybris.platform.persistence.type
Methods in de.hybris.platform.persistence.type that return AtomicType Modifier and Type Method Description AtomicType
AttributeDescriptorEJBImpl. getPersistenceType()
AtomicType
AtomicTypeEJBImpl. getSuperType()
-
Uses of AtomicType in de.hybris.platform.servicelayer.internal.jalo
Methods in de.hybris.platform.servicelayer.internal.jalo that return AtomicType Modifier and Type Method Description AtomicType
GeneratedServicelayerManager. createAtomicType(SessionContext ctx, java.util.Map attributeValues)
AtomicType
GeneratedServicelayerManager. createAtomicType(java.util.Map attributeValues)
-