Interface AtomicTypeRemote
-
- All Superinterfaces:
EntityProxy,ExtensibleItemRemote,HierarchieTypeRemote,ItemRemote,LocalizableItemRemote,TypeManagerManagedRemote,TypeRemote
- All Known Implementing Classes:
AtomicType_HJMPWrapper,AtomicTypeEJB
public interface AtomicTypeRemote extends HierarchieTypeRemote
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.ListgetInheritancePath()java.lang.StringgetInheritancePathString()java.lang.ClassgetJavaClass()AtomicTypeRemotegetSuperType()booleanisAbstract()voidreinitializeType(AtomicTypeRemote superType, java.lang.Class javaClass)voidsetInheritancePathString(java.lang.String path)-
Methods inherited from interface de.hybris.platform.persistence.framework.EntityProxy
getPK
-
Methods inherited from interface de.hybris.platform.persistence.ExtensibleItemRemote
copyPropertiesFrom, getAllProperties, getProperty, getPropertyNames, getPropertyRaw, getPropertyTimestamp, getTypeInfoMap, removeProperty, setAllProperties, setProperty
-
Methods inherited from interface de.hybris.platform.persistence.ItemRemote
getComposedType, getCreationTime, getHJMPTS, getModifiedTime, getOwner, getPkString, getTypeKey, hasJNDIName, remove, setComposedType, setCreationTime, setModifiedTime, setOwner, setOwnerRef, wasModifiedSince
-
Methods inherited from interface de.hybris.platform.persistence.c2l.LocalizableItemRemote
copyLocalizablePropertiesFrom, getAllLocalizedProperties, getAllLocalizedProperties, getLocalizedProperty, getLocalizedPropertyNames, hintPropertyCache, removeLocalizedProperty, setAllLocalizedProperties, setLocalizedProperty
-
Methods inherited from interface de.hybris.platform.persistence.type.TypeRemote
getCode, isAssignableFrom
-
-
-
-
Method Detail
-
getJavaClass
java.lang.Class getJavaClass()
-
getSuperType
AtomicTypeRemote getSuperType()
-
getInheritancePath
java.util.List getInheritancePath()
- Specified by:
getInheritancePathin interfaceHierarchieTypeRemote
-
getInheritancePathString
java.lang.String getInheritancePathString()
- Specified by:
getInheritancePathStringin interfaceHierarchieTypeRemote
-
isAbstract
boolean isAbstract()
-
setInheritancePathString
void setInheritancePathString(java.lang.String path)
- Specified by:
setInheritancePathStringin interfaceHierarchieTypeRemote
-
reinitializeType
void reinitializeType(AtomicTypeRemote superType, java.lang.Class javaClass) throws EJBInvalidParameterException
- Throws:
EJBInvalidParameterException
-
-