Interface AtomicTypeRemote
- All Superinterfaces:
EntityProxy,ExtensibleItemRemote,HierarchieTypeRemote,ItemRemote,LocalizableItemRemote,TypeManagerManagedRemote,TypeRemote
- All Known Implementing Classes:
AtomicType_HJMPWrapper,AtomicTypeEJB
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidreinitializeType(AtomicTypeRemote superType, Class javaClass) voidMethods inherited from interface de.hybris.platform.persistence.framework.EntityProxy
getPKMethods inherited from interface de.hybris.platform.persistence.ExtensibleItemRemote
copyPropertiesFrom, getAllProperties, getProperty, getPropertyNames, getPropertyRaw, getPropertyTimestamp, getTypeInfoMap, removeProperty, setAllProperties, setPropertyMethods inherited from interface de.hybris.platform.persistence.ItemRemote
getComposedType, getCreationTime, getHJMPTS, getModifiedTime, getOwner, getPkString, getTypeKey, hasJNDIName, remove, setComposedType, setCreationTime, setModifiedTime, setOwner, setOwnerRef, wasModifiedSinceMethods inherited from interface de.hybris.platform.persistence.c2l.LocalizableItemRemote
copyLocalizablePropertiesFrom, getAllLocalizedProperties, getAllLocalizedProperties, getLocalizedProperty, getLocalizedPropertyNames, hintPropertyCache, removeLocalizedProperty, setAllLocalizedProperties, setLocalizedPropertyMethods inherited from interface de.hybris.platform.persistence.type.TypeRemote
getCode, isAssignableFrom
-
Method Details
-
getJavaClass
Class getJavaClass() -
getSuperType
AtomicTypeRemote getSuperType() -
getInheritancePath
List getInheritancePath()- Specified by:
getInheritancePathin interfaceHierarchieTypeRemote
-
getInheritancePathString
String getInheritancePathString()- Specified by:
getInheritancePathStringin interfaceHierarchieTypeRemote
-
isAbstract
boolean isAbstract() -
setInheritancePathString
- Specified by:
setInheritancePathStringin interfaceHierarchieTypeRemote
-
reinitializeType
void reinitializeType(AtomicTypeRemote superType, Class javaClass) throws EJBInvalidParameterException - Throws:
EJBInvalidParameterException
-