Interface HierarchieTypeRemote
-
- All Superinterfaces:
EntityProxy,ExtensibleItemRemote,ItemRemote,LocalizableItemRemote,TypeManagerManagedRemote,TypeRemote
- All Known Subinterfaces:
AtomicTypeRemote,ComposedTypeRemote
- All Known Implementing Classes:
AtomicType_HJMPWrapper,AtomicTypeEJB,ComposedType_HJMPWrapper,ComposedTypeEJB,HierarchieTypeEJB
public interface HierarchieTypeRemote extends TypeRemote
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.ListgetInheritancePath()java.lang.StringgetInheritancePathString()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
-
-