Interface CollectionTypeRemote
-
- All Superinterfaces:
EntityProxy
,ExtensibleItemRemote
,ItemRemote
,LocalizableItemRemote
,TypeManagerManagedRemote
,TypeRemote
- All Known Implementing Classes:
CollectionType_HJMPWrapper
,CollectionTypeEJB
public interface CollectionTypeRemote extends TypeRemote
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeRemote
getElementType()
int
getTypeOfCollection()
void
reinitializeType(TypeRemote elementType, int typeOfCollection)
-
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
-
getElementType
TypeRemote getElementType()
-
getTypeOfCollection
int getTypeOfCollection()
-
reinitializeType
void reinitializeType(TypeRemote elementType, int typeOfCollection) throws EJBInvalidParameterException
- Throws:
EJBInvalidParameterException
-
-